SIFR-IMPORT-0004 belongs to the Imports and module resolution diagnostic family. It means: private module member import.
Why It Happens
Module import or path resolution failed. Check module paths, visibility, ambiguous imports, and supported import forms.Use
sifr --explain SIFR-IMPORT-0004 locally to see the renderer’s exact message template and any machine-applicable suggestions for the compiler version you are running.Erroneous Code
How To Fix It
Use Sifr’s explicit module namespace and import concrete symbols withfrom sifr.<module> import <name>.
Fixed Code
Details
See the Error Codes index for the complete catalog.
