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 SwiftyChat, reference master (7f01e8), with Swift 6.1 for macOS (SPM) on 1 Nov 2025 10:31:46 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EnesKaraosman/SwiftyChat.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EnesKaraosman/SwiftyChat
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7f01e8e chore(deps): bump github.com/onevcat/kingfisher from 8.6.0 to 8.6.1 (#76)
Cloned https://github.com/EnesKaraosman/SwiftyChat.git
Revision (git rev-parse @):
7f01e8e79bff0208ec69bb375ef7b78145e46bdf
SUCCESS checkout https://github.com/EnesKaraosman/SwiftyChat.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/EnesKaraosman/SwiftyChat.git
https://github.com/EnesKaraosman/SwiftyChat.git
{
  "dependencies" : [
    {
      "identity" : "kingfisher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.6.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Kingfisher.git"
    },
    {
      "identity" : "swiftuiektensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/EnesKaraosman/SwiftUIEKtensions.git"
    },
    {
      "identity" : "wrappinghstack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.11",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dkk/WrappingHStack.git"
    }
  ],
  "manifest_display_name" : "SwiftyChat",
  "name" : "SwiftyChat",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyChat",
      "targets" : [
        "SwiftyChat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftyChatMock",
      "targets" : [
        "SwiftyChatMock"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyChatMock",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyChatMock",
      "path" : "Sources/SwiftyChatMock",
      "product_memberships" : [
        "SwiftyChatMock"
      ],
      "sources" : [
        "Lorem.swift",
        "MessageMocker.swift"
      ],
      "target_dependencies" : [
        "SwiftyChat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftyChat",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyChat",
      "path" : "Sources/SwiftyChat",
      "product_dependencies" : [
        "Kingfisher",
        "SwiftUIEKtensions",
        "WrappingHStack"
      ],
      "product_memberships" : [
        "SwiftyChat",
        "SwiftyChatMock"
      ],
      "sources" : [
        "ChatMessageViewContainer.swift",
        "ChatView.swift",
        "Core/ChatMessageKind.swift",
        "Core/Extension/Date++.swift",
        "Core/Extension/String++.swift",
        "Core/Extension/UIDevice++.swift",
        "Core/Other/CarouselItemButtonStyle.swift",
        "Core/Other/RoundedCornerShape.swift",
        "Core/Protocols/CarouselItem.swift",
        "Core/Protocols/ChatMessage.swift",
        "Core/Protocols/ChatUser.swift",
        "Core/Protocols/ContactItem.swift",
        "Core/Protocols/LocationItem.swift",
        "Core/Protocols/QuickReplyItem.swift",
        "Core/Protocols/VideoItem.swift",
        "Core/Video/ChatVideoPlayer.swift",
        "Core/Video/PIPVideoCell.swift",
        "Core/Video/PIPVideoCellViewModel.swift",
        "Core/Video/PlayerViewModel.swift",
        "Core/Video/VideoPlayerOverlay.swift",
        "Core/Video/VideoPlayerRepresentable.swift",
        "Core/View/LoadingThreeBallsView.swift",
        "Core/ViewModifiers/AvatarModifier.swift",
        "Core/ViewModifiers/DismissKeyboardModifier.swift",
        "Core/ViewModifiers/EmojiModifier.swift",
        "Core/ViewModifiers/KeyboardAwareModifier.swift",
        "Core/ViewModifiers/MessageHorizontalAlignmentModifier.swift",
        "Core/ViewModifiers/MessageViewEdgeInsetsModifier.swift",
        "InputView/BasicInputView.swift",
        "MessageViews/CarouselMessageView.swift",
        "MessageViews/ContactMessageView.swift",
        "MessageViews/ImageMessageView.swift",
        "MessageViews/ImageTextMessageView.swift",
        "MessageViews/LoadingMessageView.swift",
        "MessageViews/LocationMessageView.swift",
        "MessageViews/QuickReplyMessageView.swift",
        "MessageViews/TextMessageView.swift",
        "MessageViews/VideoMessageView.swift",
        "Styles/AvatarStyle.swift",
        "Styles/CarouselCellStyle.swift",
        "Styles/ChatMessageCellStyle.swift",
        "Styles/Common/CommonImageStyle.swift",
        "Styles/Common/CommonTextStyle.swift",
        "Styles/Common/CommonViewStyle.swift",
        "Styles/ContactCellStyle.swift",
        "Styles/ImageCellStyle.swift",
        "Styles/ImageTextCellStyle.swift",
        "Styles/LocationCellStyle.swift",
        "Styles/QuickReplyCellStyle.swift",
        "Styles/TextCellStyle.swift",
        "Styles/VideoPlaceholderCellStyle.swift",
        "VideoManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/7] Write sources
[2/7] Copying PrivacyInfo.xcprivacy
[3/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/96] Compiling WrappingHStack ViewType.swift
[9/96] Compiling WrappingHStack ContentManager.swift
[10/96] Emitting module WrappingHStack
[11/96] Compiling WrappingHStack NewLine.swift
[12/96] Compiling WrappingHStack InternalWrappingHStack.swift
[13/96] Compiling WrappingHStack WrappingHStack.swift
[14/96] Compiling Kingfisher PHPickerResultImageDataProvider.swift
[15/96] Compiling Kingfisher Resource.swift
[16/97] Compiling Kingfisher UIButton+Kingfisher.swift
[17/97] Compiling Kingfisher AVAssetImageDataProvider.swift
[18/97] Compiling Kingfisher ImageDataProvider.swift
[19/97] Compiling Kingfisher LivePhotoSource.swift
[20/97] Compiling Kingfisher ImageView+Kingfisher.swift
[21/97] Compiling Kingfisher NSButton+Kingfisher.swift
[22/97] Compiling Kingfisher NSTextAttachment+Kingfisher.swift
[23/97] Compiling Kingfisher PHLivePhotoView+Kingfisher.swift
[24/97] Compiling Kingfisher CPListItem+Kingfisher.swift
[25/97] Compiling Kingfisher HasImageComponent+Kingfisher.swift
[26/97] Compiling Kingfisher CacheSerializer.swift
[27/97] Compiling Kingfisher DiskStorage.swift
[28/97] Compiling Kingfisher FormatIndicatedCacheSerializer.swift
[29/97] Compiling Kingfisher ImageCache.swift
[30/97] Emitting module SwiftUIEKtensions
[31/97] Compiling Kingfisher MemoryStorage.swift
[32/97] Compiling Kingfisher Storage.swift
[33/97] Emitting module Kingfisher
[34/103] Compiling Kingfisher Placeholder.swift
[35/103] Compiling Kingfisher AuthenticationChallengeResponsable.swift
[36/103] Compiling Kingfisher ImageDataProcessor.swift
[37/103] Compiling Kingfisher ImageDownloader+LivePhoto.swift
[38/103] Compiling Kingfisher ImageDownloader.swift
[39/103] Compiling Kingfisher ImageDownloaderDelegate.swift
[40/103] Compiling Kingfisher ImageModifier.swift
[41/103] Compiling Kingfisher KFImageRenderer.swift
[42/103] Compiling Kingfisher Box.swift
[43/103] Compiling Kingfisher CallbackQueue.swift
[44/103] Compiling Kingfisher Delegate.swift
[45/103] Compiling Kingfisher DisplayLink.swift
[46/103] Compiling Kingfisher ExtensionHelpers.swift
[47/103] Compiling Kingfisher Result.swift
[48/103] Compiling SwiftUIEKtensions StatelessSingleSelectionList.swift
[63/103] Compiling Kingfisher SessionDelegate.swift
[64/103] Compiling Kingfisher ImageBinder.swift
[65/103] Compiling Kingfisher ImageContext.swift
[66/103] Compiling Kingfisher KFAnimatedImage.swift
[67/103] Compiling Kingfisher KFImage.swift
[68/103] Compiling Kingfisher KFImageOptions.swift
[69/103] Compiling Kingfisher KFImageProtocol.swift
[70/103] Compiling Kingfisher ImagePrefetcher.swift
[71/103] Compiling Kingfisher NetworkMetrics.swift
[72/103] Compiling Kingfisher NetworkMonitor.swift
[73/103] Compiling Kingfisher RedirectHandler.swift
[74/103] Compiling Kingfisher RequestModifier.swift
[75/103] Compiling Kingfisher RetryStrategy.swift
[76/103] Compiling Kingfisher SessionDataTask.swift
[77/103] Compiling Kingfisher GraphicsContext.swift
[78/103] Compiling Kingfisher Image.swift
[79/103] Compiling Kingfisher ImageDrawing.swift
[80/103] Compiling Kingfisher ImageFormat.swift
[81/103] Compiling Kingfisher ImageProcessor.swift
[82/103] Compiling Kingfisher ImageProgressive.swift
[83/103] Compiling Kingfisher ImageTransition.swift
[88/103] Compiling Kingfisher Source.swift
[89/103] Compiling Kingfisher KF.swift
[90/103] Compiling Kingfisher KFOptionsSetter.swift
[91/103] Compiling Kingfisher Kingfisher.swift
[92/103] Compiling Kingfisher KingfisherError.swift
[93/103] Compiling Kingfisher KingfisherManager+LivePhoto.swift
[94/103] Compiling Kingfisher KingfisherManager.swift
[95/103] Compiling Kingfisher KingfisherOptionsInfo.swift
[96/103] Compiling Kingfisher Filter.swift
[97/103] Compiling Kingfisher GIFAnimatedImage.swift
[98/103] Compiling Kingfisher Runtime.swift
[99/103] Compiling Kingfisher SizeExtensions.swift
[100/103] Compiling Kingfisher String+SHA256.swift
[101/103] Compiling Kingfisher AnimatedImageView.swift
[102/103] Compiling Kingfisher Indicator.swift
[103/103] Compiling Kingfisher resource_bundle_accessor.swift
[104/151] Compiling SwiftyChat VideoMessageView.swift
[105/151] Compiling SwiftyChat AvatarStyle.swift
[106/151] Compiling SwiftyChat CarouselCellStyle.swift
[107/151] Compiling SwiftyChat ChatMessageCellStyle.swift
[108/151] Compiling SwiftyChat CommonImageStyle.swift
[109/151] Compiling SwiftyChat CommonTextStyle.swift
[110/151] Compiling SwiftyChat CommonViewStyle.swift
[111/151] Compiling SwiftyChat ContactCellStyle.swift
[112/151] Compiling SwiftyChat ImageCellStyle.swift
[113/151] Compiling SwiftyChat ImageTextCellStyle.swift
[114/156] Emitting module SwiftyChat
[115/156] Compiling SwiftyChat ChatMessageViewContainer.swift
[116/156] Compiling SwiftyChat ChatView.swift
[117/156] Compiling SwiftyChat ChatMessageKind.swift
[118/156] Compiling SwiftyChat Date++.swift
[119/156] Compiling SwiftyChat String++.swift
[120/156] Compiling SwiftyChat UIDevice++.swift
[121/156] Compiling SwiftyChat CarouselItemButtonStyle.swift
[122/156] Compiling SwiftyChat RoundedCornerShape.swift
[123/156] Compiling SwiftyChat CarouselItem.swift
[124/156] Compiling SwiftyChat ChatMessage.swift
[125/156] Compiling SwiftyChat ChatUser.swift
[126/156] Compiling SwiftyChat ContactItem.swift
[127/156] Compiling SwiftyChat LocationCellStyle.swift
[128/156] Compiling SwiftyChat QuickReplyCellStyle.swift
[129/156] Compiling SwiftyChat TextCellStyle.swift
[130/156] Compiling SwiftyChat VideoPlaceholderCellStyle.swift
[131/156] Compiling SwiftyChat VideoManager.swift
[132/156] Compiling SwiftyChat MessageViewEdgeInsetsModifier.swift
[133/156] Compiling SwiftyChat BasicInputView.swift
[134/156] Compiling SwiftyChat CarouselMessageView.swift
[135/156] Compiling SwiftyChat ContactMessageView.swift
[136/156] Compiling SwiftyChat ImageMessageView.swift
[137/156] Compiling SwiftyChat AvatarModifier.swift
[138/156] Compiling SwiftyChat DismissKeyboardModifier.swift
[139/156] Compiling SwiftyChat EmojiModifier.swift
[140/156] Compiling SwiftyChat KeyboardAwareModifier.swift
[141/156] Compiling SwiftyChat MessageHorizontalAlignmentModifier.swift
[142/156] Compiling SwiftyChat ImageTextMessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/MessageViews/TextMessageView.swift:55:14: warning: call to main actor-isolated instance method 'roundedCorners(radius:corners:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
44 |
45 | private extension Text {
46 |     func applyChatStyle(for text: String, cellStyle: TextCellStyle) -> some View {
   |          `- note: add '@MainActor' to make instance method 'applyChatStyle(for:cellStyle:)' part of global actor 'MainActor'
47 |         self
48 |             .font(cellStyle.textStyle.font)
   :
53 |             .padding(cellStyle.textPadding)
54 |             .background(cellStyle.cellBackgroundColor)
55 |             .roundedCorners(
   |              `- warning: call to main actor-isolated instance method 'roundedCorners(radius:corners:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
56 |                 radius: cellStyle.cellCornerRadius,
57 |                 corners: cellStyle.cellRoundedCorners
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Other/RoundedCornerShape.swift:77:10: note: calls to instance method 'roundedCorners(radius:corners:)' from outside of its actor context are implicitly asynchronous
75 |
76 | extension View {
77 |     func roundedCorners(radius: CGFloat, corners: RectCorner) -> some View {
   |          `- note: calls to instance method 'roundedCorners(radius:corners:)' from outside of its actor context are implicitly asynchronous
78 |         clipShape(RoundedCornerShape(radius: radius, corners: corners))
79 |     }
[143/156] Compiling SwiftyChat LoadingMessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/MessageViews/TextMessageView.swift:55:14: warning: call to main actor-isolated instance method 'roundedCorners(radius:corners:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
44 |
45 | private extension Text {
46 |     func applyChatStyle(for text: String, cellStyle: TextCellStyle) -> some View {
   |          `- note: add '@MainActor' to make instance method 'applyChatStyle(for:cellStyle:)' part of global actor 'MainActor'
47 |         self
48 |             .font(cellStyle.textStyle.font)
   :
53 |             .padding(cellStyle.textPadding)
54 |             .background(cellStyle.cellBackgroundColor)
55 |             .roundedCorners(
   |              `- warning: call to main actor-isolated instance method 'roundedCorners(radius:corners:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
56 |                 radius: cellStyle.cellCornerRadius,
57 |                 corners: cellStyle.cellRoundedCorners
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Other/RoundedCornerShape.swift:77:10: note: calls to instance method 'roundedCorners(radius:corners:)' from outside of its actor context are implicitly asynchronous
75 |
76 | extension View {
77 |     func roundedCorners(radius: CGFloat, corners: RectCorner) -> some View {
   |          `- note: calls to instance method 'roundedCorners(radius:corners:)' from outside of its actor context are implicitly asynchronous
78 |         clipShape(RoundedCornerShape(radius: radius, corners: corners))
79 |     }
[144/156] Compiling SwiftyChat LocationMessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/MessageViews/TextMessageView.swift:55:14: warning: call to main actor-isolated instance method 'roundedCorners(radius:corners:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
44 |
45 | private extension Text {
46 |     func applyChatStyle(for text: String, cellStyle: TextCellStyle) -> some View {
   |          `- note: add '@MainActor' to make instance method 'applyChatStyle(for:cellStyle:)' part of global actor 'MainActor'
47 |         self
48 |             .font(cellStyle.textStyle.font)
   :
53 |             .padding(cellStyle.textPadding)
54 |             .background(cellStyle.cellBackgroundColor)
55 |             .roundedCorners(
   |              `- warning: call to main actor-isolated instance method 'roundedCorners(radius:corners:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
56 |                 radius: cellStyle.cellCornerRadius,
57 |                 corners: cellStyle.cellRoundedCorners
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Other/RoundedCornerShape.swift:77:10: note: calls to instance method 'roundedCorners(radius:corners:)' from outside of its actor context are implicitly asynchronous
75 |
76 | extension View {
77 |     func roundedCorners(radius: CGFloat, corners: RectCorner) -> some View {
   |          `- note: calls to instance method 'roundedCorners(radius:corners:)' from outside of its actor context are implicitly asynchronous
78 |         clipShape(RoundedCornerShape(radius: radius, corners: corners))
79 |     }
[145/156] Compiling SwiftyChat QuickReplyMessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/MessageViews/TextMessageView.swift:55:14: warning: call to main actor-isolated instance method 'roundedCorners(radius:corners:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
44 |
45 | private extension Text {
46 |     func applyChatStyle(for text: String, cellStyle: TextCellStyle) -> some View {
   |          `- note: add '@MainActor' to make instance method 'applyChatStyle(for:cellStyle:)' part of global actor 'MainActor'
47 |         self
48 |             .font(cellStyle.textStyle.font)
   :
53 |             .padding(cellStyle.textPadding)
54 |             .background(cellStyle.cellBackgroundColor)
55 |             .roundedCorners(
   |              `- warning: call to main actor-isolated instance method 'roundedCorners(radius:corners:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
56 |                 radius: cellStyle.cellCornerRadius,
57 |                 corners: cellStyle.cellRoundedCorners
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Other/RoundedCornerShape.swift:77:10: note: calls to instance method 'roundedCorners(radius:corners:)' from outside of its actor context are implicitly asynchronous
75 |
76 | extension View {
77 |     func roundedCorners(radius: CGFloat, corners: RectCorner) -> some View {
   |          `- note: calls to instance method 'roundedCorners(radius:corners:)' from outside of its actor context are implicitly asynchronous
78 |         clipShape(RoundedCornerShape(radius: radius, corners: corners))
79 |     }
[146/156] Compiling SwiftyChat TextMessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/MessageViews/TextMessageView.swift:55:14: warning: call to main actor-isolated instance method 'roundedCorners(radius:corners:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
44 |
45 | private extension Text {
46 |     func applyChatStyle(for text: String, cellStyle: TextCellStyle) -> some View {
   |          `- note: add '@MainActor' to make instance method 'applyChatStyle(for:cellStyle:)' part of global actor 'MainActor'
47 |         self
48 |             .font(cellStyle.textStyle.font)
   :
53 |             .padding(cellStyle.textPadding)
54 |             .background(cellStyle.cellBackgroundColor)
55 |             .roundedCorners(
   |              `- warning: call to main actor-isolated instance method 'roundedCorners(radius:corners:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
56 |                 radius: cellStyle.cellCornerRadius,
57 |                 corners: cellStyle.cellRoundedCorners
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Other/RoundedCornerShape.swift:77:10: note: calls to instance method 'roundedCorners(radius:corners:)' from outside of its actor context are implicitly asynchronous
75 |
76 | extension View {
77 |     func roundedCorners(radius: CGFloat, corners: RectCorner) -> some View {
   |          `- note: calls to instance method 'roundedCorners(radius:corners:)' from outside of its actor context are implicitly asynchronous
78 |         clipShape(RoundedCornerShape(radius: radius, corners: corners))
79 |     }
[147/156] Compiling SwiftyChat LocationItem.swift
[148/156] Compiling SwiftyChat QuickReplyItem.swift
[149/156] Compiling SwiftyChat VideoItem.swift
[150/156] Compiling SwiftyChat ChatVideoPlayer.swift
[151/156] Compiling SwiftyChat PIPVideoCell.swift
[152/156] Compiling SwiftyChat PIPVideoCellViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:46:32: warning: main actor-isolated property 'rate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
44 |                 )
45 |
46 |                 if self.player.rate != 0 {
   |                                `- warning: main actor-isolated property 'rate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |                     self.player.play()
48 |                 }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:184:17: note: property declared here
 182 |  Before macOS 13, iOS 16, tvOS 16, and watchOS 9, this property must be accessed on the main thread/queue.
 183 |  */
 184 | @property float rate
     |                 `- note: property declared here
 185 | #if AVF_DEPLOYING_TO_2022_RELEASES_AND_LATER
 186 | NS_SWIFT_NONISOLATED
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:47:33: warning: call to main actor-isolated instance method 'play()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
45 |
46 |                 if self.player.rate != 0 {
47 |                     self.player.play()
   |                                 `- warning: call to main actor-isolated instance method 'play()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
48 |                 }
49 |             })
AVFoundation.AVPlayer.play:2:22: note: calls to instance method 'play()' from outside of its actor context are implicitly asynchronous
1 | class AVPlayer {
2 | @MainActor open func play()}
  |                      `- note: calls to instance method 'play()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:71:23: warning: capture of 'self' with non-sendable type 'PlayerViewModel?' in a '@Sendable' closure
 2 | import Combine
 3 |
 4 | final class PlayerViewModel: ObservableObject {
   |             `- note: class 'PlayerViewModel' does not conform to the 'Sendable' protocol
 5 |     let player: AVPlayer
 6 |
   :
69 |             queue: .main
70 |         ) { [weak self] time in
71 |             guard let self else { return }
   |                       `- warning: capture of 'self' with non-sendable type 'PlayerViewModel?' in a '@Sendable' closure
72 |
73 |             if self.isEditingCurrentTime == false {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:87:39: warning: main actor-isolated property 'asset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
85 |             .filter({ $0 == .readyToPlay })
86 |             .sink(receiveValue: { [weak self] _ in
87 |                 self?.duration = item.asset.duration.seconds
   |                                       `- warning: main actor-isolated property 'asset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
88 |             })
89 |             .store(in: &subscriptions)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayerItem.h:218:42: note: property declared here
 216 |  @abstract Accessor for underlying AVAsset.
 217 |  */
 218 | @property (nonatomic, readonly) AVAsset *asset;
     |                                          `- note: property declared here
 219 |
 220 | /*!
[153/156] Compiling SwiftyChat PlayerViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:46:32: warning: main actor-isolated property 'rate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
44 |                 )
45 |
46 |                 if self.player.rate != 0 {
   |                                `- warning: main actor-isolated property 'rate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |                     self.player.play()
48 |                 }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:184:17: note: property declared here
 182 |  Before macOS 13, iOS 16, tvOS 16, and watchOS 9, this property must be accessed on the main thread/queue.
 183 |  */
 184 | @property float rate
     |                 `- note: property declared here
 185 | #if AVF_DEPLOYING_TO_2022_RELEASES_AND_LATER
 186 | NS_SWIFT_NONISOLATED
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:47:33: warning: call to main actor-isolated instance method 'play()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
45 |
46 |                 if self.player.rate != 0 {
47 |                     self.player.play()
   |                                 `- warning: call to main actor-isolated instance method 'play()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
48 |                 }
49 |             })
AVFoundation.AVPlayer.play:2:22: note: calls to instance method 'play()' from outside of its actor context are implicitly asynchronous
1 | class AVPlayer {
2 | @MainActor open func play()}
  |                      `- note: calls to instance method 'play()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:71:23: warning: capture of 'self' with non-sendable type 'PlayerViewModel?' in a '@Sendable' closure
 2 | import Combine
 3 |
 4 | final class PlayerViewModel: ObservableObject {
   |             `- note: class 'PlayerViewModel' does not conform to the 'Sendable' protocol
 5 |     let player: AVPlayer
 6 |
   :
69 |             queue: .main
70 |         ) { [weak self] time in
71 |             guard let self else { return }
   |                       `- warning: capture of 'self' with non-sendable type 'PlayerViewModel?' in a '@Sendable' closure
72 |
73 |             if self.isEditingCurrentTime == false {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:87:39: warning: main actor-isolated property 'asset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
85 |             .filter({ $0 == .readyToPlay })
86 |             .sink(receiveValue: { [weak self] _ in
87 |                 self?.duration = item.asset.duration.seconds
   |                                       `- warning: main actor-isolated property 'asset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
88 |             })
89 |             .store(in: &subscriptions)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayerItem.h:218:42: note: property declared here
 216 |  @abstract Accessor for underlying AVAsset.
 217 |  */
 218 | @property (nonatomic, readonly) AVAsset *asset;
     |                                          `- note: property declared here
 219 |
 220 | /*!
[154/156] Compiling SwiftyChat VideoPlayerOverlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:46:32: warning: main actor-isolated property 'rate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
44 |                 )
45 |
46 |                 if self.player.rate != 0 {
   |                                `- warning: main actor-isolated property 'rate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |                     self.player.play()
48 |                 }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:184:17: note: property declared here
 182 |  Before macOS 13, iOS 16, tvOS 16, and watchOS 9, this property must be accessed on the main thread/queue.
 183 |  */
 184 | @property float rate
     |                 `- note: property declared here
 185 | #if AVF_DEPLOYING_TO_2022_RELEASES_AND_LATER
 186 | NS_SWIFT_NONISOLATED
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:47:33: warning: call to main actor-isolated instance method 'play()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
45 |
46 |                 if self.player.rate != 0 {
47 |                     self.player.play()
   |                                 `- warning: call to main actor-isolated instance method 'play()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
48 |                 }
49 |             })
AVFoundation.AVPlayer.play:2:22: note: calls to instance method 'play()' from outside of its actor context are implicitly asynchronous
1 | class AVPlayer {
2 | @MainActor open func play()}
  |                      `- note: calls to instance method 'play()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:71:23: warning: capture of 'self' with non-sendable type 'PlayerViewModel?' in a '@Sendable' closure
 2 | import Combine
 3 |
 4 | final class PlayerViewModel: ObservableObject {
   |             `- note: class 'PlayerViewModel' does not conform to the 'Sendable' protocol
 5 |     let player: AVPlayer
 6 |
   :
69 |             queue: .main
70 |         ) { [weak self] time in
71 |             guard let self else { return }
   |                       `- warning: capture of 'self' with non-sendable type 'PlayerViewModel?' in a '@Sendable' closure
72 |
73 |             if self.isEditingCurrentTime == false {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:87:39: warning: main actor-isolated property 'asset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
85 |             .filter({ $0 == .readyToPlay })
86 |             .sink(receiveValue: { [weak self] _ in
87 |                 self?.duration = item.asset.duration.seconds
   |                                       `- warning: main actor-isolated property 'asset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
88 |             })
89 |             .store(in: &subscriptions)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayerItem.h:218:42: note: property declared here
 216 |  @abstract Accessor for underlying AVAsset.
 217 |  */
 218 | @property (nonatomic, readonly) AVAsset *asset;
     |                                          `- note: property declared here
 219 |
 220 | /*!
[155/156] Compiling SwiftyChat VideoPlayerRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:46:32: warning: main actor-isolated property 'rate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
44 |                 )
45 |
46 |                 if self.player.rate != 0 {
   |                                `- warning: main actor-isolated property 'rate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |                     self.player.play()
48 |                 }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:184:17: note: property declared here
 182 |  Before macOS 13, iOS 16, tvOS 16, and watchOS 9, this property must be accessed on the main thread/queue.
 183 |  */
 184 | @property float rate
     |                 `- note: property declared here
 185 | #if AVF_DEPLOYING_TO_2022_RELEASES_AND_LATER
 186 | NS_SWIFT_NONISOLATED
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:47:33: warning: call to main actor-isolated instance method 'play()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
45 |
46 |                 if self.player.rate != 0 {
47 |                     self.player.play()
   |                                 `- warning: call to main actor-isolated instance method 'play()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
48 |                 }
49 |             })
AVFoundation.AVPlayer.play:2:22: note: calls to instance method 'play()' from outside of its actor context are implicitly asynchronous
1 | class AVPlayer {
2 | @MainActor open func play()}
  |                      `- note: calls to instance method 'play()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:71:23: warning: capture of 'self' with non-sendable type 'PlayerViewModel?' in a '@Sendable' closure
 2 | import Combine
 3 |
 4 | final class PlayerViewModel: ObservableObject {
   |             `- note: class 'PlayerViewModel' does not conform to the 'Sendable' protocol
 5 |     let player: AVPlayer
 6 |
   :
69 |             queue: .main
70 |         ) { [weak self] time in
71 |             guard let self else { return }
   |                       `- warning: capture of 'self' with non-sendable type 'PlayerViewModel?' in a '@Sendable' closure
72 |
73 |             if self.isEditingCurrentTime == false {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:87:39: warning: main actor-isolated property 'asset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
85 |             .filter({ $0 == .readyToPlay })
86 |             .sink(receiveValue: { [weak self] _ in
87 |                 self?.duration = item.asset.duration.seconds
   |                                       `- warning: main actor-isolated property 'asset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
88 |             })
89 |             .store(in: &subscriptions)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayerItem.h:218:42: note: property declared here
 216 |  @abstract Accessor for underlying AVAsset.
 217 |  */
 218 | @property (nonatomic, readonly) AVAsset *asset;
     |                                          `- note: property declared here
 219 |
 220 | /*!
[156/156] Compiling SwiftyChat LoadingThreeBallsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:46:32: warning: main actor-isolated property 'rate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
44 |                 )
45 |
46 |                 if self.player.rate != 0 {
   |                                `- warning: main actor-isolated property 'rate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |                     self.player.play()
