Will this stdlib targeted revision include the performance annotations (@noLocks
and @noAllocations
) even if still the underscored versions?
The current Swift Package couldn't include them because they're still underscored and using them would require unsafe flags in the package manifest.
But I'm assuming that wouldn't be an issue here. That way projects with the freedom to use unsafe flags could begin to make use of them.