weichsel / ZIPFoundation

Effortless ZIP Handling in Swift
MIT License
2.31k stars 255 forks source link

Concurrency and warning fixes #328

Open kudit opened 1 month ago

kudit commented 1 month ago

Added Sendable conformance to all Enums and fixed some deprecated issues in tests. Found an error with test but not sure how to fix...

Fixes # Warnings relating to passing Archive.AccessMode around in concurrency-safe code.

Changes proposed in this PR

Tests performed

All (the only two that error have been notated).

Further info for the reviewer

This is a great repo. Thanks!

kudit commented 1 month ago

Any ideas how to fix the linting?

weichsel commented 1 month ago

Any ideas how to fix the linting?

Please pull in development - I already fixed those warnings there.

kudit commented 3 weeks ago

Any ideas how to fix the linting?

Please pull in development - I already fixed those warnings there.

Doesn't contain all the changes like making the enums Sendable which causes concurrency issues.