Skip to content

Remove deprecated attributeGraphEnabled and swiftToolchainSupported API - #218

Merged
Kyle-Ye merged 1 commit into
mainfrom
worktree-quiet-moseying-ripple
Feb 25, 2026
Merged

Remove deprecated attributeGraphEnabled and swiftToolchainSupported API#218
Kyle-Ye merged 1 commit into
mainfrom
worktree-quiet-moseying-ripple

Conversation

@Kyle-Ye

Copy link
Copy Markdown
Member

Summary

  • Remove attributeGraphEnabled (replaced by attributeGraphVendor)
  • Remove swiftToolchainSupported (was always true)

Test plan

  • Verify swift build succeeds
  • Verify no remaining references to removed symbols

@augmentcode

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Removes deprecated shim APIs (attributeGraphEnabled, swiftToolchainSupported) in favor of the single attributeGraphVendor entry point.
Changes: Deletes the deprecated exported constants across all build configurations in GraphShims.swift.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcodeaugmentcodeBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@github-actionsgithub-actionsBot added the enhancement New feature or request label Feb 25, 2026
@Kyle-Ye
Kyle-Ye merged commit 7bdd424 into mainFeb 25, 2026
9 checks passed
@codecov

codecovBot commented Feb 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 32.08%. Comparing base (6c04001) to head (0b402d5).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #218 +/- ##
=======================================
Coverage 32.08% 32.08% =======================================
Files 70 70 Lines 2596 2596 =======================================
Hits 833 833 Misses 1763 1763 
FlagCoverage Δ
ios32.10% <ø> (ø)
macos9.95% <ø> (ø)
ubuntu0.00% <ø> (ø)

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.

@Kyle-Ye
Kyle-Ye deleted the worktree-quiet-moseying-ripple branch February 26, 2026 15:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Kyle-Ye