-
Failed to build module 'MoEngageInbox'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)', while this compiler is 'Appl…
-
I didn't find any cloud-event SDK for swift, could you consider providing an SDK for swift?
https://developer.apple.com/swift/
if it's considered, could it be done with the following issues in min…
-
### Description
Seems like there's a bug in the sign of FirebaseDataEncoder encoder method
```open func encode(_ value: T) throws -> Any {```
that should be
```open func encode(_ value: T) thro…
-
### Describe the bug
On Windows, I'm building `aws-sdk-swift` using CMake. I build `aws-c-*` using `ExternalProject_Add()`.
(Thank you for providing `CMakeLists.txt` for your projects!)
The i…
-
Just to document we have such project and assign developers. @aqrln please review SDK state and prepare tasks.
-
### Description
I believe the issue is similar to the one described in https://github.com/firebase/firebase-ios-sdk/issues/12800. The binary seems to be built using Swift 5.9, while Xcode 15.3+ uses …
-
### Describe the bug
When building the SDK, the following warnings are received:
```
/Users/jbelkins/Code/Xcode/aws-sdk-swift/Sources/Services/AWSWAFV2/Sources/AWSWAFV2/Models.swift:12427:13: warni…
-
We recently added pCloud to our system using your Java SDK, which has been very helpful. However, we would like to display thumbnail links in our component (screenshot attached as an attachment).
T…
-
### Description
3. While evaluating request ExecuteSILPipelineRequest(Run pipelines { Mandatory Diagnostic Passes + Enabling Optimization Passes } on SIL for Types)
4. While running pass #1666 SILMo…
-
### Description
When conforming to a complex protocol with (at least?) three associated types, where:
* one associated type (say `A`) is unbounded
* the other two associated types (say `Param` and …