Open
Description
Previous ID | SR-15545 |
Radar | rdar://problem/86121705 |
Original Reporter | @mickeyl |
Type | Bug |
Environment
Linux, Swift 5.5.1
Additional Detail from JIRA
Votes | 0 |
Component/s | Foundation, libdispatch |
Labels | Bug |
Assignee | None |
Priority | Medium |
md5: 157586149b00dd566deea025dfd42ae0
Issue Description:
Adapter.swift:262:41: error: value of type 'DispatchTime' has no member 'advanced'
timer.schedule(deadline: .now().advanced(by: .milliseconds(self.busTimeout)))
This is implemented in macOS.