Reflection
Reflection copied to clipboard
DEPRECATED
Hi, on Xcosw 10.2 and in particular with swift 5 there's a serious problem. Here is: `Undefined symbols for architecture x86_64: "_swift_getFieldAt", referenced from: closure #1 (Swift.Int) -> (Swift.String, Any.Type)...
`Add Package Dependency` feature in Xcode 11 gives the following error: ``` The package dependency graph can not be resolved; unable find any available tag for the following requirements: https://github.com/Zewo/Reflection.git...
Swift Compiler Warning has occurred. Message: - 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HashedType' to 'Hashable' by implementing 'hash(into:)' instead File location: - Properties.swift / HashedType /...
I have a complex classes of this type `public class Info: Codable { public var user: UserModel? public var data: String? } public struct UserModel: Codable { public var username:...
Be able to set nil values
What if I have a declaration of a struct like this? ```swift struct Person { var firstName: String = "Max" var lastName: String = "Alexander" var age: Int = 12...
If you try to reflect an instance of a class that inherits from `NSObject`, it will crash while accessing a null pointer when trying to reflect `NSObject`. The minimal example...
Hey the library SwiftKVC has an issue caused by your Reflection library with iOS 12 beta 2 and Xcode 10 beta 2. https://github.com/bradhilton/SwiftKVC/issues/10 do you have any idea how to...
Sorry for doing it like this, issues are disabled. So using `Reflection.properties` or `Reflection.get` caches the results, but only the result of the top class are cached. So the first...