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
Run the workflow. The workflow would hang forever without being able to complete
Expected behavior
Github workflow is able to resolve package dependencies when having private repositories
Environment
Mac OS: 15
Xcode version: 16.2
Package Management System: SPM
Adyen Version: >= 5.2.0
Additional context
Upon deeper investigation, the issue is caused by https://github.com/SwiftGen/SwiftGenPlugin which is a dependency that Adyen added on version 5.2.0
When resolving package dependencies having this dependency on the list, the process hangs undefinable if there is another dependency that's stored on a private repository.
The problem has been reproduced with Github Workflows, but has been impossible to reproduce it locally where it solves the dependencies fine.
The text was updated successfully, but these errors were encountered:
Describe the bug
Github workflow not resolving dependencies when project has as a dependency Adyen (from 5.2.0) and a private library.
To Reproduce
Expected behavior
Github workflow is able to resolve package dependencies when having private repositories
Environment
Additional context
Upon deeper investigation, the issue is caused by https://github.com/SwiftGen/SwiftGenPlugin which is a dependency that Adyen added on version 5.2.0
When resolving package dependencies having this dependency on the list, the process hangs undefinable if there is another dependency that's stored on a private repository.
The problem has been reproduced with Github Workflows, but has been impossible to reproduce it locally where it solves the dependencies fine.
The text was updated successfully, but these errors were encountered: