Local AssetPack unable to finish downloading although is 100%

Hello,

I've run into an issue where AssetPacks being served locally are downloading but unable to complete.

try await AssetPackManager
    .shared
    .ensureLocalAvailability(of: assetPack)

This method is called but never appears to complete. Even 10 minutes after the download is finished.

<NSProgress: 0x10fb4fc80> : Parent: 0x0 (portion: 0) / Fraction completed: 1.0000 / Completed: 2462633379 of 2462633379

This however does not appear to be an issue in production, as the method completes 30-60 seconds after the download has finished.

Issue happens across multiple devices running 26.4.1

Local AssetPack unable to finish downloading although is 100%
 
 
Q