Is your type conforming to ExpressibleByArgument marked as public or package by any chance? If so, try removing public or package from it to follow the import restriction.
Is your type conforming to ExpressibleByArgument marked as public or package by any chance? If so, try removing public or package from it to follow the import restriction.