<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all,<div class=""><br class=""></div><div class="">I'm migrating one of my project to Swift 3 (xcode 8 beat release).</div><div class="">Most of the changes were pretty strait-forward, but I have one required change that is still blocking me :</div><div class="">In my code, I retrieve the current dispatch &nbsp;queue name using that code :</div><div class=""><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><span style="font-variant-ligatures: no-common-ligatures; color: rgb(187, 44, 162);" class="">let</span><span style="font-variant-ligatures: no-common-ligatures;" class=""> queueName =&nbsp;</span>dispatch_queue_get_label(DISPATCH_CURRENT_QUEUE_LABEL)</span></div></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-family: 'Times New Roman'; font-size: 14px;" class="">DispatchQueue objects do have a label attribute, but I cannot find how to get the current dispatch queue.</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-family: 'Times New Roman'; font-size: 14px;" class="">What would be the equivalent of it in swift 3 ?</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-family: 'Times New Roman'; font-size: 14px;" class="">Any idea would be very welcome :-).</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-family: 'Times New Roman'; font-size: 14px;" class=""><br class=""></span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-family: 'Times New Roman'; font-size: 14px;" class="">Jérôme Duquennoy</span></div></body></html>