Releases: karwa/uniqueid
Releases · karwa/uniqueid
1.0.4
Fixed some availability issues on Apple platforms.
What's Changed
- Add .iOS(.v10) as a platform so the package compiles for iOS (os_unfa… by @arex666 in #5
- Fix some availability issues by @karwa in #6
Version 1.0.3
Some small performance tweaks
1.0.2
What's Changed
- Use os_unfair_lock/pthread_mutex for UUIDv6 generator state
- Switched to using DocC for documentation
1.0.1
Added a NO_FOUNDATION_COMPAT
build setting to remove the dependency on Foundation. To build in this mode, enable the setting from the Package.swift
file, or build with the command-line flag:
swift build -Xswiftc -DNO_FOUNDATION_COMPAT