The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PostgREST, reference 1.0.3 (2afb40), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 13:39:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/supabase-community/postgrest-swift.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/supabase-community/postgrest-swift
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 2afb40a chore: fix build by defining closure return type (#53)
Cloned https://github.com/supabase-community/postgrest-swift.git
Revision (git rev-parse @):
2afb40a2f91ba881db8f04131e1b5146001813a5
SUCCESS checkout https://github.com/supabase-community/postgrest-swift.git at 1.0.3
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/kean/Get
Fetching https://github.com/binaryscraping/GetExtensions
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/33] Fetching getextensions
[34/2382] Fetching getextensions, get
[575/77363] Fetching getextensions, get, swift-syntax
[576/93428] Fetching getextensions, get, swift-syntax, swift-snapshot-testing
Fetched https://github.com/apple/swift-syntax.git from cache (7.89s)
Fetched https://github.com/binaryscraping/GetExtensions from cache (7.90s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (7.90s)
Fetched https://github.com/kean/Get from cache (7.90s)
Computing version for https://github.com/binaryscraping/GetExtensions
Computed https://github.com/binaryscraping/GetExtensions at 1.0.0 (8.55s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.1.6 (0.65s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.14.0 (0.64s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.0 (0.75s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.1.6
Creating working copy for https://github.com/binaryscraping/GetExtensions
Working copy of https://github.com/binaryscraping/GetExtensions resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.0.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.14.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "postgrest-swift",
      "name": "PostgREST",
      "url": "https://github.com/supabase-community/postgrest-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/postgrest-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "get",
          "name": "Get",
          "url": "https://github.com/kean/Get",
          "version": "2.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Get",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "getextensions",
          "name": "GetExtensions",
          "url": "https://github.com/binaryscraping/GetExtensions",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GetExtensions",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "get",
              "name": "Get",
              "url": "https://github.com/kean/Get",
              "version": "2.2.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Get",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/supabase-community/postgrest-swift.git
[1/1314] Fetching postgrest-swift
Fetched https://github.com/supabase-community/postgrest-swift.git from cache (0.85s)
Fetching https://github.com/binaryscraping/GetExtensions from cache
Fetching https://github.com/kean/Get from cache
Fetched https://github.com/kean/Get from cache (0.48s)
Fetched https://github.com/binaryscraping/GetExtensions from cache (0.48s)
Computing version for https://github.com/binaryscraping/GetExtensions
Computed https://github.com/binaryscraping/GetExtensions at 1.0.0 (0.54s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (0.03s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.1
Creating working copy for https://github.com/binaryscraping/GetExtensions
Working copy of https://github.com/binaryscraping/GetExtensions resolved at 1.0.0
Creating working copy for https://github.com/supabase-community/postgrest-swift.git
Working copy of https://github.com/supabase-community/postgrest-swift.git resolved at 1.0.3 (2afb40a)
warning: '.resolve-product-dependencies': dependency 'postgrest-swift' is not used by any target
Found 2 product dependencies
  - Get
  - GetExtensions
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/supabase-community/postgrest-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/10] Compiling Get Response.swift
[6/10] Compiling Get Request.swift
[7/10] Compiling Get APIClientDelegate.swift
[8/10] Compiling Get APIClient.swift
[9/10] Emitting module Get
[10/10] Compiling Get DataLoader.swift
[11/12] Emitting module GetExtensions
[12/12] Compiling GetExtensions MultiAPIClientDelegate.swift
[13/25] Compiling PostgREST URLQueryRepresentable.swift
[14/26] Compiling PostgREST PostgrestRpcBuilder.swift
[15/26] Compiling PostgREST PostgrestReturningOptions.swift
[16/26] Compiling PostgREST TextSearchType.swift
[17/26] Compiling PostgREST PostgrestResponse.swift
[18/26] Compiling PostgREST PostgrestTransformBuilder.swift
[19/26] Compiling PostgREST Version.swift
[20/26] Compiling PostgREST PostgrestFilterBuilder.swift
[21/26] Compiling PostgREST PostgrestQueryBuilder.swift
[22/26] Compiling PostgREST CountOption.swift
[23/26] Compiling PostgREST PostgrestBuilder.swift
[24/26] Compiling PostgREST PostgrestClient.swift
[25/26] Compiling PostgREST PostgrestError.swift
[26/26] Emitting module PostgREST
Build complete! (7.46s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "get",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.4",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/Get"
    },
    {
      "identity" : "getextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/binaryscraping/GetExtensions"
    }
  ],
  "manifest_display_name" : "PostgREST",
  "name" : "PostgREST",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PostgREST",
      "targets" : [
        "PostgREST"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostgRESTTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgRESTTests",
      "path" : "Tests/PostgRESTTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "BuildURLRequestTests.swift",
        "URLQueryRepresentableTests.swift"
      ],
      "target_dependencies" : [
        "PostgREST"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgRESTIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgRESTIntegrationTests",
      "path" : "Tests/PostgRESTIntegrationTests",
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "PostgREST"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgREST",
      "module_type" : "SwiftTarget",
      "name" : "PostgREST",
      "path" : "Sources/PostgREST",
      "product_dependencies" : [
        "Get",
        "GetExtensions"
      ],
      "product_memberships" : [
        "PostgREST"
      ],
      "sources" : [
        "CountOption.swift",
        "PostgrestBuilder.swift",
        "PostgrestClient.swift",
        "PostgrestError.swift",
        "PostgrestFilterBuilder.swift",
        "PostgrestQueryBuilder.swift",
        "PostgrestResponse.swift",
        "PostgrestReturningOptions.swift",
        "PostgrestRpcBuilder.swift",
        "PostgrestTransformBuilder.swift",
        "TextSearchType.swift",
        "URLQueryRepresentable.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.