48 |                 }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:184:17: note: property declared here
 182 |  Before macOS 13, iOS 16, tvOS 16, and watchOS 9, this property must be accessed on the main thread/queue.
 183 |  */
 184 | @property float rate
     |                 `- note: property declared here
 185 | #if AVF_DEPLOYING_TO_2022_RELEASES_AND_LATER
 186 | NS_SWIFT_NONISOLATED
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:47:33: warning: call to main actor-isolated instance method 'play()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
45 |
46 |                 if self.player.rate != 0 {
47 |                     self.player.play()
   |                                 `- warning: call to main actor-isolated instance method 'play()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
48 |                 }
49 |             })
AVFoundation.AVPlayer.play:2:22: note: calls to instance method 'play()' from outside of its actor context are implicitly asynchronous
1 | class AVPlayer {
2 | @MainActor open func play()}
  |                      `- note: calls to instance method 'play()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:71:23: warning: capture of 'self' with non-sendable type 'PlayerViewModel?' in a '@Sendable' closure
 2 | import Combine
 3 |
 4 | final class PlayerViewModel: ObservableObject {
   |             `- note: class 'PlayerViewModel' does not conform to the 'Sendable' protocol
 5 |     let player: AVPlayer
 6 |
   :
69 |             queue: .main
70 |         ) { [weak self] time in
71 |             guard let self else { return }
   |                       `- warning: capture of 'self' with non-sendable type 'PlayerViewModel?' in a '@Sendable' closure
72 |
73 |             if self.isEditingCurrentTime == false {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChat/Core/Video/PlayerViewModel.swift:87:39: warning: main actor-isolated property 'asset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
85 |             .filter({ $0 == .readyToPlay })
86 |             .sink(receiveValue: { [weak self] _ in
87 |                 self?.duration = item.asset.duration.seconds
   |                                       `- warning: main actor-isolated property 'asset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
88 |             })
89 |             .store(in: &subscriptions)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayerItem.h:218:42: note: property declared here
 216 |  @abstract Accessor for underlying AVAsset.
 217 |  */
 218 | @property (nonatomic, readonly) AVAsset *asset;
     |                                          `- note: property declared here
 219 |
 220 | /*!
[157/159] Compiling SwiftyChatMock Lorem.swift
[158/159] Compiling SwiftyChatMock MessageMocker.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChatMock/MessageMocker.swift:32:23: warning: static property 'sender' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 30 |     }
 31 |
 32 |     public static var sender: ChatUserItem = .init(
    |                       |- warning: static property 'sender' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'sender' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'sender' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |         userName: "Sender",
 34 |         avatarURL: avatarUrl(Int.random(in: 1...250))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChatMock/MessageMocker.swift:37:23: warning: static property 'chatbot' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 35 |     )
 36 |
 37 |     public static var chatbot: ChatUserItem = .init(
    |                       |- warning: static property 'chatbot' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chatbot' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'chatbot' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |         userName: "Chatbot",
 39 |         avatarURL: avatarUrl(Int.random(in: 1...250))
[159/159] Emitting module SwiftyChatMock
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChatMock/MessageMocker.swift:32:23: warning: static property 'sender' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 30 |     }
 31 |
 32 |     public static var sender: ChatUserItem = .init(
    |                       |- warning: static property 'sender' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'sender' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'sender' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |         userName: "Sender",
 34 |         avatarURL: avatarUrl(Int.random(in: 1...250))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyChatMock/MessageMocker.swift:37:23: warning: static property 'chatbot' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 35 |     )
 36 |
 37 |     public static var chatbot: ChatUserItem = .init(
    |                       |- warning: static property 'chatbot' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chatbot' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'chatbot' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |         userName: "Chatbot",
 39 |         avatarURL: avatarUrl(Int.random(in: 1...250))
Build complete! (24.26s)
Fetching https://github.com/dkk/WrappingHStack.git
Fetching https://github.com/EnesKaraosman/SwiftUIEKtensions.git
Fetching https://github.com/onevcat/Kingfisher.git
[1/479] Fetching wrappinghstack
[227/727] Fetching wrappinghstack, swiftuiektensions
[479/32566] Fetching wrappinghstack, swiftuiektensions, kingfisher
Fetched https://github.com/onevcat/Kingfisher.git from cache (2.80s)
Fetched https://github.com/dkk/WrappingHStack.git from cache (2.80s)
Fetched https://github.com/EnesKaraosman/SwiftUIEKtensions.git from cache (2.80s)
Computing version for https://github.com/dkk/WrappingHStack.git
Computed https://github.com/dkk/WrappingHStack.git at 2.2.11 (5.97s)
Computing version for https://github.com/EnesKaraosman/SwiftUIEKtensions.git
Computed https://github.com/EnesKaraosman/SwiftUIEKtensions.git at 0.4.0 (0.48s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 8.6.1 (0.49s)
Creating working copy for https://github.com/EnesKaraosman/SwiftUIEKtensions.git
Working copy of https://github.com/EnesKaraosman/SwiftUIEKtensions.git resolved at 0.4.0
Creating working copy for https://github.com/dkk/WrappingHStack.git
Working copy of https://github.com/dkk/WrappingHStack.git resolved at 2.2.11
Creating working copy for https://github.com/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 8.6.1
warning: 'kingfisher': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Info.plist
Build complete.
{
  "dependencies" : [
    {
      "identity" : "kingfisher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.6.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Kingfisher.git"
    },
    {
      "identity" : "swiftuiektensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/EnesKaraosman/SwiftUIEKtensions.git"
    },
    {
      "identity" : "wrappinghstack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.11",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dkk/WrappingHStack.git"
    }
  ],
  "manifest_display_name" : "SwiftyChat",
  "name" : "SwiftyChat",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyChat",
      "targets" : [
        "SwiftyChat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftyChatMock",
      "targets" : [
        "SwiftyChatMock"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyChatMock",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyChatMock",
      "path" : "Sources/SwiftyChatMock",
      "product_memberships" : [
        "SwiftyChatMock"
      ],
      "sources" : [
        "Lorem.swift",
        "MessageMocker.swift"
      ],
      "target_dependencies" : [
        "SwiftyChat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftyChat",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyChat",
      "path" : "Sources/SwiftyChat",
      "product_dependencies" : [
        "Kingfisher",
        "SwiftUIEKtensions",
        "WrappingHStack"
      ],
      "product_memberships" : [
        "SwiftyChat",
        "SwiftyChatMock"
      ],
      "sources" : [
        "ChatMessageViewContainer.swift",
        "ChatView.swift",
        "Core/ChatMessageKind.swift",
        "Core/Extension/Date++.swift",
        "Core/Extension/String++.swift",
        "Core/Extension/UIDevice++.swift",
        "Core/Other/CarouselItemButtonStyle.swift",
        "Core/Other/RoundedCornerShape.swift",
        "Core/Protocols/CarouselItem.swift",
        "Core/Protocols/ChatMessage.swift",
        "Core/Protocols/ChatUser.swift",
        "Core/Protocols/ContactItem.swift",
        "Core/Protocols/LocationItem.swift",
        "Core/Protocols/QuickReplyItem.swift",
        "Core/Protocols/VideoItem.swift",
        "Core/Video/ChatVideoPlayer.swift",
        "Core/Video/PIPVideoCell.swift",
        "Core/Video/PIPVideoCellViewModel.swift",
        "Core/Video/PlayerViewModel.swift",
        "Core/Video/VideoPlayerOverlay.swift",
        "Core/Video/VideoPlayerRepresentable.swift",
        "Core/View/LoadingThreeBallsView.swift",
        "Core/ViewModifiers/AvatarModifier.swift",
        "Core/ViewModifiers/DismissKeyboardModifier.swift",
        "Core/ViewModifiers/EmojiModifier.swift",
        "Core/ViewModifiers/KeyboardAwareModifier.swift",
        "Core/ViewModifiers/MessageHorizontalAlignmentModifier.swift",
        "Core/ViewModifiers/MessageViewEdgeInsetsModifier.swift",
        "InputView/BasicInputView.swift",
        "MessageViews/CarouselMessageView.swift",
        "MessageViews/ContactMessageView.swift",
        "MessageViews/ImageMessageView.swift",
        "MessageViews/ImageTextMessageView.swift",
        "MessageViews/LoadingMessageView.swift",
        "MessageViews/LocationMessageView.swift",
        "MessageViews/QuickReplyMessageView.swift",
        "MessageViews/TextMessageView.swift",
        "MessageViews/VideoMessageView.swift",
        "Styles/AvatarStyle.swift",
        "Styles/CarouselCellStyle.swift",
        "Styles/ChatMessageCellStyle.swift",
        "Styles/Common/CommonImageStyle.swift",
        "Styles/Common/CommonTextStyle.swift",
        "Styles/Common/CommonViewStyle.swift",
        "Styles/ContactCellStyle.swift",
        "Styles/ImageCellStyle.swift",
        "Styles/ImageTextCellStyle.swift",
        "Styles/LocationCellStyle.swift",
        "Styles/QuickReplyCellStyle.swift",
        "Styles/TextCellStyle.swift",
        "Styles/VideoPlaceholderCellStyle.swift",
        "VideoManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.