[swift-corelibs-dev] Fatal error Foundation/NSCalendar.swift, Ubuntu 16.04, Swift 3.0.1
    Will Stanton 
    willstanton1 at yahoo.com
       
    Fri Dec  2 13:58:28 CST 2016
    
    
  
Hello Malcolm,
It looks like cutting line 606 of NSCalendar.swift and pasting it over `false` on line 607 fixes the issue.
  1> import Foundation 
  2. let fromDate = Date() 
  3. let toDate = Date(timeIntervalSinceNow: 20) 
  4. let components = Calendar.current.dateComponents([.second], from: fromDate, to: toDate)
// ...
        [6] = 20
// ...
Regards,
Will Stanton
> On Nov 30, 2016, at 9:22 AM, Malcolm Barclay via swift-corelibs-dev <swift-corelibs-dev at swift.org> wrote:
> 
> Hi,
> 
> Is this a bug in the NSCalendar.swift? On Ubuntu 16.04 with Swift 3.0.1 installed this crashes.
    
    
More information about the swift-corelibs-dev
mailing list