gitextract_savhqszy/ ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── README.md ├── Runtime/ │ ├── Class.swift │ ├── ClassBuilder.swift │ ├── DebugDescriptions.swift │ ├── Ivar.swift │ ├── Method.swift │ ├── Object.swift │ ├── OrderedSet.swift │ ├── Platform.swift │ ├── Pointer.swift │ ├── Property.swift │ ├── Protocol.swift │ ├── RootObject.swift │ ├── Runtime.swift │ ├── Struct.swift │ └── Types.swift ├── Runtime.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata └── RuntimeTests/ ├── Info.plist ├── Person.swift └── RuntimeTests.swift