There is EXC_BAD_ACCESS crash during attempt to access Mirror's child when mirror reflects generic with type constraints resolved to another generic type.
Crash is always reproducible on Xcode 10 but non-reproducible on Xcode 9.
Stacktrace and sample project is attached.
The text was updated successfully, but these errors were encountered:
Attachment: Download
Environment
Xcode 10.0 (10A255), macOS 10.13.6, Swift 4.2
Additional Detail from JIRA
md5: 691b9dcf74ebd3cd90c21b42c5c53192
Issue Description:
There is EXC_BAD_ACCESS crash during attempt to access Mirror's child when mirror reflects generic with type constraints resolved to another generic type.
Crash is always reproducible on Xcode 10 but non-reproducible on Xcode 9.
Stacktrace and sample project is attached.
The text was updated successfully, but these errors were encountered: