diff --git a/.jazzy.yaml b/.jazzy.yaml index 528b2dbc..9baa639e 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -4,9 +4,9 @@ exclude: Tests/ swift_version: 3.0.2 author: Timofey Solomko module: SWCompression -module_version: 2.1.0-test +module_version: 2.1.0-test2 copyright: '© 2017 Timofey Solomko' readme: README.md github_url: https://github.com/tsolomko/SWCompression -github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v2.1.0-test +github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v2.1.0-test2 theme: fullwidth diff --git a/CHANGELOG.md b/CHANGELOG.md index 58dc2b6d..018e6204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -v2.1.0-test +v2.1.0-test2 ---------------- - ZIP archives opening. +- HuffmanTree is no longer part of SWCompression/Common. v2.0.1 ---------------- diff --git a/SWCompression.podspec b/SWCompression.podspec index f088cead..0bee80a5 100644 --- a/SWCompression.podspec +++ b/SWCompression.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SWCompression" - s.version = "2.1.0-test" + s.version = "2.1.0-test2" 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 a8a026d4..a6dd66b2 100644 --- a/Sources/Service/Info-iOS.plist +++ b/Sources/Service/Info-iOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.0-test + 2.1.0-test2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Service/Info-tvOS.plist b/Sources/Service/Info-tvOS.plist index a8a026d4..a6dd66b2 100644 --- a/Sources/Service/Info-tvOS.plist +++ b/Sources/Service/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.0-test + 2.1.0-test2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Service/Info-watchOS.plist b/Sources/Service/Info-watchOS.plist index a8a026d4..a6dd66b2 100644 --- a/Sources/Service/Info-watchOS.plist +++ b/Sources/Service/Info-watchOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.0-test + 2.1.0-test2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Service/Info.plist b/Sources/Service/Info.plist index 85fca7e8..94ad7300 100644 --- a/Sources/Service/Info.plist +++ b/Sources/Service/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.0-test + 2.1.0-test2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/docs/Classes.html b/docs/Classes.html index 10ae726e..8e4693a1 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -174,7 +174,7 @@
- Show on GitHub + Show on GitHub
@@ -209,7 +209,7 @@
- Show on GitHub + Show on GitHub
@@ -236,7 +236,7 @@ See more
- Show on GitHub + Show on GitHub
@@ -271,7 +271,7 @@
- Show on GitHub + Show on GitHub
@@ -306,7 +306,7 @@
- Show on GitHub + Show on GitHub
@@ -341,7 +341,7 @@
- Show on GitHub + Show on GitHub
@@ -376,7 +376,7 @@
- Show on GitHub + Show on GitHub
@@ -411,7 +411,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/BZip2.html b/docs/Classes/BZip2.html index 094d41eb..bde6f341 100644 --- a/docs/Classes/BZip2.html +++ b/docs/Classes/BZip2.html @@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/Deflate.html b/docs/Classes/Deflate.html index 0b6805ec..96e5067f 100644 --- a/docs/Classes/Deflate.html +++ b/docs/Classes/Deflate.html @@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/GzipArchive.html b/docs/Classes/GzipArchive.html index 1f91413d..c3dade45 100644 --- a/docs/Classes/GzipArchive.html +++ b/docs/Classes/GzipArchive.html @@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/LZMA.html b/docs/Classes/LZMA.html index 141b261d..94a0806d 100644 --- a/docs/Classes/LZMA.html +++ b/docs/Classes/LZMA.html @@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/LZMA2.html b/docs/Classes/LZMA2.html index e62a4593..0684dde8 100644 --- a/docs/Classes/LZMA2.html +++ b/docs/Classes/LZMA2.html @@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/XZArchive.html b/docs/Classes/XZArchive.html index 74a83928..5b803f53 100644 --- a/docs/Classes/XZArchive.html +++ b/docs/Classes/XZArchive.html @@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/ZipContainer.html b/docs/Classes/ZipContainer.html index c2e80127..e3326fc9 100644 --- a/docs/Classes/ZipContainer.html +++ b/docs/Classes/ZipContainer.html @@ -166,7 +166,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/ZlibArchive.html b/docs/Classes/ZlibArchive.html index 6e8b3559..ed1774aa 100644 --- a/docs/Classes/ZlibArchive.html +++ b/docs/Classes/ZlibArchive.html @@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums.html b/docs/Enums.html index 2386c1d0..661c1fe2 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -183,7 +183,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -230,7 +230,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -257,7 +257,7 @@ Associated value contains already decompressed data. See more
- Show on GitHub + Show on GitHub
@@ -306,7 +306,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -351,7 +351,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -394,7 +394,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -442,7 +442,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -493,7 +493,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/BZip2Error.html b/docs/Enums/BZip2Error.html index a03acbda..bacfe1a5 100644 --- a/docs/Enums/BZip2Error.html +++ b/docs/Enums/BZip2Error.html @@ -193,7 +193,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -227,7 +227,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -261,7 +261,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -295,7 +295,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -329,7 +329,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -363,7 +363,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -397,7 +397,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -431,7 +431,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -465,7 +465,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/DeflateError.html b/docs/Enums/DeflateError.html index bbfae443..6bb6cb8d 100644 --- a/docs/Enums/DeflateError.html +++ b/docs/Enums/DeflateError.html @@ -188,7 +188,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -222,7 +222,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -256,7 +256,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -290,7 +290,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/GzipError.html b/docs/Enums/GzipError.html index 9af23ec1..2d1ee4f9 100644 --- a/docs/Enums/GzipError.html +++ b/docs/Enums/GzipError.html @@ -192,7 +192,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -226,7 +226,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -260,7 +260,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -294,7 +294,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -329,7 +329,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
@@ -363,7 +363,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/LZMA2Error.html b/docs/Enums/LZMA2Error.html index 553b80b0..d7281e4f 100644 --- a/docs/Enums/LZMA2Error.html +++ b/docs/Enums/LZMA2Error.html @@ -189,7 +189,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -257,7 +257,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -291,7 +291,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -326,7 +326,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/LZMAError.html b/docs/Enums/LZMAError.html index 9000037f..5a6ea3d2 100644 --- a/docs/Enums/LZMAError.html +++ b/docs/Enums/LZMAError.html @@ -194,7 +194,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -228,7 +228,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -262,7 +262,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -296,7 +296,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -330,7 +330,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -364,7 +364,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -398,7 +398,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/XZError.html b/docs/Enums/XZError.html index f2e8a775..a488b4f5 100644 --- a/docs/Enums/XZError.html +++ b/docs/Enums/XZError.html @@ -196,7 +196,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -230,7 +230,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -264,7 +264,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -298,7 +298,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -332,7 +332,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -366,7 +366,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -401,7 +401,7 @@ amount of compressed data read was different from the one stored in block header
- Show on GitHub + Show on GitHub
@@ -436,7 +436,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
@@ -470,7 +470,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
@@ -504,7 +504,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/ZipError.html b/docs/Enums/ZipError.html index b48671cc..c0be58e2 100644 --- a/docs/Enums/ZipError.html +++ b/docs/Enums/ZipError.html @@ -166,7 +166,7 @@
- Show on GitHub + Show on GitHub
@@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
@@ -218,7 +218,7 @@
- Show on GitHub + Show on GitHub
@@ -244,7 +244,7 @@
- Show on GitHub + Show on GitHub
@@ -270,7 +270,7 @@
- Show on GitHub + Show on GitHub
@@ -296,7 +296,7 @@
- Show on GitHub + Show on GitHub
@@ -322,7 +322,7 @@
- Show on GitHub + Show on GitHub
@@ -348,7 +348,7 @@
- Show on GitHub + Show on GitHub
@@ -374,7 +374,7 @@
- Show on GitHub + Show on GitHub
@@ -400,7 +400,7 @@
- Show on GitHub + Show on GitHub
@@ -426,33 +426,7 @@
- Show on GitHub -
- - - - - -
-
- Show on GitHub + Show on GitHub +
+ + + + + +
+ +
+
+
- Show on GitHub + Show on GitHub
@@ -224,7 +224,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -258,7 +258,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -292,7 +292,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -327,7 +327,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
diff --git a/docs/Protocols.html b/docs/Protocols.html index e86933fa..8d2d61ba 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -174,7 +174,7 @@
- Show on GitHub + Show on GitHub
@@ -205,7 +205,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Protocols/Archive.html b/docs/Protocols/Archive.html index 74933008..ee3b3afc 100644 --- a/docs/Protocols/Archive.html +++ b/docs/Protocols/Archive.html @@ -180,7 +180,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Protocols/DecompressionAlgorithm.html b/docs/Protocols/DecompressionAlgorithm.html index 60872709..1459ae84 100644 --- a/docs/Protocols/DecompressionAlgorithm.html +++ b/docs/Protocols/DecompressionAlgorithm.html @@ -180,7 +180,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Structs.html b/docs/Structs.html index a99bf7cc..3f616f9d 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -174,7 +174,7 @@
- Show on GitHub + Show on GitHub
@@ -209,7 +209,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/GzipHeader.html b/docs/Structs/GzipHeader.html index 38e9a058..4abebc2b 100644 --- a/docs/Structs/GzipHeader.html +++ b/docs/Structs/GzipHeader.html @@ -181,7 +181,7 @@
- Show on GitHub + Show on GitHub
@@ -212,7 +212,7 @@
- Show on GitHub + Show on GitHub
@@ -242,7 +242,7 @@
- Show on GitHub + Show on GitHub
@@ -272,7 +272,7 @@
- Show on GitHub + Show on GitHub
@@ -302,7 +302,7 @@
- Show on GitHub + Show on GitHub
@@ -332,7 +332,7 @@
- Show on GitHub + Show on GitHub
@@ -362,7 +362,7 @@
- Show on GitHub + Show on GitHub
@@ -427,7 +427,7 @@ it might not be compressed with gzip at all.

- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/GzipHeader/CompressionMethod.html b/docs/Structs/GzipHeader/CompressionMethod.html index b16c4171..c30caf4e 100644 --- a/docs/Structs/GzipHeader/CompressionMethod.html +++ b/docs/Structs/GzipHeader/CompressionMethod.html @@ -180,7 +180,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/GzipHeader/FileSystemType.html b/docs/Structs/GzipHeader/FileSystemType.html index baaeb061..c43e95a9 100644 --- a/docs/Structs/GzipHeader/FileSystemType.html +++ b/docs/Structs/GzipHeader/FileSystemType.html @@ -180,7 +180,7 @@
- Show on GitHub + Show on GitHub
@@ -214,7 +214,7 @@
- Show on GitHub + Show on GitHub
@@ -248,7 +248,7 @@
- Show on GitHub + Show on GitHub
@@ -282,7 +282,7 @@
- Show on GitHub + Show on GitHub
@@ -316,7 +316,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/ZlibHeader.html b/docs/Structs/ZlibHeader.html index 9527010f..c65fb9c7 100644 --- a/docs/Structs/ZlibHeader.html +++ b/docs/Structs/ZlibHeader.html @@ -181,7 +181,7 @@
- Show on GitHub + Show on GitHub
@@ -212,7 +212,7 @@
- Show on GitHub + Show on GitHub
@@ -242,7 +242,7 @@
- Show on GitHub + Show on GitHub
@@ -272,7 +272,7 @@
- Show on GitHub + Show on GitHub
@@ -302,7 +302,7 @@
- Show on GitHub + Show on GitHub
@@ -367,7 +367,7 @@ it might not be compressed with zlib at all.

- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/ZlibHeader/CompressionLevel.html b/docs/Structs/ZlibHeader/CompressionLevel.html index 3aeda6b2..4d688d75 100644 --- a/docs/Structs/ZlibHeader/CompressionLevel.html +++ b/docs/Structs/ZlibHeader/CompressionLevel.html @@ -180,7 +180,7 @@
- Show on GitHub + Show on GitHub
@@ -214,7 +214,7 @@
- Show on GitHub + Show on GitHub
@@ -248,7 +248,7 @@
- Show on GitHub + Show on GitHub
@@ -282,7 +282,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/ZlibHeader/CompressionMethod.html b/docs/Structs/ZlibHeader/CompressionMethod.html index 32937eb9..5b34178e 100644 --- a/docs/Structs/ZlibHeader/CompressionMethod.html +++ b/docs/Structs/ZlibHeader/CompressionMethod.html @@ -180,7 +180,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html index 10ae726e..8e4693a1 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html @@ -174,7 +174,7 @@
- Show on GitHub + Show on GitHub
@@ -209,7 +209,7 @@
- Show on GitHub + Show on GitHub
@@ -236,7 +236,7 @@ See more
- Show on GitHub + Show on GitHub
@@ -271,7 +271,7 @@
- Show on GitHub + Show on GitHub
@@ -306,7 +306,7 @@
- Show on GitHub + Show on GitHub
@@ -341,7 +341,7 @@
- Show on GitHub + Show on GitHub
@@ -376,7 +376,7 @@
- Show on GitHub + Show on GitHub
@@ -411,7 +411,7 @@
- Show on GitHub + Show on GitHub
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 094d41eb..bde6f341 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html @@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
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 0b6805ec..96e5067f 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html @@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
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 1f91413d..c3dade45 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html @@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- 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 141b261d..94a0806d 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html @@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
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 e62a4593..0684dde8 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html @@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
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 74a83928..5b803f53 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html @@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
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 c2e80127..e3326fc9 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html @@ -166,7 +166,7 @@
- Show on GitHub + Show on GitHub
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 6e8b3559..ed1774aa 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html @@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html index 2386c1d0..661c1fe2 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html @@ -183,7 +183,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -230,7 +230,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -257,7 +257,7 @@ Associated value contains already decompressed data. See more
- Show on GitHub + Show on GitHub
@@ -306,7 +306,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -351,7 +351,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -394,7 +394,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -442,7 +442,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -493,7 +493,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
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 a03acbda..bacfe1a5 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html @@ -193,7 +193,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -227,7 +227,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -261,7 +261,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -295,7 +295,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -329,7 +329,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -363,7 +363,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -397,7 +397,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -431,7 +431,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -465,7 +465,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
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 bbfae443..6bb6cb8d 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html @@ -188,7 +188,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -222,7 +222,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -256,7 +256,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -290,7 +290,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
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 9af23ec1..2d1ee4f9 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html @@ -192,7 +192,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -226,7 +226,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -260,7 +260,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -294,7 +294,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -329,7 +329,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
@@ -363,7 +363,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
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 553b80b0..d7281e4f 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html @@ -189,7 +189,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -257,7 +257,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -291,7 +291,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -326,7 +326,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
- Show on GitHub + Show on GitHub
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 9000037f..5a6ea3d2 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html @@ -194,7 +194,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -228,7 +228,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -262,7 +262,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -296,7 +296,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -330,7 +330,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -364,7 +364,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -398,7 +398,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
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 f2e8a775..a488b4f5 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html @@ -196,7 +196,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -230,7 +230,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -264,7 +264,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -298,7 +298,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -332,7 +332,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -366,7 +366,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -401,7 +401,7 @@ amount of compressed data read was different from the one stored in block header
- Show on GitHub + Show on GitHub
@@ -436,7 +436,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
@@ -470,7 +470,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
@@ -504,7 +504,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
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 b48671cc..c0be58e2 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html @@ -166,7 +166,7 @@
- Show on GitHub + Show on GitHub
@@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
@@ -218,7 +218,7 @@
- Show on GitHub + Show on GitHub
@@ -244,7 +244,7 @@
- Show on GitHub + Show on GitHub
@@ -270,7 +270,7 @@
- Show on GitHub + Show on GitHub
@@ -296,7 +296,7 @@
- Show on GitHub + Show on GitHub
@@ -322,7 +322,7 @@
- Show on GitHub + Show on GitHub
@@ -348,7 +348,7 @@
- Show on GitHub + Show on GitHub
@@ -374,7 +374,7 @@
- Show on GitHub + Show on GitHub
@@ -400,7 +400,7 @@
- Show on GitHub + Show on GitHub
@@ -426,33 +426,7 @@
- Show on GitHub -
- - - - - -
-
- Show on GitHub + Show on GitHub +
+ + + + + +
+ +
+
+
- Show on GitHub + Show on GitHub
@@ -224,7 +224,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -258,7 +258,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -292,7 +292,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -327,7 +327,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html index e86933fa..8d2d61ba 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html @@ -174,7 +174,7 @@
- Show on GitHub + Show on GitHub
@@ -205,7 +205,7 @@
- Show on GitHub + Show on GitHub
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 74933008..ee3b3afc 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html @@ -180,7 +180,7 @@
- Show on GitHub + Show on GitHub
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 60872709..1459ae84 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html @@ -180,7 +180,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html index a99bf7cc..3f616f9d 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html @@ -174,7 +174,7 @@
- Show on GitHub + Show on GitHub
@@ -209,7 +209,7 @@
- Show on GitHub + Show on GitHub
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 38e9a058..4abebc2b 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html @@ -181,7 +181,7 @@
- Show on GitHub + Show on GitHub
@@ -212,7 +212,7 @@
- Show on GitHub + Show on GitHub
@@ -242,7 +242,7 @@
- Show on GitHub + Show on GitHub
@@ -272,7 +272,7 @@
- Show on GitHub + Show on GitHub
@@ -302,7 +302,7 @@
- Show on GitHub + Show on GitHub
@@ -332,7 +332,7 @@
- Show on GitHub + Show on GitHub
@@ -362,7 +362,7 @@
- Show on GitHub + Show on GitHub
@@ -427,7 +427,7 @@ it might not be compressed with gzip at all.

