The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AWSAppSync, reference 3.7.1 (d84b19), with Swift 6.1 for Android on 29 May 2025 09:56:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/awslabs/aws-mobile-appsync-sdk-ios.git
Reference: 3.7.1
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/awslabs/aws-mobile-appsync-sdk-ios
 * tag               3.7.1      -> FETCH_HEAD
HEAD is now at d84b196 chore: Release SDK version 3.7.1 (#599)
Cloned https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git
Revision (git rev-parse @):
d84b19619c41e6e108eb4d7d8c4da46d620a1fdf
SUCCESS checkout https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git at 3.7.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git
https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "aws-sdk-ios-spm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.36.0",
            "upper_bound" : "2.37.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/aws-sdk-ios-spm.git"
    },
    {
      "identity" : "aws-appsync-realtime-client-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "3.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "0.13.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    }
  ],
  "manifest_display_name" : "AWSAppSync",
  "name" : "AWSAppSync",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AWSAppSync",
      "targets" : [
        "AWSAppSync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AWSAppSync",
      "module_type" : "SwiftTarget",
      "name" : "AWSAppSync",
      "path" : "AWSAppSyncClient",
      "product_dependencies" : [
        "SQLite",
        "AppSyncRealTimeClient",
        "AWSCore"
      ],
      "product_memberships" : [
        "AWSAppSync"
      ],
      "sources" : [
        "AWSAppSyncAuthProvider.swift",
        "AWSAppSyncAuthType.swift",
        "AWSAppSyncCache.swift",
        "AWSAppSyncCacheConfigurationMigration.swift",
        "AWSAppSyncClient.swift",
        "AWSAppSyncClientConfiguration.swift",
        "AWSAppSyncClientConfigurationError.swift",
        "AWSAppSyncClientConflictResolutionExtensions.swift",
        "AWSAppSyncClientError.swift",
        "AWSAppSyncClientInfo.swift",
        "AWSAppSyncClientInfoError.swift",
        "AWSAppSyncClientLogFormatter.swift",
        "AWSAppSyncClientS3ObjectsExtensions.swift",
        "AWSAppSyncConnection.swift",
        "AWSAppSyncHTTPNetworkTransport.swift",
        "AWSAppSyncMutations.swift",
        "AWSAppSyncReachability.swift",
        "AWSAppSyncRetryStrategy.swift",
        "AWSAppSyncServiceConfig.swift",
        "AWSAppSyncServiceConfigError.swift",
        "AWSAppSyncSubscriptionError.swift",
        "AWSAppSyncSubscriptionWatcher.swift",
        "AWSAppSyncSubscriptionWatcherStatus.swift",
        "AWSNetworkTransport.swift",
        "AWSS3ObjectProtocol.swift",
        "Apollo/Sources/Apollo/AWSGraphQLSubscriptionResponse.swift",
        "Apollo/Sources/Apollo/ApolloClient.swift",
        "Apollo/Sources/Apollo/ApolloStore.swift",
        "Apollo/Sources/Apollo/AsynchronousOperation.swift",
        "Apollo/Sources/Apollo/Collections.swift",
        "Apollo/Sources/Apollo/DataLoader.swift",
        "Apollo/Sources/Apollo/GraphQLDependencyTracker.swift",
        "Apollo/Sources/Apollo/GraphQLError.swift",
        "Apollo/Sources/Apollo/GraphQLExecutor.swift",
        "Apollo/Sources/Apollo/GraphQLInputValue.swift",
        "Apollo/Sources/Apollo/GraphQLOperation.swift",
        "Apollo/Sources/Apollo/GraphQLQueryWatcher.swift",
        "Apollo/Sources/Apollo/GraphQLResponse.swift",
        "Apollo/Sources/Apollo/GraphQLResponseGenerator.swift",
        "Apollo/Sources/Apollo/GraphQLResult.swift",
        "Apollo/Sources/Apollo/GraphQLResultAccumulator.swift",
        "Apollo/Sources/Apollo/GraphQLResultNormalizer.swift",
        "Apollo/Sources/Apollo/GraphQLSelectionSet.swift",
        "Apollo/Sources/Apollo/GraphQLSelectionSetMapper.swift",
        "Apollo/Sources/Apollo/HTTPNetworkTransport.swift",
        "Apollo/Sources/Apollo/InMemoryNormalizedCache.swift",
        "Apollo/Sources/Apollo/JSON.swift",
        "Apollo/Sources/Apollo/JSONSerializationFormat.swift",
        "Apollo/Sources/Apollo/JSONStandardTypeConversions.swift",
        "Apollo/Sources/Apollo/Locking.swift",
        "Apollo/Sources/Apollo/NetworkTransport.swift",
        "Apollo/Sources/Apollo/NormalizedCache.swift",
        "Apollo/Sources/Apollo/Promise.swift",
        "Apollo/Sources/Apollo/Record.swift",
        "Apollo/Sources/Apollo/RecordSet.swift",
        "Apollo/Sources/Apollo/Result.swift",
        "Apollo/Sources/Apollo/ResultOrPromise.swift",
        "Apollo/Sources/Apollo/Utilities.swift",
        "Internal/AWSAppSyncRetryHandler.swift",
        "Internal/AWSAppSyncSubscriptionMetadataCache.swift",
        "Internal/AWSConfigurationFile.swift",
        "Internal/AWSMutationCache.swift",
        "Internal/AWSMutationRetryAdviceHelper.swift",
        "Internal/AWSMutationRetryNotifier.swift",
        "Internal/AWSMutationState.swift",
        "Internal/AWSOfflineMutation.swift",
        "Internal/AWSPerformMutationQueue.swift",
        "Internal/AWSRequestBuilder.swift",
        "Internal/AWSSQLiteNormalizedCache.swift",
        "Internal/AppSyncLogHelper.swift",
        "Internal/AppSyncLogWrapper.swift",
        "Internal/AppSyncSubscriptionWithSync.swift",
        "Internal/AuthInterceptor/IAMAuthInterceptor.swift",
        "Internal/AuthInterceptor/LambdaAuthInterceptor.swift",
        "Internal/BasicAWSAPIKeyAuthProvider.swift",
        "Internal/CachedMutationOperation.swift",
        "Internal/Foundation+Utils.swift",
        "Internal/InternalS3ObjectDetails.swift",
        "Internal/NetworkReachabilityNotifier.swift",
        "Internal/SQLiteSerialization.swift",
        "Internal/SessionMutationOperation.swift",
        "Internal/SubscriptionFactory/APIKeyBasedConnectionPool.swift",
        "Internal/SubscriptionFactory/AppSyncRealTimeClientOIDCAuthProvider.swift",
        "Internal/SubscriptionFactory/ConnectionPool/BasicSubscriptionConnectionFactory.swift",
        "Internal/SubscriptionFactory/IAMBasedConnectionPool.swift",
        "Internal/SubscriptionFactory/LambdaBasedConnectionPool.swift",
        "Internal/SubscriptionFactory/OIDCBasedConnectionPool.swift",
        "Internal/SubscriptionFactory/SubscriptionConnectionFactory.swift",
        "Internal/SubscriptionFactory/UserPoolsBasedConnectionPool.swift",
        "Internal/SubscriptionMessageQueue.swift",
        "Internal/SyncConfiguration.swift",
        "Internal/SyncStrategy.swift",
        "NetworkReachability.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
Fetching https://github.com/aws-amplify/aws-sdk-ios-spm.git
[1/9726] Fetching aws-appsync-realtime-client-ios
[2/10323] Fetching aws-appsync-realtime-client-ios, aws-sdk-ios-spm
[599/20088] Fetching aws-appsync-realtime-client-ios, aws-sdk-ios-spm, sqlite.swift
Fetched https://github.com/aws-amplify/aws-sdk-ios-spm.git from cache (1.23s)
[16319/19491] Fetching aws-appsync-realtime-client-ios, sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.25s)
[6614/9726] Fetching aws-appsync-realtime-client-ios
Fetched https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git from cache (3.57s)
Computing version for https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
Computed https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git at 3.2.0 (4.13s)
Fetching https://github.com/daltoniam/Starscream
[1/5033] Fetching starscream
Fetched https://github.com/daltoniam/Starscream from cache (0.54s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 4.0.8 (1.16s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.12.2 (2.28s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.23s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (0.77s)
Computing version for https://github.com/aws-amplify/aws-sdk-ios-spm.git
Computed https://github.com/aws-amplify/aws-sdk-ios-spm.git at 2.36.7 (0.87s)
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/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.12.2
Creating working copy for https://github.com/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 4.0.8
Creating working copy for https://github.com/aws-amplify/aws-sdk-ios-spm.git
Working copy of https://github.com/aws-amplify/aws-sdk-ios-spm.git resolved at 2.36.7
Creating working copy for https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
Working copy of https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git resolved at 3.2.0
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.36.7.zip
[15824/4184332] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip
[112516/5565544] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip
[275366/7355607] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip
[1322053/9519346] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.36.7.zip
[1354377/24911599] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip
[1435806/26273950] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.36.7.zip
[7724969/29426080] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.36.7.zip
[13921960/33402159] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip (1.71s)
[3976079/3976079] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip (1.71s)
[5698287/5698287] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip
[8262691/8262691] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip
[9842057/9842057] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.36.7.zip (2.05s)
[1579366/1579366] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.36.7.zip
[5238623/5238623] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.36.7.zip (2.49s)
[3659257/3659257] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.36.7.zip
[5020336/5020336] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip (2.53s)
[1361079/1361079] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip
[3074898/3074898] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.36.7.zip
[9399508/9399508] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip (2.82s)
[6324610/6324610] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.36.7.zip
[8745301/8745301] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.36.7.zip (2.99s)
[6324610/6324610] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.36.7.zip
[10367469/10367469] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.36.7.zip (3.17s)
[4042859/4042859] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip (3.18s)
[5712284/5712284] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.36.7.zip
[7552675/7552675] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip (3.26s)
[1840391/1840391] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.36.7.zip
[3532346/3532346] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.36.7.zip
[6007798/6007798] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.36.7.zip (3.77s)
[2475452/2475452] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.36.7.zip (3.79s)
[1444972/1444972] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.36.7.zip
[2836480/2836480] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.36.7.zip (3.86s)
[1391508/1391508] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.36.7.zip
[3039038/3039038] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.36.7.zip (4.13s)
[1647530/1647530] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.36.7.zip
[3775175/3775175] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.36.7.zip (4.22s)
[2127645/2127645] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.36.7.zip (4.23s)
[3443807/3443807] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.36.7.zip
[5393451/5393451] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.36.7.zip (4.70s)
[1949644/1949644] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.36.7.zip (4.71s)
[3685682/3685682] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.36.7.zip
[8367953/8367953] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip
[9744093/9744093] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.36.7.zip (5.08s)
[1376140/1376140] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip
[3210335/3210335] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.36.7.zip (5.11s)
[1834195/1834195] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.36.7.zip
[7673242/7673242] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.36.7.zip (5.25s)
[5839047/5839047] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.36.7.zip
[8500551/8500551] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.36.7.zip (5.34s)
[2661504/2661504] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip
[4274414/4274414] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.36.7.zip (5.48s)
[2661504/2661504] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip
[4066089/4066089] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.36.7.zip (5.62s)
[1404585/1404585] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip
[3378933/3378933] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.36.7.zip (5.71s)
[1974348/1974348] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.36.7.zip
[5265581/5265581] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip
[8208000/8208000] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip (6.23s)
[2942419/2942419] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.36.7.zip (6.26s)
[4294174/4294174] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.36.7.zip
[6049197/6049197] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.36.7.zip (6.35s)
[1755023/1755023] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.36.7.zip
[6737053/6737053] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.36.7.zip
[9952300/9952300] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip (7.11s)
[3215247/3215247] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.36.7.zip (7.13s)
[1462449/1462449] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.36.7.zip (7.13s)
[2993286/2993286] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.36.7.zip
[5749358/5749358] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip (7.31s)
[2756072/2756072] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.36.7.zip
[5133779/5133779] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.36.7.zip (7.34s)
[2377707/2377707] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.36.7.zip
[4632383/4632383] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip (7.46s)
[2254676/2254676] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.36.7.zip (7.50s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip (7.62s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip (7.65s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.36.7.zip (7.86s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.36.7.zip (7.89s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.36.7.zip (8.06s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip (8.22s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.36.7.zip (8.32s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.36.7.zip (8.41s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.36.7.zip (8.50s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.36.7.zip (8.54s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.36.7.zip (8.60s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.36.7.zip (8.85s)
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
Building for debugging...
[0/6] Write sources
[4/6] Copying PrivacyInfo.xcprivacy
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/45] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/47] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[9/49] Compiling SQLite Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[10/49] Compiling SQLite Setter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[12/49] Compiling Starscream resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[13/49] Compiling SQLite Statement.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[14/49] Compiling SQLite Value.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[15/49] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[16/49] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[17/49] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[18/49] Compiling SQLite AggregateFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[19/49] Compiling SQLite Coding.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[20/49] Compiling SQLite Collation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[21/49] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[22/49] Compiling SQLite Expression.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[23/49] Compiling SQLite Operators.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[24/49] Compiling Starscream WebSocketServer.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[26/49] Compiling SQLite RTree.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[27/49] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[28/49] Compiling Starscream NativeEngine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[36/49] Compiling SQLite Connection.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[37/49] Compiling SQLite Errors.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[41/49] Compiling SQLite Blob.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/40] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/42] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[4/44] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[5/44] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[6/44] Compiling SQLite AggregateFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[7/44] Compiling SQLite Coding.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[8/44] Compiling SQLite Collation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[9/44] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[10/44] Compiling SQLite Expression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[11/44] Compiling SQLite Statement.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[12/44] Compiling SQLite Value.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[13/44] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[14/44] Compiling SQLite Operators.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[15/44] Compiling SQLite Query.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[16/44] Compiling Starscream Transport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[17/44] Compiling Starscream resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[18/44] Compiling SQLite RTree.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[19/44] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[20/44] Compiling SQLite Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[21/44] Compiling SQLite Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[29/44] Compiling SQLite Blob.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[30/44] Compiling SQLite Connection.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
[31/44] Compiling SQLite Errors.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
 22 |
 23 | import Foundation
 24 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 25 |
 26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:34:8: error: no such module 'SQLite3'
 32 | import CSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
BUILD FAILURE 6.1 android