A modern, concurrency-safe Swift package that extends String with fluent, chainable properties to append characters. Designed for Swift 6, this library simplifies string construction in a readable and expressive way, making it useful for tasks like building identifiers or API endpoints.
- Fluent
StringExtensions: Easily append characters toStringto create new strings in a chainable sequence. - Concurrency-Safe: Fully
Sendableand safe for use in concurrent environments, built to work with Swift 6's strict data-race safety checks. - Comprehensive Coverage: Includes all 26 lowercase letters, 26 uppercase letters, and 10 digits.
- Swift Package Manager: Easy integration into your Swift projects.
- Swift 6.0 or later
- iOS 17.0+, macOS 13.0+, tvOS 13.0+, watchOS 6.0+
Add APObfuscatedString to your project via Swift Package Manager:
- In Xcode, go to
File > Add Package Dependency. - Enter the repository URL: