-
### Description
as use only c++ and cmake, including firebase ios sdk requires to also include Swift language support into cmake.
which I did, and I can build and deploy the app just fine.
Howeve…
-
### Description
I've identified a potential data race condition in the reachability:statusChanged: method of the Firebase library (version 10.25.0). Specifically, the issue is in the following line o…
-
### Description
Seeing a crash compiling [AsyncExtensions](https://github.com/lhoward/AsyncExtensions/tree/linux) with Swift 6.0.2 ~~on Android~~.
OK, interestingly I see this targeting macOS wi…
-
## What is Swift SDK?
Swift SDK is defined in [SE-0387](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0387-cross-compilation-destinations.md).
It can be installed by `swift sd…
kkebo updated
5 months ago
-
## 🐛 Bug Report
When including the giphy SDK in a project, it's no longer possible to use the lldb to print any object description, which makes debugging rather difficult.
Tested to include the SD…
aljux updated
1 month ago
-
**Is your feature request related to a problem? Please describe.**
We are unable to use the SDK with the most recent Xcode (14.1) and Swift 5.7.
**Describe the solution you'd like**
A version of …
-
We have an app in Production that is crashing in iOS 18.0, which uses the 4.1.2 SDK. In order to resolve the issue we also updated the SDK to 4.3.3, and a few of the developers using **Xcode 16.0 and …
-
Only for spin with Swift (swiftwasm):
Reproduction:
```sh
> spin new swiftwasm_test # uses http-swift
> cd swiftwasm_test
> spin build
Building component swiftwasm-test with `swiftc -target wa…
-
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…
-
### 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…