swiftlang/swift-syntax
A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
SwiftApache-2.0
Issues
- 4
FunctionDeclSyntax does not expand body
#2880 opened by zzyptr - 10
- 1
SwiftIfConfig: Create a "fixed" or "static" build configuration that is Codable
#2884 opened by DougGregor - 1
MacroSystem should handle fully qualified macro name
#2874 opened by ApolloZhu - 14
[Swift 6.0] Xcode Beta 16 build failure
#2844 opened by SouzaRodrigo61 - 4
swift format fails when using new `sending` keyword
#2836 opened by fabianfett - 1
- 2
Invalid semantic versioning?
#2845 opened by damian-rzeszot - 0
- 1
Improperly escaped backslash in fix-it message
#2743 opened by AppAppWorks - 2
- 2
- 17
Macro protocols lack `async` from `expansion` function requirements despite proposals stating they should have it
#2803 opened by roopekv - 12
`600.0.0-prerelease-2024-07-24` fails to build on macOS 12 with Swift 5.10
#2784 opened by SimplyDanny - 2
- 1
- 1
Detect recursive attached macro expansion
#2797 opened by AppAppWorks - 1
Source location retrieving doesn't work in body macro expansion assertion
#2791 opened by mateusrodriguesxyz - 1
- 2
swift-syntax doesn't give negative integer literals special treatment while the Swift compiler does.
#2787 opened by YOCKOW - 1
Improve diagnostics for C-style parameter declaration with structural type
#2768 opened by AppAppWorks - 4
Accessor Macros applied to properties with trailing trivia comments lead to Swift that fails to compile.
#2614 opened by vanvoorden - 11
FixItApplier crash when generating diagnostics for whole tree but applying them to a subtree
#2749 opened by MahdiBM - 4
New 600.0.0 prerelease
#2747 opened by SimplyDanny - 1
Further generalize parse diagnostics functions
#2753 opened by AppAppWorks - 4
- 3
Setting of Swift_MODULE_DIRECTORY (and probably other directories) inappropriate.
#2680 opened by dabrahams - 3
- 1
trimming trivia nodes corrupts source ranges
#2687 opened by tayloraswift - 2
Compiler crashes when build in release mode (Linux)
#2668 opened by Buratti - 7
- 4
swift-format fails to parse valid swift code
#2648 opened by rauhul - 1
Merge `IncrementalEdit` and `SourceEdit`
#2532 opened by ahoppen - 2
Swft build fails with 'error: could not build Objective-C module 'SwiftSyntax''
#2649 opened by drekka - 1
Macro generated by other macro doesn't expand fully
#2629 opened by jmgawecki - 2
Poor naming practices
#2634 opened by vincent-coetzee - 2
FunctionDeclSyntax with TokenSyntax.binaryOperator leads to different a trailing trivia space on 5.10 and 6.0.
#2615 opened by vanvoorden - 2
Missing required module '_AtomicBool'
#2610 opened by HassanTaleb90 - 2
- 2
"`EffectfulExprSyntax`" protocol covering `TryExprSyntax` and `AwaitExprSyntax`
#2549 opened by grynspan - 3
- 2
- 3
- 4
- 2
Possible compiler backward compatibility problem
#2546 opened by dabrahams - 1
Parser enters infinite loop in string parsing
#2533 opened by ahoppen - 1
DeclGroupSyntax should have introducerKeyword
#2535 opened by ktoso - 1
- 2
Rename `backtrack` variables to `lookahead`
#2494 opened by ahoppen - 1
Enhance Feedback Mechanism for local-pr-precheck command
#2500 opened by Matejkob