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
Hey @TiagoMaiaL,
Could you try if the issue still reproduces for you after cleaning the build (Product -> Clean Build Folder). I’ve seen similar issues before when one of the enums that is marked as @frozen is modified. Really those shouldn’t be marked as @frozen but we needed to to work around some miscompile if the host toolchain is Swift 5.5.
I think the issue here is the current misuse of the @frozen attribute to work around a Swift 5.5 compiler bug. Should you see it again, clean the build directory and rebuild.
Description
For some reason some unit tests are failing for me on the
main
branch. They are:ClosureExprTests.testClosureExpr()
:DoStmtTests.testDoStmt()
:DoStmtTests.testDoStmtWithExclamationMark()
:DoStmtTests.testDoStmtWithPostfixQuestionMark()
:EnumCaseElementTests.testEnumInit
:ImportTests.testImport
:SwiftTests.testSwitch
:Steps to Reproduce
This happens to me whenever I run all tests using Xcode, with the
SwiftSyntax-Package
scheme selected.Some specifications on my machine:
The text was updated successfully, but these errors were encountered: