Closed philipphofmann closed 2 years ago
Hi @philipphofmann,
It should work now. Let me know if it doesn't.
I expect the build to succeed. Also, the latest release 1.0.1 doesn't include the Package.swift file so SPM needs to point to master which is not optimal. It would be awesome to do a release for the SPM support.
I'll make a new release after #90 is done.
Best, Catalin
Yes, it works now for me. Thanks @thecatalinstan for the quick fix 👏
Steps to reproduce:
.package(name:"Criollo", url: "https://github.com/thecatalinstan/Criollo", .branch("master"))
import Criollo
to main.swiftswift build
The build fails with
I expect the build to succeed. Also, the latest release
1.0.1
doesn't include thePackage.swift
file so SPM needs to point tomaster
which is not optimal. It would be awesome to do a release for the SPM support.