Build Information
Failed to build AmazonConnectChatIOS, reference main (232718
), with Swift 6.1 for Wasm on 17 Jul 2025 03:58:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amazon-connect/amazon-connect-chat-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/amazon-connect/amazon-connect-chat-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2327187 Prepare for release 2.0.5
Cloned https://github.com/amazon-connect/amazon-connect-chat-ios.git
Revision (git rev-parse @):
23271876b0a29c98aeb7aea774c7617d5315e579
SUCCESS checkout https://github.com/amazon-connect/amazon-connect-chat-ios.git at main
========================================
Build
========================================
Selected platform: wasm
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/aws-amplify/aws-sdk-ios-spm
[1/605] Fetching aws-sdk-ios-spm
Fetched https://github.com/aws-amplify/aws-sdk-ios-spm from cache (0.27s)
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.05s)
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/AWSGoogleSignIn-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/AWSAppleSignIn-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/AWSKMS-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/AWSCognitoIdentityProvider-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/AWSCore-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/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/AWSLambda-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/AWSMobileClientXCF-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/AWSKinesisVideo-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/AWSUserPoolsSignIn-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/AWSSNS-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/AWSSES-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/AWSKinesisVideoArchivedMedia-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/AWSComprehend-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/AWSIoT-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/AWSLex-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/AWSPolly-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/AWSSageMakerRuntime-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/AWSFacebookSignIn-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/AWSConnect-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/AWSEC2-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/AWSSimpleDB-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/AWSKinesisVideoWebRTCStorage-2.41.0.zip
Downloading binary artifact https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.41.0.zip
[15846/2524265] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip
[96172/4016350] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip
[177615/5420589] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.41.0.zip
[245734/9811460] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.41.0.zip
[343410/12299890] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.41.0.zip
[424853/15686642] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip
[1039903/17462328] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip
[1072247/19521016] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAppleSignIn-2.41.0.zip (0.96s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSGoogleSignIn-2.41.0.zip (0.98s)
[1775686/1775686] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip
[2620413/3143788] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip
[8347076/8347076] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip
[10063106/10063106] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.41.0.zip
[12862479/12862479] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip
[14292252/14292252] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLogs-2.41.0.zip (1.29s)
[2799373/2799373] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip
[8002661/8002661] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip
[9370763/9370763] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSQS-2.41.0.zip (1.32s)
[5203288/5203288] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip
[6571390/6571390] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTextract-2.41.0.zip (1.38s)
[1368102/1368102] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip
[4056199/4056199] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCognitoAuth-2.41.0.zip (1.48s)
[2688097/2688097] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip
[5273860/5273860] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip
[9441860/9441860] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSRekognition-2.41.0.zip (1.57s)
[4168000/4168000] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.41.0.zip
[6856097/6856097] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoSignaling-2.41.0.zip (1.60s)
[4168000/4168000] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.41.0.zip
[6009867/6009867] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProvider-2.41.0.zip (1.64s)
[1841867/1841867] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.41.0.zip
[3757349/3757349] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKMS-2.41.0.zip (1.65s)
[1915482/1915482] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.41.0.zip
[3757349/3757349] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.41.0.zip
[5979236/5979236] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.41.0.zip
[7728070/7728070] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCognitoIdentityProviderASF-2.41.0.zip (1.82s)
[1748834/1748834] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.41.0.zip
[6013108/6013108] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAutoScaling-2.41.0.zip (1.87s)
[4264274/4264274] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.41.0.zip
[6166392/6166392] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideo-2.41.0.zip (2.00s)
[1902118/1902118] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.41.0.zip
[5363163/5363163] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAuthUI-2.41.0.zip (2.09s)
[3461045/3461045] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLambda-2.41.0.zip (2.12s)
[2347863/2347863] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.41.0.zip
[4086375/4086375] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTranscribe-2.41.0.zip (2.19s)
[1738512/1738512] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.41.0.zip
[3379064/3379064] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSUserPoolsSignIn-2.41.0.zip (2.25s)
[1738512/1738512] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.41.0.zip
[3543358/3543358] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKMessaging-2.41.0.zip (2.38s)
[1804846/1804846] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.41.0.zip
[5126681/5126681] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSMobileClientXCF-2.41.0.zip (2.46s)
[3321835/3321835] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.41.0.zip
[7192816/7192816] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSComprehend-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCore-2.41.0.zip (2.49s)
[3870981/3870981] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.41.0.zip
[10616324/10616324] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSNS-2.41.0.zip (2.53s)
[6745343/6745343] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.41.0.zip
[11701486/11701486] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoArchivedMedia-2.41.0.zip (2.66s)
[4956143/4956143] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSChimeSDKIdentity-2.41.0.zip (2.68s)
[3033331/3033331] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.41.0.zip
[4861026/4861026] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.41.0.zip
[6533707/6533707] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSS3-2.41.0.zip (2.76s)
[1672681/1672681] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSES-2.41.0.zip (2.77s)
[1791193/1791193] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.41.0.zip
[3231797/3231797] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTranscribeStreaming-2.41.0.zip (2.79s)
[1440604/1440604] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.41.0.zip
[2850539/2850539] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSDynamoDB-2.41.0.zip (2.83s)
[1409935/1409935] Downloading 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.05s)
[1424285/1424285] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.41.0.zip
[2906371/2906371] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLex-2.41.0.zip (3.11s)
[1482086/1482086] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.41.0.zip
[7705292/7705292] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSTranslate-2.41.0.zip (3.15s)
[6223206/6223206] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSPolly-2.41.0.zip (3.15s)
[7811351/7811351] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.41.0.zip
[24271177/24271177] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSLocationXCF-2.41.0.zip (3.24s)
[16459826/16459826] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip
[18499511/18499511] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSCloudWatch-2.41.0.zip (3.24s)
[16459826/16459826] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip
[17978507/17978507] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAPIGateway-2.41.0.zip (3.34s)
[1518681/1518681] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.41.0.zip
[4410869/4410869] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSAuthCore-2.41.0.zip (3.44s)
[2892188/2892188] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.41.0.zip
[4303264/4303264] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSageMakerRuntime-2.41.0.zip (3.51s)
[1411076/1411076] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSConnectParticipant-2.41.0.zip (3.52s)
[3677082/3677082] Downloading https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.41.0.zip, https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.41.0.zip
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSSimpleDB-2.41.0.zip (3.68s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSMachineLearning-2.41.0.zip (3.70s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSPinpoint-2.41.0.zip (3.79s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSIoT-2.41.0.zip (3.79s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesisVideoWebRTCStorage-2.41.0.zip (3.82s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSFacebookSignIn-2.41.0.zip (3.92s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSKinesis-2.41.0.zip (3.94s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSElasticLoadBalancing-2.41.0.zip (3.95s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSConnect-2.41.0.zip (4.15s)
Downloaded https://releases.amplify.aws/aws-sdk-ios/AWSEC2-2.41.0.zip (5.25s)
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/_CodeSignature/CodeDirectory
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeRequirements
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeRequirements-1
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/AmazonConnectChatIOS
/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/AmazonConnectChatIOS.framework/PrivacyInfo.xcprivacy
/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.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/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/Info.plist
/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/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/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/Modules/AmazonConnectChatIOS.swiftmodule/arm64-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.swiftdoc
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_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/Info.plist
/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.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios.private.swiftinterface
/host/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/AmazonConnectChatIOS.framework/AmazonConnectChatIOS
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeSignature
Building for debugging...
[0/3] Write sources
[1/3] Compiling AWSConnectParticipant-Target empty.m
[1/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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 {
[5/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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/39] 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 {
[37/39] 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 {
[38/39] 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 {
[39/39] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/Info.plist
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64/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.swiftinterface
/host/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/Info.plist
/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/AmazonConnectChatIOS.framework/PrivacyInfo.xcprivacy
/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/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/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.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeRequirements
/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_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/AmazonConnectChatIOS.framework/Modules/AmazonConnectChatIOS.swiftmodule/arm64-apple-ios.swiftinterface
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/AmazonConnectChatIOS
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeResources
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeSignature
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/ios-arm64_x86_64-simulator/AmazonConnectChatIOS.framework/PrivacyInfo.xcprivacy
/host/spi-builder-workspace/Sources/AmazonConnectChatIOS.xcframework/_CodeSignature/CodeDirectory
/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/AmazonConnectChatIOS.framework/AmazonConnectChatIOS
/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/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/Modules/AmazonConnectChatIOS.swiftmodule/x86_64-apple-ios-simulator.abi.json
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/33] 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 {
[3/33] 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 {
[4/33] 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 {
[5/33] 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 {
[6/33] 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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/37] 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 {
[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 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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
BUILD FAILURE 6.1 wasm