Skip to content

Swift 6.1 Macro Check - #146

Merged
codefiesta merged 1 commit into
mainfrom
swift6_1_support
Aug 13, 2026
Merged

Swift 6.1 Macro Check#146
codefiesta merged 1 commit into
mainfrom
swift6_1_support

Conversation

@codefiesta

@codefiesta codefiesta commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Description

Provides fix for developers using Xcode 16.3 and Swift 6.1 compilers. After looking at the Swift Package Index Build Results it appears the @available check isn't sufficent.

Fix and Testing

You'll need to download Xcode 16.3 and use xcrun from the command line (You won't be able to run the old Xcode version on Tahoe). Run the following command

env DEVELOPER_DIR=/PATH_TO_DOWNLOAD/Xcode_16.3.app xcrun swift build --arch arm64

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@codefiesta codefiesta self-assigned this Aug 13, 2026
@codefiesta codefiesta added the bug Something isn't working label Aug 13, 2026
@codefiesta
codefiesta merged commit eb57ea4 into main Aug 13, 2026
1 check passed
@codefiesta
codefiesta deleted the swift6_1_support branch August 13, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant