Skip to content

Update toolchains for Xcode 26.6 and Swift 6.3.3 - #234

Draft
Kyle-Ye wants to merge 1 commit into
mainfrom
optimize/bump_26_6
Draft

Update toolchains for Xcode 26.6 and Swift 6.3.3#234
Kyle-Ye wants to merge 1 commit into
mainfrom
optimize/bump_26_6

Conversation

@Kyle-Ye

Copy link
Copy Markdown
Member

Summary

  • Move package manifests and CI to Swift 6.3 / Swift 6.3.3 and Xcode 26.6.
  • Remove Swift 6.2 index-store workarounds from SwiftPM, Xcode, and Tuist paths.
  • Update the recommended toolchain documentation.

Impact

This keeps package metadata and CI aligned with the Swift 6.3.3 / Xcode 26.6 toolchain.

Validation

Changed package and workflow manifests parse successfully with Swift 6.3.3 and Xcode 26.6.

@codecov

codecovBot commented Aug 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 32.17%. Comparing base (49a4009) to head (0f880cd).

Additional details and impacted files
@@ Coverage Diff @@## main #234 +/- ##
=======================================
Coverage 32.17% 32.17% =======================================
Files 71 71 Lines 2601 2601 =======================================
Hits 837 837 Misses 1764 1764 
FlagCoverage Δ
ubuntu12.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for freeto 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.

1 participant

@Kyle-Ye