The Swift Package Index logo.Swift Package Index

Build Information

Successful build of QSChatView, reference v0.3.0 (9b1546), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 01:40:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FiveSheepCo/QSChatView.git
Reference: v0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FiveSheepCo/QSChatView
 * tag               v0.3.0     -> FETCH_HEAD
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 v0.3.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "qschatview",
      "name": "QSChatView",
      "url": "https://github.com/FiveSheepCo/QSChatView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/QSChatView",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/FiveSheepCo/QSChatView.git
[1/233] Fetching qschatview
Fetched https://github.com/FiveSheepCo/QSChatView.git from cache (1.15s)
Creating working copy for https://github.com/FiveSheepCo/QSChatView.git
Working copy of https://github.com/FiveSheepCo/QSChatView.git resolved at v0.3.0 (9b15461)
warning: '.resolve-product-dependencies': dependency 'qschatview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/FiveSheepCo/QSChatView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/25] Emitting module QSChatView
[4/27] Compiling QSChatView ChatConfigBuilder.swift
[5/27] Compiling QSChatView ChatContextMenuItem.swift
[6/27] Compiling QSChatView ChatParticipantRole.swift
[7/27] Compiling QSChatView ChatConfig.swift
[8/27] Compiling QSChatView ChatController.swift
[9/27] Compiling QSChatView ChatMessage.swift
[10/27] Compiling QSChatView ChatScrollBehavior.swift
[11/27] Compiling QSChatView QSChatView.swift
[12/27] Compiling QSChatView ChatParticipant.swift
[13/27] Compiling QSChatView ChatParticipantBuilder.swift
[14/27] 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
[15/27] 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
[16/27] 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
[17/27] Compiling QSChatView TypingIndicator.swift
[18/27] Compiling QSChatView WrappedChatBubble.swift
[19/27] Compiling QSChatView ScrollViewData.swift
[20/27] Compiling QSChatView ChatMessageContent.swift
[21/27] Compiling QSChatView ChatMessagePromise.swift
[22/27] Compiling QSChatView ScrollOffsetPreferenceKey.swift
[23/27] Compiling QSChatView ChatTextFieldStyle.swift
[24/27] Compiling QSChatView ChatAvatar.swift
[25/27] Compiling QSChatView ContentHeightModifier.swift
[26/27] Compiling QSChatView ScrollOffsetModifier.swift
[27/27] Compiling QSChatView ContentHeightPreferenceKey.swift
Build complete! (10.00s)
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.