LZFSE
From Just Solve the File Format Problem
LZFSE (Lempel-Ziv, Finite State Entropy) is a data compression algorithm and compressed data format developed by Apple. The source code was released around July 2016.
Identification
LZFSE data begins with 0x62 0x76 0x78
(at least on little-endian systems?).