The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Realtime, reference main (5ea1fd), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 18:52:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/supabase-community/realtime-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/supabase-community/realtime-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5ea1fd2 Update README.md
Cloned https://github.com/supabase-community/realtime-swift.git
Revision (git rev-parse @):
5ea1fd24469191d5dd7421d3dbf42c88c5c0d5ba
SUCCESS checkout https://github.com/supabase-community/realtime-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/supabase-community/realtime-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/13] Compiling Realtime TimeoutTimer.swift
[4/14] Compiling Realtime StateChangeCallbacks.swift
[5/14] Compiling Realtime Push.swift
[6/14] Compiling Realtime Message.swift
[7/14] Compiling Realtime SocketError.swift
[8/14] Compiling Realtime HeartbeatTimer.swift
[9/14] Compiling Realtime Channel.swift
[10/14] Compiling Realtime Defaults.swift
[11/14] Compiling Realtime Delegated.swift
[12/14] Emitting module Realtime
[13/14] Compiling Realtime RealtimeClient.swift
[14/14] Compiling Realtime Transport.swift
Build complete! (4.03s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Realtime",
  "name" : "Realtime",
  "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" : "Realtime",
      "targets" : [
        "Realtime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RealtimeTests",
      "module_type" : "SwiftTarget",
      "name" : "RealtimeTests",
      "path" : "Tests/RealtimeTests",
      "sources" : [
        "ChannelTopicTests.swift",
        "RealtimeTests.swift"
      ],
      "target_dependencies" : [
        "Realtime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Realtime",
      "module_type" : "SwiftTarget",
      "name" : "Realtime",
      "path" : "Sources/Realtime",
      "product_memberships" : [
        "Realtime"
      ],
      "sources" : [
        "Channel.swift",
        "Defaults.swift",
        "Delegated.swift",
        "HeartbeatTimer.swift",
        "Message.swift",
        "Push.swift",
        "RealtimeClient.swift",
        "SocketError.swift",
        "StateChangeCallbacks.swift",
        "TimeoutTimer.swift",
        "Transport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.