CreateAPI / CreateAPI/CreateAPI

Please allow for local packages to be specified for dependencies.

Open
#163 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
447
Forks
42
PR merge metrics
No merged PRs in 30d

Description

We do not allow network access during builds so we must sometimes use local package dependencies in the Packages.swift file.

These can be added like this in the Packages.swift file
.package(name: "my-api-client", path: "../my-api-client")

This could be accomplished by using a file url, then just using the lastPathComponent as the name, and the url.path for the path.

The version requirement would then be excluded.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.