Skip to content

[shims] Remove the _SwiftXCTestOverlayShims module #41259

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
Feb 8, 2022

Conversation

lorentey
Copy link
Member

@lorentey lorentey commented Feb 8, 2022

This used to be a private implementation detail of the XCTest overlay.

This module has been unused since the Xcode 12.5 release, but we temporarily kept it in the toolchain in case a downloadable toolchain gets used with an older Xcode. (The module used to be imported by the XCTest overlay interface, so its removal would have made it tricky to import XCTest in that scenario.)

Including the 13.3 beta, there have now been seven Xcode releases since the last one that imported this module, and the compiler/stdlib repository no longer supports building with Xcode 12.4 or below. It seems reasonable to stop installing this module on the toolchain now.

rdar://80552912

This used to be a private implementation detail of the XCTest overlay.

This module has been unused since the Xcode 12.5 release, but we temporarily kept it in the toolchain in case a downloadable toolchain gets used with an older Xcode. (The module used to be imported by the XCTest overlay interface, so its removal would have made it tricky to import XCTest in that scenario.)

Including the 13.3 beta, there have now been seven Xcode releases since the last one that imported this module, and the compiler/stdlib repository no longer supports building with Xcode 12.4 or below. It seems reasonable to stop installing this module on the toolchain now.

rdar://80552912
@lorentey lorentey force-pushed the remove-XCTest-shims branch from 294e88f to 6d20137 Compare February 8, 2022 01:16
@lorentey
Copy link
Member Author

lorentey commented Feb 8, 2022

@swift-ci test

@lorentey lorentey requested a review from Azoy February 8, 2022 01:16
Copy link
Contributor

@Azoy Azoy left a comment

Choose a reason for hiding this comment

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

❤️

@lorentey lorentey merged commit 469f72f into swiftlang:main Feb 8, 2022
@lorentey lorentey deleted the remove-XCTest-shims branch February 8, 2022 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants