A RAML 1.0 specification composed of multiple files does not properly convert to Swagger.
Example:
spec.raml (top level spec file)
types.raml (a RAML 1.0 library used by spec.raml)
Executing the converter on spec.raml does not convert the types in types.raml to Swagger definitions.