Tags: pointfreeco/swift-clocks
Tags
Update [email protected] (#44) Fix another instance of ``` 'swift-clocks': /__w/SwiftPackageIndex-Server/SwiftPackageIndex-Server/.build/checkouts/swift-clocks/[email protected]:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' ```
Point Issue Reporting to xctest-dynamic-overlay repo (#40) Swift Package Manager honors redirects, but it appears to associate the path suffix with the package name, and this conflicts with package resolution in certain (but not all) cases. I think we have no choice but to roll back everything to point to the original xctest-dynamic-overlay URL and extract Issue Reporting to a dedicated repo.
Expose concrete `AnyClock` type (#11) There are limitations in Swift that prevent existential clocks (_e.g._ `any Clock<Duration>`) from being used in certain APIs, like those provided by the Async Algorithms package. To work around this, we should ship a concrete eraser that can be used where existentials cannot. Co-authored-by: Brandon Williams <[email protected]>
PreviousNext