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.
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 ...