Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpublished package does not work without extra setup #620

Closed
jbelkins opened this issue Sep 21, 2022 · 0 comments · Fixed by #664
Closed

Unpublished package does not work without extra setup #620

jbelkins opened this issue Sep 21, 2022 · 0 comments · Fixed by #664
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.
Milestone

Comments

@jbelkins
Copy link
Contributor

Description

The AWS Swift SDK does not work when installed from the main branch unless significant local setup is performed (see the steps listed in this repo's Package.swift file.)

It is desired that a tester could require this package like so:

.package(url: "https://github.com/awslabs/aws-sdk-swift.git", branch: "main")

and have it install from this repo's main branch, with the Swift SDK already generated, and dependencies smithy-swift and aws-crt-swift installed from their main branches, too.

Context

This is causing difficulty for testers who are not Swift SDK developers, but are attempting to use & test unreleased changes to the SDK.

@jbelkins jbelkins added the bug This issue is a bug. label Sep 21, 2022
@ganeshnj ganeshnj added the needs-triage This issue or PR still needs to be triaged. label Oct 4, 2022
@ganeshnj ganeshnj added this to the GA milestone Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
2 participants