yonaskolb / Beak

A command line interface for your Swift scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on installation

tflhyl opened this issue · comments

Hi i'm trying to install beak using swift run beak run install but i got this error:

error: root manifest not found
⚠️  Command '/bin/bash -c "swift build --disable-sandbox"' returned with error code 1.

This is my swift --version:

Apple Swift version 4.1 (swiftlang-902.0.48 clang-902.0.37.1)
Target: x86_64-apple-darwin17.5.0

Any idea?

seems like i found the cause. i'm using case-sensitive APFS and the swift build can't find the Package.swift opened #27 thanks! @yonaskolb

Cool, glad you got it sorted 👍