sauliusgrigaitis / Swifton

A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X
MIT License
1.97k stars 70 forks source link

Problems using Swift Project Manager. #45

Open juan131 opened 8 years ago

juan131 commented 8 years ago

Using the last version of Swift (Swift version 3.0-dev)

When executing: swift build

Cloning https://github.com/necolt/Stencil.git
HEAD is now at ee7c76f Merge pull request #3 from weby/master
Resolved version: 0.5.6
Cloning https://github.com/necolt/PathKit.git
HEAD is now at c99537a Merge pull request #2 from weby/master
Resolved version: 0.6.4
Empty manifest file is not supported anymore. Use `swift package init` to autogenerate.
error: The package at `/bitnami/swift/Swifton/Packages/PathKit.git' has no Package.swift for the specific version: 0.6.4

It seems that the version of the dependencies are correct.

sauliusgrigaitis commented 8 years ago

Thanks @juan131 for reporting . Please try version specified at https://github.com/necolt/Swifton/blob/master/.swift-version .

juan131 commented 8 years ago

Thanks for your fast response.

I will try with that version in the meantime.

Regards,

Juan

sauliusgrigaitis commented 8 years ago

@juan131 any luck?