<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_quote"><div style="word-wrap:break-word" class=""><div class=""><blockquote type="cite" class="">Doing your own GC is probably the best you can do today. You can manually retain and release references to Swift classes using the Unmanaged&lt;T&gt; type, which might help interoperate Swift ARC objects with your GC.</blockquote></div></div></div></div></div><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_quote"><div class=""><br class=""></div><div class="">I found some references to <font face="monospace, monospace" class="">Unmanaged&lt;T&gt;</font> on the web as well, but couldn't figure out how to use it with Swift classes. It seems like&nbsp;<span style="font-family:monospace,monospace" class="">Unmanaged&lt;T&gt;</span>&nbsp;exists for interfacing with objects that are not created/managed via the Swift runtime. But as soon as I instantiate a Swift class, it uses the Swift runtime. Is there a way to create an object of a Swift class such that it's not managed by the Swift runtime?</div><div class=""><br class=""></div><div class="">== Matthias</div><div class=""><br class=""></div></div></div></div>
</body></html>