Skip to content
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

Fix error when call swift build #10

Closed
wants to merge 1 commit into from
Closed

Conversation

appsolute
Copy link

Fix a bug below,
/swiftcode/swift-http/Package.swift:4:11: error: single-quoted string literal found, use '"'
name: 'swift-http'
^~~~~~~~~~~~
"swift-http"
swift-build: exit(1): ["/usr/bin/swiftc", "--driver-mode=swift", "-I", "/usr/lib/swift/pm", "-L", "/usr/lib/swift/pm", "-lPackageDescription", "/swiftcode/swift-http/Package.swift"]

Fix a bug below,
/swiftcode/swift-http/Package.swift:4:11: error: single-quoted string literal found, use '"'
    name: 'swift-http'
          ^~~~~~~~~~~~
          "swift-http"
swift-build: exit(1): ["/usr/bin/swiftc", "--driver-mode=swift", "-I", "/usr/lib/swift/pm", "-L", "/usr/lib/swift/pm", "-lPackageDescription", "/swiftcode/swift-http/Package.swift"]
@drnic
Copy link
Contributor

drnic commented Dec 5, 2015

+1

@huytd
Copy link
Owner

huytd commented Dec 6, 2015

I think this might be the same as #9 - which I was merged :) Thank you so much mate! 👍

@huytd huytd closed this Dec 6, 2015
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.

None yet

3 participants