SWC Input

Вот кусок текста с http://haxe.org/com/features :

SWC Input
Then ability to link one of several SWCs. This will replace --gen-hx-headers and provide better interoperability with Flex and other AS3 libraries.
The main issues to solve are the ability to override protected AS3 methods as well as native getter/setters, and to properly link several SWCs together, while including only the classes that are used.
The following features are required to implement them :
metadata support (to store protected, namespaces, etc)
mutiple --swf-lib

Долго напрягался, чтобы понять о чём идёт речь. Т.е. общая мысль ясна, но в деталях какие-то непонятки. Такое чувство, что в тексте есть ошибки. Кто-нибудь может подробнее написать про подключение нескольких swc?