Skip to content

feat(ci): add xcode 27 support#16424

Draft
ncooke3 wants to merge 6 commits into
mainfrom
nc.xcode27
Draft

feat(ci): add xcode 27 support#16424
ncooke3 wants to merge 6 commits into
mainfrom
nc.xcode27

Conversation

@ncooke3

@ncooke3 ncooke3 commented Jul 21, 2026

Copy link
Copy Markdown
Member

#no-changelog

andrewheard and others added 5 commits July 21, 2026 14:57
Add testing on macOS 26 with Xcode 27 public preview runner images,
while retaining Xcode 26 tests across both reusable Swift Package
Manager and SDK integration test configurations.
Add testing on macOS 26 with Xcode 27 public preview runner images,
while retaining Xcode 26 tests in the reusable CocoaPods workflow.
Introduce a `test_xcode27` boolean input to the reusable SPM and
CocoaPods workflows, defaulting to false. This prevents other SDKs
from running on the Xcode 27 preview image, while enabling it
explicitly for FirebaseAI.
@gemini-code-assist

Copy link
Copy Markdown
Contributor
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

@ncooke3
ncooke3 temporarily deployed to release-testing July 21, 2026 18:59 — with GitHub Actions Inactive
@ncooke3
ncooke3 temporarily deployed to release-testing July 21, 2026 18:59 — with GitHub Actions Inactive
@ncooke3
ncooke3 temporarily deployed to release-testing July 21, 2026 18:59 — with GitHub Actions Inactive
@ncooke3
ncooke3 temporarily deployed to release-testing July 21, 2026 18:59 — with GitHub Actions Inactive
@ncooke3
ncooke3 temporarily deployed to release-testing July 21, 2026 18:59 — with GitHub Actions Inactive
@ncooke3
ncooke3 temporarily deployed to release-testing July 21, 2026 18:59 — with GitHub Actions Inactive
@ncooke3
ncooke3 temporarily deployed to release-testing July 21, 2026 18:59 — with GitHub Actions Inactive
@ncooke3
ncooke3 temporarily deployed to release-testing July 21, 2026 18:59 — with GitHub Actions Inactive
@ncooke3
ncooke3 temporarily deployed to release-testing July 21, 2026 18:59 — with GitHub Actions Inactive
@ncooke3

ncooke3 commented Jul 21, 2026

Copy link
Copy Markdown
Member Author

Let's focus on reproducing the minimum deployment version issue on SPM first.

  1. Revert the Gemfile changes.
  2. Revert the _cocoapods.yml related changes.
  3. Revert the AI SDK's yml changes related to _cocoapods.yml changes.
  4. Enable Xcode 27 testing for a few other products's SPM testing
  5. Enable Xcode 27 testing for the client-app SPM workflow, if straightforward

- Revert Gemfile and _cocoapods.yml changes
- Revert AI SDK's _cocoapods.yml changes
- Enable Xcode 27 testing for Auth and Firestore SPM
- Enable Xcode 27 testing for client-app SPM
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