I have a Swift Package that fetches a binary target from a URL. This requires credentials in the .netrc file and all works fine locally.
In Bitrise, I have used the ‘Authenticate host with netrc’ step before any of my builds start however my builds fail, stating that the package cannot fetch from the URL specific in the binaryTarget section.
I have used this step before when fetching private repos via Cocoapods so not sure what the difference is between SPM and Cocoapods?
Does anyone have any guidance?