You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProductName: macOS
ProductVersion: 15.0
BuildVersion: 24A335
/Applications/Xcode.app/Contents/Developer
Xcode 16.0
Build version 16A242d
pod not found
(not in use here)
/bin/bash
GNU bash, version 3.2.57(1)-release (arm64-apple-darwin24)
carthage not found
(not in use here)
/usr/bin/git
git version 2.39.5 (Apple Git-154)
The text was updated successfully, but these errors were encountered:
Thank you @nikolay-mdev, this fixed it for me. Looking into it a little more it looks like this is present when using v6 or greater of the Swift compiler. It seems asyncWrite has two type signatures/versions, depending on compiler if you look at the source code.
You can check your swift version in a terminal with: xcrun swift -version.
How frequently does the bug occur?
Always
Description
The use of asyncWrite makes Xcode 16 unhappy upon compilation. This seems to be the case whether using Swift 5 or 6. Simple example:
Presumably it's some fallout from the new concurrency checks. Swap to .write and no problems compiling.
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
20.0.0
What Atlas Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
iOS 17 / 18
Build environment
The text was updated successfully, but these errors were encountered: