-
https://github.com/swiftlang/swift-format/pull/883 regressed swift-format’s performance by 7-8%. To reproduce run
```bash
cd /tmp
git clone https://github.com/apple/swift-syntax.git
cd swift-syn…
-
### Description
I think that it'd be great to also distribute swift-syntax as a prebuilt framework with every release, at least for Apple platforms (like https://github.com/realm/SwiftLint does).
…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
HI Simon, I was considering a similar strategy when I stumbled on your project. Great work...impressive. Are you willing to share the process you went through to generate the swift-syntax-xcframewo…
-
I'm getting this warning during package resolution:
```
'hexcolors' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax'…
-
Because we keep re-building swift syntax 6+ times right now, which is a waste.
We could `swift build --scratch-path=../../.build` and adjust the plugins to consider scratch paths when looking for d…
ktoso updated
2 weeks ago
-
Alright the title says it all but an example will probably help:
```swift
throw MyError/*Some comment; why not? Swift syntax allows it, though it’s very very weird…*/()
```
This will be formatte…
-
### What happened?
![Снимок экрана 2024-08-22 в 18 00 06](https://github.com/user-attachments/assets/61254788-7133-405e-b642-946a3e3e6d2b)
### Library Version
main
### Xcode Version
16
### Swi…
-
As we discussed in [_swift-syntax_](https://github.com/swiftlang/swift-syntax/issues/2421#issuecomment-2304785011), a top-level package dependency graph can be patched with:
```shell
swift package c…
-
figure out how to get the treesitter play nice with github actions.
can't get the swift syntax to install during run.
```shell
vusted --output=utfTerminal --shuffle tests/
●●✱✱✱✱✱✱●✱✱
3 success…