- Show on GitHub + Show on GitHub
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 b16c4171..c30caf4e 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 @@ -180,7 +180,7 @@
- Show on GitHub + Show on GitHub
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 baaeb061..c43e95a9 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 @@ -180,7 +180,7 @@
- Show on GitHub + Show on GitHub
@@ -214,7 +214,7 @@
- Show on GitHub + Show on GitHub
@@ -248,7 +248,7 @@
- Show on GitHub + Show on GitHub
@@ -282,7 +282,7 @@
- Show on GitHub + Show on GitHub
@@ -316,7 +316,7 @@
- Show on GitHub + Show on GitHub
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 9527010f..c65fb9c7 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html @@ -181,7 +181,7 @@
- Show on GitHub + Show on GitHub
@@ -212,7 +212,7 @@
- Show on GitHub + Show on GitHub
@@ -242,7 +242,7 @@
- Show on GitHub + Show on GitHub
@@ -272,7 +272,7 @@
- Show on GitHub + Show on GitHub
@@ -302,7 +302,7 @@
- Show on GitHub + Show on GitHub
@@ -367,7 +367,7 @@ it might not be compressed with zlib at all.

- Show on GitHub + Show on GitHub
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 3aeda6b2..4d688d75 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 @@ -180,7 +180,7 @@
- Show on GitHub + Show on GitHub
@@ -214,7 +214,7 @@
- Show on GitHub + Show on GitHub
@@ -248,7 +248,7 @@
- Show on GitHub + Show on GitHub
@@ -282,7 +282,7 @@
- Show on GitHub + Show on GitHub
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 32937eb9..5b34178e 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 @@ -180,7 +180,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/undocumented.json b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/undocumented.json index 5c6627ac..03e16411 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/undocumented.json +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/undocumented.json @@ -87,27 +87,34 @@ { "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift", "line": 23, - "symbol": "ZipError.DataDescriptorNotSupported", - "symbol_kind": "source.lang.swift.decl.enumelement", - "warning": "undocumented" - }, - { - "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift", - "line": 24, "symbol": "ZipError.WrongCRC32", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift", - "line": 27, + "line": 24, + "symbol": "ZipError.WrongCompressedSize", + "symbol_kind": "source.lang.swift.decl.enumelement", + "warning": "undocumented" + }, + { + "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift", + "line": 25, + "symbol": "ZipError.WrongUncompressedSize", + "symbol_kind": "source.lang.swift.decl.enumelement", + "warning": "undocumented" + }, + { + "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift", + "line": 28, "symbol": "ZipContainer", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift", - "line": 29, + "line": 30, "symbol": "ZipContainer.open(containerData:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/docSet.dsidx b/docs/docsets/SWCompression.docset/Contents/Resources/docSet.dsidx index 5c27c374..2596dc3d 100644 Binary files a/docs/docsets/SWCompression.docset/Contents/Resources/docSet.dsidx and b/docs/docsets/SWCompression.docset/Contents/Resources/docSet.dsidx differ diff --git a/docs/docsets/SWCompression.tgz b/docs/docsets/SWCompression.tgz index 98212994..6ff01686 100644 Binary files a/docs/docsets/SWCompression.tgz and b/docs/docsets/SWCompression.tgz differ diff --git a/docs/undocumented.json b/docs/undocumented.json index 5c6627ac..03e16411 100644 --- a/docs/undocumented.json +++ b/docs/undocumented.json @@ -87,27 +87,34 @@ { "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift", "line": 23, - "symbol": "ZipError.DataDescriptorNotSupported", - "symbol_kind": "source.lang.swift.decl.enumelement", - "warning": "undocumented" - }, - { - "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift", - "line": 24, "symbol": "ZipError.WrongCRC32", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift", - "line": 27, + "line": 24, + "symbol": "ZipError.WrongCompressedSize", + "symbol_kind": "source.lang.swift.decl.enumelement", + "warning": "undocumented" + }, + { + "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift", + "line": 25, + "symbol": "ZipError.WrongUncompressedSize", + "symbol_kind": "source.lang.swift.decl.enumelement", + "warning": "undocumented" + }, + { + "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift", + "line": 28, "symbol": "ZipContainer", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift", - "line": 29, + "line": 30, "symbol": "ZipContainer.open(containerData:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented"