Skip to content

Drop Swift 5.10#108

Merged
Lukasa merged 2 commits intoapple:mainfrom
yigityazicilar:drop_5_10
Sep 25, 2025
Merged

Drop Swift 5.10#108
Lukasa merged 2 commits intoapple:mainfrom
yigityazicilar:drop_5_10

Conversation

@yigityazicilar
Copy link
Copy Markdown
Contributor

Motivation:

Swift 5.10 is no longer supported, we should bump the swift-tools version.

Modifications:

  • Update Swift tools version to 6.0
  • Add strictConcurrencyDevelopment mode

Result:

Code reflects our support window.

Comment thread Package.swift
import class Foundation.ProcessInfo

let upcomingFeatureSwiftSettings: [SwiftSetting] = [
.enableUpcomingFeature("ExistentialAny"),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to keep ExistentialAny

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enabled it should be ready

@Lukasa Lukasa added the 🆕 semver/minor Adds new public API. label Sep 23, 2025
@Lukasa Lukasa merged commit 40d25bb into apple:main Sep 25, 2025
53 of 56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🆕 semver/minor Adds new public API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants