Build Information
Failed to build AmazonConnectChatIOS, reference v2.0.1 (8fe249
), with Swift 6.1 for Android on 12 Jun 2025 02:42:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amazon-connect/amazon-connect-chat-ios.git
Reference: v2.0.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/amazon-connect/amazon-connect-chat-ios
* tag v2.0.1 -> FETCH_HEAD
HEAD is now at 8fe2492 Prepare for release 2.0.1
Cloned https://github.com/amazon-connect/amazon-connect-chat-ios.git
Revision (git rev-parse @):
8fe249217bfe64e42e97a52cdea84b877d1ecbac
SUCCESS checkout https://github.com/amazon-connect/amazon-connect-chat-ios.git at v2.0.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/amazon-connect/amazon-connect-chat-ios.git
https://github.com/amazon-connect/amazon-connect-chat-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "aws-sdk-ios-spm",
"requirement" : {
"range" : [
{
"lower_bound" : "2.40.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/aws-amplify/aws-sdk-ios-spm"
}
],
"manifest_display_name" : "AmazonConnectChatIOS",
"name" : "AmazonConnectChatIOS",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "AmazonConnectChatIOS",
"targets" : [
"AmazonConnectChatIOS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AmazonConnectChatIOSSDK",
"module_type" : "BinaryTarget",
"name" : "AmazonConnectChatIOSSDK",
"path" : "Sources/AmazonConnectChatIOS.xcframework",
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "AmazonConnectChatIOS",
"module_type" : "SwiftTarget",
"name" : "AmazonConnectChatIOS",
"path" : "Sources",
"product_dependencies" : [
"AWSCore",
"AWSConnectParticipant"
],
"product_memberships" : [
"AmazonConnectChatIOS"
],
"sources" : [
"Core/Models/AttachmentTypes.swift",
"Core/Models/ChatDetails.swift",
"Core/Models/ChatEvent.swift",
"Core/Models/ConnectionDetails.swift",
"Core/Models/Event.swift",
"Core/Models/GlobalConfig.swift",
"Core/Models/Message.swift",
"Core/Models/MessageContent.swift",
"Core/Models/Metadata.swift",
"Core/Models/Notifications.swift",
"Core/Models/TranscriptItem.swift",
"Core/Models/TranscriptResponse.swift",
"Core/Models/WebSocketErrorCodes.swift",
"Core/Network/APIClient.swift",
"Core/Network/AWSClient.swift",
"Core/Network/AWSConnectParticipantAdapter.swift",
"Core/Network/HeartbeatManager.swift",
"Core/Network/MessageReceiptsManager.swift",
"Core/Network/MetricsClient.swift",
"Core/Network/MetricsManager.swift",
"Core/Network/NetworkConnectionManager.swift",
"Core/Network/WebSocketManager.swift",
"Core/Service/ChatService.swift",
"Core/Service/ChatSession.swift",
"Core/Utils/CommonUtils.swift",
"Core/Utils/ConnectionDetailsProvider.swift",
"Core/Utils/Constants.swift",
"Core/Utils/HttpClient/DefaultHttpClient.swift",
"Core/Utils/HttpClient/HttpClient.swift",
"Core/Utils/HttpClient/HttpHeader.swift",
"Core/Utils/HttpClient/HttpMethod.swift",
"Core/Utils/Logger/SDKLogger.swift",
"Core/Utils/Logger/SDKLoggerProtocol.swift",
"Core/Utils/MetricsUtils.swift",
"Core/Utils/TranscriptItemUtils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/aws-amplify/aws-sdk-ios-spm
[1/601] Fetching aws-sdk-ios-spm
Fetched https://github.com/aws-amplify/aws-sdk-ios-spm from cache (0.30s)
Computing version for https://github.com/aws-amplify/aws-sdk-ios-spm
Computed https://github.com/aws-amplify/aws-sdk-ios-spm at 2.41.0 (1.63s)
Creating working copy for https://github.com/aws-amplify/aws-sdk-ios-spm
Working copy of https://github.com/aws-amplify/aws-sdk-ios-spm resolved at 2.41.0
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip
[2589/2585763] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip
[198461/4376956] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.41.0.zip
[329003/6017508] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.41.0.zip
[410447/7447281] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.41.0.zip
[491894/11838152] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.41.0.zip
[573337/13262437] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.41.0.zip
[625143/14630539] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip
[8376972/17429912] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.41.0.zip (0.97s)
[2799373/2799373] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip
[4374677/4839058] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.41.0.zip (1.00s)
[6279662/6279662] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.41.0.zip
[11235805/11235805] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip
[15403805/15403805] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.41.0.zip (1.18s)
[4956143/4956143] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip
[6760989/6760989] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.41.0.zip
[10928989/10928989] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip (1.20s)
[4956143/4956143] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip (1.22s)
[9124143/9124143] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.41.0.zip (1.23s)
[4956143/4956143] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip
[6871625/6871625] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.41.0.zip
[8353711/8353711] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.41.0.zip
[10701574/10701574] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.41.0.zip (1.45s)
[1482086/1482086] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.41.0.zip
[3829949/3829949] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.41.0.zip (1.48s)
[2347863/2347863] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.41.0.zip (1.49s)
[8571069/8571069] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip
[10412936/10412936] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip (1.51s)
[6223206/6223206] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip
[7715291/7715291] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip
[9303436/9303436] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.41.0.zip
[11791866/11791866] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.41.0.zip (1.87s)
[2488430/2488430] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.41.0.zip (1.91s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip (2.05s)
[4264116/4264116] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.41.0.zip (2.17s)
[1775686/1775686] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip
[3514198/3514198] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.41.0.zip (2.19s)
[1738512/1738512] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.41.0.zip
[5199557/5199557] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip (2.21s)
[3461045/3461045] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.41.0.zip
[7332026/7332026] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.41.0.zip
[9234144/9234144] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.41.0.zip (2.33s)
[1902118/1902118] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.41.0.zip (2.37s)
[4426383/4426383] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip
[5837459/5837459] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.41.0.zip (2.40s)
[1411076/1411076] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.41.0.zip
[3935341/3935341] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip (2.41s)
[2524265/2524265] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.41.0.zip (2.42s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip (2.43s)
[2221887/2221887] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.41.0.zip
[4487893/4487893] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.41.0.zip (2.46s)
[3321835/3321835] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.41.0.zip
[5149530/5149530] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.41.0.zip (2.65s)
[1827695/1827695] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.41.0.zip
[8573038/8573038] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.41.0.zip
[10321872/10321872] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.41.0.zip (2.74s)
[1748834/1748834] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.41.0.zip
[18208660/18208660] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.41.0.zip (2.78s)
[16459826/16459826] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip
[18132507/18132507] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip (2.80s)
[16459826/16459826] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.41.0.zip (2.82s)
[19493157/19493157] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.41.0.zip
[22181254/22181254] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip
[23699935/23699935] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.41.0.zip
[25104174/25104174] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.41.0.zip (2.89s)
[2688097/2688097] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip
[5721428/5721428] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.41.0.zip
[7125667/7125667] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.41.0.zip (2.97s)
[1716030/1716030] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.41.0.zip
[5102782/5102782] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip
[9367056/9367056] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.41.0.zip (3.33s)
[1716030/1716030] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.41.0.zip
[5102782/5102782] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip
[9367056/9367056] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.41.0.zip (3.37s)
[3386752/3386752] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.41.0.zip (3.37s)
[7651026/7651026] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.41.0.zip
[9709714/9709714] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.41.0.zip
[11119649/11119649] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.41.0.zip (3.48s)
[2058688/2058688] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.41.0.zip
[3468623/3468623] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.41.0.zip
[8671911/8671911] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.41.0.zip (3.52s)
[5203288/5203288] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip
[6613223/6613223] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.41.0.zip (3.54s)
[5203288/5203288] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip
[8095476/8095476] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.41.0.zip (3.58s)
[2892188/2892188] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip (3.62s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.41.0.zip (3.70s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.41.0.zip (3.75s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.41.0.zip (3.91s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.41.0.zip (4.08s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.41.0.zip (4.09s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip (4.09s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.41.0.zip (4.11s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip (4.22s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip (5.11s)
warning: 'spi-builder-workspace': found 27 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/x86_64-apple-ios-simulator.abi.json
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/PrivacyInfo.xcprivacy
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios.private.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/PrivacyInfo.xcprivacy
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeRequirements
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/AmazonConnectChatIOS
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios-simulator.swiftdoc
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/AmazonConnectChatIOS
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeResources
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/Info.plist
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Info.plist
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/_CodeSignature/CodeResources
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/_CodeSignature/CodeResources
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios.swiftdoc
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios-simulator.swiftinterface
/host/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios-simulator.abi.json
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeDirectory
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeSignature
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeRequirements-1
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios.abi.json
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/Info.plist
Building for debugging...
[0/3] Write sources
[1/3] Compiling AWSConnectParticipant-Target empty.m
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/35] Compiling AmazonConnectChatIOS MetricsManager.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[5/35] Compiling AmazonConnectChatIOS NetworkConnectionManager.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[6/35] Compiling AmazonConnectChatIOS WebSocketManager.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[7/35] Compiling AmazonConnectChatIOS ChatService.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/35] Emitting module AmazonConnectChatIOS
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[9/39] Compiling AmazonConnectChatIOS GlobalConfig.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[10/39] Compiling AmazonConnectChatIOS Message.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[11/39] Compiling AmazonConnectChatIOS MessageContent.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[12/39] Compiling AmazonConnectChatIOS Metadata.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[13/39] Compiling AmazonConnectChatIOS Notifications.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[14/39] Compiling AmazonConnectChatIOS AttachmentTypes.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[15/39] Compiling AmazonConnectChatIOS ChatDetails.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[16/39] Compiling AmazonConnectChatIOS ChatEvent.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[17/39] Compiling AmazonConnectChatIOS ConnectionDetails.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[18/39] Compiling AmazonConnectChatIOS Event.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[19/39] Compiling AmazonConnectChatIOS SDKLogger.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[20/39] Compiling AmazonConnectChatIOS SDKLoggerProtocol.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[21/39] Compiling AmazonConnectChatIOS MetricsUtils.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[22/39] Compiling AmazonConnectChatIOS TranscriptItemUtils.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[23/39] Compiling AmazonConnectChatIOS ChatSession.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[24/39] Compiling AmazonConnectChatIOS CommonUtils.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[25/39] Compiling AmazonConnectChatIOS ConnectionDetailsProvider.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[26/39] Compiling AmazonConnectChatIOS Constants.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[27/39] Compiling AmazonConnectChatIOS AWSConnectParticipantAdapter.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[28/39] Compiling AmazonConnectChatIOS HeartbeatManager.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[29/39] Compiling AmazonConnectChatIOS MessageReceiptsManager.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[30/39] Compiling AmazonConnectChatIOS MetricsClient.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[31/39] Compiling AmazonConnectChatIOS DefaultHttpClient.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[32/39] Compiling AmazonConnectChatIOS HttpClient.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[33/39] Compiling AmazonConnectChatIOS HttpHeader.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[34/39] Compiling AmazonConnectChatIOS HttpMethod.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[35/39] Compiling AmazonConnectChatIOS TranscriptItem.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[36/39] Compiling AmazonConnectChatIOS TranscriptResponse.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[37/39] Compiling AmazonConnectChatIOS WebSocketErrorCodes.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[38/39] Compiling AmazonConnectChatIOS APIClient.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[39/39] Compiling AmazonConnectChatIOS AWSClient.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 27 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/AmazonConnectChatIOS
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeRequirements
/host/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeDirectory
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeSignature
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios.swiftdoc
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios-simulator.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeResources
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/Info.plist
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios-simulator.abi.json
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/Info.plist
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeRequirements-1
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/_CodeSignature/CodeResources
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios.abi.json
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/_CodeSignature/CodeResources
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/x86_64-apple-ios-simulator.abi.json
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios-simulator.swiftdoc
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Info.plist
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/PrivacyInfo.xcprivacy
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/PrivacyInfo.xcprivacy
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/AmazonConnectChatIOS
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios.private.swiftinterface
[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/33] Emitting module AmazonConnectChatIOS
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[3/37] Compiling AmazonConnectChatIOS DefaultHttpClient.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[4/37] Compiling AmazonConnectChatIOS HttpClient.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[5/37] Compiling AmazonConnectChatIOS HttpHeader.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[6/37] Compiling AmazonConnectChatIOS HttpMethod.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[7/37] Compiling AmazonConnectChatIOS TranscriptItem.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[8/37] Compiling AmazonConnectChatIOS TranscriptResponse.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[9/37] Compiling AmazonConnectChatIOS WebSocketErrorCodes.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[10/37] Compiling AmazonConnectChatIOS APIClient.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[11/37] Compiling AmazonConnectChatIOS AWSClient.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[12/37] Compiling AmazonConnectChatIOS SDKLogger.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[13/37] Compiling AmazonConnectChatIOS SDKLoggerProtocol.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[14/37] Compiling AmazonConnectChatIOS MetricsUtils.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[15/37] Compiling AmazonConnectChatIOS TranscriptItemUtils.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[16/37] Compiling AmazonConnectChatIOS AttachmentTypes.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[17/37] Compiling AmazonConnectChatIOS ChatDetails.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[18/37] Compiling AmazonConnectChatIOS ChatEvent.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[19/37] Compiling AmazonConnectChatIOS ConnectionDetails.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[20/37] Compiling AmazonConnectChatIOS Event.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[21/37] Compiling AmazonConnectChatIOS AWSConnectParticipantAdapter.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[22/37] Compiling AmazonConnectChatIOS HeartbeatManager.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[23/37] Compiling AmazonConnectChatIOS MessageReceiptsManager.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[24/37] Compiling AmazonConnectChatIOS MetricsClient.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[25/37] Compiling AmazonConnectChatIOS MetricsManager.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[26/37] Compiling AmazonConnectChatIOS NetworkConnectionManager.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[27/37] Compiling AmazonConnectChatIOS WebSocketManager.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[28/37] Compiling AmazonConnectChatIOS ChatService.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[29/37] Compiling AmazonConnectChatIOS ChatSession.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[30/37] Compiling AmazonConnectChatIOS CommonUtils.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[31/37] Compiling AmazonConnectChatIOS ConnectionDetailsProvider.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[32/37] Compiling AmazonConnectChatIOS Constants.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[33/37] Compiling AmazonConnectChatIOS GlobalConfig.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[34/37] Compiling AmazonConnectChatIOS Message.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[35/37] Compiling AmazonConnectChatIOS MessageContent.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[36/37] Compiling AmazonConnectChatIOS Metadata.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
[37/37] Compiling AmazonConnectChatIOS Notifications.swift
/host/spi-builder-workspace/Sources/Core/Models/ChatDetails.swift:5:8: error: no such module 'AWSCore'
3 |
4 | import Foundation
5 | import AWSCore
| `- error: no such module 'AWSCore'
6 |
7 | public struct ChatDetails {
BUILD FAILURE 6.1 android