Build Information
Failed to build ZcashLightClientKit, reference 2.2.17 (d4dc48
), with Swift 6.1 for Android on 16 Jun 2025 16:00:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git
Reference: 2.2.17
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk
* tag 2.2.17 -> FETCH_HEAD
HEAD is now at d4dc485 Merge pull request #1574 from LukasKorba/1573-Release-2-2-17
Cloned https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git
Revision (git rev-parse @):
d4dc485e496ecb66e034f060709965fcb54b6036
SUCCESS checkout https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git at 2.2.17
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git
https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "grpc-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift.git"
},
{
"identity" : "sqlite.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stephencelis/SQLite.swift.git"
},
{
"identity" : "zcash-light-client-ffi",
"requirement" : {
"exact" : [
"0.17.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Electric-Coin-Company/zcash-light-client-ffi"
}
],
"manifest_display_name" : "ZcashLightClientKit",
"name" : "ZcashLightClientKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "ZcashLightClientKit",
"targets" : [
"ZcashLightClientKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZcashLightClientKit",
"module_type" : "SwiftTarget",
"name" : "ZcashLightClientKit",
"path" : "Sources/ZcashLightClientKit",
"product_dependencies" : [
"SQLite",
"GRPC",
"libzcashlc"
],
"product_memberships" : [
"ZcashLightClientKit"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/ZcashLightClientKit/Resources/checkpoints",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Account/Account.swift",
"Account/AccountMetadataKey.swift",
"Block/Actions/Action.swift",
"Block/Actions/ClearAlreadyScannedBlocksAction.swift",
"Block/Actions/ClearCacheAction.swift",
"Block/Actions/DownloadAction.swift",
"Block/Actions/EnhanceAction.swift",
"Block/Actions/FetchUTXOsAction.swift",
"Block/Actions/MigrateLegacyCacheDBAction.swift",
"Block/Actions/ProcessSuggestedScanRangesAction.swift",
"Block/Actions/RewindAction.swift",
"Block/Actions/SaplingParamsAction.swift",
"Block/Actions/ScanAction.swift",
"Block/Actions/TxResubmissionAction.swift",
"Block/Actions/UpdateChainTipAction.swift",
"Block/Actions/UpdateSubtreeRootsAction.swift",
"Block/Actions/ValidateServerAction.swift",
"Block/CompactBlockProcessor.swift",
"Block/DatabaseStorage/ConnectorProvider.swift",
"Block/DatabaseStorage/DatabaseStorageError.swift",
"Block/DatabaseStorage/SimpleConnectionProvider.swift",
"Block/Download/BlockDownloader.swift",
"Block/Download/BlockDownloaderService.swift",
"Block/Enhance/BlockEnhancer.swift",
"Block/FetchUnspentTxOutputs/UTXOFetcher.swift",
"Block/FilesystemStorage/FSCompactBlockRepository.swift",
"Block/SaplingParameters/SaplingParametersHandler.swift",
"Block/Scan/BlockScanner.swift",
"Block/Utils/AfterSyncHooksManager.swift",
"Block/Utils/CompactBlockProgress.swift",
"Block/Utils/SyncControlData.swift",
"Checkpoint/BundleCheckpointSource.swift",
"Checkpoint/BundleCheckpointURLProvider.swift",
"Checkpoint/Checkpoint+helpers.swift",
"Checkpoint/Checkpoint.swift",
"Checkpoint/CheckpointSource.swift",
"Checkpoint/CheckpointSourceFactory.swift",
"ClosureSynchronizer.swift",
"CombineSynchronizer.swift",
"Constants/Checkpoint+mainnet.swift",
"Constants/Checkpoint+testnet.swift",
"Constants/ZcashSDK.swift",
"DAO/BlockDao.swift",
"DAO/PagedTransactionDao.swift",
"DAO/TransactionDao.swift",
"DAO/UnspentTransactionOutputDao.swift",
"Entity/AccountEntity.swift",
"Entity/EncodedTransactionEntity.swift",
"Entity/Pczt.swift",
"Entity/SentNoteEntity.swift",
"Entity/TransactionEntity.swift",
"Entity/UnspentTransactionOutputEntity.swift",
"Entity/ZcashCompactBlock.swift",
"Error/ZcashError.swift",
"Error/ZcashErrorCode.swift",
"Error/ZcashErrorCodeDefinition.swift",
"Extensions/Bool+ToData.swift",
"Extensions/Data+ToOtherTypes.swift",
"Extensions/Data+Zcash.swift",
"Extensions/Data+internal.swift",
"Extensions/Error+ZcashError.swift",
"Extensions/HexEncode.swift",
"Extensions/Int+ToData.swift",
"Extensions/NumberFormatter+Zcash.swift",
"Extensions/URL+UpdateWithAlias.swift",
"Extensions/Undescribable.swift",
"Extensions/Zatoshi+SQLite.swift",
"Extensions/ZcashRust+Utils.swift",
"Extensions/ZcashSDK+extensions.swift",
"Initializer.swift",
"Metrics/SDKMetrics.swift",
"Model/FiatCurrencyResult.swift",
"Model/Memo.swift",
"Model/Proposal.swift",
"Model/ScanRange.swift",
"Model/ScanSummary.swift",
"Model/TransactionDataRequest.swift",
"Model/WalletSummary.swift",
"Model/WalletTypes.swift",
"Model/Zatoshi.swift",
"Modules/Service/GRPC/LightWalletGRPCService.swift",
"Modules/Service/GRPC/ProtoBuf/Extensions/Protocolbuffer+Extensions.swift",
"Modules/Service/GRPC/ProtoBuf/compact_formats.pb.swift",
"Modules/Service/GRPC/ProtoBuf/proposal.pb.swift",
"Modules/Service/GRPC/ProtoBuf/service.grpc.swift",
"Modules/Service/GRPC/ProtoBuf/service.pb.swift",
"Modules/Service/LightWalletService.swift",
"Modules/Service/Tor/LightWalletGRPCServiceOverTor.swift",
"Providers/LatestBlocksDataProvider.swift",
"Providers/ResourceProvider.swift",
"Repository/BlockRepository.swift",
"Repository/CompactBlockRepository.swift",
"Repository/NotesRepository.swift",
"Repository/PaginatedTransactionRepository.swift",
"Repository/TransactionRepository.swift",
"Repository/TransactionRepositoryBuilder.swift",
"Rust/ZcashKeyDerivationBackend.swift",
"Rust/ZcashKeyDerivationBackendWelding.swift",
"Rust/ZcashRustBackend.swift",
"Rust/ZcashRustBackendWelding.swift",
"Synchronizer.swift",
"Synchronizer/ClosureSDKSynchronizer.swift",
"Synchronizer/CombineSDKSynchronizer.swift",
"Synchronizer/Dependencies.swift",
"Synchronizer/SDKSynchronizer.swift",
"Tool/DerivationTool.swift",
"Tor/TorClient.swift",
"Transaction/TransactionEncoder.swift",
"Transaction/WalletTransactionEncoder.swift",
"Utils/AsyncToClosureGateway.swift",
"Utils/AsyncToCombineGateway.swift",
"Utils/Clamped.swift",
"Utils/DBActor.swift",
"Utils/DIContainer.swift",
"Utils/GenericActor.swift",
"Utils/LoggingProxy.swift",
"Utils/OSLogger.swift",
"Utils/SaplingParameterDownloader.swift",
"Utils/SpecificCombineTypes.swift",
"Utils/SyncSessionIDGenerator.swift",
"Utils/Task+sleep.swift",
"Utils/UsedAliasesChecker.swift",
"Utils/ZcashFileManager.swift"
],
"type" : "library"
},
{
"c99name" : "TestUtils",
"module_type" : "SwiftTarget",
"name" : "TestUtils",
"path" : "Tests/TestUtils",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/cache.db",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/darkside_caches.db",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/darkside_data.db",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/integerOverflowJSON.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/sandblasted_mainnet_block.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/sapling-output.params",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/sapling-spend.params",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/test_data.db",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/txBase64String.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/txFromAndroidSDK.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ActionContext+tests.swift",
"CompactBlockProcessorEventHandler.swift",
"DarkSideWalletService.swift",
"FakeChainBuilder.swift",
"FakeService.swift",
"FakeStorage.swift",
"LoggerProxy.swift",
"MockSessionIDGenerator.swift",
"MockTransactionRepository.swift",
"SDKSynchronizerSyncStatusHandler.swift",
"Sourcery/AutoMockable.swift",
"Sourcery/GeneratedMocks/AutoMockable.generated.swift",
"Stubs.swift",
"TestCoordinator.swift",
"TestDbBuilder.swift",
"TestVector.swift",
"Tests+Utils.swift",
"TestsData.swift",
"UnspentTransactionOutputEntityMock.swift",
"ZcashTestCase.swift",
"proto/darkside.grpc.swift",
"proto/darkside.pb.swift"
],
"target_dependencies" : [
"ZcashLightClientKit"
],
"type" : "library"
},
{
"c99name" : "PerformanceTests",
"module_type" : "SwiftTarget",
"name" : "PerformanceTests",
"path" : "Tests/PerformanceTests",
"sources" : [
"SynchronizerTests.swift"
],
"target_dependencies" : [
"ZcashLightClientKit",
"TestUtils"
],
"type" : "test"
},
{
"c99name" : "OfflineTests",
"module_type" : "SwiftTarget",
"name" : "OfflineTests",
"path" : "Tests/OfflineTests",
"sources" : [
"BirthdayTests.swift",
"CheckpointSourceTests.swift",
"ClosureSynchronizerOfflineTests.swift",
"CombineSynchronizerOfflineTests.swift",
"CompactBlockProcessorActions/ActionContextStateTests.swift",
"CompactBlockProcessorActions/ClearAlreadyScannedBlocksActionTests.swift",
"CompactBlockProcessorActions/ClearCacheActionTests.swift",
"CompactBlockProcessorActions/DownloadActionTests.swift",
"CompactBlockProcessorActions/EnhanceActionTests.swift",
"CompactBlockProcessorActions/FetchUTXOsActionTests.swift",
"CompactBlockProcessorActions/MigrateLegacyCacheDBActionTests.swift",
"CompactBlockProcessorActions/ProcessSuggestedScanRangesActionTests.swift",
"CompactBlockProcessorActions/RewindActionTests.swift",
"CompactBlockProcessorActions/SaplingParamsActionTests.swift",
"CompactBlockProcessorActions/ScanActionTests.swift",
"CompactBlockProcessorActions/UpdateChainTipActionTests.swift",
"CompactBlockProcessorActions/UpdateSubtreeRootsActionTests.swift",
"CompactBlockProcessorActions/ValidateServerActionTests.swift",
"CompactBlockRepositoryTests.swift",
"DerivationToolTests/DerivationToolMainnetTests.swift",
"DerivationToolTests/DerivationToolTestnetTests.swift",
"FsBlockStorageTests.swift",
"InitializerOfflineTests.swift",
"MemoTests.swift",
"NullBytesTests.swift",
"PagedTransactionRepositoryTests.swift",
"RawTransactionTests.swift",
"RecipientTests.swift",
"SynchronizerOfflineTests.swift",
"TransactionRepositoryTests.swift",
"TxIdTests.swift",
"UndescribableTests.swift",
"UnifiedTypecodesTests.swift",
"WalletTests.swift",
"ZatoshiTests.swift",
"ZcashRustBackendTests.swift",
"ZcashTransactionStateTests.swift",
"Zip302MemoTests.swift",
"Zip325Tests.swift"
],
"target_dependencies" : [
"ZcashLightClientKit",
"TestUtils"
],
"type" : "test"
},
{
"c99name" : "NetworkTests",
"module_type" : "SwiftTarget",
"name" : "NetworkTests",
"path" : "Tests/NetworkTests",
"sources" : [
"BlockStreamingTest.swift",
"CompactBlockProcessorTests.swift",
"CompactBlockReorgTests.swift",
"DownloadTests.swift",
"LightWalletServiceTests.swift",
"TorClientTests.swift"
],
"target_dependencies" : [
"ZcashLightClientKit",
"TestUtils"
],
"type" : "test"
},
{
"c99name" : "DarksideTests",
"module_type" : "SwiftTarget",
"name" : "DarksideTests",
"path" : "Tests/DarksideTests",
"sources" : [
"AdvancedReOrgTests.swift",
"BalanceTests.swift",
"BlockDownloaderTests.swift",
"DarksideSanityCheckTests.swift",
"PaymentURIFulfillmentTests.swift",
"PendingTransactionUpdatesTest.swift",
"ReOrgTests.swift",
"RewindRescanTests.swift",
"ShieldFundsTests.swift",
"SynchronizerDarksideTests.swift",
"SynchronizerTests.swift",
"TransactionEnhancementTests.swift",
"Z2TReceiveTests.swift"
],
"target_dependencies" : [
"ZcashLightClientKit",
"TestUtils"
],
"type" : "test"
},
{
"c99name" : "AliasDarksideTests",
"module_type" : "SwiftTarget",
"name" : "AliasDarksideTests",
"path" : "Tests/AliasDarksideTests",
"sources" : [
"SDKSynchronizerAliasDarksideTests.swift"
],
"target_dependencies" : [
"ZcashLightClientKit",
"TestUtils"
],
"type" : "test"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Electric-Coin-Company/zcash-light-client-ffi
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/grpc/grpc-swift.git
[1/9849] Fetching sqlite.swift
[5615/60955] Fetching sqlite.swift, grpc-swift
[60956/64103] Fetching sqlite.swift, grpc-swift, zcash-light-client-ffi
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (115.21s)
Fetched https://github.com/grpc/grpc-swift.git from cache (116.54s)
Fetched https://github.com/Electric-Coin-Company/zcash-light-client-ffi from cache (138.07s)
Computing version for https://github.com/Electric-Coin-Company/zcash-light-client-ffi
Computed https://github.com/Electric-Coin-Company/zcash-light-client-ffi at 0.17.0 (139.41s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (0.60s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/135] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.05s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (1.63s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (0.96s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[19/7720] Fetching swift-atomics, swift-nio-extras
[7721/24326] Fetching swift-atomics, swift-nio-extras, swift-collections
[7722/28162] Fetching swift-atomics, swift-nio-extras, swift-collections, swift-log
[10113/43052] Fetching swift-atomics, swift-nio-extras, swift-collections, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
[15847/41255] Fetching swift-nio-extras, swift-collections, swift-log, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.78s)
Fetching https://github.com/apple/swift-nio-http2.git
[10222/35332] Fetching swift-collections, swift-log, swift-nio-ssl
[19025/37999] Fetching swift-collections, swift-log, swift-nio-ssl, swift-nio-transport-services
[23794/49531] Fetching swift-collections, swift-log, swift-nio-ssl, swift-nio-transport-services, swift-nio-http2
[35276/88977] Fetching swift-collections, swift-log, swift-nio-ssl, swift-nio-transport-services, swift-nio-http2, swift-protobuf
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.60s)
Fetching https://github.com/apple/swift-nio.git
[33371/86310] Fetching swift-collections, swift-log, swift-nio-ssl, swift-nio-http2, swift-protobuf
[58699/162632] Fetching swift-collections, swift-log, swift-nio-ssl, swift-nio-http2, swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.72s)
[113815/151100] Fetching swift-collections, swift-log, swift-nio-ssl, swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.72s)
[103556/136210] Fetching swift-collections, swift-log, swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (8.70s)
Fetched https://github.com/apple/swift-collections.git from cache (8.73s)
Fetched https://github.com/apple/swift-protobuf.git from cache (8.77s)
Fetched https://github.com/apple/swift-nio.git from cache (8.25s)
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 (12.15s)
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.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.25s)
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (1.10s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.94s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (4.43s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[1074/2731] Fetching swift-http-structured-headers, swift-asn1
[1206/5157] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[2851/11341] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-certificates
[2956/16326] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-certificates, swift-async-algorithms
[10225/22285] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.83s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.83s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.84s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.84s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.84s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.84s)
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.83s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.91s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.74s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.99s)
Fetching https://github.com/apple/swift-crypto.git
[1/14935] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.33s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.08s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.06s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.05s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.08s)
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.4
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/Electric-Coin-Company/zcash-light-client-ffi
Working copy of https://github.com/Electric-Coin-Company/zcash-light-client-ffi resolved at 0.17.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/452] Copying cache.db
[2/452] Write sources
[2/452] Copying darkside_caches.db
[2/452] Write sources
[2/452] Copying darkside_data.db
[2/452] Copying integerOverflowJSON.json
[2/452] Copying sandblasted_mainnet_block.json
[2/452] Copying sapling-output.params
[2/452] Copying txFromAndroidSDK.txt
[2/452] Copying txBase64String.txt
[2/452] Write sources
[33/452] Copying PrivacyInfo.xcprivacy
[34/452] Copying test_data.db
[35/452] Compiling CGRPCZlib empty.c
[36/452] Compiling CNIOWindows WSAStartup.c
[37/452] Compiling _AtomicsShims.c
[38/452] Compiling CNIOWASI CNIOWASI.c
[39/452] Compiling CNIOWindows shim.c
[40/452] Compiling CNIOLinux liburing_shims.c
[41/452] Copying sapling-spend.params
[42/452] Compiling CNIOLLHTTP c_nio_http.c
[43/452] Copying checkpoints
[44/452] Compiling CNIODarwin shim.c
[45/452] Compiling CNIOLLHTTP c_nio_api.c
[46/452] Compiling CNIOLinux shim.c
[47/452] Compiling fiat_p256_adx_sqr.S
[47/452] Compiling fiat_curve25519_adx_square.S
[49/452] Compiling fiat_p256_adx_mul.S
[50/452] Compiling fiat_curve25519_adx_mul.S
[51/452] Write swift-version-24593BA9C3E375BF.txt
[52/452] Compiling CNIOLLHTTP c_nio_llhttp.c
[53/452] Compiling CNIOBoringSSLShims shims.c
[55/458] Emitting module _NIODataStructures
[55/458] Compiling tls_method.cc
[55/458] Compiling tls_record.cc
[57/458] Compiling tls13_client.cc
[58/458] Compiling tls13_enc.cc
[59/458] Compiling tls13_server.cc
[60/458] Compiling tls13_both.cc
[61/593] Compiling t1_enc.cc
[63/593] Compiling InternalCollectionsUtilities Descriptions.swift
[64/593] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/593] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/594] Compiling Logging LogHandler.swift
[67/594] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/594] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/594] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/594] Compiling InternalCollectionsUtilities Integer rank.swift
[71/594] Compiling _NIOBase64 Base64.swift
[72/594] Emitting module _NIOBase64
[73/594] Compiling _NIODataStructures _TinyArray.swift
[74/595] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[75/595] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/595] Emitting module InternalCollectionsUtilities
[77/595] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[78/595] Compiling InternalCollectionsUtilities _SortedCollection.swift
[79/595] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/595] Compiling InternalCollectionsUtilities Debugging.swift
[81/595] Compiling _NIODataStructures PriorityQueue.swift
[82/595] Compiling _NIODataStructures Heap.swift
[82/595] Compiling ssl_x509.cc
[86/596] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[87/597] Compiling ssl_versions.cc
[88/612] Compiling ssl_transcript.cc
[89/612] Compiling ssl_stat.cc
[91/612] Emitting module Logging
[92/612] Compiling Logging Locks.swift
[93/612] Compiling Logging MetadataProvider.swift
[94/612] Compiling DequeModule _DequeBuffer.swift
[95/612] Compiling DequeModule _DequeBufferHeader.swift
[96/614] Compiling Logging Logging.swift
[97/615] Compiling DequeModule Deque+Equatable.swift
[98/615] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[99/615] Compiling DequeModule Deque+Extras.swift
[100/615] Compiling DequeModule Deque+Hashable.swift
[101/615] Compiling DequeModule Deque+CustomReflectable.swift
[102/615] Compiling DequeModule Deque+Descriptions.swift
[103/615] Compiling ssl_privkey.cc
[104/615] Compiling ssl_session.cc
[106/615] Compiling DequeModule _DequeSlot.swift
[107/615] Compiling DequeModule _UnsafeWrappedBuffer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[108/615] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[109/619] Compiling DequeModule Deque._UnsafeHandle.swift
[110/619] Compiling DequeModule Deque.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[114/619] Compiling DequeModule Deque+Testing.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[115/619] Compiling DequeModule Deque._Storage.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[123/619] Compiling DequeModule Deque+Codable.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[124/619] Compiling DequeModule Deque+Collection.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[128/619] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[129/619] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[130/619] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[131/619] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[132/619] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[133/619] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[134/619] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[135/619] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[136/619] Compiling SwiftProtobuf FieldTag.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[137/619] Compiling SwiftProtobuf FieldTypes.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[138/619] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[139/619] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[141/619] Compiling SwiftProtobuf ExtensibleMessage.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[142/619] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[143/619] Compiling SwiftProtobuf ExtensionFields.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[144/619] Compiling SwiftProtobuf ExtensionMap.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[147/619] Emitting module DequeModule
[149/620] Compiling SwiftProtobuf Message+JSONAdditions.swift
[150/620] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[151/620] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[152/620] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[153/620] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[154/620] Compiling SwiftProtobuf Message.swift
[155/620] Compiling SwiftProtobuf MessageExtension.swift
[156/620] Compiling SwiftProtobuf NameMap.swift
[157/620] Compiling SwiftProtobuf PathDecoder.swift
[158/620] Compiling SwiftProtobuf PathVisitor.swift
[159/620] Compiling SwiftProtobuf ProtoNameProviding.swift
[160/620] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[160/631] Compiling ssl_key_share.cc
[173/631] Compiling ssl_cipher.cc
[174/631] Compiling ssl_file.cc
[175/631] Compiling ssl_credential.cc
[177/631] Compiling SQLite Query.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[178/631] Compiling SQLite Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[179/631] Compiling SQLite Setter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[180/631] Compiling SQLite WindowFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[193/631] Compiling SwiftProtobuf JSONDecodingOptions.swift
[194/631] Compiling SwiftProtobuf JSONEncoder.swift
[195/631] Compiling SwiftProtobuf JSONEncodingError.swift
[196/631] Compiling SwiftProtobuf JSONEncodingOptions.swift
[197/631] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[198/631] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[199/631] Compiling SwiftProtobuf JSONScanner.swift
[200/631] Compiling SwiftProtobuf MathUtils.swift
[201/631] Compiling SwiftProtobuf Message+AnyAdditions.swift
[202/631] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[203/631] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[204/631] Compiling SwiftProtobuf Message+FieldMask.swift
[204/631] Compiling ssl_buffer.cc
[204/631] Compiling ssl_asn1.cc
[204/631] Compiling ssl_aead_ctx.cc
[205/631] Emitting module SwiftProtobuf
[206/631] Compiling SwiftProtobuf ProtobufMap.swift
[207/631] Compiling SwiftProtobuf SelectiveVisitor.swift
[208/631] Compiling SwiftProtobuf SimpleExtensionMap.swift
[209/631] Compiling SwiftProtobuf StringUtils.swift
[210/631] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[211/631] Compiling SwiftProtobuf SwiftProtobufError.swift
[212/631] Compiling SwiftProtobuf TextFormatDecoder.swift
[213/631] Compiling SwiftProtobuf TextFormatDecodingError.swift
[214/631] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[215/631] Compiling SwiftProtobuf TextFormatEncoder.swift
[216/631] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[216/631] Compiling s3_pkt.cc
[216/631] Compiling ssl_cert.cc
[216/631] Compiling ssl_lib.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/384] Compiling ssl_buffer.cc
[3/384] Compiling s3_pkt.cc
[4/384] Compiling s3_lib.cc
[5/384] Compiling ssl_cert.cc
[6/384] Compiling s3_both.cc
[7/384] Compiling ssl_asn1.cc
[8/384] Write swift-version-24593BA9C3E375BF.txt
[9/384] Compiling ssl_aead_ctx.cc
[10/388] Compiling ssl_lib.cc
[12/388] Emitting module _NIODataStructures
[13/388] Compiling _NIODataStructures Heap.swift
[14/388] Compiling _NIODataStructures PriorityQueue.swift
[15/388] Compiling _NIODataStructures _TinyArray.swift
[17/391] Compiling _NIOBase64 Base64.swift
[18/391] Emitting module _NIOBase64
[19/475] Compiling handshake.cc
[20/475] Compiling handshake_server.cc
[21/508] Compiling handshake_client.cc
[22/513] Compiling handoff.cc
[23/527] Compiling encrypted_client_hello.cc
[25/527] Compiling Logging MetadataProvider.swift
[25/527] Compiling extensions.cc
[27/527] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/528] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[29/528] Compiling InternalCollectionsUtilities Debugging.swift
[30/528] Compiling InternalCollectionsUtilities Descriptions.swift
[31/528] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[32/528] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/528] Emitting module Logging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/528] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[35/532] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[36/532] Compiling InternalCollectionsUtilities Integer rank.swift
[37/532] Emitting module InternalCollectionsUtilities
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[40/532] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[41/532] Compiling InternalCollectionsUtilities UInt+reversed.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[43/532] Compiling SQLite FTS5.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[44/532] Compiling SQLite RTree.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[45/532] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[46/532] Compiling SQLite Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[47/532] Compiling SQLite Connection+Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[48/532] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[49/532] Compiling InternalCollectionsUtilities _SortedCollection.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[53/532] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[54/532] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[57/532] Compiling SQLite Connection+Aggregation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[58/532] Compiling SQLite Connection+Attach.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[59/532] Compiling SQLite Connection+Pragmas.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[60/532] Compiling SQLite SchemaChanger.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[61/532] Compiling SQLite SchemaDefinitions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[62/532] Compiling SQLite SchemaReader.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[63/532] Compiling SQLite AggregateFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[68/533] Compiling dtls_record.cc
[70/533] Compiling Logging LogHandler.swift
[71/533] Compiling Logging Locks.swift
[72/533] Compiling Logging Logging.swift
[72/534] Compiling dtls_method.cc
[73/534] Compiling d1_pkt.cc
[75/534] Compiling d1_srtp.cc
[77/539] Compiling SQLite Coding.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[78/539] Compiling SQLite Collation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[79/539] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[80/540] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[81/541] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[82/541] Compiling SQLite Expression.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[83/541] Compiling SQLite Operators.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[84/541] Compiling SQLite Query+with.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[84/547] Compiling md5-x86_64-linux.S
[85/549] Compiling md5-x86_64-apple.S
[86/549] Compiling md5-586-linux.S
[88/549] Compiling DequeModule Deque+CustomReflectable.swift
[89/549] Compiling DequeModule Deque+Descriptions.swift
[89/551] Compiling md5-586-apple.S
[91/551] Compiling DequeModule _DequeBuffer.swift
[92/551] Compiling DequeModule _DequeBufferHeader.swift
[92/551] Compiling chacha20_poly1305_x86_64-linux.S
[94/551] Compiling DequeModule Deque+Testing.swift
[95/551] Compiling DequeModule Deque._Storage.swift
[96/551] Compiling DequeModule Deque+Extras.swift
[97/551] Compiling DequeModule Deque+Hashable.swift
[98/551] Compiling DequeModule Deque+Equatable.swift
[99/551] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[99/551] Compiling chacha20_poly1305_x86_64-apple.S
[101/551] Compiling SwiftProtobuf Message+JSONAdditions.swift
[102/551] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[103/551] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[104/551] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[105/551] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[106/551] Compiling SwiftProtobuf Message.swift
[107/551] Compiling SwiftProtobuf MessageExtension.swift
[108/551] Compiling SwiftProtobuf NameMap.swift
[109/551] Compiling SwiftProtobuf PathDecoder.swift
[110/551] Compiling SwiftProtobuf PathVisitor.swift
[111/551] Compiling SwiftProtobuf ProtoNameProviding.swift
[112/551] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[112/558] Compiling chacha20_poly1305_armv8-win.S
[114/562] Compiling DequeModule _DequeSlot.swift
[115/562] Compiling DequeModule _UnsafeWrappedBuffer.swift
[116/562] Compiling SQLite Query.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[117/562] Compiling SQLite Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[118/562] Compiling SQLite Setter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[119/562] Compiling SQLite WindowFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[119/562] Compiling chacha20_poly1305_armv8-linux.S
[119/562] Compiling bio_ssl.cc
[119/562] Compiling err_data.cc
[119/562] Compiling d1_both.cc
[119/562] Compiling d1_lib.cc
BUILD FAILURE 6.1 android