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

Failed to install with Mint #65

Closed
bourvill opened this issue Feb 18, 2021 · 1 comment
Closed

Failed to install with Mint #65

bourvill opened this issue Feb 18, 2021 · 1 comment

Comments

@bourvill
Copy link

I try to install the tool with Mint

mint install WeTransfer/GitBuddy                                                                                                                                               
🌱 Finding latest version of GitBuddy
🌱 Cloning GitBuddy 3.1.0
🌱 Resolving package
🌱 Building package
[1/3] Compiling RequestKit JSONPostRouter.swift
[2/4] Compiling OctoKit Configuration.swift
[3/4] Compiling ArgumentParser BashCompletionsGenerator.swift
[4/5] Compiling GitBuddyCore ChangelogBuilder.swift
/private/var/folders/19/7wgrl0ln4nn1zzkclttgsy840000gn/T/mint/github.com_WeTransfer_GitBuddy/Sources/GitBuddyCore/GitHub/IssuesFetcher.swift:23:102: error: type 'Openness' has no member 'Closed'
        octoKit.issues(session, owner: project.organisation, repository: project.repository, state: .Closed) { (response) in
                                                                                                    ~^~~~~~
/private/var/folders/19/7wgrl0ln4nn1zzkclttgsy840000gn/T/mint/github.com_WeTransfer_GitBuddy/Sources/GitBuddyCore/GitHub/PullRequestFetcher.swift:26:126: error: type 'Openness' has no member 'Closed'
        octoKit.pullRequests(session, owner: project.organisation, repository: project.repository, base: baseBranch, state: .Closed, sort: .updated, direction: .desc) { (response) in
                                                                                                                            ~^~~~~~
🌱 Encountered error during "swift build -c release -Xswiftc -target -Xswiftc arm64-apple-macosx11.2". Use --verbose to see full output
🌱  Failed to build GitBuddy 3.1.0 with SPM

I'm on Apple Silicon

@bourvill
Copy link
Author

bourvill commented Mar 3, 2021

solved with 3.1.1

@bourvill bourvill closed this as completed Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant