Build Information
Failed to build AWSAppSync, reference main (589d58
), with Swift 6.1 for Android on 29 May 2025 09:57:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 589d58b chore(deps): bump rexml from 3.3.6 to 3.3.9 (#609)
Cloned https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git
Revision (git rev-parse @):
589d58ba0e2ae7eac0058235f27bf2b41f66fb85
SUCCESS checkout https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git at main
========================================
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-1":/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-sdk-ios-spm.git
Fetching https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
[1/9765] Fetching sqlite.swift
[1564/10362] Fetching sqlite.swift, aws-sdk-ios-spm
[3682/20088] Fetching sqlite.swift, aws-sdk-ios-spm, aws-appsync-realtime-client-ios
Fetched https://github.com/aws-amplify/aws-sdk-ios-spm.git from cache (3.51s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (3.53s)
Fetched https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git from cache (3.60s)
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.30s)
Fetching https://github.com/daltoniam/Starscream
[1/5033] Fetching starscream
Fetched https://github.com/daltoniam/Starscream from cache (0.51s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 4.0.8 (1.30s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.12.2 (3.87s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (2.32s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (3.38s)
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 (1.23s)
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/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
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/AWSFacebookSignIn-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/AWSLambda-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/AWSCognitoIdentityProvider-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/AWSAutoScaling-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/AWSKinesisVideoWebRTCStorage-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/AWSEC2-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/AWSAuthUI-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/AWSCloudWatch-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/AWSKinesisVideoArchivedMedia-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/AWSAPIGateway-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/AWSLex-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/AWSLocationXCF-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/AWSSQS-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/AWSLogs-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/AWSConnectParticipant-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/AWSMobileClientXCF-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/AWSS3-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/AWSElasticLoadBalancing-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/AWSKinesisVideoSignaling-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/AWSSES-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/AWSComprehend-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/AWSCognitoAuth-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/AWSSageMakerRuntime-2.36.7.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.36.7.zip
[15824/1376140] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip
[113754/4667373] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip
[373968/6071958] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip
[550214/10256290] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip
[631640/12917794] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip
[713068/14278873] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip
[2253814/16843277] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip
[3775493/18792921] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip
[19315651/34185174] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.36.7.zip (0.96s)
[19250231/32809034] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.36.7.zip (1.00s)
[18369934/31404449] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip
[19713719/36086720] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip
[21503782/37876783] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip
[23422652/40352235] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.36.7.zip
[24491071/42074443] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip
[25973754/43426198] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.36.7.zip
[27264716/45005564] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.36.7.zip (1.05s)
[26825140/43644485] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.36.7.zip (1.16s)
[24875496/41694841] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.36.7.zip (1.23s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.36.7.zip (1.24s)
[1722208/1722208] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip
[17114461/17114461] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip
[21796732/21796732] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.36.7.zip (1.27s)
[4682271/4682271] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip
[6351696/6351696] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.36.7.zip
[7714047/7714047] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.36.7.zip (1.38s)
[1362351/1362351] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.36.7.zip
[2975261/2975261] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.36.7.zip (1.39s)
[1612910/1612910] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.36.7.zip (1.39s)
[4555329/4555329] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.36.7.zip
[7311401/7311401] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.36.7.zip (1.44s)
[2756072/2756072] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.36.7.zip
[6415329/6415329] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.36.7.zip (1.53s)
[3659257/3659257] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.36.7.zip
[5395295/5395295] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.36.7.zip (1.61s)
[1736038/1736038] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.36.7.zip
[3449857/3449857] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.36.7.zip (1.95s)
[1713819/1713819] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.36.7.zip
[3468842/3468842] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.36.7.zip (1.99s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.36.7.zip (1.99s)
[1755023/1755023] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.36.7.zip
[4132730/4132730] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.36.7.zip
[5595179/5595179] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.36.7.zip (2.05s)
[1462449/1462449] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.36.7.zip
[3296644/3296644] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.36.7.zip (2.25s)
[1834195/1834195] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.36.7.zip
[3365032/3365032] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.36.7.zip (2.27s)
[1530837/1530837] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.36.7.zip (2.28s)
[2420691/2420691] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.36.7.zip (2.29s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.36.7.zip (2.29s)
[4261082/4261082] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.36.7.zip
[8237161/8237161] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.36.7.zip
[3976079/3976079] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.36.7.zip (2.31s)
[7191326/7191326] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.36.7.zip (2.32s)
[3215247/3215247] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.36.7.zip
[7258106/7258106] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.36.7.zip
[13097153/13097153] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.36.7.zip
[15260892/15260892] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.36.7.zip (2.49s)
[2163739/2163739] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.36.7.zip
[3855694/3855694] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.36.7.zip (2.50s)
[1691955/1691955] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.36.7.zip
[3819600/3819600] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.36.7.zip (2.66s)
[2127645/2127645] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.36.7.zip
[3508857/3508857] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.36.7.zip (2.76s)
[1381212/1381212] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip
[3355560/3355560] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.36.7.zip (2.85s)
[1974348/1974348] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.36.7.zip
[4229024/4229024] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.36.7.zip (2.86s)
[2254676/2254676] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.36.7.zip (2.87s)
[4982030/4982030] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.36.7.zip
[8134160/8134160] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.36.7.zip (3.02s)
[3152130/3152130] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.36.7.zip (3.03s)
[1316162/1316162] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.36.7.zip
[2963692/2963692] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.36.7.zip (3.13s)
[1647530/1647530] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.36.7.zip
[7972140/7972140] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.36.7.zip (3.14s)
[6324610/6324610] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.36.7.zip
[7716118/7716118] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.36.7.zip (3.16s)
[1391508/1391508] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.36.7.zip
[2836480/2836480] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.36.7.zip, https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.36.7.zip (3.21s)
[1444972/1444972] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.36.7.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.36.7.zip (3.23s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.36.7.zip (3.66s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.36.7.zip (3.68s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.36.7.zip (3.68s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.36.7.zip (3.70s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.36.7.zip (3.78s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.36.7.zip (3.80s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.36.7.zip (3.87s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.36.7.zip (3.91s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.36.7.zip (3.95s)
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
[0/6] Copying PrivacyInfo.xcprivacy
[0/6] Write sources
[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 Starscream WebSocketServer.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/49] Compiling Starscream WebSocket.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/49] Compiling Starscream Framer.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/49] Compiling Starscream HTTPHandler.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/49] Compiling Starscream StringHTTPHandler.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/49] Compiling Starscream FoundationSecurity.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 {
[19/49] Compiling Starscream Security.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 {
[20/49] Compiling Starscream Server.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 {
[21/49] Compiling Starscream Engine.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 {
[22/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 {
[23/49] Compiling Starscream WSEngine.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/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 |
[27/49] Compiling Starscream Compression.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 WSCompression.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 {
[29/49] Compiling Starscream Data+Extensions.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/49] Compiling Starscream FoundationHTTPHandler.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/49] Compiling Starscream FoundationHTTPServerHandler.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 {
[32/49] Compiling Starscream FrameCollector.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 {
[33/49] Compiling Starscream FoundationTransport.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/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 |
/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-1":/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
[2/40] 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 {
[3/40] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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 {
[5/42] 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 {
[6/42] 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 {
[7/42] Compiling SQLite Coding.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 {
[8/42] Compiling SQLite Collation.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 {
[9/42] Compiling Starscream FrameCollector.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/42] 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 {
[11/42] 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 {
[12/42] Compiling SQLite Helpers.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/42] 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 |
[14/42] Compiling SQLite Blob.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/42] Compiling SQLite Connection.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/42] Compiling SQLite Errors.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/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 {
[18/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 {
[19/44] Compiling SQLite CoreFunctions.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 {
[20/44] Compiling SQLite CustomFunctions.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 {
[21/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 {
/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 {
[25/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 {
[26/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 {
[27/44] Compiling SQLite AggregateFunctions.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 {
BUILD FAILURE 6.1 android