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

Update Package@swift-5.9.swift platform info #310

Merged
merged 1 commit into from Jan 30, 2024

Conversation

MartinP7r
Copy link
Contributor

Fixes #

swift package CLI throws a warning that v11 is too hold for swift-5.9

warning: 'zipfoundation': /Package@swift-5.9.swift:23:32: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
        .macOS(.v10_13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
                               ^
/Package@swift-5.9.swift:23:45: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
        .macOS(.v10_13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
                                            ^

Changes proposed in this PR

Tests performed

Further info for the reviewer

Open Issues

@weichsel
Copy link
Owner

Thanks for the changes!

@weichsel weichsel merged commit 55ef193 into weichsel:development Jan 30, 2024
15 checks passed
@swiftyfinch
Copy link

Hello @weichsel! Are you going to release a patch with this changes?

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

3 participants