Skip to content

[cxx-interop] Fix test failure on older macOS #82454

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
Jun 24, 2025
Merged

Conversation

egorzhdan
Copy link
Contributor

The runtime logic for printing a foreign reference type is behind if #available(SwiftStdlib 6.2, *), which means it won't run on older versions of macOS, even if you use a newer Swift runtime.

rdar://153735437

The runtime logic for printing a foreign reference type is behind `if #available(SwiftStdlib 6.2, *)`, which means it won't run on older versions of macOS, even if you use a newer Swift runtime.

rdar://153735437
@egorzhdan egorzhdan added the c++ interop Feature: Interoperability with C++ label Jun 24, 2025
@egorzhdan
Copy link
Contributor Author

@swift-ci please smoke test

@egorzhdan egorzhdan enabled auto-merge June 24, 2025 15:05
@egorzhdan egorzhdan merged commit 1a84348 into main Jun 24, 2025
3 checks passed
@egorzhdan egorzhdan deleted the egorzhdan/runtime-avail branch June 24, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ interop Feature: Interoperability with C++
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants