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

supabase / supabase-swift / 28681755602
81%

Build:
DEFAULT BRANCH: main
Ran 03 Jul 2026 08:26PM UTC
Jobs 1
Files 94
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

03 Jul 2026 08:20PM UTC coverage: 80.807% (-0.05%) from 80.858%
28681755602

push

github

web-flow
feat: drop Swift 5.10 support and require Swift 6.1+ (#1066)

* feat(realtime): drop Swift 5.10 support and require Swift 6.1+

Bumps swift-tools-version to 6.1 and raises the minimum Xcode to 16.3.
Per the Support Policy this ships in a minor release, not a breaking
change. To do this without touching the legacy Deprecated/ Phoenix
client (which can only be removed in a major release), the async/await
implementation is split out into a new RealtimeV2 target compiled
under Swift 6's default strict-concurrency checking, while Realtime
(hosting Deprecated/) is pinned to swiftLanguageMode(.v5) and
re-exports RealtimeV2 so `import Realtime` is unaffected downstream.
Test targets are likewise pinned to v5 to preserve their existing
(non-strict) compilation behavior.

CI: replace the Xcode 15.4 legacy job with one pinned to the new
minimum, Xcode 16.3, keeping Mac Catalyst coverage there instead of
the main Xcode-latest job.

* ci: install Xcode 16.3's bundled simulator runtime before testing IOS

The macos-legacy job's IOS variant failed with "iOS 18.4 is not
installed" because the runner only has simulator runtimes for its
default Xcode pre-enabled; a non-default Xcode's bundled runtime (here,
Xcode 16.3 -> iOS 18.4) needs `xcodebuild -runFirstLaunch` to install
it first. MACOS/MAC_CATALYST were unaffected since they don't use a
simulator.

* ci: actually download the iOS 18.4 runtime for the Xcode 16.3 job

xcodebuild -runFirstLaunch only activates simulator runtimes already
cached on the runner. The macos-15 image's pre-installed runtimes
(iOS 18.5, 18.6, 26.x) are all newer than what Xcode 16.3 supports, so
its available destinations list had zero iOS Simulator entries and the
job still failed with "iOS 18.4 is not installed". Use
`xcodebuild -downloadPlatform iOS` instead, which fetches the runtime
Xcode 16.3 actually needs. Scoped to the IOS matrix leg only, since
MACOS/MAC_CATALYST don't need a simulator.

* ci: drop iOS simulator testing from the l... (continued)

1 of 7 new or added lines in 2 files covered. (14.29%)

1 existing line in 1 file now uncovered.

7654 of 9472 relevant lines covered (80.81%)

36.76 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
0.0
Sources/RealtimeV2/ChannelEvent.swift

Coverage Regressions

Lines Coverage ∆ File
1
0.0
0.0% Sources/Helpers/Version.swift
Jobs
ID Job ID Ran Files Coverage
1 28681755602.1 03 Jul 2026 08:26PM UTC 94
80.81
GitHub Action Run
Source Files on build 28681755602
  • Tree
  • List 94
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28681755602
  • 1ba29f60 on github
  • Prev Build on main (#28680733264)
  • Next Build on main (#28715233386)
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