Skip to content

SPM 3.0.2 compilation fixes: import Foundation, () for Void #57

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
wants to merge 1 commit into from

Conversation

kjessup
Copy link

@kjessup kjessup commented Jan 26, 2017

This PR addresses two issues I was seeing building with SPM & Swift 3.0.2. Issue #1 was macOS/Linux problem and #2 was Linux only.

  1. The Data/time related components from Foundation were not being found unless Foundation was actually imported.
  2. The LinuxTest function signatures needed to be either (Void) or (). I chose ()

All tests pass mac/Lin. Generated Xcode project still builds and tests pass.

@kylef
Copy link
Owner

kylef commented Apr 24, 2017

These imports were solved by b605fe2

@kylef kylef closed this Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants