<div dir="ltr">The following is the earlier thread I was talking about. <div><br></div><div><a href="https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20160905/003179.html">[swift-users] Swift 3 (Xcode 8 GM) issue with @escaping </a><br></div><div><br></div><div>-Shawn</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 13, 2016 at 7:31 PM Shawn Erickson &lt;<a href="mailto:shawnce@gmail.com">shawnce@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I hit this issue as well. I had an early email on this list regarding do this topic, not in a situation to search for it. It is a short coming in how escaping can be applied to things like optional closures.<br><br>I was in the process of authoring an email for swift evolution about it and haven&#39;t yet gotten around to filing a defect about it.<br><br>-Shawn<br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 13, 2016 at 7:27 PM Rick Mann via swift-users &lt;<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;m trying to write this function. The errorHandler: parameter is modeled after the NSFileManager enumerate() function. If I include the @escaping you see there, I get the error &quot;@escaping may only be applied to parameters of function type&quot;.<br>
<br>
The second parameter, iterator:, seems to have no problems with @escaping.<br>
<br>
func<br>
iterate(directory inURL: URL?,<br>
        includingPropertiesForKeys: [URLResourceKey]? = nil,<br>
        options: FileManager.DirectoryEnumerationOptions = [],<br>
        errorHandler inErrorHandler: (@escaping (URL, Error) -&gt; Bool)? = nil,<br>
        iterator inIterator: (@escaping (URL) throws -&gt; ())) rethrows<br>
{<br>
}<br>
<br>
I&#39;m not sure why I can&#39;t apply @escaping here. Can anyone enlighten me? Thank you.<br>
<br>
--<br>
Rick Mann<br>
<a href="mailto:rmann@latencyzero.com" target="_blank">rmann@latencyzero.com</a><br>
<br>
<br>
_______________________________________________<br>
swift-users mailing list<br>
<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-users" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-users</a><br>
</blockquote></div></blockquote></div>