Build Information
Failed to build ZcashLightClientKit, reference 2.2.17 (d4dc48
), with Swift 6.1 for Linux on 16 Jun 2025 16:01:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git
Reference: 2.2.17
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.17 -> FETCH_HEAD
HEAD is now at d4dc485 Merge pull request #1574 from LukasKorba/1573-Release-2-2-17
Cloned https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git
Revision (git rev-parse @):
d4dc485e496ecb66e034f060709965fcb54b6036
SUCCESS checkout https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git at 2.2.17
========================================
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.17.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",
"Modules/Service/Tor/LightWalletGRPCServiceOverTor.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-1":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/Electric-Coin-Company/zcash-light-client-ffi
[1/9849] Fetching sqlite.swift
[1183/60955] Fetching sqlite.swift, grpc-swift
Fetched https://github.com/grpc/grpc-swift.git from cache (1.85s)
[1/3148] Fetching zcash-light-client-ffi
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (78.12s)
Fetched https://github.com/Electric-Coin-Company/zcash-light-client-ffi from cache (81.13s)
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.17.0 (81.94s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (11.13s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/135] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (7.32s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (12.86s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (2.46s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-protobuf.git
[1/1797] Fetching swift-atomics
[702/7720] Fetching swift-atomics, swift-nio-extras
[6063/24326] Fetching swift-atomics, swift-nio-extras, swift-collections
[7735/28162] Fetching swift-atomics, swift-nio-extras, swift-collections, swift-log
[11148/43052] Fetching swift-atomics, swift-nio-extras, swift-collections, swift-log, swift-nio-ssl
[43053/82498] Fetching swift-atomics, swift-nio-extras, swift-collections, swift-log, swift-nio-ssl, swift-protobuf
Fetched https://github.com/apple/swift-atomics.git from cache (1.91s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[62556/80701] Fetching swift-nio-extras, swift-collections, swift-log, swift-nio-ssl, swift-protobuf
Fetched https://github.com/apple/swift-collections.git from cache (1.93s)
[46739/64095] Fetching swift-nio-extras, swift-log, swift-nio-ssl, swift-protobuf
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.94s)
Fetching https://github.com/apple/swift-nio.git
[41211/58172] Fetching swift-log, swift-nio-ssl, swift-protobuf
[47129/60839] Fetching swift-log, swift-nio-ssl, swift-protobuf, swift-nio-transport-services
[51133/72371] Fetching swift-log, swift-nio-ssl, swift-protobuf, swift-nio-transport-services, swift-nio-http2
[68058/148693] Fetching swift-log, swift-nio-ssl, swift-protobuf, swift-nio-transport-services, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.07s)
[78100/146026] Fetching swift-log, swift-nio-ssl, swift-protobuf, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.39s)
[80306/134494] Fetching swift-log, swift-nio-ssl, swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (6.41s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.44s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.52s)
Fetched https://github.com/apple/swift-nio.git from cache (6.08s)
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 (9.11s)
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.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.77s)
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.83s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (3.80s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.73s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.76s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[1142/6126] Fetching swift-http-structured-headers, swift-async-algorithms
[2987/7716] Fetching swift-http-structured-headers, swift-async-algorithms, swift-asn1
[6605/13675] Fetching swift-http-structured-headers, swift-async-algorithms, swift-asn1, swift-algorithms
[7956/19859] Fetching swift-http-structured-headers, swift-async-algorithms, swift-asn1, swift-algorithms, swift-certificates
[8676/22285] Fetching swift-http-structured-headers, swift-async-algorithms, swift-asn1, swift-algorithms, swift-certificates, swift-service-lifecycle
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.46s)
[17120/17300] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates, swift-service-lifecycle
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.62s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.63s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.63s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.64s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.65s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.32s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (4.05s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (5.56s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.66s)
Fetching https://github.com/apple/swift-crypto.git
[1/14935] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.12s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.77s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.53s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.53s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
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.90s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.56s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.1
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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.4
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/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.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/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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.32.0
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.28.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.17.0
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.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
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/453] Write sources
[4/453] Copying txBase64String.txt
[4/453] Copying txFromAndroidSDK.txt
[4/453] Copying sandblasted_mainnet_block.json
[4/453] Copying integerOverflowJSON.json
[4/453] Copying darkside_caches.db
[4/453] Copying cache.db
[4/453] Copying darkside_data.db
[4/453] Copying PrivacyInfo.xcprivacy
[4/453] Write sources
[4/453] Copying sapling-output.params
[4/453] Write sources
[34/453] Compiling CNIOWindows shim.c
[35/453] Compiling _AtomicsShims.c
[36/453] Compiling CNIOWindows WSAStartup.c
[37/453] Copying test_data.db
[38/453] Compiling CNIOWASI CNIOWASI.c
[39/453] Copying checkpoints
[40/453] Copying sapling-spend.params
[41/453] Compiling CNIOLinux liburing_shims.c
[41/453] Compiling CNIOLLHTTP c_nio_http.c
[43/453] Compiling CNIODarwin shim.c
[44/453] Compiling CNIOLinux shim.c
[45/453] Compiling fiat_p256_adx_sqr.S
[46/453] Compiling CNIOLLHTTP c_nio_api.c
[47/453] Compiling fiat_p256_adx_mul.S
[48/453] Write swift-version-24593BA9C3E375BF.txt
[49/453] Compiling fiat_curve25519_adx_mul.S
[50/453] Compiling fiat_curve25519_adx_square.S
[51/453] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/453] Compiling CNIOBoringSSLShims shims.c
[54/547] Emitting module _NIOBase64
[55/547] Emitting module _NIODataStructures
[55/547] Compiling tls_method.cc
[56/547] Compiling tls13_server.cc
[57/547] Compiling tls_record.cc
[59/561] Emitting module InternalCollectionsUtilities
[60/562] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/562] Compiling _NIODataStructures PriorityQueue.swift
[62/562] Compiling InternalCollectionsUtilities Descriptions.swift
[63/562] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/562] Compiling _NIODataStructures _TinyArray.swift
[65/562] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[66/562] Compiling InternalCollectionsUtilities Integer rank.swift
[67/562] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/562] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/562] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/562] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/562] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[72/562] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[73/562] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/562] Compiling InternalCollectionsUtilities Debugging.swift
[75/562] Compiling _NIOBase64 Base64.swift
[76/563] Compiling Logging LogHandler.swift
[77/563] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/564] Compiling Logging MetadataProvider.swift
[81/564] Compiling _NIODataStructures Heap.swift
[82/565] Emitting module Logging
[83/565] Compiling Logging Locks.swift
[84/565] Compiling Logging Logging.swift
[86/566] Compiling tls13_client.cc
[87/566] Compiling tls13_enc.cc
[89/581] Compiling DequeModule Deque+CustomReflectable.swift
[90/581] Compiling DequeModule Deque+Descriptions.swift
[91/583] Compiling DequeModule Deque+Equatable.swift
[92/583] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/583] Compiling DequeModule Deque+Extras.swift
[94/583] Compiling DequeModule Deque+Hashable.swift
[95/583] Compiling DequeModule _DequeBuffer.swift
[96/583] Compiling DequeModule _DequeBufferHeader.swift
[97/583] Compiling DequeModule Deque+Testing.swift
[98/583] Compiling DequeModule Deque._Storage.swift
[98/583] Compiling SwiftToolchainCSQLite sqlite3.c
[100/583] Compiling DequeModule _DequeSlot.swift
[101/583] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/583] Compiling DequeModule Deque+Codable.swift
[103/583] Compiling DequeModule Deque+Collection.swift
[103/616] Compiling t1_enc.cc
[105/616] Compiling SQLite SchemaReader.swift
[106/616] Compiling SQLite AggregateFunctions.swift
[107/616] Emitting module DequeModule
[108/617] Compiling tls13_both.cc
[109/617] Compiling ssl_versions.cc
[110/617] Compiling ssl_transcript.cc
[112/617] Compiling SwiftProtobuf Message+JSONAdditions.swift
[113/617] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[114/617] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[115/617] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[116/617] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[117/617] Compiling SwiftProtobuf Message.swift
[118/617] Compiling SwiftProtobuf MessageExtension.swift
[119/617] Compiling SwiftProtobuf NameMap.swift
[120/617] Compiling SwiftProtobuf PathDecoder.swift
[121/617] Compiling SwiftProtobuf PathVisitor.swift
[122/617] Compiling SwiftProtobuf ProtoNameProviding.swift
[123/617] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[123/617] Compiling ssl_x509.cc
[125/628] Emitting module SwiftProtobuf
[128/628] Compiling SQLite Coding.swift
[129/628] Compiling SQLite Collation.swift
[130/628] Compiling SQLite CoreFunctions.swift
[131/628] Compiling SQLite CustomFunctions.swift
[132/628] Compiling SQLite FTS5.swift
[133/628] Compiling SQLite RTree.swift
[134/628] Compiling SQLite Foundation.swift
[135/628] Compiling SQLite Helpers.swift
[136/628] Compiling SQLite Connection+Schema.swift
[137/628] Compiling SQLite Statement.swift
[138/628] Compiling SwiftProtobuf ProtobufMap.swift
[139/628] Compiling SwiftProtobuf SelectiveVisitor.swift
[140/628] Compiling SwiftProtobuf SimpleExtensionMap.swift
[141/628] Compiling SwiftProtobuf StringUtils.swift
[142/628] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[143/628] Compiling SwiftProtobuf SwiftProtobufError.swift
[144/628] Compiling SwiftProtobuf TextFormatDecoder.swift
[145/628] Compiling SwiftProtobuf TextFormatDecodingError.swift
[146/628] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[147/628] Compiling SwiftProtobuf TextFormatEncoder.swift
[148/628] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[149/628] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[150/628] Compiling SwiftProtobuf TextFormatScanner.swift
[151/628] Compiling SwiftProtobuf TimeUtils.swift
[152/628] Compiling SwiftProtobuf UnknownStorage.swift
[153/628] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[154/628] Compiling SwiftProtobuf Varint.swift
[155/628] Compiling SwiftProtobuf Version.swift
[156/628] Compiling SwiftProtobuf Visitor.swift
[157/628] Compiling SwiftProtobuf WireFormat.swift
[158/628] Compiling SwiftProtobuf ZigZag.swift
[159/628] Compiling SwiftProtobuf any.pb.swift
[160/628] Compiling SQLite URIQueryParameter.swift
[161/628] Compiling SQLite Value.swift
[162/628] Compiling SQLite Cipher.swift
[163/628] Compiling SQLite FTS4.swift
[164/628] Compiling SQLite DateAndTimeFunctions.swift
[165/628] Compiling SQLite Expression.swift
[166/628] Compiling SQLite Operators.swift
[167/628] Compiling SQLite Query+with.swift
[168/628] Compiling SwiftProtobuf HashVisitor.swift
[169/628] Compiling SwiftProtobuf Internal.swift
[170/628] Compiling SwiftProtobuf JSONDecoder.swift
[171/628] Compiling SwiftProtobuf JSONDecodingError.swift
[172/628] Compiling SwiftProtobuf JSONDecodingOptions.swift
[173/628] Compiling SwiftProtobuf JSONEncoder.swift
[174/628] Compiling SwiftProtobuf JSONEncodingError.swift
[175/628] Compiling SwiftProtobuf JSONEncodingOptions.swift
[176/628] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[177/628] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[178/628] Compiling SwiftProtobuf JSONScanner.swift
[179/628] Compiling SwiftProtobuf MathUtils.swift
[180/628] Compiling SwiftProtobuf Message+AnyAdditions.swift
[181/628] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[182/628] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[183/628] Compiling SwiftProtobuf Message+FieldMask.swift
[184/628] Emitting module SQLite
[185/632] Compiling SQLite Connection.swift
[186/632] Compiling SQLite Errors.swift
[187/632] Compiling SQLite Result.swift
[188/632] Compiling SQLite SQLiteFeature.swift
[189/632] Compiling SQLite SQLiteVersion.swift
[190/632] Compiling SQLite Backup.swift
[191/632] Compiling SQLite Blob.swift
[192/632] Compiling SQLite Connection+Aggregation.swift
[193/632] Compiling SQLite Connection+Attach.swift
[194/632] Compiling SQLite Connection+Pragmas.swift
[194/632] Compiling ssl_stat.cc
[195/632] Compiling ssl_session.cc
[196/632] Compiling ssl_privkey.cc
[198/632] Compiling SQLite SchemaChanger.swift
[199/632] Compiling SQLite SchemaDefinitions.swift
[201/632] Compiling ssl_key_share.cc
[202/632] Compiling ssl_file.cc
[203/632] Compiling ssl_lib.cc
[234/632] Compiling ssl_credential.cc
[235/632] Compiling ssl_cipher.cc
[236/632] Compiling ssl_cert.cc
[237/632] Compiling ssl_buffer.cc
[238/632] Compiling ssl_asn1.cc
[239/632] Compiling ssl_aead_ctx.cc
[241/632] Compiling SQLite Query.swift
[242/632] Compiling SQLite Schema.swift
[243/632] Compiling SQLite Setter.swift
[244/632] Compiling SQLite WindowFunctions.swift
[244/633] Compiling s3_pkt.cc
[246/633] Compiling s3_lib.cc
[247/633] Compiling s3_both.cc
[248/633] Compiling handshake_client.cc
[249/633] Compiling handoff.cc
[250/633] Compiling handshake.cc
[251/633] Compiling extensions.cc
[252/633] Compiling handshake_server.cc
[253/633] Compiling encrypted_client_hello.cc
[254/633] Compiling dtls_record.cc
[255/633] Compiling dtls_method.cc
[256/633] Compiling d1_srtp.cc
[257/633] Compiling md5-x86_64-linux.S
[258/633] Compiling md5-x86_64-apple.S
[259/633] Compiling d1_pkt.cc
[260/633] Compiling err_data.cc
[261/633] Compiling d1_both.cc
[262/633] Compiling md5-586-linux.S
[263/633] Compiling md5-586-apple.S
[264/633] Compiling chacha20_poly1305_x86_64-linux.S
[265/633] Compiling bio_ssl.cc
[266/633] Compiling d1_lib.cc
[267/633] Compiling chacha20_poly1305_armv8-apple.S
[268/633] Compiling chacha20_poly1305_armv8-linux.S
[269/633] Compiling chacha20_poly1305_armv8-win.S
[269/633] Compiling chacha20_poly1305_x86_64-apple.S
[271/633] Compiling chacha-x86_64-apple.S
[272/633] Compiling chacha-x86_64-linux.S
[274/633] Compiling SwiftProtobuf api.pb.swift
[275/633] Compiling SwiftProtobuf descriptor.pb.swift
[276/633] Compiling SwiftProtobuf duration.pb.swift
[277/633] Compiling SwiftProtobuf empty.pb.swift
[278/633] Compiling SwiftProtobuf field_mask.pb.swift
[279/633] Compiling SwiftProtobuf source_context.pb.swift
[280/633] Compiling SwiftProtobuf struct.pb.swift
[281/633] Compiling SwiftProtobuf timestamp.pb.swift
[282/633] Compiling SwiftProtobuf type.pb.swift
[283/633] Compiling SwiftProtobuf wrappers.pb.swift
[284/633] Compiling SwiftProtobuf resource_bundle_accessor.swift
[285/634] Compiling chacha-x86-linux.S
[286/634] Compiling chacha-armv8-win.S
[287/634] Compiling chacha-armv8-apple.S
[288/634] Compiling chacha-x86-apple.S
[289/634] Compiling chacha-armv8-linux.S
[290/634] Compiling chacha-armv4-linux.S
[291/634] Compiling aes128gcmsiv-x86_64-linux.S
[292/634] Compiling aes128gcmsiv-x86_64-apple.S
[293/634] Compiling x86_64-mont5-apple.S
[294/634] Compiling x86_64-mont-linux.S
[295/634] Compiling x86_64-mont-apple.S
[296/634] Compiling x86_64-mont5-linux.S
[297/634] Compiling x86-mont-linux.S
[298/634] Compiling x86-mont-apple.S
[299/634] Compiling vpaes-x86_64-linux.S
[300/634] Compiling vpaes-x86_64-apple.S
[301/634] Compiling vpaes-armv8-win.S
[302/634] Compiling vpaes-x86-linux.S
[303/634] Compiling vpaes-x86-apple.S
[304/634] Compiling vpaes-armv8-apple.S
[304/634] Compiling vpaes-armv8-linux.S
[306/634] Compiling vpaes-armv7-linux.S
[307/634] Compiling sha512-armv4-linux.S
[307/634] Compiling sha512-x86_64-apple.S
[309/634] Compiling sha512-armv8-linux.S
[310/634] Compiling sha512-x86_64-linux.S
[311/634] Compiling sha512-586-linux.S
[312/634] Compiling sha512-armv8-apple.S
[312/634] Compiling sha512-armv8-win.S
[314/634] Compiling sha256-armv8-win.S
[314/634] Compiling sha256-armv8-linux.S
[314/634] Compiling sha256-armv8-apple.S
[317/634] Compiling sha512-586-apple.S
[318/634] Compiling sha256-x86_64-apple.S
[319/634] Compiling sha256-x86_64-linux.S
[320/634] Compiling sha256-armv4-linux.S
[321/634] Compiling sha256-586-linux.S
[322/634] Compiling sha256-586-apple.S
[323/634] Compiling sha1-x86_64-apple.S
[324/634] Compiling sha1-armv8-linux.S
[325/634] Compiling sha1-armv8-win.S
[325/634] Compiling sha1-x86_64-linux.S
[325/634] Compiling sha1-armv8-apple.S
[328/634] Compiling sha1-armv4-large-linux.S
[329/634] Compiling sha1-586-linux.S
[330/634] Compiling sha1-586-apple.S
[331/634] Compiling rdrand-x86_64-apple.S
[332/634] Compiling rsaz-avx2-apple.S
[333/634] Compiling p256_beeu-x86_64-asm-linux.S
[334/634] Compiling rdrand-x86_64-linux.S
[335/634] Compiling rsaz-avx2-linux.S
[336/634] Compiling p256_beeu-armv8-asm-win.S
[337/634] Compiling p256_beeu-x86_64-asm-apple.S
[338/634] Compiling p256_beeu-armv8-asm-linux.S
[339/634] Compiling p256_beeu-armv8-asm-apple.S
[340/634] Compiling p256-x86_64-asm-linux.S
[341/634] Compiling p256-armv8-asm-win.S
[342/634] Compiling p256-x86_64-asm-apple.S
[343/634] Compiling p256-armv8-asm-linux.S
[343/634] Compiling p256-armv8-asm-apple.S
[345/634] Compiling ghashv8-armv8-win.S
[346/634] Compiling ghashv8-armv8-apple.S
[347/634] Compiling ghashv8-armv8-linux.S
[348/634] Compiling ghashv8-armv7-linux.S
[349/634] Compiling ghash-x86_64-linux.S
[350/634] Compiling ghash-ssse3-x86-linux.S
[350/634] Compiling ghash-ssse3-x86_64-linux.S
[352/634] Compiling ghash-x86-apple.S
[352/634] Compiling ghash-ssse3-x86-apple.S
[352/634] Compiling ghash-x86-linux.S
[355/634] Compiling ghash-ssse3-x86_64-apple.S
[356/634] Compiling ghash-x86_64-apple.S
[357/634] Compiling ghash-neon-armv8-win.S
[358/634] Compiling ghash-armv4-linux.S
[359/634] Compiling co-586-linux.S
[360/634] Compiling ghash-neon-armv8-apple.S
[361/634] Compiling co-586-apple.S
[362/634] Compiling ghash-neon-armv8-linux.S
[362/634] Compiling bn-armv8-win.S
[364/634] Compiling bsaes-armv7-linux.S
[365/634] Compiling bn-armv8-linux.S
[366/634] Compiling bn-armv8-apple.S
[367/634] Compiling bn-586-linux.S
[368/634] Compiling armv8-mont-apple.S
[369/634] Compiling bn-586-apple.S
[370/634] Compiling aesv8-gcm-armv8-linux.S
[371/634] Compiling armv4-mont-linux.S
[372/634] Compiling armv8-mont-win.S
[373/634] Compiling armv8-mont-linux.S
[374/634] Compiling aesv8-gcm-armv8-win.S
[375/634] Compiling aesv8-gcm-armv8-apple.S
[376/634] Compiling aesv8-armv8-win.S
[377/634] Compiling aesv8-armv8-apple.S
[378/634] Compiling aesni-x86_64-apple.S
[379/634] Compiling aesv8-armv8-linux.S
[380/634] Compiling aesni-x86_64-linux.S
[381/634] Compiling aesni-gcm-x86_64-linux.S
[382/634] Compiling aesni-x86-apple.S
[383/634] Compiling aesni-x86-linux.S
[384/634] Compiling aesv8-armv7-linux.S
[385/634] Compiling aesni-gcm-x86_64-apple.S
[386/634] Compiling aes-gcm-avx2-x86_64-linux.S
[387/634] Compiling aes-gcm-avx10-x86_64-apple.S
[388/634] Compiling aes-gcm-avx2-x86_64-apple.S
[389/634] Compiling aes-gcm-avx10-x86_64-linux.S
[390/634] Compiling x_req.cc
[391/634] Compiling x_sig.cc
[392/634] Compiling x_spki.cc
[393/634] Compiling x_x509.cc
[394/634] Compiling x_val.cc
[395/634] Compiling x_x509a.cc
[396/634] Compiling x_pubkey.cc
[397/634] Compiling x_name.cc
[398/634] Compiling x_exten.cc
[399/634] Compiling x_attrib.cc
[400/634] Compiling x_crl.cc
[401/634] Compiling x_algor.cc
[402/634] Compiling x509spki.cc
[403/634] Compiling x509rset.cc
[404/634] Compiling x509name.cc
[405/634] Compiling x_all.cc
[406/634] Compiling x509cset.cc
[407/634] Compiling x509_vpm.cc
[408/634] Compiling x509_txt.cc
[409/634] Compiling x509_v3.cc
[410/634] Compiling x509_set.cc
[411/634] Compiling x509_vfy.cc
[412/634] Compiling x509_req.cc
[413/634] Compiling x509_trs.cc
[414/634] Compiling x509_def.cc
[415/634] Compiling x509_lu.cc
[416/634] Compiling x509_obj.cc
[417/634] Compiling x509_ext.cc
[418/634] Compiling x509.cc
[419/634] Compiling x509_att.cc
[420/634] Compiling x509_cmp.cc
[421/634] Compiling x509_d2.cc
[422/634] Compiling v3_purp.cc
[423/634] Compiling v3_skey.cc
[424/634] Compiling v3_prn.cc
[425/634] Compiling v3_utl.cc
[426/634] Compiling v3_pmaps.cc
[427/634] Compiling v3_ocsp.cc
[428/634] Compiling v3_pcons.cc
[429/634] Compiling v3_ncons.cc
[430/634] Compiling v3_int.cc
[431/634] Compiling v3_info.cc
[432/634] Compiling v3_lib.cc
[433/634] Compiling v3_ia5.cc
[434/634] Compiling v3_genn.cc
[435/634] Compiling v3_extku.cc
[436/634] Compiling v3_cpols.cc
[437/634] Compiling v3_enum.cc
[438/634] Compiling v3_bitst.cc
[439/634] Compiling v3_crld.cc
[440/634] Compiling v3_conf.cc
[441/634] Compiling v3_bcons.cc
[442/634] Compiling v3_akeya.cc
[443/634] Compiling v3_alt.cc
[444/634] Compiling t_x509a.cc
[445/634] Compiling t_req.cc
[446/634] Compiling v3_akey.cc
[447/634] Compiling t_crl.cc
[448/634] Compiling policy.cc
[449/634] Compiling t_x509.cc
[450/634] Compiling rsa_pss.cc
[451/634] Compiling name_print.cc
[452/634] Compiling i2d_pr.cc
[453/634] Compiling by_dir.cc
[454/634] Compiling by_file.cc
[455/634] Compiling a_digest.cc
[456/634] Compiling algorithm.cc
[457/634] Compiling a_verify.cc
[458/634] Compiling asn1_gen.cc
[459/634] Compiling voprf.cc
[460/634] Compiling pmbtoken.cc
[461/634] Compiling thread_win.cc
[462/634] Compiling a_sign.cc
[463/634] Compiling trust_token.cc
[464/634] Compiling thread.cc
[465/634] Compiling thread_pthread.cc
[466/634] Compiling thread_none.cc
[467/634] Compiling siphash.cc
[468/634] Compiling slhdsa.cc
[469/634] Compiling sha512.cc
[470/634] Compiling sha256.cc
[471/634] Compiling stack.cc
[472/634] Compiling rsa_extra.cc
[473/634] Compiling sha1.cc
[474/634] Compiling spake2plus.cc
[475/634] Compiling rsa_print.cc
[476/634] Compiling trusty.cc
[477/634] Compiling rsa_crypt.cc
[478/634] Compiling refcount.cc
[479/634] Compiling rc4.cc
[480/634] Compiling windows.cc
[481/634] Compiling rand.cc
[482/634] Compiling rsa_asn1.cc
[483/634] Compiling urandom.cc
[484/634] Compiling passive.cc
[485/634] Compiling getentropy.cc
[486/634] Compiling poly1305_arm_asm.S
[487/634] Compiling ios.cc
[488/634] Compiling fork_detect.cc
[489/634] Compiling deterministic.cc
[490/634] Compiling forkunsafe.cc
[491/634] Compiling poly1305_arm.cc
[492/634] Compiling poly1305.cc
[493/634] Compiling poly1305_vec.cc
[494/634] Compiling pool.cc
[495/634] Compiling pkcs7.cc
[496/634] Compiling pkcs7_x509.cc
[497/634] Compiling pkcs8_x509.cc
[498/634] Compiling p5_pbev2.cc
[499/634] Compiling pkcs8.cc
[500/634] Compiling pem_x509.cc
[501/634] Compiling pem_pkey.cc
[502/634] Compiling pem_xaux.cc
[503/634] Compiling mlkem.cc
[504/634] Compiling pem_info.cc
[505/634] Compiling pem_oth.cc
[506/634] Compiling obj_xref.cc
[507/634] Compiling mldsa.cc
[508/634] Compiling pem_pk8.cc
[509/634] Compiling pem_all.cc
[510/634] Compiling pem_lib.cc
[511/634] Compiling poly_rq_mul.S
[512/634] Compiling md5.cc
[513/634] Compiling mem.cc
[514/634] Compiling fips_shared_support.cc
[515/634] Compiling md4.cc
[516/634] Compiling obj.cc
[517/634] Compiling lhash.cc
[518/634] Compiling ex_data.cc
[519/634] Compiling kyber.cc
[520/634] Compiling sign.cc
[521/634] Compiling scrypt.cc
[522/634] Compiling hpke.cc
[523/634] Compiling hrss.cc
[524/634] Compiling print.cc
[525/634] Compiling pbkdf.cc
[526/634] Compiling p_x25519.cc
[527/634] Compiling p_rsa.cc
[528/634] Compiling p_x25519_asn1.cc
[529/634] Compiling p_rsa_asn1.cc
[530/634] Compiling p_ed25519.cc
[531/634] Compiling p_hkdf.cc
[532/634] Compiling p_ed25519_asn1.cc
[533/634] Compiling p_ec.cc
[534/634] Compiling p_dh.cc
[535/634] Compiling p_ec_asn1.cc
[536/634] Compiling p_dh_asn1.cc
[537/634] Compiling evp.cc
[538/634] Compiling evp_ctx.cc
[539/634] Compiling p_dsa_asn1.cc
[540/634] Compiling err.cc
[541/634] Compiling engine.cc
[542/634] Compiling evp_asn1.cc
[543/634] Compiling ec_derive.cc
[544/634] Compiling hash_to_curve.cc
[545/634] Compiling ecdh.cc
[546/634] Compiling ecdsa_asn1.cc
[547/634] Compiling des.cc
[548/634] Compiling params.cc
[549/634] Compiling dsa.cc
[550/634] Compiling dsa_asn1.cc
[551/634] Compiling ec_asn1.cc
[552/634] Compiling dh_asn1.cc
[553/634] Compiling digest_extra.cc
[554/634] Compiling cpu_arm_linux.cc
[555/634] Compiling bcm.cc
[556/634] Compiling crypto.cc
[557/634] Compiling cpu_intel.cc
[558/634] Compiling x25519-asm-arm.S
[559/634] Compiling cpu_arm_freebsd.cc
[560/634] Compiling curve25519.cc
[561/634] Compiling spake25519.cc
[562/634] Compiling cpu_aarch64_win.cc
[563/634] Compiling cpu_aarch64_openbsd.cc
[564/634] Compiling cpu_aarch64_sysreg.cc
[565/634] Compiling cpu_aarch64_linux.cc
[566/634] Compiling cpu_aarch64_fuchsia.cc
[567/634] Compiling cpu_aarch64_apple.cc
[568/634] Compiling curve25519_64_adx.cc
[569/634] Compiling conf.cc
[570/634] Compiling get_cipher.cc
[571/634] Compiling tls_cbc.cc
[572/634] Compiling e_tls.cc
[573/634] Compiling e_rc4.cc
[574/634] Compiling e_rc2.cc
[575/634] Compiling e_null.cc
[576/634] Compiling e_des.cc
[577/634] Compiling e_chacha20poly1305.cc
[578/634] Compiling derive_key.cc
[579/634] Compiling e_aesctrhmac.cc
[580/634] Compiling e_aesgcmsiv.cc
[581/634] Compiling chacha.cc
[582/634] Compiling unicode.cc
[583/634] Compiling ber.cc
[584/634] Compiling cbs.cc
[585/634] Compiling buf.cc
[586/634] Compiling cbb.cc
[587/634] Compiling asn1_compat.cc
[588/634] Compiling blake2.cc
[589/634] Compiling bn_asn1.cc
[590/634] Compiling convert.cc
[591/634] Compiling socket.cc
[592/634] Compiling socket_helper.cc
[593/634] Compiling printf.cc
[594/634] Compiling bio_mem.cc
[595/634] Compiling bio.cc
[596/634] Compiling hexdump.cc
[597/634] Compiling connect.cc
[598/634] Compiling pair.cc
[599/634] Compiling fd.cc
[600/634] Compiling errno.cc
[601/634] Compiling file.cc
[602/634] Compiling base64.cc
[603/634] Compiling tasn_typ.cc
[604/634] Compiling tasn_fre.cc
[605/634] Compiling tasn_enc.cc
[606/634] Compiling f_int.cc
[607/634] Compiling f_string.cc
[608/634] Compiling posix_time.cc
[609/634] Compiling tasn_dec.cc
[610/634] Compiling tasn_new.cc
[611/634] Compiling tasn_utl.cc
[612/634] Compiling asn_pack.cc
[613/634] Compiling asn1_par.cc
[614/634] Compiling a_octet.cc
[615/634] Compiling a_type.cc
[616/634] Compiling a_time.cc
[617/634] Compiling asn1_lib.cc
[618/634] Compiling a_utctm.cc
[619/634] Compiling a_strnid.cc
[620/634] Compiling a_object.cc
[621/634] Compiling a_strex.cc
[622/634] Compiling a_i2d_fp.cc
[623/634] Compiling a_dup.cc
[624/634] Compiling a_d2i_fp.cc
[625/634] Compiling a_mbstr.cc
[626/634] Write sources
[627/634] Compiling CGRPCZlib empty.c
[628/634] Compiling a_bitstr.cc
[629/634] Compiling a_gentm.cc
[630/634] Compiling a_int.cc
[631/634] Compiling a_bool.cc
[633/652] Compiling Atomics AtomicStorage.swift
[634/652] Compiling Atomics AtomicValue.swift
[635/652] Compiling Atomics UnsafeAtomic.swift
[636/652] Compiling Atomics UnsafeAtomicLazyReference.swift
[637/654] Compiling Atomics OptionalRawRepresentable.swift
[638/654] Compiling Atomics RawRepresentable.swift
[639/654] Compiling Atomics AtomicBool.swift
[640/654] Compiling Atomics IntegerOperations.swift
[641/654] Compiling Atomics Unmanaged extensions.swift
[642/654] Compiling Atomics AtomicInteger.swift
[643/654] Compiling Atomics AtomicOptionalWrappable.swift
[644/654] Compiling Atomics AtomicReference.swift
[644/654] Compiling c-nioatomics.c
[646/654] Compiling Atomics AtomicMemoryOrderings.swift
[647/654] Compiling Atomics DoubleWord.swift
[648/654] Compiling Atomics ManagedAtomic.swift
[649/654] Compiling Atomics ManagedAtomicLazyReference.swift
[650/654] Compiling Atomics IntegerConformances.swift
[651/654] Compiling Atomics PointerConformances.swift
[652/654] Compiling Atomics Primitives.native.swift
[653/654] Emitting module Atomics
[654/655] Compiling c-atomics.c
[656/661] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[657/661] Compiling NIOConcurrencyHelpers atomics.swift
[658/661] Compiling NIOConcurrencyHelpers lock.swift
[659/661] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[660/661] Compiling NIOConcurrencyHelpers NIOLock.swift
[661/661] Emitting module NIOConcurrencyHelpers
[663/722] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[664/722] Compiling NIOCore EventLoopFuture+Deprecated.swift
[665/722] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[666/722] Compiling NIOCore EventLoopFuture.swift
[667/722] Compiling NIOCore FileDescriptor.swift
[668/722] Compiling NIOCore FileHandle.swift
[669/722] Compiling NIOCore FileRegion.swift
[670/722] Compiling NIOCore GlobalSingletons.swift
[671/730] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[672/730] Compiling NIOCore BSDSocketAPI.swift
[673/730] Compiling NIOCore ByteBuffer-aux.swift
[674/730] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[675/730] Compiling NIOCore ByteBuffer-conversions.swift
[676/730] Compiling NIOCore ByteBuffer-core.swift
[677/730] Compiling NIOCore ByteBuffer-hex.swift
[678/730] Compiling NIOCore ByteBuffer-int.swift
[679/730] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[680/730] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[681/730] Compiling NIOCore SocketAddresses.swift
[682/730] Compiling NIOCore SocketOptionProvider.swift
[683/730] Compiling NIOCore SystemCallHelpers.swift
[684/730] Compiling NIOCore TimeAmount+Duration.swift
[685/730] Compiling NIOCore TypeAssistedChannelHandler.swift
[686/730] Compiling NIOCore UniversalBootstrapSupport.swift
[687/730] Compiling NIOCore Utilities.swift
[688/730] Emitting module NIOCore
[689/730] Compiling NIOCore AddressedEnvelope.swift
[690/730] Compiling NIOCore AsyncAwaitSupport.swift
[691/730] Compiling NIOCore AsyncChannel.swift
[692/730] Compiling NIOCore AsyncChannelHandler.swift
[693/730] Compiling NIOCore AsyncChannelInboundStream.swift
[694/730] Compiling NIOCore AsyncChannelOutboundWriter.swift
[695/730] Compiling NIOCore NIOAsyncSequenceProducer.swift
[696/730] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[697/730] Compiling NIOCore NIOAsyncWriter.swift
[698/730] Compiling NIOCore IO.swift
[699/730] Compiling NIOCore IOData.swift
[700/730] Compiling NIOCore IPProtocol.swift
[701/730] Compiling NIOCore IntegerBitPacking.swift
[702/730] Compiling NIOCore IntegerTypes.swift
[703/730] Compiling NIOCore Interfaces.swift
[704/730] Compiling NIOCore Linux.swift
[705/730] Compiling NIOCore MarkedCircularBuffer.swift
[706/730] Compiling NIOCore MulticastChannel.swift
[707/730] Compiling NIOCore NIOAny.swift
[708/730] Compiling NIOCore NIOCloseOnErrorHandler.swift
[709/730] Compiling NIOCore NIOLoopBound.swift
[710/730] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[711/730] Compiling NIOCore NIOScheduledCallback.swift
[712/730] Compiling NIOCore NIOSendable.swift
[713/730] Compiling NIOCore RecvByteBufferAllocator.swift
[714/730] Compiling NIOCore CircularBuffer.swift
[715/730] Compiling NIOCore Codec.swift
[716/730] Compiling NIOCore ConvenienceOptionSupport.swift
[717/730] Compiling NIOCore DeadChannel.swift
[718/730] Compiling NIOCore DispatchQueue+WithFuture.swift
[719/730] Compiling NIOCore EventLoop+Deprecated.swift
[720/730] Compiling NIOCore EventLoop+SerialExecutor.swift
[721/730] Compiling NIOCore EventLoop.swift
[722/730] Compiling NIOCore ByteBuffer-multi-int.swift
[723/730] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[724/730] Compiling NIOCore ByteBuffer-views.swift
[725/730] Compiling NIOCore Channel.swift
[726/730] Compiling NIOCore ChannelHandler.swift
[727/730] Compiling NIOCore ChannelHandlers.swift
[728/730] Compiling NIOCore ChannelInvoker.swift
[729/730] Compiling NIOCore ChannelOption.swift
[730/730] Compiling NIOCore ChannelPipeline.swift
[732/781] Compiling NIOEmbedded AsyncTestingChannel.swift
[733/781] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[734/781] Compiling NIOEmbedded Embedded.swift
[735/781] Emitting module NIOEmbedded
[737/782] Emitting module NIOPosix
[738/788] Compiling NIOPosix Pool.swift
[739/788] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[740/788] Compiling NIOPosix PosixSingletons.swift
[741/788] Compiling NIOPosix RawSocketBootstrap.swift
[742/788] Compiling NIOPosix Resolver.swift
[743/788] Compiling NIOPosix Selectable.swift
[744/788] Compiling NIOPosix BSDSocketAPICommon.swift
[745/788] Compiling NIOPosix BSDSocketAPIPosix.swift
[746/788] Compiling NIOPosix BSDSocketAPIWindows.swift
[747/788] Compiling NIOPosix BaseSocket.swift
[748/788] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[749/788] Compiling NIOPosix BaseSocketChannel.swift
[750/788] Compiling NIOPosix BaseStreamSocketChannel.swift
[751/788] Compiling NIOPosix ServerSocket.swift
[752/788] Compiling NIOPosix Socket.swift
[753/788] Compiling NIOPosix SocketChannel.swift
[754/788] Compiling NIOPosix SocketProtocols.swift
[755/788] Compiling NIOPosix System.swift
[756/788] Compiling NIOPosix Thread.swift
[757/788] Compiling NIOPosix SelectableChannel.swift
[758/788] Compiling NIOPosix SelectableEventLoop.swift
[759/788] Compiling NIOPosix SelectorEpoll.swift
[760/788] Compiling NIOPosix SelectorGeneric.swift
[761/788] Compiling NIOPosix SelectorKqueue.swift
[762/788] Compiling NIOPosix SelectorUring.swift
[763/788] Compiling NIOPosix ThreadPosix.swift
[764/788] Compiling NIOPosix ThreadWindows.swift
[765/788] Compiling NIOPosix UnsafeTransfer.swift
[766/788] Compiling NIOPosix Utilities.swift
[767/788] Compiling NIOPosix VsockAddress.swift
[768/788] Compiling NIOPosix VsockChannelEvents.swift
[769/788] Compiling NIOPosix IO.swift
[770/788] Compiling NIOPosix IntegerBitPacking.swift
[771/788] Compiling NIOPosix IntegerTypes.swift
[772/788] Compiling NIOPosix Linux.swift
[773/788] Compiling NIOPosix LinuxCPUSet.swift
[774/788] Compiling NIOPosix LinuxUring.swift
[775/788] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[776/788] Compiling NIOPosix NIOThreadPool.swift
[777/788] Compiling NIOPosix NonBlockingFileIO.swift
[778/788] Compiling NIOPosix PendingDatagramWritesManager.swift
[779/788] Compiling NIOPosix PendingWritesManager.swift
[780/788] Compiling NIOPosix PipeChannel.swift
[781/788] Compiling NIOPosix PipePair.swift
[782/788] Compiling NIOPosix Bootstrap.swift
[783/788] Compiling NIOPosix ControlMessage.swift
[784/788] Compiling NIOPosix DatagramVectorReadManager.swift
[785/788] Compiling NIOPosix Errors+Any.swift
[786/788] Compiling NIOPosix FileDescriptor.swift
[787/788] Compiling NIOPosix GetaddrinfoResolver.swift
[788/788] Compiling NIOPosix HappyEyeballs.swift
[790/791] Compiling NIO Exports.swift
[791/791] Emitting module NIO
[793/819] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[794/819] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[795/819] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[796/819] Compiling NIOTLS TLSEvents.swift
[797/819] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[798/819] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[799/819] Emitting module NIOTLS
[800/819] Compiling NIOTLS SNIHandler.swift
[801/819] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[802/820] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[803/820] Emitting module NIOFoundationCompat
[804/821] Emitting module NIOHTTP1
[807/823] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[808/823] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[809/823] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[810/823] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[811/874] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[812/874] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[813/874] Compiling NIOTransportServices NIOTSListenerChannel.swift
[814/874] Compiling NIOTransportServices NIOTSBootstraps.swift
[815/874] Compiling NIOTransportServices NIOTSChannelOptions.swift
[816/874] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[817/876] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[818/876] Compiling NIOTransportServices NIOTSSingletons.swift
[819/876] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[820/876] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[821/876] Compiling NIOTransportServices NIOTSErrors.swift
[822/876] Compiling NIOTransportServices NIOTSEventLoop.swift
[823/876] Compiling NIOTransportServices StateManagedChannel.swift
[824/876] Compiling NIOTransportServices StateManagedListenerChannel.swift
[825/876] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[826/876] Compiling NIOTransportServices AcceptHandler.swift
[827/876] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[828/876] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[829/876] Emitting module NIOTransportServices
[830/876] Compiling NIOTransportServices NIOTSDatagramListener.swift
[831/876] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[832/876] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[833/876] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[834/876] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[850/907] Emitting module NIOSSL
[851/911] Compiling NIOHPACK IntegerCoding.swift
[852/911] Compiling NIOHPACK IndexedHeaderTable.swift
[853/912] Compiling NIOHPACK DynamicHeaderTable.swift
[854/912] Compiling NIOHPACK HPACKDecoder.swift
[855/912] Compiling NIOHPACK HPACKEncoder.swift
[856/912] Compiling NIOHPACK HPACKErrors.swift
[857/912] Compiling NIOHPACK StaticHeaderTable.swift
[858/912] Compiling NIOExtras RequestResponseHandler.swift
[859/912] Compiling NIOExtras RequestResponseWithIDHandler.swift
[860/914] Compiling NIOExtras NIOLengthFieldBitLength.swift
[861/914] Compiling NIOExtras NIORequestIdentifiable.swift
[862/914] Compiling NIOExtras PCAPRingBuffer.swift
[863/914] Compiling NIOExtras QuiescingHelper.swift
[864/914] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[865/914] Compiling NIOExtras NIOExtrasError.swift
[866/914] Compiling NIOHPACK HuffmanTables.swift
[867/914] Emitting module NIOHPACK
[871/914] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[872/914] Compiling NIOSSL SubjectAlternativeName.swift
[873/914] Compiling NIOSSL NIOSSLSecureBytes.swift
[874/914] Compiling NIOSSL RNG.swift
[875/914] Compiling NIOSSL SafeCompare.swift
[876/914] Compiling NIOHPACK HuffmanCoding.swift
[880/914] Emitting module NIOExtras
[882/914] Compiling NIOExtras UnsafeTransfer.swift
[883/914] Compiling NIOExtras WritePCAPHandler.swift
[889/914] Compiling NIOExtras LineBasedFrameDecoder.swift
[893/914] Compiling NIOHPACK HPACKHeader.swift
[894/914] Compiling NIOHPACK HeaderTables.swift
[895/914] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[896/914] Compiling NIOExtras LengthFieldPrepender.swift
[910/915] Compiling NIOSSL Zeroization.swift
[911/915] Compiling NIOSSL TLSConfiguration.swift
[912/915] Compiling NIOSSL UniversalBootstrapSupport.swift
[913/915] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[914/953] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[915/953] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[918/975] Compiling NIOHTTP2 MaySendFrames.swift
[919/975] Compiling NIOHTTP2 SendingDataState.swift
[920/975] Compiling NIOHTTP2 SendingGoawayState.swift
[921/975] Compiling NIOHTTP2 SendingHeadersState.swift
[922/975] Compiling NIOHTTP2 SendingPushPromiseState.swift
[923/975] Compiling NIOHTTP2 SendingRstStreamState.swift
[924/975] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[925/975] Compiling NIOHTTP2 HTTP2SettingsState.swift
[926/983] Emitting module NIOHTTP2
[927/983] Compiling NIOHTTP2 InboundWindowManager.swift
[928/983] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[929/983] Compiling NIOHTTP2 StreamChannelFlowController.swift
[930/983] Compiling NIOHTTP2 StreamChannelList.swift
[931/983] Compiling NIOHTTP2 StreamMap.swift
[932/983] Compiling NIOHTTP2 StreamStateMachine.swift
[933/983] Compiling NIOHTTP2 UnsafeTransfer.swift
[934/983] Compiling NIOHTTP2 WatermarkedFlowController.swift
[935/983] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[936/983] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[937/983] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[938/983] Compiling NIOHTTP2 HTTP2StreamID.swift
[939/983] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[940/983] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[941/983] Compiling NIOHTTP2 HTTP2UserEvents.swift
[942/983] Compiling NIOHTTP2 InboundEventBuffer.swift
[943/983] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[944/983] Compiling NIOHTTP2 HTTP2Frame.swift
[945/983] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[946/983] Compiling NIOHTTP2 HTTP2FrameParser.swift
[947/983] Compiling NIOHTTP2 HTTP2PingData.swift
[948/983] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[949/983] Compiling NIOHTTP2 HTTP2Settings.swift
[950/983] Compiling NIOHTTP2 HTTP2Stream.swift
[951/983] Compiling NIOHTTP2 ConnectionStateMachine.swift
[952/983] Compiling NIOHTTP2 ConnectionStreamsState.swift
[953/983] Compiling NIOHTTP2 MayReceiveFrames.swift
[954/983] Compiling NIOHTTP2 ReceivingDataState.swift
[955/983] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[956/983] Compiling NIOHTTP2 ReceivingHeadersState.swift
[957/983] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[958/983] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[959/983] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[960/983] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[961/983] Compiling NIOHTTP2 HasFlowControlWindows.swift
[962/983] Compiling NIOHTTP2 HasLocalSettings.swift
[963/983] Compiling NIOHTTP2 HasRemoteSettings.swift
[964/983] Compiling NIOHTTP2 LocallyQuiescingState.swift
[965/983] Compiling NIOHTTP2 QuiescingState.swift
[966/983] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[967/983] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[968/983] Compiling NIOHTTP2 StateMachineResult.swift
[969/983] Compiling NIOHTTP2 ContentLengthVerifier.swift
[970/983] Compiling NIOHTTP2 DOSHeuristics.swift
[971/983] Compiling NIOHTTP2 Error+Any.swift
[972/983] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[973/983] Compiling NIOHTTP2 ControlFrameBuffer.swift
[974/983] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[975/983] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[976/983] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[979/983] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[980/983] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[981/983] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[982/983] Compiling NIOHTTP2 HTTP2Error.swift
[983/983] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[985/1111] Compiling GRPC Array+BoundsCheck.swift
[986/1111] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[987/1111] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[988/1111] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[989/1111] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[990/1111] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[991/1111] Compiling GRPC ServerHandlerStateMachine.swift
[992/1111] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[993/1111] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[994/1111] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[995/1111] Compiling GRPC ServerInterceptorStateMachine.swift
[996/1111] Compiling GRPC StreamState.swift
[997/1111] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[998/1111] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[999/1111] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[1000/1111] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[1001/1111] Compiling GRPC GRPCAsyncRequestStream.swift
[1002/1111] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[1003/1128] Compiling GRPC ServerInterceptorContext.swift
[1004/1128] Compiling GRPC ServerInterceptorPipeline.swift
[1005/1128] Compiling GRPC ServerInterceptors.swift
[1006/1128] Compiling GRPC InterceptorContextList.swift
[1007/1128] Compiling GRPC LengthPrefixedMessageReader.swift
[1008/1128] Compiling GRPC Logger.swift
[1009/1128] Compiling GRPC LoggingServerErrorDelegate.swift
[1010/1128] Compiling GRPC MessageEncodingHeaderValidator.swift
[1011/1128] Compiling GRPC PlatformSupport.swift
[1012/1128] Compiling GRPC ReadWriteStates.swift
[1013/1128] Compiling GRPC Ref.swift
[1014/1128] Compiling GRPC Serialization.swift
[1015/1128] Compiling GRPC Server+NIOSSL.swift
[1016/1128] Compiling GRPC Server.swift
[1017/1128] Compiling GRPC ServerBuilder+NIOSSL.swift
[1018/1128] Compiling GRPC ServerBuilder.swift
[1019/1128] Compiling GRPC ServerCallContext.swift
[1020/1128] Compiling GRPC StreamingResponseCallContext.swift
[1021/1128] Emitting module GRPC
[1022/1128] Compiling GRPC GRPCAsyncResponseStream.swift
[1023/1128] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[1024/1128] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[1025/1128] Compiling GRPC GRPCAsyncServerCallContext.swift
[1026/1128] Compiling GRPC GRPCAsyncServerHandler.swift
[1027/1128] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[1028/1128] Compiling GRPC GRPCAsyncUnaryCall.swift
[1029/1128] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[1030/1128] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[1031/1128] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[1032/1128] Compiling GRPC GRPCSendable.swift
[1033/1128] Compiling GRPC NIOAsyncWrappers.swift
[1034/1128] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1035/1128] Compiling GRPC ClientStreamingServerHandler.swift
[1036/1128] Compiling GRPC ServerHandlerProtocol.swift
[1037/1128] Compiling GRPC ServerStreamingServerHandler.swift
[1038/1128] Compiling GRPC UnaryServerHandler.swift
[1039/1128] Compiling GRPC CallOptions.swift
[1040/1128] Compiling GRPC BidirectionalStreamingCall.swift
[1041/1128] Compiling GRPC Call.swift
[1042/1128] Compiling GRPC CallDetails.swift
[1043/1128] Compiling GRPC ClientCall.swift
[1044/1128] Compiling GRPC ClientStreamingCall.swift
[1045/1128] Compiling GRPC LazyEventLoopPromise.swift
[1046/1128] Compiling GRPC ResponseContainers.swift
[1047/1128] Compiling GRPC ResponsePartContainer.swift
[1048/1128] Compiling GRPC ServerStreamingCall.swift
[1049/1128] Compiling GRPC UnaryCall.swift
[1050/1128] Compiling GRPC ClientConnection.swift
[1051/1128] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1052/1128] Compiling GRPC ClientErrorDelegate.swift
[1053/1128] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1054/1128] Compiling GRPC CompressionAlgorithm.swift
[1055/1128] Compiling GRPC DecompressionLimit.swift
[1056/1128] Compiling GRPC MessageEncoding.swift
[1057/1128] Compiling GRPC Zlib.swift
[1058/1128] Compiling GRPC DelegatingErrorHandler.swift
[1059/1128] Compiling GRPC Error+NIOSSL.swift
[1060/1128] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1061/1128] Compiling GRPC FakeChannel.swift
[1062/1128] Compiling GRPC ClientConnection+NIOSSL.swift
[1063/1128] Compiling GRPC ClientConnection+NWTLS.swift
[1064/1128] Compiling GRPC GRPCChannel.swift
[1065/1128] Compiling GRPC GRPCChannelBuilder.swift
[1066/1128] Compiling GRPC GRPCClient.swift
[1067/1128] Compiling GRPC GRPCClientChannelHandler.swift
[1068/1128] Compiling GRPC GRPCClientStateMachine.swift
[1069/1128] Compiling GRPC GRPCContentType.swift
[1070/1128] Compiling GRPC GRPCError.swift
[1071/1128] Compiling GRPC GRPCHeaderName.swift
[1072/1128] Compiling GRPC GRPCIdleHandler.swift
[1073/1128] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1074/1128] Compiling GRPC GRPCKeepaliveHandlers.swift
[1075/1128] Compiling GRPC GRPCPayload.swift
[1076/1128] Compiling GRPC UnaryResponseCallContext.swift
[1077/1128] Compiling GRPC ServerChannelErrorHandler.swift
[1078/1128] Compiling GRPC ServerErrorDelegate.swift
[1079/1128] Compiling GRPC ServerErrorProcessor.swift
[1080/1128] Compiling GRPC Stopwatch.swift
[1081/1128] Compiling GRPC StreamEvent.swift
[1082/1128] Compiling GRPC TLSVerificationHandler.swift
[1083/1128] Compiling GRPC TLSVersion.swift
[1084/1128] Compiling GRPC TimeLimit.swift
[1085/1128] Compiling GRPC UserInfo.swift
[1086/1128] Compiling GRPC Version.swift
[1087/1128] Compiling GRPC WebCORSHandler.swift
[1088/1128] Compiling GRPC WriteCapturingHandler.swift
[1089/1128] Compiling GRPC _EmbeddedThroughput.swift
[1090/1128] Compiling GRPC _FakeResponseStream.swift
[1091/1128] Compiling GRPC _GRPCClientCodecHandler.swift
[1092/1128] Compiling GRPC _MessageContext.swift
[1093/1128] Compiling GRPC ConnectionBackoff.swift
[1094/1128] Compiling GRPC ConnectionKeepalive.swift
[1095/1128] Compiling GRPC ConnectionManager+Delegates.swift
[1096/1128] Compiling GRPC ConnectionManager.swift
[1097/1128] Compiling GRPC ConnectionManagerChannelProvider.swift
[1098/1128] Compiling GRPC ConnectionManagerID.swift
[1099/1128] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1100/1128] Compiling GRPC ConnectionPool+Waiter.swift
[1101/1128] Compiling GRPC ConnectionPool.swift
[1102/1128] Compiling GRPC ConnectionPoolIDs.swift
[1103/1128] Compiling GRPC GRPCChannelPool.swift
[1104/1128] Compiling GRPC PoolManager.swift
[1105/1128] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1106/1128] Compiling GRPC PoolManagerStateMachine.swift
[1107/1128] Compiling GRPC PooledChannel.swift
[1108/1128] Compiling GRPC StreamLender.swift
[1109/1128] Compiling GRPC ConnectivityState.swift
[1110/1128] Compiling GRPC DebugOnly.swift
[1111/1128] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1112/1128] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1113/1128] Compiling GRPC GRPCServiceDescription.swift
[1114/1128] Compiling GRPC GRPCStatus.swift
[1115/1128] Compiling GRPC GRPCStatusAndMetadata.swift
[1116/1128] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1117/1128] Compiling GRPC GRPCTLSConfiguration.swift
[1118/1128] Compiling GRPC GRPCTimeout.swift
[1119/1128] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1120/1128] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1121/1128] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1122/1128] Compiling GRPC ClientInterceptorContext.swift
[1123/1128] Compiling GRPC ClientInterceptorPipeline.swift
[1124/1128] Compiling GRPC ClientInterceptorProtocol.swift
[1125/1128] Compiling GRPC ClientInterceptors.swift
[1126/1128] Compiling GRPC ClientTransport.swift
[1127/1128] Compiling GRPC ClientTransportFactory.swift
[1128/1128] Compiling GRPC MessageParts.swift
[1130/1239] 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.
[1131/1239] 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.
[1132/1239] 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.
[1133/1239] 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.
[1134/1239] 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.
[1135/1239] 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.
[1136/1239] 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.
[1137/1239] 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.
[1138/1239] 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.
[1139/1239] 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.
[1140/1239] 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.
[1141/1239] 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.
[1142/1239] 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.
[1143/1239] 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.
[1144/1239] 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.
[1145/1239] 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.
[1146/1254] 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.
[1147/1254] 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.
[1148/1254] 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.
[1149/1254] 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.
[1150/1254] 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.
[1151/1254] 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.
[1152/1254] 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.
[1153/1254] 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.
[1154/1254] 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.
[1155/1254] 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.
[1156/1254] 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.
[1157/1254] 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.
[1158/1254] 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.
[1159/1254] 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.
[1160/1254] 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.
[1161/1254] 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.
[1162/1254] 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.
[1163/1254] 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.
[1164/1254] 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.
[1165/1254] 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.
[1166/1254] 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.
[1167/1254] 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.
[1168/1254] 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.
[1169/1254] 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.
[1170/1254] 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.
[1171/1254] 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.
[1172/1254] 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.
[1173/1254] 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.
[1174/1254] 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.
[1175/1254] 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.
[1176/1254] 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.
[1177/1254] 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.
[1178/1254] 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.
[1179/1254] 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.
[1180/1254] 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.
[1181/1254] 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.
[1182/1254] 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.
[1183/1254] 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.
[1184/1254] 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.
[1185/1254] 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.
[1186/1254] 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.
[1187/1254] 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.
[1188/1254] 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.
[1189/1254] 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.
[1190/1254] 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.
[1191/1254] 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.
[1192/1254] 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.
[1193/1254] 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.
[1194/1254] 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.
[1195/1254] 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.
[1196/1254] 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.
[1197/1254] 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.
[1198/1254] 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.
[1199/1254] 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.
[1200/1254] 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.
[1201/1254] 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.
[1202/1254] 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.
[1203/1254] 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.
[1204/1254] 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.
[1205/1254] 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.
[1206/1254] 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.
[1207/1254] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1208/1254] 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.
[1209/1254] 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.
[1210/1254] 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.
[1211/1254] 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.
[1212/1254] 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.
[1213/1254] 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.
[1214/1254] 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.
[1215/1254] 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.
[1216/1254] 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.
[1217/1254] 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.
[1218/1254] 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.
[1219/1254] 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.
[1220/1254] 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.
[1221/1254] 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.
[1222/1254] 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.
[1223/1254] 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.
[1224/1254] 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.
[1225/1254] 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.
[1226/1254] 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.
[1227/1254] 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.
[1228/1254] 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.
[1229/1254] 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.
[1230/1254] 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.
[1231/1254] 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.
[1232/1254] 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.
[1233/1254] Compiling ZcashLightClientKit LightWalletGRPCServiceOverTor.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/1254] 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.
[1235/1254] 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.
[1236/1254] 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.
[1237/1254] 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.
[1238/1254] 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.
[1239/1254] 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.
[1240/1254] 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.
[1241/1254] 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.
[1242/1254] 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.
[1243/1254] 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.
[1244/1254] 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.
[1245/1254] 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.
[1246/1254] 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.
[1247/1254] 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.
[1248/1254] 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.
[1249/1254] 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.
[1250/1254] 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.
[1251/1254] 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.
[1252/1254] 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.
[1253/1254] 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.
[1254/1254] 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-1":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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/168] Compiling SQLite SQLiteFeature.swift
[5/168] Compiling SQLite SQLiteVersion.swift
[6/169] Compiling SQLite Errors.swift
[7/169] Compiling SQLite Result.swift
[8/171] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/171] Compiling Logging MetadataProvider.swift
[10/171] Compiling SQLite FTS5.swift
[11/171] Compiling SQLite RTree.swift
[12/171] Compiling SQLite Statement.swift
[13/171] Compiling SQLite URIQueryParameter.swift
[14/171] Compiling SQLite Helpers.swift
[15/171] Compiling SQLite Connection+Schema.swift
[17/171] Compiling SQLite Foundation.swift
[18/171] Compiling NIOConcurrencyHelpers NIOLock.swift
[19/171] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/171] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[21/171] Compiling NIOConcurrencyHelpers atomics.swift
[22/171] Compiling NIOConcurrencyHelpers lock.swift
[23/171] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[24/171] Emitting module NIOConcurrencyHelpers
[28/172] Emitting module _NIOBase64
[29/172] Compiling _NIOBase64 Base64.swift
[30/173] Compiling Atomics IntegerOperations.swift
[31/173] Compiling Atomics Unmanaged extensions.swift
[32/173] Compiling _NIODataStructures PriorityQueue.swift
[33/173] Compiling _NIODataStructures Heap.swift
[34/173] Emitting module _NIODataStructures
[35/173] Compiling _NIODataStructures _TinyArray.swift
[38/174] Emitting module InternalCollectionsUtilities
[42/174] Compiling SQLite Connection+Aggregation.swift
[43/174] Compiling SQLite Connection+Attach.swift
[44/174] Compiling SQLite Backup.swift
[45/174] Compiling SQLite Blob.swift
[46/174] Compiling SQLite Connection+Pragmas.swift
[47/174] Compiling SQLite Connection.swift
[49/175] Compiling Logging LogHandler.swift
[50/175] Emitting module Logging
[51/175] Compiling Logging Locks.swift
[52/175] Compiling Logging Logging.swift
[58/176] Emitting module SQLite
[65/195] Compiling DequeModule Deque+Equatable.swift
[66/195] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/197] Compiling DequeModule Deque+CustomReflectable.swift
[68/197] Compiling DequeModule Deque+Descriptions.swift
[69/197] Compiling DequeModule _DequeBuffer.swift
[70/197] Compiling DequeModule _DequeBufferHeader.swift
[71/197] Compiling DequeModule Deque+Extras.swift
[72/197] Compiling DequeModule Deque+Hashable.swift
[73/197] Compiling DequeModule Deque+Codable.swift
[74/197] Compiling DequeModule Deque+Collection.swift
[79/197] Compiling DequeModule _DequeSlot.swift
[80/197] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/197] Emitting module Atomics
[89/198] Compiling SQLite FTS4.swift
[90/198] Compiling SQLite SchemaChanger.swift
[91/198] Compiling SQLite SchemaDefinitions.swift
[92/198] Compiling SQLite SchemaReader.swift
[93/198] Compiling SQLite AggregateFunctions.swift
[102/209] Compiling DequeModule Deque+Testing.swift
[103/209] Compiling DequeModule Deque._Storage.swift
[109/209] Compiling DequeModule Deque._UnsafeHandle.swift
[110/209] Compiling DequeModule Deque.swift
[111/209] Emitting module DequeModule
[116/210] Compiling SQLite Coding.swift
[117/210] Compiling SQLite Collation.swift
[118/210] Compiling SQLite CoreFunctions.swift
[119/210] Compiling SQLite CustomFunctions.swift
[120/210] Compiling SQLite DateAndTimeFunctions.swift
[121/210] Compiling SQLite Expression.swift
[122/210] Compiling SQLite Operators.swift
[123/210] Compiling SQLite Query+with.swift
[125/270] Compiling NIOCore NIOAsyncSequenceProducer.swift
[126/270] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[127/270] Compiling NIOCore NIOAsyncWriter.swift
[128/270] Compiling NIOCore IO.swift
[130/271] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[131/271] Compiling NIOCore BSDSocketAPI.swift
[132/271] Compiling NIOCore ByteBuffer-aux.swift
[133/271] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[134/271] Compiling NIOCore ByteBuffer-conversions.swift
[135/271] Compiling NIOCore ByteBuffer-core.swift
[136/271] Compiling NIOCore ByteBuffer-hex.swift
[137/271] Compiling NIOCore ByteBuffer-int.swift
[138/271] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[139/271] Compiling NIOCore CircularBuffer.swift
[140/271] Compiling NIOCore Codec.swift
[141/271] Compiling NIOCore ConvenienceOptionSupport.swift
[142/271] Compiling NIOCore NIOScheduledCallback.swift
[143/271] Compiling NIOCore NIOSendable.swift
[144/271] Compiling NIOCore RecvByteBufferAllocator.swift
[145/271] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[146/271] Compiling NIOCore EventLoopFuture+Deprecated.swift
[147/271] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[148/271] Compiling NIOCore EventLoopFuture.swift
[149/271] Compiling NIOCore FileDescriptor.swift
[150/271] Compiling NIOCore FileHandle.swift
[151/271] Compiling NIOCore FileRegion.swift
[152/271] Compiling NIOCore GlobalSingletons.swift
[153/271] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[154/271] Compiling NIOCore ChannelOption.swift
[155/271] Compiling NIOCore ChannelPipeline.swift
[156/271] Compiling NIOCore AddressedEnvelope.swift
[157/271] Compiling NIOCore AsyncAwaitSupport.swift
[158/271] Compiling NIOCore AsyncChannel.swift
[159/271] Compiling NIOCore AsyncChannelHandler.swift
[160/271] Compiling NIOCore AsyncChannelInboundStream.swift
[161/271] Compiling NIOCore AsyncChannelOutboundWriter.swift
[166/271] Compiling NIOCore MulticastChannel.swift
[167/271] Compiling NIOCore NIOAny.swift
[168/271] Compiling NIOCore NIOCloseOnErrorHandler.swift
[169/271] Compiling NIOCore NIOLoopBound.swift
[170/271] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[174/279] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[175/279] Compiling SwiftProtobuf TextFormatScanner.swift
[176/279] Compiling SwiftProtobuf TimeUtils.swift
[177/279] Compiling SwiftProtobuf UnknownStorage.swift
[178/279] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[179/279] Compiling SwiftProtobuf Varint.swift
[180/279] Compiling SwiftProtobuf Version.swift
[181/279] Compiling SwiftProtobuf Visitor.swift
[182/279] Compiling SwiftProtobuf WireFormat.swift
[183/279] Compiling SwiftProtobuf ZigZag.swift
[184/279] Compiling SwiftProtobuf any.pb.swift
[185/279] Compiling NIOCore SocketAddresses.swift
[186/279] Compiling NIOCore SocketOptionProvider.swift
[187/279] Compiling NIOCore SystemCallHelpers.swift
[188/279] Compiling NIOCore TimeAmount+Duration.swift
[189/279] Compiling NIOCore TypeAssistedChannelHandler.swift
[190/279] Compiling NIOCore UniversalBootstrapSupport.swift
[191/279] Compiling NIOCore Utilities.swift
[192/279] Compiling SwiftProtobuf TextFormatDecodingError.swift
[193/279] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[194/279] Compiling SwiftProtobuf TextFormatEncoder.swift
[195/279] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[197/279] Compiling NIOCore IOData.swift
[198/279] Compiling NIOCore IPProtocol.swift
[199/279] Compiling NIOCore IntegerBitPacking.swift
[200/279] Compiling NIOCore IntegerTypes.swift
[201/279] Compiling NIOCore Interfaces.swift
[202/279] Compiling NIOCore Linux.swift
[203/279] Compiling NIOCore MarkedCircularBuffer.swift
[212/279] Emitting module SwiftProtobuf
[228/279] Compiling NIOCore DeadChannel.swift
[229/279] Compiling NIOCore DispatchQueue+WithFuture.swift
[230/279] Compiling NIOCore EventLoop+Deprecated.swift
[231/279] Compiling NIOCore EventLoop+SerialExecutor.swift
[232/279] Compiling NIOCore EventLoop.swift
[233/279] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[241/279] Compiling SwiftProtobuf api.pb.swift
[242/279] Compiling SwiftProtobuf descriptor.pb.swift
[243/279] Compiling SwiftProtobuf duration.pb.swift
[244/279] Compiling SwiftProtobuf empty.pb.swift
[245/279] Compiling SwiftProtobuf field_mask.pb.swift
[246/279] Compiling SwiftProtobuf source_context.pb.swift
[247/279] Compiling SwiftProtobuf struct.pb.swift
[248/279] Compiling SwiftProtobuf timestamp.pb.swift
[249/279] Compiling SwiftProtobuf type.pb.swift
[250/279] Compiling SwiftProtobuf wrappers.pb.swift
[251/279] Compiling SwiftProtobuf resource_bundle_accessor.swift
[270/279] Compiling NIOCore ByteBuffer-multi-int.swift
[271/279] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[272/279] Compiling NIOCore ByteBuffer-views.swift
[273/279] Compiling NIOCore Channel.swift
[274/279] Compiling NIOCore ChannelHandler.swift
[275/279] Compiling NIOCore ChannelHandlers.swift
[276/279] Compiling NIOCore ChannelInvoker.swift
[280/280] Emitting module NIOCore
[282/331] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[283/331] Compiling NIOEmbedded Embedded.swift
[284/331] Compiling NIOEmbedded AsyncTestingChannel.swift
[285/331] Emitting module NIOEmbedded
[287/332] Compiling NIOPosix Pool.swift
[288/332] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[289/332] Compiling NIOPosix PosixSingletons.swift
[290/332] Compiling NIOPosix RawSocketBootstrap.swift
[291/332] Compiling NIOPosix Resolver.swift
[292/332] Compiling NIOPosix Selectable.swift
[293/338] Compiling NIOPosix ThreadPosix.swift
[294/338] Compiling NIOPosix ThreadWindows.swift
[295/338] Compiling NIOPosix UnsafeTransfer.swift
[296/338] Compiling NIOPosix Utilities.swift
[297/338] Compiling NIOPosix VsockAddress.swift
[298/338] Compiling NIOPosix VsockChannelEvents.swift
[299/338] Compiling NIOPosix ServerSocket.swift
[300/338] Compiling NIOPosix Socket.swift
[301/338] Compiling NIOPosix SocketChannel.swift
[302/338] Compiling NIOPosix SocketProtocols.swift
[303/338] Compiling NIOPosix System.swift
[304/338] Compiling NIOPosix Thread.swift
[305/338] Compiling NIOPosix BSDSocketAPICommon.swift
[306/338] Compiling NIOPosix BSDSocketAPIPosix.swift
[307/338] Compiling NIOPosix BSDSocketAPIWindows.swift
[308/338] Compiling NIOPosix BaseSocket.swift
[309/338] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[310/338] Compiling NIOPosix BaseSocketChannel.swift
[311/338] Compiling NIOPosix BaseStreamSocketChannel.swift
[312/338] Compiling NIOPosix SelectableChannel.swift
[313/338] Compiling NIOPosix SelectableEventLoop.swift
[314/338] Compiling NIOPosix SelectorEpoll.swift
[315/338] Compiling NIOPosix SelectorGeneric.swift
[316/338] Compiling NIOPosix SelectorKqueue.swift
[317/338] Compiling NIOPosix SelectorUring.swift
[318/338] Compiling NIOPosix Bootstrap.swift
[319/338] Compiling NIOPosix ControlMessage.swift
[320/338] Compiling NIOPosix DatagramVectorReadManager.swift
[321/338] Compiling NIOPosix Errors+Any.swift
[322/338] Compiling NIOPosix FileDescriptor.swift
[323/338] Compiling NIOPosix GetaddrinfoResolver.swift
[324/338] Compiling NIOPosix HappyEyeballs.swift
[325/338] Compiling NIOPosix IO.swift
[326/338] Compiling NIOPosix IntegerBitPacking.swift
[327/338] Compiling NIOPosix IntegerTypes.swift
[328/338] Compiling NIOPosix Linux.swift
[329/338] Compiling NIOPosix LinuxCPUSet.swift
[330/338] Compiling NIOPosix LinuxUring.swift
[331/338] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[332/338] Emitting module NIOPosix
[333/338] Compiling NIOPosix NIOThreadPool.swift
[334/338] Compiling NIOPosix NonBlockingFileIO.swift
[335/338] Compiling NIOPosix PendingDatagramWritesManager.swift
[336/338] Compiling NIOPosix PendingWritesManager.swift
[337/338] Compiling NIOPosix PipeChannel.swift
[338/338] Compiling NIOPosix PipePair.swift
[340/341] Emitting module NIO
[341/341] Compiling NIO Exports.swift
[343/369] Compiling NIOTLS TLSEvents.swift
[344/369] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[345/369] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[346/369] Emitting module NIOTLS
[347/369] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[348/369] Compiling NIOTLS SNIHandler.swift
[349/369] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[350/369] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[351/369] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[352/370] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[353/370] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[354/370] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[355/370] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[356/372] Emitting module NIOHTTP1
[357/372] Emitting module NIOFoundationCompat
[358/372] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[360/373] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[361/373] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[362/373] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[363/373] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[365/373] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[366/373] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[367/373] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[368/373] Compiling NIOHTTP1 HTTPTypes.swift
[369/419] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[370/419] Compiling NIOSSL SSLPrivateKey.swift
[371/424] Compiling NIOTransportServices StateManagedChannel.swift
[372/424] Compiling NIOTransportServices StateManagedListenerChannel.swift
[373/424] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[374/426] Emitting module NIOTransportServices
[375/426] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[376/426] Compiling NIOTransportServices NIOTSErrors.swift
[377/426] Compiling NIOTransportServices NIOTSEventLoop.swift
[378/426] Compiling NIOTransportServices NIOTSBootstraps.swift
[379/426] Compiling NIOTransportServices NIOTSChannelOptions.swift
[380/426] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[381/426] Compiling NIOTransportServices AcceptHandler.swift
[382/426] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[383/426] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[385/426] Compiling NIOTransportServices NIOTSSingletons.swift
[386/426] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[387/426] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[388/426] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[389/426] Compiling NIOTransportServices NIOTSListenerChannel.swift
[390/427] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[391/427] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[395/427] Compiling NIOTransportServices NIOTSDatagramListener.swift
[396/427] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[397/427] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[408/457] Emitting module NIOSSL
[409/457] Compiling NIOSSL SubjectAlternativeName.swift
[410/457] Compiling NIOSSL NIOSSLSecureBytes.swift
[411/457] Compiling NIOSSL RNG.swift
[412/457] Compiling NIOSSL SafeCompare.swift
[416/461] Compiling NIOSSL SSLConnection.swift
[417/461] Compiling NIOHPACK DynamicHeaderTable.swift
[418/461] Compiling NIOHPACK HPACKDecoder.swift
[419/461] Compiling NIOExtras DebugOutboundEventsHandler.swift
[420/461] Compiling NIOExtras FixedLengthFrameDecoder.swift
[421/461] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[422/461] Compiling NIOExtras LengthFieldPrepender.swift
[423/461] Compiling NIOExtras LineBasedFrameDecoder.swift
[424/461] Compiling NIOExtras RequestResponseHandler.swift
[425/461] Compiling NIOExtras PCAPRingBuffer.swift
[426/461] Compiling NIOExtras QuiescingHelper.swift
[427/461] Compiling NIOExtras NIOLengthFieldBitLength.swift
[428/461] Compiling NIOExtras NIORequestIdentifiable.swift
[436/463] Compiling NIOHPACK IndexedHeaderTable.swift
[437/463] Compiling NIOHPACK IntegerCoding.swift
[439/464] Compiling NIOExtras RequestResponseWithIDHandler.swift
[440/464] Compiling NIOHPACK HuffmanCoding.swift
[441/464] Compiling NIOHPACK HuffmanTables.swift
[442/464] Compiling NIOHPACK HPACKEncoder.swift
[443/464] Compiling NIOHPACK HPACKErrors.swift
[446/464] Compiling NIOHPACK HPACKHeader.swift
[447/464] Compiling NIOHPACK HeaderTables.swift
[448/464] Emitting module NIOHPACK
[449/464] Compiling NIOSSL Zeroization.swift
[450/464] Compiling NIOSSL TLSConfiguration.swift
[451/464] Compiling NIOSSL UniversalBootstrapSupport.swift
[452/464] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[453/464] Emitting module NIOExtras
[455/465] Compiling NIOHPACK StaticHeaderTable.swift
[465/466] Compiling NIOExtras UnsafeTransfer.swift
[466/466] Compiling NIOExtras WritePCAPHandler.swift
[468/525] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[469/525] Compiling NIOHTTP2 HasFlowControlWindows.swift
[470/525] Compiling NIOHTTP2 HasLocalSettings.swift
[471/525] Compiling NIOHTTP2 HasRemoteSettings.swift
[472/525] Compiling NIOHTTP2 LocallyQuiescingState.swift
[473/525] Compiling NIOHTTP2 QuiescingState.swift
[474/525] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[475/525] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[476/533] Emitting module NIOHTTP2
[477/533] Compiling NIOHTTP2 MaySendFrames.swift
[478/533] Compiling NIOHTTP2 SendingDataState.swift
[479/533] Compiling NIOHTTP2 SendingGoawayState.swift
[480/533] Compiling NIOHTTP2 SendingHeadersState.swift
[481/533] Compiling NIOHTTP2 SendingPushPromiseState.swift
[482/533] Compiling NIOHTTP2 SendingRstStreamState.swift
[483/533] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[484/533] Compiling NIOHTTP2 HTTP2SettingsState.swift
[485/533] Compiling NIOHTTP2 InboundWindowManager.swift
[486/533] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[487/533] Compiling NIOHTTP2 StreamChannelFlowController.swift
[488/533] Compiling NIOHTTP2 StreamChannelList.swift
[489/533] Compiling NIOHTTP2 StreamMap.swift
[490/533] Compiling NIOHTTP2 StreamStateMachine.swift
[491/533] Compiling NIOHTTP2 UnsafeTransfer.swift
[492/533] Compiling NIOHTTP2 WatermarkedFlowController.swift
[493/533] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[494/533] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[495/533] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[496/533] Compiling NIOHTTP2 HTTP2StreamID.swift
[497/533] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[498/533] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[499/533] Compiling NIOHTTP2 HTTP2UserEvents.swift
[500/533] Compiling NIOHTTP2 InboundEventBuffer.swift
[501/533] Compiling NIOHTTP2 ConnectionStateMachine.swift
[502/533] Compiling NIOHTTP2 ConnectionStreamsState.swift
[503/533] Compiling NIOHTTP2 MayReceiveFrames.swift
[504/533] Compiling NIOHTTP2 ReceivingDataState.swift
[505/533] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[506/533] Compiling NIOHTTP2 ReceivingHeadersState.swift
[507/533] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[508/533] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[509/533] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[510/533] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[511/533] Compiling NIOHTTP2 HTTP2Frame.swift
[512/533] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[513/533] Compiling NIOHTTP2 HTTP2FrameParser.swift
[514/533] Compiling NIOHTTP2 HTTP2PingData.swift
[515/533] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[516/533] Compiling NIOHTTP2 HTTP2Settings.swift
[517/533] Compiling NIOHTTP2 HTTP2Stream.swift
[518/533] Compiling NIOHTTP2 StateMachineResult.swift
[519/533] Compiling NIOHTTP2 ContentLengthVerifier.swift
[520/533] Compiling NIOHTTP2 DOSHeuristics.swift
[521/533] Compiling NIOHTTP2 Error+Any.swift
[522/533] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[523/533] Compiling NIOHTTP2 ControlFrameBuffer.swift
[524/533] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[525/533] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[526/533] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[527/533] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[528/533] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[529/533] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[530/533] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[531/533] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[532/533] Compiling NIOHTTP2 HTTP2Error.swift
[533/533] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[535/661] Compiling GRPC BidirectionalStreamingCall.swift
[536/661] Compiling GRPC Call.swift
[537/661] Compiling GRPC CallDetails.swift
[538/661] Compiling GRPC ClientCall.swift
[539/661] Compiling GRPC ClientStreamingCall.swift
[540/661] Compiling GRPC LazyEventLoopPromise.swift
[541/661] Compiling GRPC ResponseContainers.swift
[542/661] Compiling GRPC ResponsePartContainer.swift
[543/661] Compiling GRPC ServerStreamingCall.swift
[544/661] Compiling GRPC UnaryCall.swift
[545/661] Compiling GRPC ClientConnection.swift
[546/661] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[547/661] Compiling GRPC ClientErrorDelegate.swift
[548/661] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[549/661] Compiling GRPC CompressionAlgorithm.swift
[550/661] Compiling GRPC DecompressionLimit.swift
[551/661] Compiling GRPC MessageEncoding.swift
[552/661] Compiling GRPC Zlib.swift
[553/678] Compiling GRPC Array+BoundsCheck.swift
[554/678] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[555/678] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[556/678] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[557/678] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[558/678] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[559/678] Compiling GRPC ServerHandlerStateMachine.swift
[560/678] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[561/678] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[562/678] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[563/678] Compiling GRPC ServerInterceptorStateMachine.swift
[564/678] Compiling GRPC StreamState.swift
[565/678] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[566/678] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[567/678] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[568/678] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[569/678] Compiling GRPC GRPCAsyncRequestStream.swift
[570/678] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[571/678] Compiling GRPC GRPCAsyncResponseStream.swift
[572/678] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[573/678] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[574/678] Compiling GRPC GRPCAsyncServerCallContext.swift
[575/678] Compiling GRPC GRPCAsyncServerHandler.swift
[576/678] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[577/678] Compiling GRPC GRPCAsyncUnaryCall.swift
[578/678] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[579/678] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[580/678] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[581/678] Compiling GRPC GRPCSendable.swift
[582/678] Compiling GRPC NIOAsyncWrappers.swift
[583/678] Compiling GRPC BidirectionalStreamingServerHandler.swift
[584/678] Compiling GRPC ClientStreamingServerHandler.swift
[585/678] Compiling GRPC ServerHandlerProtocol.swift
[586/678] Compiling GRPC ServerStreamingServerHandler.swift
[587/678] Compiling GRPC UnaryServerHandler.swift
[588/678] Compiling GRPC CallOptions.swift
[589/678] Compiling GRPC ServerInterceptorContext.swift
[590/678] Compiling GRPC ServerInterceptorPipeline.swift
[591/678] Compiling GRPC ServerInterceptors.swift
[592/678] Compiling GRPC InterceptorContextList.swift
[593/678] Compiling GRPC LengthPrefixedMessageReader.swift
[594/678] Compiling GRPC Logger.swift
[595/678] Compiling GRPC LoggingServerErrorDelegate.swift
[596/678] Compiling GRPC MessageEncodingHeaderValidator.swift
[597/678] Compiling GRPC PlatformSupport.swift
[598/678] Compiling GRPC ReadWriteStates.swift
[599/678] Compiling GRPC Ref.swift
[600/678] Compiling GRPC Serialization.swift
[601/678] Compiling GRPC Server+NIOSSL.swift
[602/678] Compiling GRPC Server.swift
[603/678] Compiling GRPC ServerBuilder+NIOSSL.swift
[604/678] Compiling GRPC ServerBuilder.swift
[605/678] Compiling GRPC ServerCallContext.swift
[606/678] Compiling GRPC StreamingResponseCallContext.swift
[607/678] Compiling GRPC UnaryResponseCallContext.swift
[608/678] Compiling GRPC ServerChannelErrorHandler.swift
[609/678] Compiling GRPC ServerErrorDelegate.swift
[610/678] Compiling GRPC ServerErrorProcessor.swift
[611/678] Compiling GRPC Stopwatch.swift
[612/678] Compiling GRPC StreamEvent.swift
[613/678] Compiling GRPC TLSVerificationHandler.swift
[614/678] Compiling GRPC TLSVersion.swift
[615/678] Compiling GRPC TimeLimit.swift
[616/678] Compiling GRPC UserInfo.swift
[617/678] Compiling GRPC Version.swift
[618/678] Compiling GRPC WebCORSHandler.swift
[619/678] Compiling GRPC WriteCapturingHandler.swift
[620/678] Compiling GRPC _EmbeddedThroughput.swift
[621/678] Compiling GRPC _FakeResponseStream.swift
[622/678] Compiling GRPC _GRPCClientCodecHandler.swift
[623/678] Compiling GRPC _MessageContext.swift
[624/678] Compiling GRPC ConnectionBackoff.swift
[625/678] Compiling GRPC ConnectionKeepalive.swift
[626/678] Compiling GRPC ConnectionManager+Delegates.swift
[627/678] Compiling GRPC ConnectionManager.swift
[628/678] Compiling GRPC ConnectionManagerChannelProvider.swift
[629/678] Compiling GRPC ConnectionManagerID.swift
[630/678] Compiling GRPC ConnectionPool+PerConnectionState.swift
[631/678] Compiling GRPC ConnectionPool+Waiter.swift
[632/678] Compiling GRPC ConnectionPool.swift
[633/678] Compiling GRPC ConnectionPoolIDs.swift
[634/678] Compiling GRPC GRPCChannelPool.swift
[635/678] Compiling GRPC PoolManager.swift
[636/678] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[637/678] Compiling GRPC PoolManagerStateMachine.swift
[638/678] Compiling GRPC PooledChannel.swift
[639/678] Compiling GRPC StreamLender.swift
[640/678] Compiling GRPC ConnectivityState.swift
[641/678] Compiling GRPC DebugOnly.swift
[642/678] Compiling GRPC DelegatingErrorHandler.swift
[643/678] Compiling GRPC Error+NIOSSL.swift
[644/678] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[645/678] Compiling GRPC FakeChannel.swift
[646/678] Compiling GRPC ClientConnection+NIOSSL.swift
[647/678] Compiling GRPC ClientConnection+NWTLS.swift
[648/678] Compiling GRPC GRPCChannel.swift
[649/678] Compiling GRPC GRPCChannelBuilder.swift
[650/678] Compiling GRPC GRPCClient.swift
[651/678] Compiling GRPC GRPCClientChannelHandler.swift
[652/678] Compiling GRPC GRPCClientStateMachine.swift
[653/678] Compiling GRPC GRPCContentType.swift
[654/678] Compiling GRPC GRPCError.swift
[655/678] Compiling GRPC GRPCHeaderName.swift
[656/678] Compiling GRPC GRPCIdleHandler.swift
[657/678] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[658/678] Compiling GRPC GRPCKeepaliveHandlers.swift
[659/678] Compiling GRPC GRPCPayload.swift
[660/678] Compiling GRPC GRPCServerPipelineConfigurator.swift
[661/678] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[662/678] Compiling GRPC GRPCServiceDescription.swift
[663/678] Compiling GRPC GRPCStatus.swift
[664/678] Compiling GRPC GRPCStatusAndMetadata.swift
[665/678] Compiling GRPC GRPCStatusMessageMarshaller.swift
[666/678] Compiling GRPC GRPCTLSConfiguration.swift
[667/678] Compiling GRPC GRPCTimeout.swift
[668/678] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[669/678] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[670/678] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[671/678] Compiling GRPC ClientInterceptorContext.swift
[672/678] Compiling GRPC ClientInterceptorPipeline.swift
[673/678] Compiling GRPC ClientInterceptorProtocol.swift
[674/678] Compiling GRPC ClientInterceptors.swift
[675/678] Compiling GRPC ClientTransport.swift
[676/678] Compiling GRPC ClientTransportFactory.swift
[677/678] Compiling GRPC MessageParts.swift
[678/678] Emitting module GRPC
error: emit-module command failed with exit code 1 (use -v to see invocation)
[680/789] 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.
[681/804] 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.
[682/804] 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.
[683/804] 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.
[684/804] 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.
[685/804] 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.
[686/804] 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.
[687/804] 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.
[688/804] 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.
[689/804] 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.
[690/804] 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.
[691/804] 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.
[692/804] 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.
[693/804] 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.
[694/804] 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.
[695/804] 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.
[696/804] 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.
[697/804] 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.
[698/804] 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.
[699/804] 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.
[700/804] 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.
[701/804] 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.
[702/804] 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.
[703/804] 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.
[704/804] 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.
[705/804] 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.
[706/804] 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.
[707/804] 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.
[708/804] 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.
[709/804] 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.
[710/804] 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.
[711/804] 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.
[712/804] 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.
[713/804] 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.
[714/804] 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.
[715/804] 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.
[716/804] 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.
[717/804] 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.
[718/804] 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.
[719/804] 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.
[720/804] 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.
[721/804] 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.
[722/804] 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.
[723/804] 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.
[724/804] 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.
[725/804] 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.
[726/804] 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.
[727/804] 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.
[728/804] 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.
[729/804] 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.
[730/804] 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.
[731/804] 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.
[732/804] 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.
[733/804] 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.
[734/804] 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.
[735/804] 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.
[736/804] 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.
[737/804] 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.
[738/804] 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.
[739/804] 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.
[740/804] 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.
[741/804] 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.
[742/804] 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.
[743/804] 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.
[744/804] 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.
[745/804] 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.
[746/804] 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.
[747/804] 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.
[748/804] 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.
[749/804] 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.
[750/804] 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.
[751/804] 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.
[752/804] 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.
[753/804] Compiling ZcashLightClientKit LightWalletGRPCServiceOverTor.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/804] 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.
[755/804] 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.
[756/804] 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.
[757/804] 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.
[758/804] 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.
[759/804] 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.
[760/804] 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.
[761/804] 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.
[762/804] 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.
[763/804] 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.
[764/804] 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.
[765/804] 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.
[766/804] 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.
[767/804] 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.
[768/804] 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.
[769/804] 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.
[770/804] 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.
[771/804] 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.
[772/804] 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.
[773/804] 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.
[774/804] 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.
[775/804] 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.
[776/804] 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.
[777/804] 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.
[778/804] 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.
[779/804] 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.
[780/804] 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.
[781/804] 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.
[782/804] 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.
[783/804] 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.
[784/804] 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.
[785/804] 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.
[786/804] 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.
[787/804] 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.
[788/804] 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.
[789/804] 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.
[790/804] 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.
[791/804] 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.
[792/804] 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.
[793/804] 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.
[794/804] 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.
[795/804] 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.
[796/804] 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.
[797/804] 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.
[798/804] 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.
[799/804] 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.
[800/804] 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.
[801/804] 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.
[802/804] 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.
[803/804] 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.
[804/804] 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