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

Updated platform requirements in Package@swift-5.9.swift #301

Merged

Conversation

iteroji
Copy link
Contributor

@iteroji iteroji commented Nov 1, 2023

Fixes #

Changes proposed in this PR

  • Swift tools v 5.9 generate warnings during compilation because the supported platform versions are set lower than it is allowed. The proposed platform versions are as follows:
  • macOS: 10.13 (changed from: 10.11)
  • iOS: 11.0 (changed from: 9.0)
  • tvOS: 11.. (changed from: 9.0)
  • watchOS: 4.0 (changed from: 2)
  • visionOS: 1.0 (unchanged)

Tests performed

Performed a clean build and the warnings are now gone.

Further info for the reviewer

This change only affects Swift 5.9 and has no effect on previous versions.

Open Issues

@weichsel
Copy link
Owner

weichsel commented Nov 6, 2023

Thanks for the PR András!

@weichsel weichsel merged commit e6464a0 into weichsel:development Nov 6, 2023
15 checks passed
@iteroji iteroji deleted the package-platform-requirements-update branch December 6, 2023 08:27
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

Successfully merging this pull request may close these issues.

None yet

2 participants