-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[SE-0458] Implement the strictMemorySafety Swift setting #8314
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
Conversation
|
@swift-ci please test |
d173ce2 to
f5abb79
Compare
|
@swift-ci please test |
|
@swift-ci please test Windows |
|
@swift-ci please smoke test |
|
@swift-ci please smoke test macOS |
|
@swift-ci please clean smoke test macOS |
|
@swift-ci please test macOS |
|
@DougGregor Can you please introduce a build setting in swift-build for Xcode projects to opt into this as well? This is also the sort of thing that should be called out in future proposals as well. |
Sure, I created a PR for this at swiftlang/swift-build#237. |
) Implements the `strictMemorySafety` Swift setting introduced in [SE-0458](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0458-strict-memory-safety.md).
Implements the
strictMemorySafetySwift setting introduced in SE-0458.