melody!
melody!
Link expired; could you send a permalink?
Here is the result of `./build.sh -v`: ``` lsb_release -r /usr/lib/swift/bin/swiftc -print-target-info /usr/lib/swift/bin/swiftc -L /usr/lib/swift/lib/swift/pm/4_2 -lPackageDescription -Xlinker -rpath -Xlinker /usr/lib/swift/lib/swift/pm/4_2 -swift-version5 -I /usr/lib/swift/lib/swift/pm/4_2 -package-description-version 5.2.0 /home/lauragallo/SwiftGtk/Package.swift -o /tmp/TemporaryDirectory.JcFInC/swiftgtk-manifest /tmp/TemporaryDirectory.JcFInC/swiftgtk-manifest -fileno...
I attempted to build your fork and unfortunately it did not work. :( Here is the output of `swift build -v`: ``` lsb_release -r /usr/lib/swift/bin/swiftc -print-target-info uname pkg-config --variable pc_path...
I can build LldbMinimalTest successfully. Strange. Does this mean it's not a problem with the Swift package manager?
``` ~ ~> uname -a Linux macbookarch 5.10.3-zen1-1-zen #1 ZEN SMP PREEMPT Sun, 27 Dec 2020 12:04:22 +0000 x86_64 GNU/Linux ~ ~> swift --version Swift version 5.3.1 (swift-5.3.1-RELEASE) Target: x86_64-unknown-linux-gnu...
Okay so i built the latest SPM from the github repo provided and I got the following error when building with the new SPM: ``` /home/jenra/SwiftGtk: error: manifest parse error(s):...
I made an example project with `swift-package init` and got the same error: ``` ~/test ~> swift-package init Creating library package: test Creating Package.swift Creating README.md Creating .gitignore Creating Sources/...
I was able to successfully install this version of Swift, but the build process still terminates with a `SIGSEGV`. I built this using the modified `PKGBUILD` you provided to install...