SIFR-IMPORT-0001 belongs to the Imports and module resolution diagnostic family. It means: forbidden private sysroot declaration 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-0001 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
Import the public stdlib wrapper instead of the private declaration.Fixed Code
Details
See the Error Codes index for the complete catalog.
