You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix warnings about retroactive conformances when building swift-syntax 510 with a Swift 6 compiler
- **Explanation**: When building swift-syntax using a Swift 6 compiler, it emits warnings about retractive conformances. Add conditional compilation conditions to add `@retroactive` where needed if compiling with a Swift 6 compiler to fix those warnings.
- **Scope**: No functionality change. Does not require a new toolchain, will just be a new swift-syntax tag
- **Risk**: Low, no functionality change.
- **Testing**: Verified that swift-syntax still builds using a Swift 5 and Swift 6 compiler
- **Issue**: rdar://127134889
- **Reviewer**: @bnbarham
Copy file name to clipboardExpand all lines: CodeGeneration/Sources/generate-swift-syntax/templates/swiftsyntaxbuilder/SyntaxExpressibleByStringInterpolationConformancesFile.swift
0 commit comments