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.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FiveSheepCo/QSChatView.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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:             5.10
Building package at path:  $workDir
https://github.com/FiveSheepCo/QSChatView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/24] Compiling QSChatView ChatParticipantRole.swift
[4/24] Compiling QSChatView ChatConfig.swift
[5/24] Compiling QSChatView ChatConfigBuilder.swift
[6/24] Compiling QSChatView ChatController.swift
[7/24] Compiling QSChatView ChatMessage.swift
[8/24] Compiling QSChatView ChatMessageContent.swift
[9/24] Compiling QSChatView TypingIndicator.swift
[10/24] Compiling QSChatView WrappedChatBubble.swift
[11/24] Compiling QSChatView ScrollViewData.swift
[12/24] Emitting module QSChatView
[13/24] Compiling QSChatView ScrollOffsetPreferenceKey.swift
[14/24] Compiling QSChatView ChatTextFieldStyle.swift
[15/24] Compiling QSChatView ChatAvatar.swift
[16/24] Compiling QSChatView ChatMessagePromise.swift
[17/24] Compiling QSChatView ChatParticipant.swift
[18/24] Compiling QSChatView ChatParticipantBuilder.swift
[19/24] Compiling QSChatView BetterScrollView.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
          ^
[20/24] Compiling QSChatView ChatBubble.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
          ^
[21/24] Compiling QSChatView ChatTextField.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
          ^
[22/24] Compiling QSChatView ContentHeightModifier.swift
[23/24] Compiling QSChatView ScrollOffsetModifier.swift
[24/24] Compiling QSChatView ContentHeightPreferenceKey.swift
[25/27] Compiling QSChatView ChatContextMenuItem.swift
[26/27] Compiling QSChatView ChatScrollBehavior.swift
[27/27] Compiling QSChatView QSChatView.swift
Build complete! (5.02s)
Build complete.
Done.