Hani Ewais

Results 4 comments of Hani Ewais

According to the apple docs, specifically the [Reason API](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api?language=objc): > Some APIs that your app uses to deliver its core functionality — in code you write or included in a...

Good stuff, I believe it would easier to just add the privacy manifest and keep the `stat` call, not sure how else to check if the directory exists without a...

I attempted to create a PR: https://github.com/httpswift/swifter/pull/550

It seems that there are some system API calls in this codebase In Zip.swift, the `creationDate` and `modificationDate` API's are called. ```swift #if os(Linux) // On Linux, setting attributes is...