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 QSChatView, reference main (9b1546), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 18:57:58 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/FiveSheepCo/QSChatView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FiveSheepCo/QSChatView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9b15461 Add message deletion and `ChatConfigBuilder`
Cloned https://github.com/FiveSheepCo/QSChatView.git
Revision (git rev-parse @):
9b1546132d09f1b34d2e6051eaaf5b413334482f
SUCCESS checkout https://github.com/FiveSheepCo/QSChatView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FiveSheepCo/QSChatView.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/25] Emitting module QSChatView
[4/25] Compiling QSChatView BetterScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/QSChatView/Internal/Components/ChatBubble.swift:38:9: warning: conformance of 'NSParagraphStyle' to 'Sendable' is unavailable in macOS
 36 |         var str = AttributedString(stringLiteral: message.displayTimeStamp)
 37 |         str.foregroundColor = timestampColor
 38 |         str.paragraphStyle = paragraphStyle
    |         `- warning: conformance of 'NSParagraphStyle' to 'Sendable' is unavailable in macOS
 39 |         str.font = .footnote
 40 |         return str
:1:1: note: conformance of 'NSParagraphStyle' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
  | `- note: conformance of 'NSParagraphStyle' to 'Sendable' has been explicitly marked unavailable here
[5/25] Compiling QSChatView ChatBubble.swift
/Users/admin/builder/spi-builder-workspace/Sources/QSChatView/Internal/Components/ChatBubble.swift:38:9: warning: conformance of 'NSParagraphStyle' to 'Sendable' is unavailable in macOS
 36 |         var str = AttributedString(stringLiteral: message.displayTimeStamp)
 37 |         str.foregroundColor = timestampColor
 38 |         str.paragraphStyle = paragraphStyle
    |         `- warning: conformance of 'NSParagraphStyle' to 'Sendable' is unavailable in macOS
 39 |         str.font = .footnote
 40 |         return str
:1:1: note: conformance of 'NSParagraphStyle' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
  | `- note: conformance of 'NSParagraphStyle' to 'Sendable' has been explicitly marked unavailable here
[6/25] Compiling QSChatView ChatTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/QSChatView/Internal/Components/ChatBubble.swift:38:9: warning: conformance of 'NSParagraphStyle' to 'Sendable' is unavailable in macOS
 36 |         var str = AttributedString(stringLiteral: message.displayTimeStamp)
 37 |         str.foregroundColor = timestampColor
 38 |         str.paragraphStyle = paragraphStyle
    |         `- warning: conformance of 'NSParagraphStyle' to 'Sendable' is unavailable in macOS
 39 |         str.font = .footnote
 40 |         return str
:1:1: note: conformance of 'NSParagraphStyle' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
  | `- note: conformance of 'NSParagraphStyle' to 'Sendable' has been explicitly marked unavailable here
[7/27] Compiling QSChatView TypingIndicator.swift
[8/27] Compiling QSChatView WrappedChatBubble.swift
[9/27] Compiling QSChatView ScrollViewData.swift
[10/27] Compiling QSChatView ScrollOffsetPreferenceKey.swift
[11/27] Compiling QSChatView ChatTextFieldStyle.swift
[12/27] Compiling QSChatView ChatAvatar.swift
[13/27] Compiling QSChatView ChatMessageContent.swift
[14/27] Compiling QSChatView ChatMessagePromise.swift
[15/27] Compiling QSChatView ChatConfigBuilder.swift
[16/27] Compiling QSChatView ChatContextMenuItem.swift
[17/27] Compiling QSChatView ChatParticipantRole.swift
[18/27] Compiling QSChatView ChatConfig.swift
[19/27] Compiling QSChatView ChatParticipant.swift
[20/27] Compiling QSChatView ChatParticipantBuilder.swift
[21/27] Compiling QSChatView ChatController.swift
[22/27] Compiling QSChatView ChatMessage.swift
[23/27] Compiling QSChatView ContentHeightModifier.swift
[24/27] Compiling QSChatView ScrollOffsetModifier.swift
[25/27] Compiling QSChatView ContentHeightPreferenceKey.swift
[26/27] Compiling QSChatView ChatScrollBehavior.swift
[27/27] Compiling QSChatView QSChatView.swift
Build complete! (8.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "QSChatView",
  "name" : "QSChatView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "QSChatView",
      "targets" : [
        "QSChatView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QSChatViewTests",
      "module_type" : "SwiftTarget",
      "name" : "QSChatViewTests",
      "path" : "Tests/QSChatViewTests",
      "sources" : [
        "ChatControllerTests.swift",
        "QSChatViewTests.swift"
      ],
      "target_dependencies" : [
        "QSChatView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QSChatView",
      "module_type" : "SwiftTarget",
      "name" : "QSChatView",
      "path" : "Sources/QSChatView",
      "product_memberships" : [
        "QSChatView"
      ],
      "sources" : [
        "Internal/Components/BetterScrollView.swift",
        "Internal/Components/ChatBubble.swift",
        "Internal/Components/ChatTextField.swift",
        "Internal/Components/TypingIndicator.swift",
        "Internal/Components/WrappedChatBubble.swift",
        "Internal/Data/ScrollViewData.swift",
        "Internal/Modifiers/ContentHeightModifier.swift",
        "Internal/Modifiers/ScrollOffsetModifier.swift",
        "Internal/PreferenceKeys/ContentHeightPreferenceKey.swift",
        "Internal/PreferenceKeys/ScrollOffsetPreferenceKey.swift",
        "Internal/Styles/ChatTextFieldStyle.swift",
        "Public/ChatAvatar.swift",
        "Public/ChatController.swift",
        "Public/ChatMessage.swift",
        "Public/ChatMessageContent.swift",
        "Public/ChatMessagePromise.swift",
        "Public/ChatParticipant.swift",
        "Public/ChatParticipantBuilder.swift",
        "Public/ChatParticipantRole.swift",
        "Public/Config/ChatConfig.swift",
        "Public/Config/ChatConfigBuilder.swift",
        "Public/Config/ChatContextMenuItem.swift",
        "Public/Config/ChatScrollBehavior.swift",
        "QSChatView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.