Could not find the package with requirements for your system 'darwin_arm64'

Hi, this is the first time I’m publishing a library for Platform IO. The first version worked fine, but I forgot to include some source files and uploaded another version, version 1.0.1. However, it’s presenting the error below, and I didn’t make any changes to the properties. What did I do wrong?

Resolving esp12e dependencies...
Library Manager: Installing skhaz/ZSTD @ ^1.0.1
UnknownPackageError: Could not find the package with 'skhaz/ZSTD @ ^1.0.1' requirements for your system 'darwin_arm64'

This version does exist, so it should work. (PlatformIO Registry).

There’s possible caching issues Can you delete the .pio folder of the p roject and C:\Users\<user>\.platformio\.cache and retry building?

It worked, thank you!