Rick van Voorden

Results 6 issues of Rick van Voorden

### Description The following Swift code fails to compile: ```swift let x: Int { // 'let' declarations cannot be computed properties 1 } ``` It looks like our current `AccessorMacro`...

bug

### Description The following Swift code fails to compile: ```swift var x: Int // comment { get { return 1 } } ``` The trailing trivia comment captures the opening...

bug

Hi! I just started using the package and I like it a lot! I am running two parallel benchmarks with `grouping metric` to compare the memory usage between the two....

### Description _No response_ ### Reproduction The following compiles on 5.9.2 and compiles on 5.10 (and 5.11): ```swift struct Repeater { init(_: (repeat () -> each Element)) { } }...

bug
crash
triage needed

### Description _No response_ ### Reproduction This code compiles on 5.9.2: ```swift protocol P { } struct S: P{ } extension S { static func f() -> (Self) -> (some...

bug
SILGen
crash

https://github.com/ordo-one/package-benchmark/blob/main/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift#L310-L321 I seem to be running into situations where a `Benchmarks` package that should build with valid benchmarks fails to find any. I seem to be running into this code...