Zenn
- https://zenn.dev/yusuga/articles/c1e300d398e463
引用元
- Objective-C and Swift interoperability
https://rderik.com/blog/understanding-objective-c-and-swift-interoperability/
- Objective-C id as Swift Any
https://developer.apple.com/swift/blog/?id=39
- swift/stdlib/public/runtime/SwiftValue.h https://github.com/apple/swift/blob/main/stdlib/public/runtime/SwiftValue.h#L28-L31
- func _bridgeAnythingToObjectiveC
https://github.com/apple/swift/blob/a1e717223fcec87c35bff625175c39cfeec6d444/stdlib/public/core/BridgeObjectiveC.swift#L795-L827
- ObjectIdentifier
https://developer.apple.com/documentation/swift/objectidentifier
- Builtin.AnyObject
https://github.com/apple/swift/search?p=2&q=%22typealias+anyobject%22