FileManager-allTags() error on iOS 17.0.3

Running this code

const p = await DocumentPicker.openFile()
const f = FileManager.local()
log(f.allTags(p))

and then selecting a local file with a tag throws this error:

Error on line 3:14: The tags has an unexpected property. This may be because the format was changed in a recent iOS release. Please contact the developer.

Also happens when you addTag() to a file that already has one or more tags or removeTag() from a file.

Anyone can reproduce this issue?