Skip to content

Conversation

gottesmm
Copy link
Contributor

This code is public on main, but not on 6.2, so if one compiles a binary for 6.2 on main and then attempts to use a stdlib from a 6.2 aligned macOS, one gets an ABI error since the type isn't there. Just mark these types as being available in 6.3 so that way this is future proofed and allows for main binaries to run against a 6.2 aligned macOS stdlib.

….3 instead of 6.2. This code is public on main, but not on 6.2, so if one compiles a binary for 6.2 on main and then attempts to use a stdlib from a 6.2 aligned macOS, one gets an ABI error since the type isn't there. Just mark these types as being available in 6.3 so that way this is future proofed and allows for main binaries to run against a 6.2 aligned macOS stdlib.
@gottesmm gottesmm requested a review from ktoso as a code owner October 13, 2025 16:36
@gottesmm gottesmm requested review from al45tair and glessard and removed request for ktoso October 13, 2025 16:36
@gottesmm
Copy link
Contributor Author

@swift-ci smoke test

Copy link
Contributor

@glessard glessard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Are there tests that would fail when compiled for or run on a 6.2 target?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants