-
All or almost all of `Dispatch`’s types are thread-safe, so they should be marked as [`Sendable`](https://developer.apple.com/documentation/swift/sendable).
-
## Environment
- Xcode version: 14.2
- iOS version: 16.0
- Devices affected: All
- Maps SDK Version: 10.7.0
## Observed behaviour and steps to reproduce
> {
> guard let tileS…
-
Hi, we had an instance in our codebase where SwiftFormat removed `return` as redundant in front of `try await withCheckedThrowingContinuation { ... }`, which caused a type error. The outer function re…
-
1. Авторизуюсь в приложении, подключаюсь к чату
2. Выключаю экран, жду таймаут
3. Включаю экран, происходит разлогаут, вызываю AllyChat.getInstance().close();
приложение падает в loop чата (library…
-
Hi @HamzaGhazouani,
I have noticed a strange crash that sometimes happens when switching between data sources. I cannot provide the exact steps on how to reproduce the issue, but I am sending you a…
-
It's giving compiler errors on Swift 2.0
-
I am experimenting with some code that is derived directly from the iOS sample code.
I am using a custom tree-sitter grammar I am building for the [ABC music notation](https://abcnotation.com).
For …
-
| | |
|------------------|-----------------|
|Previous ID | SR-5988 |
|Radar | rdar://problem/34650486 |
|Original Repor…
-
C7Rotate filter is not working when exporting, it even messes up another filters as well, I noticed in C7Collector file while applying the filters we fix the orientation using this.
```
if self.a…
-
Call `KVNProgress.show(0.0, status: "Logging...")` in main thread
then in alamofire
`request.responseJSON { (response:DataResponse) in`
call
`DispatchQueue.main.async {
…