-
Hello,
I'm giving a try to Swift 6 and have to `import SwiftSoup` with `@preconcurrency` for now as it's not yet ready.
One case I have is this method:
```swift
extension Collection where Elemen…
Ceylo updated
2 months ago
-
**Describe the bug**
```
model_type="llava-llama-3-8b-v1_1"
CUDA_VISIBLE_DEVICES=0 swift infer \
--model_type $model_type \
--infer_backend lmdeploy
```
Error:
```Traceback (most re…
-
### Expected behavior
binary values in a DynamoDBEvent, coming in as base64 encoded strings, should get decoded properly when using the DynamoDBEvent.Decoder
### Actual behavior
If you try to use…
-
_This issue is pretty vague, it will get clearer when I look into this more_
1. "NS_SWIFT_UI_ACTOR" marks APIs that should be used on the main thread, we could use this to warn at runtime that the…
-
Currently, the `GRPCStatus` is not related to `Status` defined in [google/rpc/status.proto](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto).
According to [Richer Error…
Skoti updated
5 months ago
-
### Description
## Overview
The `fetch()` function is taking 2+ minutes on the first run of a new simulator. On subsequent runs, the fetch function is very quick.
## Location of Issue
The hang h…
-
### Description
Hi Apple,
I have a piece of code which goes something like the following:
```
while launchOptions?.isEmpty != true {
var s = "value"
…
-
-
### Description
I have been using Xcode 16 for a few weeks now and noticed a behavior regarding `actor` deinitialization that surprises me.
In our app, we use a few actors that are stored as const…
-
### Description
_No response_
### Reproduction
```swift
@MainActor
func iterate(over stream: AsyncStream) async {
for await ns in stream {
print(ns)
}
}
```
Building this code wit…