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

[SR-3292] Modify the build system to enable/disable ObjC interop for any platform #45880

Open
modocache mannequin opened this issue Nov 29, 2016 · 0 comments
Open

[SR-3292] Modify the build system to enable/disable ObjC interop for any platform #45880

modocache mannequin opened this issue Nov 29, 2016 · 0 comments
Labels
compiler The Swift compiler in itself improvement

Comments

@modocache
Copy link
Mannequin

modocache mannequin commented Nov 29, 2016

Previous ID SR-3292
Radar None
Original Reporter @modocache
Type Improvement
Additional Detail from JIRA
Votes 0
Component/s Compiler, Project Infrastructure
Labels Improvement
Assignee None
Priority Medium

md5: b525d1cf0ef3d4d25392012d5139879f

Issue Description:

Original mailing list proposal: https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20161128/003567.html

The idea here is that it would be convenient if, when compiling the Swift runtime and standard library, one could choose whether to compile with Objective-C interop enabled or disabled, for any target.

For example, I should be able to compile for macOS with Objective-C interop disabled. I should be able to compile for Linux with Objective-C interop enabled (although because of Objective-C ABI assumptions baked into Swift, there's no guarantee that would work – but I'd prefer to deal with that issue later).

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler The Swift compiler in itself improvement
Projects
None yet
Development

No branches or pull requests

0 participants