Skip to content
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

[swift2objc] Support Swift ARC features #2055

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nikeokoronkwo
Copy link
Contributor

@nikeokoronkwo nikeokoronkwo commented Mar 3, 2025

Fixes #2053

This pull request adds support for Swift ARC features including lazy, weak and unowned variables.

  • Parsing the features from the symbol graph
  • Adding minor transformation logic (just an @objc suffices)
  • Updating generation logic to incorporate these features
    • lazy variables
    • weak variables
    • unowned variables
  • Writing tests for the given feature

@nikeokoronkwo nikeokoronkwo changed the title added parsing of ARC features from symbol graph [swift2objc] Support Swift ARC features Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[swift2objc] Add support for Swift ARC Features (weak and unowned variables) and lazy variables
1 participant