Adam Carter

Results 4 issues of Adam Carter

## Motivation Following the issue opened in https://github.com/apple/swift-syntax/issues/1936, take the code below as an example: ```swift let x = y.`z`() ``` When wanting to pull out the character ```swift `z`...

## Motivation Original issue here: https://github.com/apple/swift-syntax/issues/1890 Currently when pulling comments out of `Trivia` or `TriviaPiece`s we get the comment delimiters such as `//`, `/* */` etc. then we have to...

I'm using the wrappers `@OptionalDecoding` and `@ISO8601DateDecoding` in my struct to decode dates, but making the struct conform to Sendable gives warnings for the properties with these wrappers as they...

### Description Currently the output to the console is flat: For example, the below console output... ``` ◇ Test run started. ↳ Testing Library Version: unknown (Swift 5.10 toolchain) ◇...

enhancement
swiftpm-integration
tools integration
command-line experience