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 0.0.2 (0b985c), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 18:51:55 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: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/supabase-community/realtime-swift
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at 0b985c6 Remove Starscream Dependency and bump minimum support platform (#11)
Cloned https://github.com/supabase-community/realtime-swift.git
Revision (git rev-parse @):
0b985c687fe963f6bd818ff77a35c27247b98bb4
SUCCESS checkout https://github.com/supabase-community/realtime-swift.git at 0.0.2
========================================
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 SocketError.swift
[4/13] Compiling Realtime StateChangeCallbacks.swift
[5/13] Compiling Realtime TimeoutTimer.swift
[6/14] Compiling Realtime Push.swift
[7/14] Compiling Realtime Message.swift
[8/14] Compiling Realtime Delegated.swift
[9/14] Compiling Realtime Channel.swift
[10/14] Compiling Realtime Defaults.swift
[11/14] Emitting module Realtime
[12/14] Compiling Realtime HeartbeatTimer.swift
[13/14] Compiling Realtime RealtimeClient.swift
[14/14] Compiling Realtime Transport.swift
Build complete! (4.02s)
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.