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:
Hey Ilya,
I'm glad you're thinking about how to use corelibs-xctest on mobile
devices. I'd like to prepare it for Android as well, and I think there's a
lot of overlap here.
> This proposal is because Swift has very poor reflection at the moment. So
I suggest creating a generator (pre-build scrip
Hello Community,
I’m working on adding iOS platform support for SwiftXCTest. So I’ve have the
following proposals and would like to hear feedback from the community.
SwiftXCTest runs the tests in a way `XCTMain([ testCase(TestFoo.allTests) ])`.
XCTMain supports only Linux / FreeBSD / macOS. So I