duckdb / duckdb-swift

MIT License
80 stars 17 forks source link

Duckdb - warning with Xcode 16 - Non-sendable, can't resolve the warning #4

Open pkasson opened 1 week ago

pkasson commented 1 week ago

duckdb-swift, version 0.90 ...

Xcode 16, Swift 5.9 has an issue with duckdb-swift, version with following error:

Non-sendable type 'DataFrame' returned by implicitly asynchronous call to non isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode.

This did not occur XCode 15 ...