> On 23 Jan 2017, at 16:12, Wagner Truppel <trupwl at gmail.com> wrote: > > Is it possible that the enclosing scope exposes a definition of min that might take precedence over Swift.min unless you namespace the invocation? You are right. The code is part of a Data extension. Data is a MutableCollection. Problem solved. Jan E.