Archive public protocol Archive A type that represents an archive. Show on GitHub unarchive(archive:) Unarchive data from the archive. Declaration Swift static func unarchive(archive: Data) throws -> Data Show on GitHub