New
Unclaimed project
Are you a maintainer of swift-nonempty? Claim this project to take control of your public changelog and roadmap.
Changelog
🎁 A compile-time guarantee that a collection contains a value.
NonEmpty now manages its own synthesized iterator in order to avoid potential stack overflows when calling to APIs on the iterator of the collection it wraps.NonEmpty no longer conditionally conforms to StringProtocol. Apple documents against this conformance, and though engineers say there should be no issue with doing so, ABI-wise, we encountered a compiler crash when fixing the bug in the previous bullet point.