Replies: 1 comment 1 reply
-
Hi @MojtabaHs, I am not able to reproduce this. I pinned swift-syntax to 510.0.3 and everything compiles just fine. Can you provide a project that demonstrates the behavior? I have come across strange swift-syntax compilation errors in the past, especially when switching between versions of Xcode. Usually a clean fixes them. Since I don't think this is an issue with the library I am going to convert this to a discussion. Let's continue the conversation over there and if it turns out to be an issue with the library we will get a fix in. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
It appears that some files are implicitly rely on
SwiftSyntax600
, and attempting to build with a lower version results in multiple errors, including:Checklist
main
branch of this package.Expected behavior
Successfully built with a lower swift-syntax version (like the 510.0.3)
Actual behavior
19 Errors in the
DependencyClientMacro.swift
and theSupport.swift
filesSteps to reproduce
The Composable Architecture version information
1.13.1
Destination operating system
No response
Xcode version information
15.4
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions