Gwendal Roué

Results 270 comments of Gwendal Roué

> I'll try and report! I downloaded the latest toolchain from https://www.swift.org/install/macos/ (swift-DEVELOPMENT-SNAPSHOT-2025-06-03-a.xctoolchain), but now I have another error: > failed to build module 'Foundation'; this SDK is not supported...

All right @czechboy0, I'll try again and report. And thanks for submitting to the compat suite. From my previous experiences ([last one](https://github.com/swiftlang/swift-source-compat-suite/pull/964)), the maintainers can be quite slow to proceed,...

I confirm that a Swift 6.2 toolchain, downloaded from https://www.swift.org/install/macos/ (`swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-14-a`), allows me to build my OpenAPI-Generator-powered package on Xcode 26 beta. However the full app won't build, and remains...

Thank you @1Consumption! Please hold on, I'll merge shortly.

Oops, I totally forgot this PR. Please accept my apologies. Back on top of my backlog!

Thank you @1Consumption for this change, and @OhKanghoon for trying to wake me up 👍

Hello @Zomatree, This is not currently possible, given the static declaration of `defaultValue` in the `Queryable` protocol. But I could make a rapid prototype that enables what you aim at:...

Another reason why the extra type is desirable is that a `@Query` initializer that is "too convenient" would drive people to write multiple `@Query` per view, which is almost always...