Skip to content

Update SwiftSyntax dependency URL #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2025

Conversation

graycampbell
Copy link
Collaborator

@graycampbell graycampbell commented Jun 23, 2025

📝 Summary

  • Updated the URL for SwiftSyntax to be https://github.com/swiftlang/swift-syntax.git instead of https://github.com/apple/swift-syntax.git.

🛠️ Type of Change

  • Bug fix (change that fixes an issue)
  • New feature (change that adds functionality)
  • Breaking change (bug fix or feature that is not backwards compatible)
  • Documentation (DocC, API docs, markdown files, templates, etc.)
  • Testing (new tests, updated tests, etc.)
  • Refactoring or code formatting (no logic changes)
  • Updating dependencies (Swift packages, Homebrew, etc.)
  • CI/CD (change to automated workflows)

🧪 How Has This Been Tested?

  • Existing tests still pass.

✅ Checklist

  • I have added relevant tests
  • I have verified all tests pass
  • I have formatted my code using SwiftFormat
  • I have updated documentation (if needed)
  • I have added the appropriate label to my PR
  • I have read the contributing guidelines
  • I agree to follow this project's Code of Conduct

@graycampbell graycampbell requested a review from a team June 23, 2025 14:14
@graycampbell graycampbell self-assigned this Jun 23, 2025
@graycampbell graycampbell requested review from bdrelling, pjtnt11, berbs-fetch and pulikkalgokul and removed request for a team June 23, 2025 14:14
@graycampbell graycampbell added the dependencies Updates to dependencies label Jun 23, 2025
Copy link

bito-code-review bot commented Jun 23, 2025

Code Review Agent Run #4111eb

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: 333737d..333737d
    • Package.swift
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at [email protected].

Documentation & Help

AI Code Review powered by Bito Logo

Copy link

Changelist by Bito

This pull request implements the following key changes.

Key Change Files Impacted
Other Improvements - Dependency Update

Package.swift - Updated the SwiftSyntax dependency URL from 'https://github.com/apple/swift-syntax.git' to 'https://github.com/swiftlang/swift-syntax.git', ensuring the project points to the correct repository.

Copy link

codecov bot commented Jun 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.69%. Comparing base (f130683) to head (333737d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #73   +/-   ##
=======================================
  Coverage   88.69%   88.69%           
=======================================
  Files          24       24           
  Lines         292      292           
=======================================
  Hits          259      259           
  Misses         33       33           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@graycampbell graycampbell merged commit deb60ed into main Jun 24, 2025
10 checks passed
@graycampbell graycampbell deleted the dependencies/swift-syntax-url branch June 24, 2025 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants