You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: