Closed cbauer10 closed 1 year ago
Hello @cbauer10 What about this fix?
Hello @cbauer10 Have you tried my fork in your project? Just want to know if my fix is correct.
@RomanPodymov Yes, this does resolve the issue. I support your PR #34.
@mxcl Any chance we can update Foundation to the latest version as @RomanPodymov has suggested?
sorry for the delay
PromiseKit major version = 8
We are using SwiftPM to install PromiseKit and get the following error using version 8.x.x:
We are using Swift Tools 5.9 as you can see from our
Package.swift
file:Changing the Swift Tools version does not change anything. PromiseKit version 6.22.1 works just fine with Swift Tools 5.9 and all is well, but we would like to update to the newest version of PromiseKit.