-
Currently, the following uses are not available
```swift
@Alias("NewProtocolName")
protocol Protocol {}
```
p-x9 updated
10 months ago
-
C enums are used for a couple of different purposes. They're used for traditional pick-one-of-many enumerations that are used in e.g. switch/case constructs. However, they're also used to impart addit…
-
Sometimes the XCTAssert's output for diff is not very clear.
(For example I have to copy paste a few times from the result of `Swift.print` or the failure result of `XCTAssertEqual` to make it hap…
-
There are several places where we log with `os.Logger`. However the `os` module is only available on Darwin platforms. We should figure out the story for logging.
-
### Description of Issue
It seems after all the checkouts, the last part of the build stage flops on linux becuase of bad json data.
### Steps to Reproduce
1. I don't think I can reproduce, thi…
-
### Description
`assertMacro` only applies fix-its when _all_ emitted diagnostics have one or more fix-its, so fix-it coverage is lost when macros include diagnostics with and without fix-its. Instea…
-
### Description
I'm hitting a compiler assertion failure on code that should be correct.
### Reproduction
1. Clone https://github.com/pointfreeco/swift-case-paths
2. Check out the `swift-iss…
-
### Description
Thank you for creating this library! It fills a sorely-needed gap in the new compiler macro feature.
I'm writing BDD tests using the [Quick](https://github.com/Quick/Quick) framewo…
-
I don't know who's fault is this, I'm currently creating a binding for swift to use the library. However it couldn't build as it threw an error. Below is the list of macros that were throwing the erro…
-
| | |
|------------------|-----------------|
|Previous ID | SR-8925 |
|Radar | None |
|Original Reporter | @kevints …