Skip to content

Conversation

@compnerd
Copy link
Owner

Attempt to raise the minimum swift language version for macOS.

@compnerd compnerd requested a review from Copilot October 21, 2025 18:44
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR raises the minimum Swift language version from 6.1 to 6.2 and removes backward compatibility code for earlier Swift versions. The changes specifically target macOS platform support by removing conditional compilation directives.

  • Removes #if swift(>=6.2) compilation conditions and their #else fallback branches
  • Updates minimum Swift tools version to 6.2
  • Updates minimum macOS platform version to macOS 26

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Package.swift Updates Swift tools version to 6.2 and minimum macOS version to 26
Sources/POSIXCore/SignalHandler.swift Removes conditional compilation for Swift <6.2, retaining only the newer API paths

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Attempt to raise the minimum swift language version for macOS.
@compnerd compnerd merged commit b9eb8dd into main Oct 21, 2025
3 checks passed
@compnerd compnerd deleted the compnerd/v26 branch October 21, 2025 18:52
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.

2 participants