SWCompression icon indicating copy to clipboard operation
SWCompression copied to clipboard

A Swift framework for working with compression, archives and containers.

Results 12 SWCompression issues
Sort by recently updated
recently updated
newest added

We have implemented support for BSD AR file format at: https://github.com/Lessica/SWCompression/tree/feature-bsd-ar The reason not opening a pull request is that we have noticed you are submoduling a git repo for...

I’m wondering if it’ll be possible to add the LZ4 and ZStandard compression algorithms to this library in the future. Personally I would find it useful, as both have outstanding...

The process of decompressing an xz file using the SWCompression package I have found to be extremely time consuming when running in an iOS environment. For example I have a...

Hi, Are there any plans to support the LZW algorithm? Thanks! Kind regards, Remco Poelstra

Are there plans for [Brotli](https://github.com/google/brotli) Support? [This](https://github.com/foliojs/brotli.js) or [that](https://pub.dev/documentation/es_compression/latest/brotli/brotli-library.html) may be helpful. Or are there compatible formats or other ways to use Brotli in Swift? Thanks. Keep up the great...

I am working on a tool for my team to prep files for upload to cloud services as an archive. One of the steps is to turn bundle file types...

**Goal of this PR** Comply to new rules of Apple for privacy. More info [here](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) **Comments** I counldn't find any apis that are used and should be added inside the...

Just parking this issue here, as it might help people who might be looking for a cross-platform solution for unarchiving/archiving large files. My specific use case is needing to unarchive...

I'm using SevenZipEntryInfo to get the list of files in a 7z archive. Is there a way to unzip a specific file individually, rather than unzipping all files using the...

### Discussed in https://github.com/tsolomko/SWCompression/discussions/54 Originally posted by **wanderingbug** April 10, 2024 Any chance of updating to include LZFSE? Apple hasn't updated their repo in 8 years and I would love...