kylef / heroku-buildpack-swift

Heroku build pack for Swift
BSD 3-Clause "New" or "Revised" License
508 stars 0 forks source link

[Push rejected, failed to compile Swift app] #3

Closed muukii closed 8 years ago

muukii commented 8 years ago

Hi,

The first time was successful, but I get an error from the second time. Do you know how to fix?

Thank you for making this library.

Console log

$ git push heroku
Counting objects: 19, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (15/15), done.
Writing objects: 100% (19/19), 2.56 KiB | 0 bytes/s, done.
Total 19 (delta 9), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote: 
remote: -----> Fetching set buildpack https://github.com/kylef/heroku-buildpack-swift.git... done
remote: -----> Swift app detected
remote: Cloning into 'swiftenv'...
remote: -----> Building Package
remote: /app/tmp/cache/swiftenv/shims/swift: line 3: /tmp/buildpack20160218-158-zdxf3h/swiftenv/libexec/../libexec/swiftenv: No such file or directory
remote: 
remote:  !     Push rejected, failed to compile Swift app
remote: 
remote: Verifying deploy...
remote: 
remote: !   Push rejected to github-hook-swift.
remote: 
To https://git.heroku.com/github-hook-swift.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/github-hook-swift.git'
kylef commented 8 years ago

Sorry about that. I've fixed the problem in https://github.com/kylef/heroku-buildpack-swift/commit/64896e8ad72b24ddd96bbd12df34c9e8aed15c0c, can you try pushing to Heroku again?

muukii commented 8 years ago

@kylef Thank you. I've succeed push!😆