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

supabase / supabase-swift / 25376830119

05 May 2026 12:38PM UTC coverage: 80.446%. First build
25376830119

Pull #988

github

grdsdev
fix(storage): use .ephemeral for download session config on Linux

On Linux, URLSessionConfiguration.default is a shared singleton.
Passing it to URLSession.init(configuration:delegate:delegateQueue:)
triggers a precondition failure inside swift-corelibs-foundation
(libFoundationNetworking.so, signal 4 / UD2 trap) because the
initializer requires a non-shared configuration object.

Use .ephemeral on Linux, which always produces a fresh isolated
URLSessionConfiguration — semantically equivalent to .default for
our use case (no caching requirements on the download session).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pull Request #988: feat(storage): add TUS resumable uploads, background downloads, and multipart upload engine

837 of 1014 new or added lines in 8 files covered. (82.54%)

7829 of 9732 relevant lines covered (80.45%)

28.87 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

86.76
/Sources/Storage/StorageFileAPI.swift


Source Not Available

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