Closed
Description
Bug report
Describe the bug
Build attempts fail due to changes in PostgREST master branch
FunctionsClient
init changePostgrestClient
init changeFunctionsHTTPClient
removalPostgrestHTTPClient
removal
To Reproduce
- Create new project (or have existing project)
- Add supabase-swift SPM dependency as described in README
- Attempt to build the project
- See errors in
SupabaseClient.swift
Expected behavior
Should build without issue
Screenshots
Additional context
Switching to the Release Candidate #45 most recent commit solves the issue (albeit not ideal)
.package(name: "Supabase", url: "https://github.com/supabase/supabase-swift.git", branch: "release-candidate")
It seems like shifting the master branch to tagged dependencies from here on would avoid issues like these popping up