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

supabase / supabase-swift / 32826023883
89%

Build:
DEFAULT BRANCH: main
Ran 25 Aug 2026 08:23AM UTC
Jobs 1
Files 108
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

25 Aug 2026 08:19AM UTC coverage: 87.22%. Remained the same
32826023883

push

github

web-flow
feat(postgrest): add the PostgrestMacros targets (#1258)

A compiler-plugin target plus a thin opt-in library. PostgREST and
Supabase depend on neither, so swift-syntax is compiled only for users
who write `import PostgrestMacros`.

The plugin target is exempt from InternalImportsByDefault and
MemberImportVisibility, which reject the public conformances SwiftSyntax's
CompilerPlugin protocol requires. The other three upcoming features stay
on for it.

`@_exported public import PostgREST` is the spelling that compiles for
the re-export; a bare `@_exported import` is not enough under
InternalImportsByDefault.

The swift-syntax floor is 601.0.0, matching this package's Swift 6.1
minimum: swift-syntax majors track a toolchain, and 600.x targets Swift
6.0. Resolves to 603.0.2 on Swift 6.3.3 / Xcode 26.6, and a fresh resolve
with no Package.resolved picks the same version.

A clean `swift build --target PostgREST` runs 117 compile steps and zero
swift-syntax ones; SDK-1519 turns that into a permanent CI check.

9213 of 10563 relevant lines covered (87.22%)

90.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32826023883.1 25 Aug 2026 08:23AM UTC 108
87.22
GitHub Action Run
Source Files on build 32826023883
  • Tree
  • List 108
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32826023883
  • c26da5bd on github
  • Prev Build on main (#32707322191)
  • Next Build on main (#32828369732)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc