Skip to content

[6.0.1🍒][cxx-interop] Do not import std::chrono::time_zone_link #76273

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

Conversation

etcwilde
Copy link
Member

@etcwilde etcwilde commented Sep 5, 2024

This type is non-copyable, but its implementation in libstdc++13 does not explicitly declare a deleted copy constructor.

After rebranch, we should start using API Notes to annotate the type as a non-copyable type in Swift.

For now, this change disables import of this type.

See #73086

rdar://134432426

(cherry picked from commit 386c8eb)

6.0 PR: #76069

Needed to fix the Swift(linux-x86_64) :: Interop/Cxx/stdlib/foundation-and-std-module.swift test failure on Fedora 39, Debian 12, and others.

This type is non-copyable, but its implementation in libstdc++13 does not explicitly declare a deleted copy constructor.

After rebranch, we should start using API Notes to annotate the type as a non-copyable type in Swift.

For now, this change disables import of this type.

See swiftlang#73086

rdar://134432426

(cherry picked from commit 386c8eb)
@etcwilde etcwilde requested a review from a team as a code owner September 5, 2024 02:41
@etcwilde
Copy link
Member Author

etcwilde commented Sep 5, 2024

@swift-ci please test

@shahmishal shahmishal merged commit 6007fa5 into swiftlang:release/6.0.1 Sep 5, 2024
5 checks passed
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.

3 participants