Skip to content

[Swift] Increase platform support to iOS 12 to avoid deprecated warning - #8613

Closed
vsarunas wants to merge 1 commit into
google:masterfrom
vsarunas:deprecated-ios-warning
Closed

[Swift] Increase platform support to iOS 12 to avoid deprecated warning#8613
vsarunas wants to merge 1 commit into
google:masterfrom
vsarunas:deprecated-ios-warning

Conversation

@vsarunas

Copy link
Copy Markdown

Compiling with Swift 6.0 and newer creates a build warning:

flatbuffers/Package.swift:23:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
21 |   name: "FlatBuffers",
22 |   platforms: [
23 |     .iOS(.v11),
   |           `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
24 |     .macOS(.v10_14),
25 |   ],

iOS was released in 2017.

@google-cla

google-cla Bot commented Jun 11, 2025

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions github-actions Bot added the swift label Jun 11, 2025
@mustiikhalil

Copy link
Copy Markdown
Collaborator

Thanks for opening the PR,

This was part of the following PR #8577, so I will close it

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 this pull request may close these issues.

2 participants