[164e3b87] + XRootD v0.2.3
...
1 dependency had output during precompilation:
┌ XRootD
│ WARNING: Constructor for type "Set" was extended in `XRootD` without explicit qualification or import.
│ NOTE: Assumed "Set" refers to `Base.Set`. This behavior is deprecated and may differ in future versions.`
│ NOTE: This behavior may have differed in Julia versions prior to 1.12.
│ Hint: If you intended to create a new generic function of the same name, use `function Set end`.
│ Hint: To silence the warning, qualify `Set` as `Base.Set` in the method signature or explicitly `import Base: Set`.
└