Skip to content

Examples/package-info project does not build #7665

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

Closed
1 task done
csknns opened this issue Jun 14, 2024 · 0 comments · Fixed by #7666
Closed
1 task done

Examples/package-info project does not build #7665

csknns opened this issue Jun 14, 2024 · 0 comments · Fixed by #7666
Labels

Comments

@csknns
Copy link
Contributor

csknns commented Jun 14, 2024

Is it reproducible with SwiftPM command-line tools: swift build, swift test, swift package etc?

  • Confirmed reproduction steps with SwiftPM CLI.

Description

Following the readme building the Examples/package-info project fails with

error: the executable 'package-info' requires macos 12.0, but depends on the product 'SwiftPM' which requires macos 13.0; consider changing the executable 'package-info' to require macos 13.0 or later, or the product 'SwiftPM' to require macos 12.0 or earlier.

Expected behavior

The Examples/package-info to build succesfully

Actual behavior

The Examples/package-info fails to build

Steps to reproduce

git clone https://github.com/apple/swift-package-manager
$ cd swift-package-manager/Examples/package-info
$ swift run

Swift Package Manager version/commit hash

No response

Swift & OS version (output of swift --version ; uname -a)

Darwin 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:14:38 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6020 arm64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant