The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-log-supabase, reference main (b16c69), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 05:06:47 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/binaryscraping/swift-log-supabase.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/binaryscraping/swift-log-supabase
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b16c693 Update README.md
Cloned https://github.com/binaryscraping/swift-log-supabase.git
Revision (git rev-parse @):
b16c693ce4952b5cfc7be595e45213cebc1979d0
SUCCESS checkout https://github.com/binaryscraping/swift-log-supabase.git at main
Fetching https://github.com/apple/swift-log
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (1.18s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.4.2 (1.85s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.4.2
========================================
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": "swift-log-supabase",
      "name": "swift-log-supabase",
      "url": "https://github.com/binaryscraping/swift-log-supabase.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log-supabase",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log",
          "version": "1.11.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "traits": [
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/binaryscraping/swift-log-supabase.git
[1/103] Fetching swift-log-supabase
Fetched https://github.com/binaryscraping/swift-log-supabase.git from cache (0.58s)
Fetching https://github.com/apple/swift-log from cache
Fetched https://github.com/apple/swift-log from cache (0.54s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.11.0 (1.14s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.11.0
Creating working copy for https://github.com/binaryscraping/swift-log-supabase.git
Working copy of https://github.com/binaryscraping/swift-log-supabase.git resolved at main (b16c693)
warning: '.resolve-product-dependencies': dependency 'swift-log-supabase' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/binaryscraping/swift-log-supabase.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling Logging Locks.swift
[5/7] Compiling Logging LogHandler.swift
[6/7] Compiling Logging Logging.swift
[7/7] Emitting module Logging
[8/11] Compiling SupabaseLogging LogsCache.swift
[9/11] Compiling SupabaseLogging SupabaseLogHandler.swift
[10/11] Emitting module SupabaseLogging
/Users/admin/builder/spi-builder-workspace/Sources/SupabaseLogging/LogEntry.swift:16:1: warning: extension declares a conformance of imported type 'MetadataValue' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
14 | }
15 |
16 | extension Logger.MetadataValue: Codable {
   | |- warning: extension declares a conformance of imported type 'MetadataValue' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |
18 |   public init(from decoder: Decoder) throws {
[11/11] Compiling SupabaseLogging LogEntry.swift
/Users/admin/builder/spi-builder-workspace/Sources/SupabaseLogging/LogEntry.swift:16:1: warning: extension declares a conformance of imported type 'MetadataValue' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
14 | }
15 |
16 | extension Logger.MetadataValue: Codable {
   | |- warning: extension declares a conformance of imported type 'MetadataValue' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |
18 |   public init(from decoder: Decoder) throws {
Build complete! (9.45s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "swift-log-supabase",
  "name" : "swift-log-supabase",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SupabaseLogging",
      "targets" : [
        "SupabaseLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SupabaseLoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "SupabaseLoggingTests",
      "path" : "Tests/SupabaseLoggingTests",
      "sources" : [
        "SupabaseLogHandlerTests.swift"
      ],
      "target_dependencies" : [
        "SupabaseLogging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SupabaseLogging",
      "module_type" : "SwiftTarget",
      "name" : "SupabaseLogging",
      "path" : "Sources/SupabaseLogging",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SupabaseLogging"
      ],
      "sources" : [
        "LogEntry.swift",
        "LogsCache.swift",
        "SupabaseLogHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.