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 SendbirdUIKit, reference main (bb92d7), with Swift 6.2 for macOS (SPM) on 19 Nov 2025 13:27:52 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sendbird/sendbird-uikit-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sendbird/sendbird-uikit-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bb92d7d Merge pull request #178 from sendbird/release/3.32.4
Cloned https://github.com/sendbird/sendbird-uikit-ios.git
Revision (git rev-parse @):
bb92d7d2aa4f8552689b3cb56fa100654ed9d520
SUCCESS checkout https://github.com/sendbird/sendbird-uikit-ios.git at main
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:19:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
17 |     ],
18 |     dependencies: [
19 |         .package(
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
20 |             name: "SendbirdChatSDK",
21 |             url: "https://github.com/sendbird/sendbird-chat-sdk-ios",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/sendbird/sendbird-chat-sdk-ios
[1/4237] Fetching sendbird-chat-sdk-ios
Fetched https://github.com/sendbird/sendbird-chat-sdk-ios from cache (2.57s)
Computing version for https://github.com/sendbird/sendbird-chat-sdk-ios
Computed https://github.com/sendbird/sendbird-chat-sdk-ios at 4.34.1 (5.37s)
Creating working copy for https://github.com/sendbird/sendbird-chat-sdk-ios
Working copy of https://github.com/sendbird/sendbird-chat-sdk-ios resolved at 4.34.1
Downloading binary artifact https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.32.4/SendbirdUIMessageTemplate.xcframework.zip
Downloading binary artifact https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.32.4/SendbirdUIKit.xcframework.zip
Downloading binary artifact https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdAuthSDK.xcframework.zip
Downloading binary artifact https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdChatSDK.xcframework.zip
[16375/21930025] Downloading https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdAuthSDK.xcframework.zip
[11735872/56330716] Downloading https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdAuthSDK.xcframework.zip, https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.32.4/SendbirdUIKit.xcframework.zip
[11768604/100158005] Downloading https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdAuthSDK.xcframework.zip, https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.32.4/SendbirdUIKit.xcframework.zip, https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdChatSDK.xcframework.zip
[12091110/104681500] Downloading https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdAuthSDK.xcframework.zip, https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.32.4/SendbirdUIKit.xcframework.zip, https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdChatSDK.xcframework.zip, https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.32.4/SendbirdUIMessageTemplate.xcframework.zip
Downloaded https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.32.4/SendbirdUIMessageTemplate.xcframework.zip (0.81s)
Downloaded https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdAuthSDK.xcframework.zip (1.56s)
Downloaded https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.32.4/SendbirdUIKit.xcframework.zip (2.59s)
Downloaded https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdChatSDK.xcframework.zip (2.71s)
========================================
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",
  "dependencies": [
    {
      "identity": "sendbird-uikit-ios",
      "name": "SendbirdUIKit",
      "url": "https://github.com/sendbird/sendbird-uikit-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sendbird-uikit-ios",
      "dependencies": [
        {
          "identity": "sendbird-chat-sdk-ios",
          "name": "SendbirdChatSDK",
          "url": "https://github.com/sendbird/sendbird-chat-sdk-ios",
          "version": "4.34.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sendbird-chat-sdk-ios",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/sendbird/sendbird-uikit-ios.git
[1/36558] Fetching sendbird-uikit-ios
Fetched https://github.com/sendbird/sendbird-uikit-ios.git from cache (339.56s)
warning: 'sendbird-uikit-ios': /Package.swift:19:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
17 |     ],
18 |     dependencies: [
19 |         .package(
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
20 |             name: "SendbirdChatSDK",
21 |             url: "https://github.com/sendbird/sendbird-chat-sdk-ios",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/sendbird/sendbird-chat-sdk-ios from cache
Fetched https://github.com/sendbird/sendbird-chat-sdk-ios from cache (0.62s)
Computing version for https://github.com/sendbird/sendbird-chat-sdk-ios
Computed https://github.com/sendbird/sendbird-chat-sdk-ios at 4.34.1 (0.68s)
Creating working copy for https://github.com/sendbird/sendbird-chat-sdk-ios
Working copy of https://github.com/sendbird/sendbird-chat-sdk-ios resolved at 4.34.1
Creating working copy for https://github.com/sendbird/sendbird-uikit-ios.git
Working copy of https://github.com/sendbird/sendbird-uikit-ios.git resolved at main (bb92d7d)
warning: 'sendbird-uikit-ios': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sendbird-uikit-ios/Package.swift:19:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
17 |     ],
18 |     dependencies: [
19 |         .package(
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
20 |             name: "SendbirdChatSDK",
21 |             url: "https://github.com/sendbird/sendbird-chat-sdk-ios",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching binary artifact https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.32.4/SendbirdUIMessageTemplate.xcframework.zip from cache
Fetching binary artifact https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.32.4/SendbirdUIKit.xcframework.zip from cache
Fetching binary artifact https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdAuthSDK.xcframework.zip from cache
Fetching binary artifact https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdChatSDK.xcframework.zip from cache
Fetched https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.32.4/SendbirdUIMessageTemplate.xcframework.zip from cache (1.08s)
Fetched https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdAuthSDK.xcframework.zip from cache (1.49s)
Fetched https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.32.4/SendbirdUIKit.xcframework.zip from cache (1.97s)
Fetched https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.34.1/SendbirdChatSDK.xcframework.zip from cache (2.04s)
warning: '.resolve-product-dependencies': dependency 'sendbird-uikit-ios' is not used by any target
Found 1 product dependencies
  - SendbirdChatSDK
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sendbird/sendbird-uikit-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[3/6] Copying SendbirdAuthSDK.framework
[4/6] Copying SendbirdChatSDK.framework
[5/6] Write swift-version-49B95AFC49DCD68C.txt
[7/8] Compiling SendbirdChatSDKWrapper SendbirdChatSDKWrapper.swift
[8/8] Emitting module SendbirdChatSDKWrapper
[9/12] Compiling SendbirdUIKitTarget SendBirdUIKit.swift
[10/12] Emitting module SendbirdUIKitTarget
[11/12] Compiling SendbirdUIMessageTemplateTarget SendbirdUIMessageTemplateTarget.swift
[12/12] Emitting module SendbirdUIMessageTemplateTarget
Build complete! (9.52s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:19:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
17 |     ],
18 |     dependencies: [
19 |         .package(
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
20 |             name: "SendbirdChatSDK",
21 |             url: "https://github.com/sendbird/sendbird-chat-sdk-ios",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Framework/Sources': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Framework/Sample': File not found.
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sendbird-chat-sdk-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.34.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sendbird/sendbird-chat-sdk-ios"
    }
  ],
  "manifest_display_name" : "SendbirdUIKit",
  "name" : "SendbirdUIKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SendbirdUIKit",
      "targets" : [
        "SendbirdUIKitTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SendbirdUIMessageTemplate",
      "targets" : [
        "SendbirdUIMessageTemplateTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SendbirdUIMessageTemplateTarget",
      "module_type" : "SwiftTarget",
      "name" : "SendbirdUIMessageTemplateTarget",
      "path" : "Framework/Module/MessageTemplate",
      "product_dependencies" : [
        "SendbirdChatSDK"
      ],
      "product_memberships" : [
        "SendbirdUIMessageTemplate"
      ],
      "sources" : [
        "SendbirdUIMessageTemplateTarget.swift"
      ],
      "target_dependencies" : [
        "SendbirdUIMessageTemplate"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SendbirdUIMessageTemplate",
      "module_type" : "BinaryTarget",
      "name" : "SendbirdUIMessageTemplate",
      "path" : "remote/archive/SendbirdUIMessageTemplate.xcframework.zip",
      "product_memberships" : [
        "SendbirdUIKit",
        "SendbirdUIMessageTemplate"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "SendbirdUIKitTarget",
      "module_type" : "SwiftTarget",
      "name" : "SendbirdUIKitTarget",
      "path" : "Framework/Dependency",
      "product_dependencies" : [
        "SendbirdChatSDK"
      ],
      "product_memberships" : [
        "SendbirdUIKit"
      ],
      "sources" : [
        "SendBirdUIKit.swift"
      ],
      "target_dependencies" : [
        "SendbirdUIKit",
        "SendbirdUIMessageTemplate"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SendbirdUIKit",
      "module_type" : "BinaryTarget",
      "name" : "SendbirdUIKit",
      "path" : "remote/archive/SendbirdUIKit.xcframework.zip",
      "product_memberships" : [
        "SendbirdUIKit"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:19:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
17 |     ],
18 |     dependencies: [
19 |         .package(
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
20 |             name: "SendbirdChatSDK",
21 |             url: "https://github.com/sendbird/sendbird-chat-sdk-ios",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Framework/Sample': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Framework/Sources': File not found.
Done.