Quirin Schweigert

Results 8 comments of Quirin Schweigert

Does anybody have any guidance on how this would need to be implemented? I guess we would need to allow setting the `NWParameters.multipathServiceType` of `Network.framework` when creating the `NIOTSEventLoopGroup`, right?...

I'm trying to figure this out right now. @dweekly I'm hesitant to go for the iCloud Keychain sync since I suppose it takes some time for it to sync /...

Upgrading to Xcode 16 / Swift 6 **broke my code**, consider this very simple async overload of `Optional.map` that I have: ``` // Run this snippet in a Swift playground...

I understand that the synchronous version is not supposed to be chosen in an asynchronous context, but there seems to be no way of choosing the asynchronous overload either now,...

Thank you for your quick reply! Sorry, did not expect you to reply this quickly, I edited my comments, did not understand the issue itself fully when I posted. Now...

@groue > The presence of `await asyncOperation` makes the closure an async one, and this triggers the election the async overload of `map`. Exactly this does **not** seem to be...

@groue fyi: opened this issue: https://github.com/swiftlang/swift/issues/77021