Hello everyone,
If you’ve downloaded Xcode 8 beta 1, you’ve seen some of the great changes
we’ve got coming up for Swift 3 on Darwin. We have been working in parallel on
those improvements and the changes that we need to bring
swift-corelibs-foundation up-to-date, including:
* new value types
Excellent work! I've been enjoying watching all the WWDC livestreams. :)
About the changes to swift-corelibs-xctest: you mean simply using the new
Foundation APIs, correct? I don't imagine we'll be changing the XCTest API
very much -- that is, we won't be renaming `XCTestCase` to `TestCase`,
right
Hi Brian!
> On Jun 14, 2016, at 10:43 AM, Brian Gesiak wrote:
>
> Excellent work! I've been enjoying watching all the WWDC livestreams. :)
Thanks! We have a few more sessions coming up that are pretty neat too.
>
> About the changes to swift-corelibs-xctest: you mean simply using the new
>