Skip to content

Work around macro expansion bug in 2024-1-4 toolchain. #175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

grynspan
Copy link
Contributor

@grynspan grynspan commented Jan 5, 2024

The latest main toolchain has introduced a regression in macro expansion (tracked by rdar://120559184.) This PR works around the regression, which is causing a build failure in one test.

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.

The latest main toolchain has introduced a regression in macro expansion (tracked by rdar://120559184.) This PR works around the regression, which is causing a build failure in one test.
@grynspan
Copy link
Contributor Author

grynspan commented Jan 5, 2024

@swift-ci please test

@grynspan
Copy link
Contributor Author

grynspan commented Jan 5, 2024

@swift-ci please test macOS

@grynspan grynspan changed the title Work around macro expansion bug in 2024-4-1 toolchain. Work around macro expansion bug in 2024-1-4 toolchain. Jan 5, 2024
@grynspan
Copy link
Contributor Author

grynspan commented Jan 5, 2024

@swift-ci please clean test macOS

@grynspan
Copy link
Contributor Author

grynspan commented Jan 6, 2024

Remaining failure is a SwiftPM regression tracked as rdar://120560817. All tests are passing in CI and it would be green except for a false EXIT_FAILURE from SwiftPM. Merging with failed CI.

@grynspan grynspan self-assigned this Jan 6, 2024
@grynspan grynspan added the workaround Workaround for an issue in another component (may need to revert later) label Jan 6, 2024
@grynspan grynspan merged commit e814bd8 into main Jan 6, 2024
@grynspan grynspan deleted the jgrynspan/workaround-120559184 branch January 6, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workaround Workaround for an issue in another component (may need to revert later)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants