-
-
Notifications
You must be signed in to change notification settings - Fork 328
Description
Overview
CI isn't able to resolve the package dependencies with the current SPM installation link.
Details
I was getting the following error when running my CI:
the package manifest at '/Package.swift' cannot be accessed (/Package.swift doesn't exist in file system) in https://github.com/muukii/Brightroom.git2022-10-11 02:50:00.444 xcodebuild[2001:12819] Writing error result bundle to /var/folders/bl/wbxjgtzx7j5_mjsmfr3ynlc00000gp/T/ResultBundle_2022-11-10_02-50-0000.xcresult
xcodebuild: error: Could not resolve package dependencies:
the package manifest at '/Package.swift' cannot be accessed (/Package.swift doesn't exist in file system) in https://github.com/muukii/Brightroom.git
It turns out that the CI isn't able to resolve it with the Installation Guide link: "https://github.com/muukii/Brightroom.git", it works just fine when adding the package with the redirected link: "https://github.com/FluidGroup/Brightroom"
Reproduce version
CircleCI