diff --git a/.jazzy.yaml b/.jazzy.yaml
index 36362ae1..753c5d2c 100644
--- a/.jazzy.yaml
+++ b/.jazzy.yaml
@@ -3,9 +3,9 @@ clean: true
exclude: Tests/
author: Timofey Solomko
module: SWCompression
-module_version: 3.0.0
+module_version: 3.0.1
copyright: '© 2017 Timofey Solomko'
readme: README.md
github_url: https://github.com/tsolomko/SWCompression
-github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v3.0.0
+github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v3.0.1
theme: fullwidth
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10a9cd46..68894a46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
# Changelog
+v3.0.1
+----------------
+- Significanty reduced memory usage and improved speed of Deflate compression.
+
v3.0.0
----------------
- All errors have been renamed, so they conform to Swift Naming Conventions (lowerCamelCase).
diff --git a/SWCompression.podspec b/SWCompression.podspec
index bfbcb622..cfa503ee 100644
--- a/SWCompression.podspec
+++ b/SWCompression.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SWCompression"
- s.version = "3.0.0"
+ s.version = "3.0.1"
s.summary = "Framework with implementations in Swift of different (de)compression algorithms"
s.description = <<-DESC
diff --git a/Sources/Service/Info-iOS.plist b/Sources/Service/Info-iOS.plist
index ee73227e..d5752d7c 100644
--- a/Sources/Service/Info-iOS.plist
+++ b/Sources/Service/Info-iOS.plist
@@ -15,7 +15,7 @@
Decompressed data.
diff --git a/docs/Classes/Deflate.html b/docs/Classes/Deflate.html index 50211aec..c7bc0610 100644 --- a/docs/Classes/Deflate.html +++ b/docs/Classes/Deflate.html @@ -246,7 +246,7 @@ It may indicate that either data is damaged or it might not be compressed with DDecompressed data.
@@ -306,7 +306,7 @@ then static Huffman block will be created. diff --git a/docs/Classes/GzipArchive.html b/docs/Classes/GzipArchive.html index ff5cc651..9a4abc90 100644 --- a/docs/Classes/GzipArchive.html +++ b/docs/Classes/GzipArchive.html @@ -249,7 +249,7 @@ it might not be archived with GZip or compressed with Deflate at all.Unarchived data.
@@ -392,7 +392,7 @@ then
- Show on GitHub
+ Show on GitHub
diff --git a/docs/Classes/LZMA.html b/docs/Classes/LZMA.html
index ef6a5d44..d59e8fa5 100644
--- a/docs/Classes/LZMA.html
+++ b/docs/Classes/LZMA.html
@@ -241,7 +241,7 @@ It may indicate that either data is damaged or it might not be compressed with L
Decompressed data.
diff --git a/docs/Classes/LZMA2.html b/docs/Classes/LZMA2.html
index 3b9cce92..99db0a76 100644
--- a/docs/Classes/LZMA2.html
+++ b/docs/Classes/LZMA2.html
@@ -241,7 +241,7 @@ It may indicate that either data is damaged or it might not be compressed with L
Decompressed data.
diff --git a/docs/Classes/TarContainer.html b/docs/Classes/TarContainer.html
index 32af50ed..05312c6b 100644
--- a/docs/Classes/TarContainer.html
+++ b/docs/Classes/TarContainer.html
@@ -246,7 +246,7 @@ but one SHOULD NOT rely on any particular order.
Array of TarEntry as an array of ContainerEntry.
diff --git a/docs/Classes/TarEntry.html b/docs/Classes/TarEntry.html
index 5977bab6..8bdf2355 100644
--- a/docs/Classes/TarEntry.html
+++ b/docs/Classes/TarEntry.html
@@ -211,7 +211,7 @@
@@ -241,7 +241,7 @@
@@ -271,7 +271,7 @@
@@ -301,7 +301,7 @@
@@ -331,7 +331,7 @@
@@ -361,7 +361,7 @@
@@ -391,7 +391,7 @@
@@ -421,7 +421,7 @@
@@ -451,7 +451,7 @@
@@ -481,7 +481,7 @@
@@ -511,7 +511,7 @@
@@ -541,7 +541,7 @@
@@ -571,7 +571,7 @@
@@ -601,7 +601,7 @@
@@ -631,7 +631,7 @@
@@ -661,7 +661,7 @@
@@ -691,7 +691,7 @@
diff --git a/docs/Classes/TarEntry/EntryType.html b/docs/Classes/TarEntry/EntryType.html
index cfc0eb1e..81d3429a 100644
--- a/docs/Classes/TarEntry/EntryType.html
+++ b/docs/Classes/TarEntry/EntryType.html
@@ -210,7 +210,7 @@
@@ -244,7 +244,7 @@
@@ -278,7 +278,7 @@
@@ -312,7 +312,7 @@
@@ -346,7 +346,7 @@
@@ -380,7 +380,7 @@
@@ -414,7 +414,7 @@
@@ -448,7 +448,7 @@
@@ -482,7 +482,7 @@
@@ -516,7 +516,7 @@
@@ -550,7 +550,7 @@
diff --git a/docs/Classes/XZArchive.html b/docs/Classes/XZArchive.html
index 6e80d6a7..0c3d00f1 100644
--- a/docs/Classes/XZArchive.html
+++ b/docs/Classes/XZArchive.html
@@ -246,7 +246,7 @@ It may indicate that either the archive is damaged or it might not be compressed
Unarchived data.
diff --git a/docs/Classes/ZipContainer.html b/docs/Classes/ZipContainer.html
index 0fa4556b..b8107c76 100644
--- a/docs/Classes/ZipContainer.html
+++ b/docs/Classes/ZipContainer.html
@@ -248,7 +248,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
Array of ZipEntry as an array of ContainerEntry.
diff --git a/docs/Classes/ZipEntry.html b/docs/Classes/ZipEntry.html
index 0ec16e22..86a48e57 100644
--- a/docs/Classes/ZipEntry.html
+++ b/docs/Classes/ZipEntry.html
@@ -210,7 +210,7 @@
@@ -240,7 +240,7 @@
@@ -270,7 +270,7 @@
@@ -300,7 +300,7 @@
@@ -332,7 +332,7 @@ Otherwise, it is true if size of data is 0 AND last character of entry’s n
@@ -368,7 +368,7 @@ depending on the type of the problem. An error can indicate that container is da
diff --git a/docs/Classes/ZlibArchive.html b/docs/Classes/ZlibArchive.html
index f6e07165..9ead25cb 100644
--- a/docs/Classes/ZlibArchive.html
+++ b/docs/Classes/ZlibArchive.html
@@ -249,7 +249,7 @@ it might not be archived with Zlib or compressed with Deflate at all.
Unarchived data.
@@ -316,7 +316,7 @@ It will also be specified in archive’s header that the compressor used the
Resulting archive’s data.
diff --git a/docs/Enums.html b/docs/Enums.html
index 816aaf55..9ffe2951 100644
--- a/docs/Enums.html
+++ b/docs/Enums.html
@@ -205,7 +205,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -241,7 +241,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
@@ -277,7 +277,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -313,7 +313,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -349,7 +349,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -385,7 +385,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -421,7 +421,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -457,7 +457,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -493,7 +493,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
diff --git a/docs/Enums/BZip2Error.html b/docs/Enums/BZip2Error.html
index a5bfdd2f..3a4d3cf1 100644
--- a/docs/Enums/BZip2Error.html
+++ b/docs/Enums/BZip2Error.html
@@ -211,7 +211,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -245,7 +245,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -279,7 +279,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -313,7 +313,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -347,7 +347,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -381,7 +381,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -415,7 +415,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -449,7 +449,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -483,7 +483,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -518,7 +518,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/Enums/DeflateError.html b/docs/Enums/DeflateError.html
index ad715075..298d77c4 100644
--- a/docs/Enums/DeflateError.html
+++ b/docs/Enums/DeflateError.html
@@ -211,7 +211,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -245,7 +245,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -279,7 +279,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -313,7 +313,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
diff --git a/docs/Enums/GzipError.html b/docs/Enums/GzipError.html
index 0db3728c..78712890 100644
--- a/docs/Enums/GzipError.html
+++ b/docs/Enums/GzipError.html
@@ -211,7 +211,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
@@ -245,7 +245,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
@@ -280,7 +280,7 @@ that archive uses a newer version of GZip format.
@@ -314,7 +314,7 @@ that archive uses a newer version of GZip format.
@@ -349,7 +349,7 @@ Associated value of the error contains already decompressed data.
@@ -383,7 +383,7 @@ Associated value of the error contains already decompressed data.
@@ -417,7 +417,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/Enums/LZMA2Error.html b/docs/Enums/LZMA2Error.html
index 44b25640..4e5e9418 100644
--- a/docs/Enums/LZMA2Error.html
+++ b/docs/Enums/LZMA2Error.html
@@ -211,7 +211,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -245,7 +245,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -279,7 +279,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -313,7 +313,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -348,7 +348,7 @@ amount of compressed data read is different from the one stored in LZMA2 packet.
diff --git a/docs/Enums/LZMAError.html b/docs/Enums/LZMAError.html
index 645625fe..bc4a5d73 100644
--- a/docs/Enums/LZMAError.html
+++ b/docs/Enums/LZMAError.html
@@ -211,7 +211,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -245,7 +245,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -279,7 +279,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -313,7 +313,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -347,7 +347,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -381,7 +381,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -415,7 +415,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -449,7 +449,7 @@ It may indicate that either data is damaged or it might not be compressed with L
diff --git a/docs/Enums/TarError.html b/docs/Enums/TarError.html
index 09f4f59e..7ce88b5b 100644
--- a/docs/Enums/TarError.html
+++ b/docs/Enums/TarError.html
@@ -211,7 +211,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -245,7 +245,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -279,7 +279,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -313,7 +313,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -347,7 +347,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -381,7 +381,7 @@ It may indicate that either container is damaged or it might not be TAR containe
diff --git a/docs/Enums/XZError.html b/docs/Enums/XZError.html
index e0b6c5c1..3fccf0d5 100644
--- a/docs/Enums/XZError.html
+++ b/docs/Enums/XZError.html
@@ -211,7 +211,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
@@ -245,7 +245,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
@@ -280,7 +280,7 @@ that archive uses a newer version of XZ format.
@@ -314,7 +314,7 @@ that archive uses a newer version of XZ format.
@@ -348,7 +348,7 @@ that archive uses a newer version of XZ format.
@@ -382,7 +382,7 @@ that archive uses a newer version of XZ format.
@@ -417,7 +417,7 @@ amount of compressed data read is different from the one stored in archive.
@@ -452,7 +452,7 @@ Associated value of the error contains already decompressed data.
@@ -486,7 +486,7 @@ Associated value of the error contains already decompressed data.
@@ -520,7 +520,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/Enums/ZipError.html b/docs/Enums/ZipError.html
index e74bfd4e..98f53ddf 100644
--- a/docs/Enums/ZipError.html
+++ b/docs/Enums/ZipError.html
@@ -211,7 +211,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -245,7 +245,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -279,7 +279,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -313,7 +313,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -347,7 +347,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -381,7 +381,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -415,7 +415,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -449,7 +449,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -483,7 +483,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -518,7 +518,7 @@ Associated value of the error contains entry’s data.
@@ -552,7 +552,7 @@ Associated value of the error contains entry’s data.
diff --git a/docs/Enums/ZlibError.html b/docs/Enums/ZlibError.html
index 61f3e13f..d0c2c25e 100644
--- a/docs/Enums/ZlibError.html
+++ b/docs/Enums/ZlibError.html
@@ -211,7 +211,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -245,7 +245,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -279,7 +279,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -313,7 +313,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -348,7 +348,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/Protocols.html b/docs/Protocols.html
index b49937fe..f8c1a738 100644
--- a/docs/Protocols.html
+++ b/docs/Protocols.html
@@ -204,7 +204,7 @@
@@ -235,7 +235,7 @@
@@ -266,7 +266,7 @@
@@ -297,7 +297,7 @@
diff --git a/docs/Protocols/Archive.html b/docs/Protocols/Archive.html
index 3b330cb5..2efbbda0 100644
--- a/docs/Protocols/Archive.html
+++ b/docs/Protocols/Archive.html
@@ -210,7 +210,7 @@
diff --git a/docs/Protocols/Container.html b/docs/Protocols/Container.html
index 70158a29..a9f7dd95 100644
--- a/docs/Protocols/Container.html
+++ b/docs/Protocols/Container.html
@@ -210,7 +210,7 @@
diff --git a/docs/Protocols/ContainerEntry.html b/docs/Protocols/ContainerEntry.html
index b7e9942d..ed8eb833 100644
--- a/docs/Protocols/ContainerEntry.html
+++ b/docs/Protocols/ContainerEntry.html
@@ -210,7 +210,7 @@
@@ -240,7 +240,7 @@
@@ -270,7 +270,7 @@
@@ -300,7 +300,7 @@
diff --git a/docs/Protocols/DecompressionAlgorithm.html b/docs/Protocols/DecompressionAlgorithm.html
index 3191ec43..e87edcb2 100644
--- a/docs/Protocols/DecompressionAlgorithm.html
+++ b/docs/Protocols/DecompressionAlgorithm.html
@@ -210,7 +210,7 @@
diff --git a/docs/Structs.html b/docs/Structs.html
index b6d2ee06..4d8bb061 100644
--- a/docs/Structs.html
+++ b/docs/Structs.html
@@ -204,7 +204,7 @@
@@ -239,7 +239,7 @@
diff --git a/docs/Structs/GzipHeader.html b/docs/Structs/GzipHeader.html
index 9031ee75..13e41c6f 100644
--- a/docs/Structs/GzipHeader.html
+++ b/docs/Structs/GzipHeader.html
@@ -211,7 +211,7 @@
@@ -242,7 +242,7 @@
@@ -272,7 +272,7 @@
@@ -304,7 +304,7 @@ then this property is nil.
@@ -334,7 +334,7 @@ then this property is nil.
@@ -364,7 +364,7 @@ then this property is nil.
@@ -394,7 +394,7 @@ then this property is nil.
@@ -424,7 +424,7 @@ then this property is nil.
@@ -481,7 +481,7 @@ it might not be archived with GZip at all.
diff --git a/docs/Structs/GzipHeader/CompressionMethod.html b/docs/Structs/GzipHeader/CompressionMethod.html
index 899545d9..51b468f9 100644
--- a/docs/Structs/GzipHeader/CompressionMethod.html
+++ b/docs/Structs/GzipHeader/CompressionMethod.html
@@ -210,7 +210,7 @@
diff --git a/docs/Structs/GzipHeader/FileSystemType.html b/docs/Structs/GzipHeader/FileSystemType.html
index bf47adc2..62829cf8 100644
--- a/docs/Structs/GzipHeader/FileSystemType.html
+++ b/docs/Structs/GzipHeader/FileSystemType.html
@@ -215,7 +215,7 @@
@@ -249,7 +249,7 @@
@@ -283,7 +283,7 @@
@@ -317,7 +317,7 @@
@@ -351,7 +351,7 @@
diff --git a/docs/Structs/ZlibHeader.html b/docs/Structs/ZlibHeader.html
index 933e2284..c2d1d532 100644
--- a/docs/Structs/ZlibHeader.html
+++ b/docs/Structs/ZlibHeader.html
@@ -211,7 +211,7 @@
@@ -242,7 +242,7 @@
@@ -272,7 +272,7 @@
@@ -302,7 +302,7 @@
@@ -332,7 +332,7 @@
@@ -389,7 +389,7 @@ it might not be archived with Zlib at all.
diff --git a/docs/Structs/ZlibHeader/CompressionLevel.html b/docs/Structs/ZlibHeader/CompressionLevel.html
index 21c22d48..2a5a3e17 100644
--- a/docs/Structs/ZlibHeader/CompressionLevel.html
+++ b/docs/Structs/ZlibHeader/CompressionLevel.html
@@ -210,7 +210,7 @@
@@ -244,7 +244,7 @@
@@ -278,7 +278,7 @@
@@ -312,7 +312,7 @@
diff --git a/docs/Structs/ZlibHeader/CompressionMethod.html b/docs/Structs/ZlibHeader/CompressionMethod.html
index 74298ff8..e4a60141 100644
--- a/docs/Structs/ZlibHeader/CompressionMethod.html
+++ b/docs/Structs/ZlibHeader/CompressionMethod.html
@@ -210,7 +210,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html
index e2240f7e..fb65ecef 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html
@@ -204,7 +204,7 @@
@@ -239,7 +239,7 @@
@@ -274,7 +274,7 @@
@@ -305,7 +305,7 @@
@@ -340,7 +340,7 @@
@@ -375,7 +375,7 @@
@@ -410,7 +410,7 @@
@@ -445,7 +445,7 @@
@@ -480,7 +480,7 @@
@@ -511,7 +511,7 @@
@@ -546,7 +546,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html
index 4d7dd421..9ac91753 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html
@@ -241,7 +241,7 @@ It may indicate that either data is damaged or it might not be compressed with B
Decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html
index 50211aec..c7bc0610 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html
@@ -246,7 +246,7 @@ It may indicate that either data is damaged or it might not be compressed with D
Decompressed data.
@@ -306,7 +306,7 @@ then static Huffman block will be created.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html
index ff5cc651..9a4abc90 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html
@@ -249,7 +249,7 @@ it might not be archived with GZip or compressed with Deflate at all.
Unarchived data.
@@ -392,7 +392,7 @@ then
- Show on GitHub
+ Show on GitHub
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html
index ef6a5d44..d59e8fa5 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html
@@ -241,7 +241,7 @@ It may indicate that either data is damaged or it might not be compressed with L
Decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html
index 3b9cce92..99db0a76 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html
@@ -241,7 +241,7 @@ It may indicate that either data is damaged or it might not be compressed with L
Decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarContainer.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarContainer.html
index 32af50ed..05312c6b 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarContainer.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarContainer.html
@@ -246,7 +246,7 @@ but one SHOULD NOT rely on any particular order.
Array of TarEntry as an array of ContainerEntry.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry.html
index 5977bab6..8bdf2355 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry.html
@@ -211,7 +211,7 @@
@@ -241,7 +241,7 @@
@@ -271,7 +271,7 @@
@@ -301,7 +301,7 @@
@@ -331,7 +331,7 @@
@@ -361,7 +361,7 @@
@@ -391,7 +391,7 @@
@@ -421,7 +421,7 @@
@@ -451,7 +451,7 @@
@@ -481,7 +481,7 @@
@@ -511,7 +511,7 @@
@@ -541,7 +541,7 @@
@@ -571,7 +571,7 @@
@@ -601,7 +601,7 @@
@@ -631,7 +631,7 @@
@@ -661,7 +661,7 @@
@@ -691,7 +691,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry/EntryType.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry/EntryType.html
index cfc0eb1e..81d3429a 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry/EntryType.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry/EntryType.html
@@ -210,7 +210,7 @@
@@ -244,7 +244,7 @@
@@ -278,7 +278,7 @@
@@ -312,7 +312,7 @@
@@ -346,7 +346,7 @@
@@ -380,7 +380,7 @@
@@ -414,7 +414,7 @@
@@ -448,7 +448,7 @@
@@ -482,7 +482,7 @@
@@ -516,7 +516,7 @@
@@ -550,7 +550,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html
index 6e80d6a7..0c3d00f1 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html
@@ -246,7 +246,7 @@ It may indicate that either the archive is damaged or it might not be compressed
Unarchived data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html
index 0fa4556b..b8107c76 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html
@@ -248,7 +248,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
Array of ZipEntry as an array of ContainerEntry.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipEntry.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipEntry.html
index 0ec16e22..86a48e57 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipEntry.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipEntry.html
@@ -210,7 +210,7 @@
@@ -240,7 +240,7 @@
@@ -270,7 +270,7 @@
@@ -300,7 +300,7 @@
@@ -332,7 +332,7 @@ Otherwise, it is true if size of data is 0 AND last character of entry’s n
@@ -368,7 +368,7 @@ depending on the type of the problem. An error can indicate that container is da
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html
index f6e07165..9ead25cb 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html
@@ -249,7 +249,7 @@ it might not be archived with Zlib or compressed with Deflate at all.
Unarchived data.
@@ -316,7 +316,7 @@ It will also be specified in archive’s header that the compressor used the
Resulting archive’s data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html
index 816aaf55..9ffe2951 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html
@@ -205,7 +205,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -241,7 +241,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
@@ -277,7 +277,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -313,7 +313,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -349,7 +349,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -385,7 +385,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -421,7 +421,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -457,7 +457,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -493,7 +493,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html
index a5bfdd2f..3a4d3cf1 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html
@@ -211,7 +211,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -245,7 +245,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -279,7 +279,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -313,7 +313,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -347,7 +347,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -381,7 +381,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -415,7 +415,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -449,7 +449,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -483,7 +483,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -518,7 +518,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html
index ad715075..298d77c4 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html
@@ -211,7 +211,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -245,7 +245,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -279,7 +279,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -313,7 +313,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html
index 0db3728c..78712890 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html
@@ -211,7 +211,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
@@ -245,7 +245,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
@@ -280,7 +280,7 @@ that archive uses a newer version of GZip format.
@@ -314,7 +314,7 @@ that archive uses a newer version of GZip format.
@@ -349,7 +349,7 @@ Associated value of the error contains already decompressed data.
@@ -383,7 +383,7 @@ Associated value of the error contains already decompressed data.
@@ -417,7 +417,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html
index 44b25640..4e5e9418 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html
@@ -211,7 +211,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -245,7 +245,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -279,7 +279,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -313,7 +313,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -348,7 +348,7 @@ amount of compressed data read is different from the one stored in LZMA2 packet.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html
index 645625fe..bc4a5d73 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html
@@ -211,7 +211,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -245,7 +245,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -279,7 +279,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -313,7 +313,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -347,7 +347,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -381,7 +381,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -415,7 +415,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -449,7 +449,7 @@ It may indicate that either data is damaged or it might not be compressed with L
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/TarError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/TarError.html
index 09f4f59e..7ce88b5b 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/TarError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/TarError.html
@@ -211,7 +211,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -245,7 +245,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -279,7 +279,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -313,7 +313,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -347,7 +347,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -381,7 +381,7 @@ It may indicate that either container is damaged or it might not be TAR containe
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html
index e0b6c5c1..3fccf0d5 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html
@@ -211,7 +211,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
@@ -245,7 +245,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
@@ -280,7 +280,7 @@ that archive uses a newer version of XZ format.
@@ -314,7 +314,7 @@ that archive uses a newer version of XZ format.
@@ -348,7 +348,7 @@ that archive uses a newer version of XZ format.
@@ -382,7 +382,7 @@ that archive uses a newer version of XZ format.
@@ -417,7 +417,7 @@ amount of compressed data read is different from the one stored in archive.
@@ -452,7 +452,7 @@ Associated value of the error contains already decompressed data.
@@ -486,7 +486,7 @@ Associated value of the error contains already decompressed data.
@@ -520,7 +520,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html
index e74bfd4e..98f53ddf 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html
@@ -211,7 +211,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -245,7 +245,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -279,7 +279,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -313,7 +313,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -347,7 +347,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -381,7 +381,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -415,7 +415,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -449,7 +449,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -483,7 +483,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -518,7 +518,7 @@ Associated value of the error contains entry’s data.
@@ -552,7 +552,7 @@ Associated value of the error contains entry’s data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZlibError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZlibError.html
index 61f3e13f..d0c2c25e 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZlibError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZlibError.html
@@ -211,7 +211,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -245,7 +245,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -279,7 +279,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -313,7 +313,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -348,7 +348,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html
index b49937fe..f8c1a738 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html
@@ -204,7 +204,7 @@
@@ -235,7 +235,7 @@
@@ -266,7 +266,7 @@
@@ -297,7 +297,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html
index 3b330cb5..2efbbda0 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html
@@ -210,7 +210,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Container.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Container.html
index 70158a29..a9f7dd95 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Container.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Container.html
@@ -210,7 +210,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/ContainerEntry.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/ContainerEntry.html
index b7e9942d..ed8eb833 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/ContainerEntry.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/ContainerEntry.html
@@ -210,7 +210,7 @@
@@ -240,7 +240,7 @@
@@ -270,7 +270,7 @@
@@ -300,7 +300,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html
index 3191ec43..e87edcb2 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html
@@ -210,7 +210,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html
index b6d2ee06..4d8bb061 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html
@@ -204,7 +204,7 @@
@@ -239,7 +239,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html
index 9031ee75..13e41c6f 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html
@@ -211,7 +211,7 @@
@@ -242,7 +242,7 @@
@@ -272,7 +272,7 @@
@@ -304,7 +304,7 @@ then this property is nil.
@@ -334,7 +334,7 @@ then this property is nil.
@@ -364,7 +364,7 @@ then this property is nil.
@@ -394,7 +394,7 @@ then this property is nil.
@@ -424,7 +424,7 @@ then this property is nil.
@@ -481,7 +481,7 @@ it might not be archived with GZip at all.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/CompressionMethod.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/CompressionMethod.html
index 899545d9..51b468f9 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/CompressionMethod.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/CompressionMethod.html
@@ -210,7 +210,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/FileSystemType.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/FileSystemType.html
index bf47adc2..62829cf8 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/FileSystemType.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/FileSystemType.html
@@ -215,7 +215,7 @@
@@ -249,7 +249,7 @@
@@ -283,7 +283,7 @@
@@ -317,7 +317,7 @@
@@ -351,7 +351,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html
index 933e2284..c2d1d532 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html
@@ -211,7 +211,7 @@
@@ -242,7 +242,7 @@
@@ -272,7 +272,7 @@
@@ -302,7 +302,7 @@
@@ -332,7 +332,7 @@
@@ -389,7 +389,7 @@ it might not be archived with Zlib at all.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionLevel.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionLevel.html
index 21c22d48..2a5a3e17 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionLevel.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionLevel.html
@@ -210,7 +210,7 @@
@@ -244,7 +244,7 @@
@@ -278,7 +278,7 @@
@@ -312,7 +312,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionMethod.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionMethod.html
index 74298ff8..e4a60141 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionMethod.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionMethod.html
@@ -210,7 +210,7 @@
diff --git a/docs/docsets/SWCompression.tgz b/docs/docsets/SWCompression.tgz
index 639acc4d..d0afce2e 100644
Binary files a/docs/docsets/SWCompression.tgz and b/docs/docsets/SWCompression.tgz differ