喙 :bird: 从命令行查看您的Swift文件 Beak可以获取标准的Swift文件,然后通过命令行界面列出并运行其中的所有公共全局函数。 这对于脚本编写和用Swift编写的类似make的文件很有用。 您可以用Swift编写的代码替换make或rake文件! 一个示例Swift脚本: // This links https://github.com/kylef/PathKit as a dependency // beak: kylef/PathKit @ 1.0.0 import PathKit // from the dependency listed above import