The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SendbirdUIKit, reference 3.30.1 (6b4c14), with Swift 6.0 for Linux on 20 Mar 2025 07:23:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sendbird/sendbird-uikit-ios.git
Reference: 3.30.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/sendbird/sendbird-uikit-ios
 * tag               3.30.1     -> FETCH_HEAD
HEAD is now at 6b4c14f Merge pull request #159 from sendbird/release/3.30.1
Cloned https://github.com/sendbird/sendbird-uikit-ios.git
Revision (git rev-parse @):
6b4c14f2315213e3178daacbb2f9123820bb17f9
SUCCESS checkout https://github.com/sendbird/sendbird-uikit-ios.git at 3.30.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sendbird/sendbird-uikit-ios.git
https://github.com/sendbird/sendbird-uikit-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sendbird-chat-sdk-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.25.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sendbird/sendbird-chat-sdk-ios"
    }
  ],
  "manifest_display_name" : "SendbirdUIKit",
  "name" : "SendbirdUIKit",
  "path" : "/host/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': /host/spi-builder-workspace/Package.swift:19:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
17 |     ],
18 |     dependencies: [
19 |         .package(
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
20 |             name: "SendbirdChatSDK",
21 |             url: "https://github.com/sendbird/sendbird-chat-sdk-ios",
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Framework/Sources': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Framework/Sample': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:19:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
17 |     ],
18 |     dependencies: [
19 |         .package(
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
20 |             name: "SendbirdChatSDK",
21 |             url: "https://github.com/sendbird/sendbird-chat-sdk-ios",
Fetching https://github.com/sendbird/sendbird-chat-sdk-ios
[1/3947] Fetching sendbird-chat-sdk-ios
Fetched https://github.com/sendbird/sendbird-chat-sdk-ios from cache (2.38s)
Computing version for https://github.com/sendbird/sendbird-chat-sdk-ios
Computed https://github.com/sendbird/sendbird-chat-sdk-ios at 4.25.2 (2.10s)
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.25.2
[1369/60097849] Downloading https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.25.2/SendbirdChatSDK.xcframework.zip
[7565923/64379250] Downloading https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.25.2/SendbirdChatSDK.xcframework.zip, https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.1/SendbirdUIMessageTemplate.xcframework.zip
[8040306/98643836] Downloading https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.25.2/SendbirdChatSDK.xcframework.zip, https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.1/SendbirdUIMessageTemplate.xcframework.zip, https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.1/SendbirdUIKit.xcframework.zip
Downloading binary artifact https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.1/SendbirdUIMessageTemplate.xcframework.zip
Downloaded https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.1/SendbirdUIMessageTemplate.xcframework.zip (1.09s)
[65796214/94362435] Downloading https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.25.2/SendbirdChatSDK.xcframework.zip, https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.1/SendbirdUIKit.xcframework.zip
Downloading binary artifact https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.1/SendbirdUIKit.xcframework.zip
Downloading binary artifact https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.25.2/SendbirdChatSDK.xcframework.zip
Downloaded https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.1/SendbirdUIKit.xcframework.zip (4.86s)
Downloaded https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.25.2/SendbirdChatSDK.xcframework.zip (6.49s)
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Framework/Sample': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Framework/Sources': File not found.
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling SendbirdUIKitTarget SendBirdUIKit.swift
[5/7] Emitting module SendbirdUIKitTarget
[6/8] Emitting module SendbirdUIMessageTemplateTarget
[7/8] Compiling SendbirdUIMessageTemplateTarget SendbirdUIMessageTemplateTarget.swift
Build complete! (16.47s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sendbird-chat-sdk-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.25.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sendbird/sendbird-chat-sdk-ios"
    }
  ],
  "manifest_display_name" : "SendbirdUIKit",
  "name" : "SendbirdUIKit",
  "path" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:19:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
17 |     ],
18 |     dependencies: [
19 |         .package(
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
20 |             name: "SendbirdChatSDK",
21 |             url: "https://github.com/sendbird/sendbird-chat-sdk-ios",
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Framework/Sources': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Framework/Sample': File not found.
Done.