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