Skip to content

chore: update apple sdk to 13.3.0#10679

Merged
loks0n merged 1 commit into1.8.xfrom
update-apple-swift-13.3.0
Oct 22, 2025
Merged

chore: update apple sdk to 13.3.0#10679
loks0n merged 1 commit into1.8.xfrom
update-apple-swift-13.3.0

Conversation

@ChiragAgg5k
Copy link
Copy Markdown
Member

No description provided.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Oct 22, 2025

Warning

Rate limit exceeded

@ChiragAgg5k has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 22 minutes and 27 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 991dfd5 and c2d4997.

⛔ Files ignored due to path filters (2)
  • composer.lock is excluded by !**/*.lock
  • docs/sdks/apple/CHANGELOG.md is excluded by !docs/sdks/**
📒 Files selected for processing (1)
  • app/config/platforms.php (1 hunks)
📝 Walkthrough

Walkthrough

This pull request updates version numbers for two SDKs in the platforms configuration file. The Apple SDK version under the Client platform is bumped from 13.2.2 to 13.3.0, and the Swift SDK version under the Server platform is similarly bumped from 13.2.2 to 13.3.0. Both changes are made in a single configuration file with no logic modifications.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

This change consists of two identical version number updates in a single configuration file. The modifications are purely metadata-based with no logic changes, refactoring, or functional impact to review.

Possibly related PRs

Suggested reviewers

  • abnegate
  • loks0n

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description Check ❓ Inconclusive No pull request description was provided by the author. While the title alone communicates the change adequately, the complete absence of a description means there is no content to verify against the criterion of being related to the changeset. Since there is nothing to evaluate, it cannot be determined whether the description would be related to or off-topic from the changeset. Consider adding a brief description explaining the rationale for the SDK version updates to 13.3.0, such as noting bug fixes, new features, or security improvements included in this release. Even a minimal description would help reviewers understand the context and impact of these dependency updates.
✅ Passed checks (2 passed)
Check name Status Explanation
Title Check ✅ Passed The pull request title "chore: update apple and swift sdks to 13.3.0" directly and accurately summarizes the main changes in the changeset. The title clearly specifies what was updated (apple and swift SDKs), the target version (13.3.0), and uses the appropriate "chore" conventional commit type for dependency updates. The title is concise, specific, and fully aligned with the actual modifications shown in the raw summary.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 22, 2025

Security Scan Results for PR

Docker Image Scan Results

Package Version Vulnerability Severity
binutils 2.44-r2 CVE-2025-5244 HIGH
binutils 2.44-r2 CVE-2025-5245 HIGH
libxml2 2.13.8-r0 CVE-2025-49794 CRITICAL
libxml2 2.13.8-r0 CVE-2025-49796 CRITICAL
libxml2 2.13.8-r0 CVE-2025-49795 HIGH
libxml2 2.13.8-r0 CVE-2025-6021 HIGH
pcre2 10.43-r1 CVE-2025-58050 CRITICAL
golang.org/x/crypto v0.31.0 CVE-2025-22869 HIGH
golang.org/x/oauth2 v0.24.0 CVE-2025-22868 HIGH
stdlib 1.22.10 CVE-2025-47907 HIGH

Source Code Scan Results

🎉 No vulnerabilities found!

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between de03506 and 991dfd5.

⛔ Files ignored due to path filters (3)
  • composer.lock is excluded by !**/*.lock
  • docs/sdks/apple/CHANGELOG.md is excluded by !docs/sdks/**
  • docs/sdks/swift/CHANGELOG.md is excluded by !docs/sdks/**
📒 Files selected for processing (1)
  • app/config/platforms.php (2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: Setup & Build Appwrite Image
  • GitHub Check: Setup & Build Appwrite Image
  • GitHub Check: scan

'key' => 'swift',
'name' => 'Swift',
'version' => '13.2.2',
'version' => '13.3.0',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

Verify version 13.3.0 exists for the Swift SDK.

The version update looks correct. Please verify that version 13.3.0 has been released and check for any breaking changes or important migration notes.


🌐 Web query:

appwrite sdk-for-swift 13.3.0 release notes

💡 Result:

I can't find release notes for "sdk-for-swift 13.3.0". Appwrite's docs list the Swift SDK at version 13.0.0 and the GitHub releases for sdk-for-swift don't show a 13.3.0 tag. Do you want me to keep searching (e.g., check tags or commits on the repo) or did you mean a different package (sdk-for-apple or another SDK)? [1][2]

Sources:
[1] Appwrite SDKs listing (shows Swift SDK 13.0.0).
[2] appwrite/sdk-for-swift GitHub releases page.


Version 13.3.0 does not exist for the Appwrite Swift SDK.

The official Appwrite documentation lists the Swift SDK at version 13.0.0, and GitHub releases for sdk-for-swift do not show a 13.3.0 tag. This update references a version that has not been released. Verify the intended version number—it should likely be 13.0.0 or another valid release version.

🤖 Prompt for AI Agents
In app/config/platforms.php around line 421, the Appwrite Swift SDK version is
set to the nonexistent "13.3.0"; update this to a valid released tag (e.g.,
"13.0.0" or the correct release) by replacing '13.3.0' with the verified version
from Appwrite docs or GitHub releases so the config references a real SDK
release.

@ChiragAgg5k ChiragAgg5k changed the title chore: update apple and swift sdks to 13.3.0 chore: update apple sdk to 13.3.0 Oct 22, 2025
@ChiragAgg5k ChiragAgg5k force-pushed the update-apple-swift-13.3.0 branch from 991dfd5 to c2d4997 Compare October 22, 2025 08:48
@github-actions
Copy link
Copy Markdown

✨ Benchmark results

  • Requests per second: 1,126
  • Requests with 200 status code: 202,684
  • P99 latency: 0.170938993

⚡ Benchmark Comparison

Metric This PR Latest version
RPS 1,126 914
200 202,684 164,506
P99 0.170938993 0.210795331

@loks0n loks0n merged commit 45e938b into 1.8.x Oct 22, 2025
41 checks passed
This was referenced Oct 29, 2025
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