Jonathan Grynspan
Jonathan Grynspan
Tracked internally as rdar://112339873.
Thanks for opening this issue. swift-testing does not support Swift 5.9, and Swift 5.10 support is temporary, so we'd want to see what your results look like in Swift 5.11...
swift-testing is an experimental open-source package. If you'd like to see Apple add support for it to Xcode, I would encourage you to file [feedback](https://feedback.apple.com) with them. 😁 `swift test`...
swift-testing is not built into any toolchains. It is an experimental package. Sorry if my previous comments were confusing! If you're seeing most of the time spent in swift-syntax, we...
The grammar of the language allows for additional values even if they're not actually _supported_.
It would be sufficient to adjust the formal grammar to allow for any identifier token, with a comment to the effect of "these are the supported values; other values will...
Holding for a check-in with the LSG.
@swift-ci test
> Could `WinSDK.GUID` also conform to `LosslessStringConvertible`, similar to the [accepted](https://forums.swift.org/t/pitch-conform-uuid-to-losslessstringconvertible/80084/16) proposal for Foundation's `UUID`? (The implementation at [swiftlang/swift-foundation#1303](https://github.com/swiftlang/swift-foundation/pull/1303) hasn't been merged yet.) It could, sure. ~~I'd do it in...