issues
search
SomeRandomiOSDev
/
CBORCoding
Easy CBOR encoding and decoding for iOS, macOS, tvOS and watchOS.
MIT License
51
stars
14
forks
source link
Added strict concurrency checking and Sendable conformances
#31
Open
SomeRandomiOSDev
opened
1 year ago
SomeRandomiOSDev
commented
1 year ago
Description
Added strict concurrency checking and Sendable conformances
Checklist
[x] Code compilation.
[x] All tests passing.
[x] No new SwiftLint issues.
[x] Added new unit tests, if applicable.
[x] Extended the documentation (including README), if applicable.
[x] Updated version in CBORCoding.podspec following
semver
guidelines.
[x] Ran
workflowtests.sh
and passed.
Description
Added strict concurrency checking and Sendable conformances
Checklist