Skip to content

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