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
That import is guarded by #if canImport(FoundationXML), and used to be skipped safely. So it seems FoundationXML is half there and half missing. (Adding && !os(WASI) worked just fine.)
🎉 Working great so far.
The only minor surprise was this (using the Ubuntu 20 toolchain):
That import is guarded by
#if canImport(FoundationXML)
, and used to be skipped safely. So it seems FoundationXML is half there and half missing. (Adding&& !os(WASI)
worked just fine.)Originally posted by @SDGGiesbrecht in #1759 (comment)
The text was updated successfully, but these errors were encountered: