• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / supabase-swift / 24668142532
81%

Build:
DEFAULT BRANCH: main
Ran 20 Apr 2026 01:17PM UTC
Jobs 1
Files 86
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Apr 2026 01:05PM UTC coverage: 80.173% (-0.3%) from 80.44%
24668142532

push

github

web-flow
fix: use host(percentEncoded:) to avoid iOS 26 crash in SupabaseClient (#962)

* fix: use host(percentEncoded:) to avoid iOS 26 crash in SupabaseClient

URL.host (deprecated) returns nil on iOS 26 beta for valid HTTPS URLs,
causing a force-unwrap crash when building the default auth storage key.
Replace with host(percentEncoded: false) on iOS 16+/macOS 13+ and fall
back to URL.host on older platforms. A preconditionFailure makes the
invalid-URL case explicit.

Fixes #960

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* refactor: deduplicate preconditionFailure for missing host

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: add visionOS 1 to host(percentEncoded:) availability check

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

7 of 10 new or added lines in 1 file covered. (70.0%)

26 existing lines in 2 files now uncovered.

6389 of 7969 relevant lines covered (80.17%)

28.59 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
69.77
-0.11% Sources/Supabase/SupabaseClient.swift

Coverage Regressions

Lines Coverage ∆ File
21
25.74
-11.76% Sources/Auth/Internal/Keychain.swift
5
83.33
-4.39% Sources/Auth/Internal/SessionStorage.swift
Jobs
ID Job ID Ran Files Coverage
1 24668142532.1 20 Apr 2026 01:17PM UTC 86
80.17
GitHub Action Run
Source Files on build 24668142532
  • Tree
  • List 86
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24668142532
  • e56fd8ac on github
  • Prev Build on main (#24664606493)
  • Next Build on main (#24669336067)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc