Re: [swift-corelibs-dev] Swift compiler errors in clean build.

2016-09-07 Thread Henry Betts via swift-corelibs-dev
Dan, You need the latest development snapshot - these are usually updated everyday. The preview 6 snapshot that you are using is a few weeks old. Henry > On 7 Sep 2016, at 07:53, Dan Tugendraich > wrote: > > Hi Henry, > > I’m using, Xcode 8 beta 6 and swift 3.0

Re: [swift-corelibs-dev] Swift compiler errors in clean build.

2016-09-06 Thread Henry Betts via swift-corelibs-dev
Hi Dan, Sounds like you’re not using the latest swift toolchain. You need to download the latest development snapshot from https://swift.org/download/#snapshots and then enable it in Xcode (Preferences -> Components -> Toolchains) in order to build the mo

Re: [swift-corelibs-dev] Measurement Formatters & ICU

2016-08-23 Thread Henry Betts via swift-corelibs-dev
> On 23 Aug 2016, at 16:58, Philippe Hausler wrote: > > Is there a specific version of ICU that we need to pick that functionality > up? As it stands we don’t have a upper version limit on ICU but if we had a > portion of the ICU source in CF it would probably mean that we would get > symboli

Re: [swift-corelibs-dev] Measurement Formatters & ICU

2016-08-22 Thread Henry Betts via swift-corelibs-dev
> On 22 Aug 2016, at 19:07, Will Stanton via swift-corelibs-dev > mailto:swift-corelibs-dev@swift.org>> wrote: > > Since MeasureFormat ‘and friends’ are C++, for now, I also think the best > path would be a C wrapper in CF that can pass things off to Apple’s ICU or on > Linux to: > http://open

[swift-corelibs-dev] Measurement Formatters & ICU

2016-08-22 Thread Henry Betts via swift-corelibs-dev
Hi, I am new to the mailing list, and am interested in contributing to the swift project. I’ve been having a play with the ICU library’s unit formatting functions, and have created a simple wrapper that could be used by the various measurement formatters as well as the date component formatte