This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
One of the features in Swift 6.2 is the ability to turn on strict memory safety checking. It makes it easy to audit unsafe calls by requiring you to add the new unsafe keyword to any expression that calls something @unsafe or uses an unsafe parameter. This can be done in Xcode 26 by setting “Strict Memory Safety” to “Yes” or, in the case of a Swift package, turning the feature on.
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.