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 QSChatView with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FiveSheepCo/QSChatView.git
Reference: v0.3.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "qschatview",
      "name": "QSChatView",
      "url": "https://github.com/FiveSheepCo/QSChatView.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/QSChatView",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/FiveSheepCo/QSChatView.git
[1/233] Fetching qschatview
Fetched https://github.com/FiveSheepCo/QSChatView.git (0.63s)
Creating working copy for https://github.com/FiveSheepCo/QSChatView.git
Working copy of https://github.com/FiveSheepCo/QSChatView.git resolved at v0.3.0
warning: '.resolve-product-dependencies': dependency 'qschatview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/22] Emitting module QSChatView
[2/22] Compiling QSChatView ChatParticipantRole.swift
[3/22] Compiling QSChatView ChatConfig.swift
[4/22] Compiling QSChatView ChatConfigBuilder.swift
[5/22] Compiling QSChatView TypingIndicator.swift
[6/22] Compiling QSChatView WrappedChatBubble.swift
[7/22] Compiling QSChatView ScrollViewData.swift
[8/22] Compiling QSChatView ChatController.swift
[9/22] Compiling QSChatView ChatMessage.swift
[10/22] Compiling QSChatView ChatMessageContent.swift
[11/22] Compiling QSChatView BetterScrollView.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QSChatView/Internal/Components/ChatBubble.swift:38:9: warning: conformance of 'NSParagraphStyle' to 'Sendable' is unavailable
        str.paragraphStyle = paragraphStyle
        ^
AppKit.NSParagraphStyle:2:11: note: conformance of 'NSParagraphStyle' to 'Sendable' has been explicitly marked unavailable here
extension NSParagraphStyle : @unchecked Sendable {
          ^
[12/22] Compiling QSChatView ChatBubble.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QSChatView/Internal/Components/ChatBubble.swift:38:9: warning: conformance of 'NSParagraphStyle' to 'Sendable' is unavailable
        str.paragraphStyle = paragraphStyle
        ^
AppKit.NSParagraphStyle:2:11: note: conformance of 'NSParagraphStyle' to 'Sendable' has been explicitly marked unavailable here
extension NSParagraphStyle : @unchecked Sendable {
          ^
[13/22] Compiling QSChatView ChatTextField.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QSChatView/Internal/Components/ChatBubble.swift:38:9: warning: conformance of 'NSParagraphStyle' to 'Sendable' is unavailable
        str.paragraphStyle = paragraphStyle
        ^
AppKit.NSParagraphStyle:2:11: note: conformance of 'NSParagraphStyle' to 'Sendable' has been explicitly marked unavailable here
extension NSParagraphStyle : @unchecked Sendable {
          ^
[14/22] Compiling QSChatView ScrollOffsetPreferenceKey.swift
[15/22] Compiling QSChatView ChatTextFieldStyle.swift
[16/22] Compiling QSChatView ChatAvatar.swift
[17/22] Compiling QSChatView ChatMessagePromise.swift
[18/22] Compiling QSChatView ChatParticipant.swift
[19/22] Compiling QSChatView ChatParticipantBuilder.swift
[20/22] Compiling QSChatView ContentHeightModifier.swift
[21/22] Compiling QSChatView ScrollOffsetModifier.swift
[22/22] Compiling QSChatView ContentHeightPreferenceKey.swift
[23/25] Compiling QSChatView ChatContextMenuItem.swift
[24/25] Compiling QSChatView ChatScrollBehavior.swift
[25/25] Compiling QSChatView QSChatView.swift
Build complete! (12.23s)
Build complete.
Done.