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
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
The text was updated successfully, but these errors were encountered:
I try to install the tool with Mint
I'm on Apple Silicon
The text was updated successfully, but these errors were encountered: