[swift-corelibs-dev] Testcases for NSDateFormatter

2015-12-31 Thread Joseph Bell via swift-corelibs-dev
Howdy, A few weeks ago I opened https://bugs.swift.org/browse/SR-208 as it appears setting the dateFormat property of NSDateFormatter has no effect. It's been open for a while and I thought I'd start looking at whether or not I could help, and decided to first start with getting NSDateFormatter i

[swift-corelibs-dev] corelibs-xctest + swiftpm

2015-12-31 Thread Keith Smiley via swift-corelibs-dev
Hey all, I was working on integrating a project with corelibs-xctest and I noticed that it doesn't currently support building with swiftpm and instead provides `.xcodeproj` which generates a `.framework`. Is there any future plan to also include a `Package.swift` so that user's could build it eith