You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
When parsing in .swiftinterface files we generate XML which we turn around and parse into the *Declaration classes.
We can eliminate the XML parsing by generating the *Declaration classes directly. Generating the XML reflection is still an option which we should support, but that can be done by dumping out all of the classes using ModuleDeclaration as the root.
The text was updated successfully, but these errors were encountered:
When parsing in
.swiftinterface
files we generate XML which we turn around and parse into the*Declaration
classes.We can eliminate the XML parsing by generating the
*Declaration
classes directly. Generating the XML reflection is still an option which we should support, but that can be done by dumping out all of the classes usingModuleDeclaration
as the root.The text was updated successfully, but these errors were encountered: