Skip to content

FoundationXML import issue in 5.3.0 release #2165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MaxDesiatov opened this issue Nov 6, 2020 · 0 comments
Closed

FoundationXML import issue in 5.3.0 release #2165

MaxDesiatov opened this issue Nov 6, 2020 · 0 comments
Assignees
Labels
bug Something isn't working release Issues with the release version

Comments

@MaxDesiatov
Copy link

🎉 Working great so far.

The only minor surprise was this (using the Ubuntu 20 toolchain):

error: missing required module 'CFXMLInterface'
  import FoundationXML
         ^

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)

@MaxDesiatov MaxDesiatov added bug Something isn't working release Issues with the release version labels Nov 6, 2020
@kateinoigakukun kateinoigakukun self-assigned this Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release Issues with the release version
Projects
None yet
Development

No branches or pull requests

2 participants