We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's a bit late for me to dig in further, but the following directive seems to be getting tripped up in Xcode 10.
#if SWIFT_PACKAGE import Operadics #endif
Reproduce:
sudo xcode select --switch /Applications/Xcode-beta.app/
swift package generate-xcodeproj
It'll fail because Operadics isn't being imported, I assume because #if SWIFT_PACKAGE is false.
#if SWIFT_PACKAGE
The text was updated successfully, but these errors were encountered:
This may be an SPM issue, filed here: https://bugs.swift.org/browse/SR-7912
Sorry, something went wrong.
No branches or pull requests
It's a bit late for me to dig in further, but the following directive seems to be getting tripped up in Xcode 10.
Reproduce:
sudo xcode select --switch /Applications/Xcode-beta.app/
where Xcode-beta.app is the first Xcode 10 WWDC beta.swift package generate-xcodeproj
against a project using Swiftx, e.g. https://github.com/bkase/DoctorPrettyIt'll fail because Operadics isn't being imported, I assume because
#if SWIFT_PACKAGE
is false.The text was updated successfully, but these errors were encountered: