You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ensure the swift-crypto dependency is conditioned for the platform.
The relevant swift-crypto changes are not landed upstream yet, but
when they are, this picks up the dependency.
* Cast timestamps to time_t.
This is done unconditionally here, because the standard specifies
that `tv_sec` in `timespec` has type `time_t`, and doing so avoids a
type mismatch error on the platform.
* Since pthread types are pointers here, make the usual changes to
capture the fact they are optional types on the Swift side.
So far, this has been the only set of changes that have seemed necessary.
Fixes#114.
0 commit comments