Skip to main content
SIFR-IMPORT-0006 belongs to the Imports and module resolution diagnostic family. It means: source module namespace and file import collision.

Why It Happens

Module import or path resolution failed. Check module paths, visibility, ambiguous imports, and supported import forms.
Use sifr --explain SIFR-IMPORT-0006 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 with from sifr.<module> import <name>.

Fixed Code

Details

See the Error Codes index for the complete catalog.