Build Information
Successful build of SwiftTelegramBot, reference 4.6.0 (a3ee45), with Swift 6.0 for Linux on 4 Apr 2026 02:28:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:41:14: warning: class 'ChatCreatedFilter' must restate inherited '@unchecked Sendable' conformance
39 |
40 | /// Messages that contain Message.groupChatCreated, Message.supergroupChatCreated or Message.channelChatCreated
41 | public class ChatCreatedFilter: TGFilter {
| `- warning: class 'ChatCreatedFilter' must restate inherited '@unchecked Sendable' conformance
42 |
43 | public var name: String = "chat_created"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:54:14: warning: class 'DeleteChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
52 |
53 | /// Messages that contain Message.deleteChatPhoto
54 | public class DeleteChatPhotoFilter: TGFilter {
| `- warning: class 'DeleteChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
55 |
56 | public var name: String = "delete_chat_photo"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:65:14: warning: class 'LeftChatMemberFilter' must restate inherited '@unchecked Sendable' conformance
63 |
64 | /// Messages that contain Message.leftChatMember
65 | public class LeftChatMemberFilter: TGFilter {
| `- warning: class 'LeftChatMemberFilter' must restate inherited '@unchecked Sendable' conformance
66 |
67 | public var name: String = "left_chat_member"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:76:14: warning: class 'MigrateFilter' must restate inherited '@unchecked Sendable' conformance
74 |
75 | /// Messages that contain Message.migrateFromChatId
76 | public class MigrateFilter: TGFilter {
| `- warning: class 'MigrateFilter' must restate inherited '@unchecked Sendable' conformance
77 |
78 | public var name: String = "migrate"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:88:14: warning: class 'NewChatMembersFilter' must restate inherited '@unchecked Sendable' conformance
86 |
87 | /// Messages that contain Message.newChatMembers
88 | public class NewChatMembersFilter: TGFilter {
| `- warning: class 'NewChatMembersFilter' must restate inherited '@unchecked Sendable' conformance
89 |
90 | public var name: String = "new_chat_members"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:99:14: warning: class 'NewChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
97 |
98 | /// Messages that contain Message.newChatPhoto
99 | public class NewChatPhotoFilter: TGFilter {
| `- warning: class 'NewChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
100 |
101 | public var name: String = "new_chat_photo"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:111:14: warning: class 'NewChatTitleFilter' must restate inherited '@unchecked Sendable' conformance
109 |
110 | /// Messages that contain Message.newChatTitle
111 | public class NewChatTitleFilter: TGFilter {
| `- warning: class 'NewChatTitleFilter' must restate inherited '@unchecked Sendable' conformance
112 |
113 | public var name: String = "new_chat_title"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:122:14: warning: class 'PinnedMessageFilter' must restate inherited '@unchecked Sendable' conformance
120 |
121 | /// Messages that contain Message.pinnedMessage
122 | public class PinnedMessageFilter: TGFilter {
| `- warning: class 'PinnedMessageFilter' must restate inherited '@unchecked Sendable' conformance
123 |
124 | public var name: String = "pinned_message"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StickerFilter.swift:10:14: warning: class 'StickerFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Sticker`
10 | public class StickerFilter: TGFilter {
| `- warning: class 'StickerFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "sticker"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/SuccesfulPaymentFilter.swift:10:14: warning: class 'SuccesfulPaymentFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages that contains a `SuccessfulPayment`.
10 | public class SuccesfulPaymentFilter: TGFilter {
| `- warning: class 'SuccesfulPaymentFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "successful_payment"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/TextFilter.swift:10:14: warning: class 'TextFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to allow only those which contains text
10 | public class TextFilter: TGFilter {
| `- warning: class 'TextFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "text"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/UserFilter.swift:10:14: warning: class 'UserFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to allow only those which are from specified user ID.
10 | public class UserFilter: TGFilter {
| `- warning: class 'UserFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | var userIds: Set<Int64>?
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VenueFilter.swift:10:14: warning: class 'VenueFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Vanue`
10 | public class VenueFilter: TGFilter {
| `- warning: class 'VenueFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "venue"
[45/196] Compiling SwiftTelegramBot UserFilter.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/AllFilter.swift:10:14: warning: class 'AllFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filter for any update, said "no filter"
10 | public class AllFilter: TGFilter {
| `- warning: class 'AllFilter' must restate inherited '@unchecked Sendable' conformance
11 | public var name: String = "all"
12 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/AudioFilter.swift:10:14: warning: class 'AudioFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Audio`
10 | public class AudioFilter: TGFilter {
| `- warning: class 'AudioFilter' must restate inherited '@unchecked Sendable' conformance
11 | public var name: String = "audio"
12 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/CaptionEntityFilter.swift:10:14: warning: class 'CaptionEntityFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters media messages to only allow those which have a `MessageEntity` where their type matches `type`.
10 | public class CaptionEntityFilter: TGFilter {
| `- warning: class 'CaptionEntityFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | var entityType: TGMessageEntityType
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/ChatFilter.swift:10:14: warning: class 'ChatFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to allow only those which are from specified chat ID.
10 | public class ChatFilter: TGFilter {
| `- warning: class 'ChatFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | var chatId: Int64
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/CommandFilter.swift:10:14: warning: class 'CommandFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages which contains command entity
10 | public class CommandFilter: TGFilter {
| `- warning: class 'CommandFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "command"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/ContactFilter.swift:10:14: warning: class 'ContactFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Contact`
10 | public class ContactFilter: TGFilter {
| `- warning: class 'ContactFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "contact"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/DocumentFilter.swift:10:14: warning: class 'DocumentFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Document`
10 | public class DocumentFilter: TGFilter {
| `- warning: class 'DocumentFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "document"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/EntityFilter.swift:10:14: warning: class 'EntityFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to only allow those which have a `MessageEntity` where their type matches `type`.
10 | public class EntityFilter: TGFilter {
| `- warning: class 'EntityFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | let entityTypes: Set<TGMessageEntityType>
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/ForwarderFilter.swift:10:14: warning: class 'ForwarderFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that are forwarded.
10 | public class ForwarderFilter: TGFilter {
| `- warning: class 'ForwarderFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "forwarded"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/GameFilter.swift:10:14: warning: class 'GameFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Game`
10 | public class GameFilter: TGFilter {
| `- warning: class 'GameFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "forwarded"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/GroupFilter.swift:10:14: warning: class 'GroupFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages sent in a group chat
10 | public class GroupFilter: TGFilter {
| `- warning: class 'GroupFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "group"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/InvoiceFilter.swift:10:14: warning: class 'InvoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Invoice`
10 | public class InvoiceFilter: TGFilter {
| `- warning: class 'InvoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "invoice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/LanguageFilter.swift:12:14: warning: class 'LanguageFilter' must restate inherited '@unchecked Sendable' conformance
10 | ///
11 | /// Note: According to telegrams documentation, every single user does not have the language_code attribute.
12 | public class LanguageFilter: TGFilter {
| `- warning: class 'LanguageFilter' must restate inherited '@unchecked Sendable' conformance
13 |
14 | var lang: String
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/LocationFilter.swift:10:14: warning: class 'LocationFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Location`
10 | public class LocationFilter: TGFilter {
| `- warning: class 'LocationFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "location"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/PhotoFilter.swift:10:14: warning: class 'PhotoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `[PhotoSize]`
10 | public class PhotoFilter: TGFilter {
| `- warning: class 'PhotoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "photo"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/PrivateFilter.swift:10:14: warning: class 'PrivateFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages sent in a private chat
10 | public class PrivateFilter: TGFilter {
| `- warning: class 'PrivateFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "private"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/RegexpFilter.swift:11:14: warning: class 'RegexpFilter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | /// Filters updates by searching for an occurence of pattern in the message text. The `NSRegularExpression` is used to determine whether an update should be filtered. Refer to the documentation of the `NSRegularExpression` for more information.
11 | public class RegexpFilter: TGFilter {
| `- warning: class 'RegexpFilter' must restate inherited '@unchecked Sendable' conformance
12 |
13 | let pattern: String
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/ReplyFilter.swift:10:14: warning: class 'ReplyFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that are a reply to another message
10 | public class ReplyFilter: TGFilter {
| `- warning: class 'ReplyFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "reply"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:41:14: warning: class 'ChatCreatedFilter' must restate inherited '@unchecked Sendable' conformance
39 |
40 | /// Messages that contain Message.groupChatCreated, Message.supergroupChatCreated or Message.channelChatCreated
41 | public class ChatCreatedFilter: TGFilter {
| `- warning: class 'ChatCreatedFilter' must restate inherited '@unchecked Sendable' conformance
42 |
43 | public var name: String = "chat_created"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:54:14: warning: class 'DeleteChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
52 |
53 | /// Messages that contain Message.deleteChatPhoto
54 | public class DeleteChatPhotoFilter: TGFilter {
| `- warning: class 'DeleteChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
55 |
56 | public var name: String = "delete_chat_photo"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:65:14: warning: class 'LeftChatMemberFilter' must restate inherited '@unchecked Sendable' conformance
63 |
64 | /// Messages that contain Message.leftChatMember
65 | public class LeftChatMemberFilter: TGFilter {
| `- warning: class 'LeftChatMemberFilter' must restate inherited '@unchecked Sendable' conformance
66 |
67 | public var name: String = "left_chat_member"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:76:14: warning: class 'MigrateFilter' must restate inherited '@unchecked Sendable' conformance
74 |
75 | /// Messages that contain Message.migrateFromChatId
76 | public class MigrateFilter: TGFilter {
| `- warning: class 'MigrateFilter' must restate inherited '@unchecked Sendable' conformance
77 |
78 | public var name: String = "migrate"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:88:14: warning: class 'NewChatMembersFilter' must restate inherited '@unchecked Sendable' conformance
86 |
87 | /// Messages that contain Message.newChatMembers
88 | public class NewChatMembersFilter: TGFilter {
| `- warning: class 'NewChatMembersFilter' must restate inherited '@unchecked Sendable' conformance
89 |
90 | public var name: String = "new_chat_members"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:99:14: warning: class 'NewChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
97 |
98 | /// Messages that contain Message.newChatPhoto
99 | public class NewChatPhotoFilter: TGFilter {
| `- warning: class 'NewChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
100 |
101 | public var name: String = "new_chat_photo"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:111:14: warning: class 'NewChatTitleFilter' must restate inherited '@unchecked Sendable' conformance
109 |
110 | /// Messages that contain Message.newChatTitle
111 | public class NewChatTitleFilter: TGFilter {
| `- warning: class 'NewChatTitleFilter' must restate inherited '@unchecked Sendable' conformance
112 |
113 | public var name: String = "new_chat_title"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:122:14: warning: class 'PinnedMessageFilter' must restate inherited '@unchecked Sendable' conformance
120 |
121 | /// Messages that contain Message.pinnedMessage
122 | public class PinnedMessageFilter: TGFilter {
| `- warning: class 'PinnedMessageFilter' must restate inherited '@unchecked Sendable' conformance
123 |
124 | public var name: String = "pinned_message"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StickerFilter.swift:10:14: warning: class 'StickerFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Sticker`
10 | public class StickerFilter: TGFilter {
| `- warning: class 'StickerFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "sticker"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/SuccesfulPaymentFilter.swift:10:14: warning: class 'SuccesfulPaymentFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages that contains a `SuccessfulPayment`.
10 | public class SuccesfulPaymentFilter: TGFilter {
| `- warning: class 'SuccesfulPaymentFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "successful_payment"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/TextFilter.swift:10:14: warning: class 'TextFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to allow only those which contains text
10 | public class TextFilter: TGFilter {
| `- warning: class 'TextFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "text"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/UserFilter.swift:10:14: warning: class 'UserFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to allow only those which are from specified user ID.
10 | public class UserFilter: TGFilter {
| `- warning: class 'UserFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | var userIds: Set<Int64>?
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VenueFilter.swift:10:14: warning: class 'VenueFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Vanue`
10 | public class VenueFilter: TGFilter {
| `- warning: class 'VenueFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "venue"
[46/196] Compiling SwiftTelegramBot VenueFilter.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/AllFilter.swift:10:14: warning: class 'AllFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filter for any update, said "no filter"
10 | public class AllFilter: TGFilter {
| `- warning: class 'AllFilter' must restate inherited '@unchecked Sendable' conformance
11 | public var name: String = "all"
12 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/AudioFilter.swift:10:14: warning: class 'AudioFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Audio`
10 | public class AudioFilter: TGFilter {
| `- warning: class 'AudioFilter' must restate inherited '@unchecked Sendable' conformance
11 | public var name: String = "audio"
12 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/CaptionEntityFilter.swift:10:14: warning: class 'CaptionEntityFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters media messages to only allow those which have a `MessageEntity` where their type matches `type`.
10 | public class CaptionEntityFilter: TGFilter {
| `- warning: class 'CaptionEntityFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | var entityType: TGMessageEntityType
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/ChatFilter.swift:10:14: warning: class 'ChatFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to allow only those which are from specified chat ID.
10 | public class ChatFilter: TGFilter {
| `- warning: class 'ChatFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | var chatId: Int64
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/CommandFilter.swift:10:14: warning: class 'CommandFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages which contains command entity
10 | public class CommandFilter: TGFilter {
| `- warning: class 'CommandFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "command"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/ContactFilter.swift:10:14: warning: class 'ContactFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Contact`
10 | public class ContactFilter: TGFilter {
| `- warning: class 'ContactFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "contact"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/DocumentFilter.swift:10:14: warning: class 'DocumentFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Document`
10 | public class DocumentFilter: TGFilter {
| `- warning: class 'DocumentFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "document"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/EntityFilter.swift:10:14: warning: class 'EntityFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to only allow those which have a `MessageEntity` where their type matches `type`.
10 | public class EntityFilter: TGFilter {
| `- warning: class 'EntityFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | let entityTypes: Set<TGMessageEntityType>
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/ForwarderFilter.swift:10:14: warning: class 'ForwarderFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that are forwarded.
10 | public class ForwarderFilter: TGFilter {
| `- warning: class 'ForwarderFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "forwarded"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/GameFilter.swift:10:14: warning: class 'GameFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Game`
10 | public class GameFilter: TGFilter {
| `- warning: class 'GameFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "forwarded"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/GroupFilter.swift:10:14: warning: class 'GroupFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages sent in a group chat
10 | public class GroupFilter: TGFilter {
| `- warning: class 'GroupFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "group"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/InvoiceFilter.swift:10:14: warning: class 'InvoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Invoice`
10 | public class InvoiceFilter: TGFilter {
| `- warning: class 'InvoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "invoice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/LanguageFilter.swift:12:14: warning: class 'LanguageFilter' must restate inherited '@unchecked Sendable' conformance
10 | ///
11 | /// Note: According to telegrams documentation, every single user does not have the language_code attribute.
12 | public class LanguageFilter: TGFilter {
| `- warning: class 'LanguageFilter' must restate inherited '@unchecked Sendable' conformance
13 |
14 | var lang: String
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/LocationFilter.swift:10:14: warning: class 'LocationFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Location`
10 | public class LocationFilter: TGFilter {
| `- warning: class 'LocationFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "location"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/PhotoFilter.swift:10:14: warning: class 'PhotoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `[PhotoSize]`
10 | public class PhotoFilter: TGFilter {
| `- warning: class 'PhotoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "photo"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/PrivateFilter.swift:10:14: warning: class 'PrivateFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages sent in a private chat
10 | public class PrivateFilter: TGFilter {
| `- warning: class 'PrivateFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "private"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/RegexpFilter.swift:11:14: warning: class 'RegexpFilter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | /// Filters updates by searching for an occurence of pattern in the message text. The `NSRegularExpression` is used to determine whether an update should be filtered. Refer to the documentation of the `NSRegularExpression` for more information.
11 | public class RegexpFilter: TGFilter {
| `- warning: class 'RegexpFilter' must restate inherited '@unchecked Sendable' conformance
12 |
13 | let pattern: String
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/ReplyFilter.swift:10:14: warning: class 'ReplyFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that are a reply to another message
10 | public class ReplyFilter: TGFilter {
| `- warning: class 'ReplyFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "reply"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:41:14: warning: class 'ChatCreatedFilter' must restate inherited '@unchecked Sendable' conformance
39 |
40 | /// Messages that contain Message.groupChatCreated, Message.supergroupChatCreated or Message.channelChatCreated
41 | public class ChatCreatedFilter: TGFilter {
| `- warning: class 'ChatCreatedFilter' must restate inherited '@unchecked Sendable' conformance
42 |
43 | public var name: String = "chat_created"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:54:14: warning: class 'DeleteChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
52 |
53 | /// Messages that contain Message.deleteChatPhoto
54 | public class DeleteChatPhotoFilter: TGFilter {
| `- warning: class 'DeleteChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
55 |
56 | public var name: String = "delete_chat_photo"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:65:14: warning: class 'LeftChatMemberFilter' must restate inherited '@unchecked Sendable' conformance
63 |
64 | /// Messages that contain Message.leftChatMember
65 | public class LeftChatMemberFilter: TGFilter {
| `- warning: class 'LeftChatMemberFilter' must restate inherited '@unchecked Sendable' conformance
66 |
67 | public var name: String = "left_chat_member"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:76:14: warning: class 'MigrateFilter' must restate inherited '@unchecked Sendable' conformance
74 |
75 | /// Messages that contain Message.migrateFromChatId
76 | public class MigrateFilter: TGFilter {
| `- warning: class 'MigrateFilter' must restate inherited '@unchecked Sendable' conformance
77 |
78 | public var name: String = "migrate"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:88:14: warning: class 'NewChatMembersFilter' must restate inherited '@unchecked Sendable' conformance
86 |
87 | /// Messages that contain Message.newChatMembers
88 | public class NewChatMembersFilter: TGFilter {
| `- warning: class 'NewChatMembersFilter' must restate inherited '@unchecked Sendable' conformance
89 |
90 | public var name: String = "new_chat_members"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:99:14: warning: class 'NewChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
97 |
98 | /// Messages that contain Message.newChatPhoto
99 | public class NewChatPhotoFilter: TGFilter {
| `- warning: class 'NewChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
100 |
101 | public var name: String = "new_chat_photo"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:111:14: warning: class 'NewChatTitleFilter' must restate inherited '@unchecked Sendable' conformance
109 |
110 | /// Messages that contain Message.newChatTitle
111 | public class NewChatTitleFilter: TGFilter {
| `- warning: class 'NewChatTitleFilter' must restate inherited '@unchecked Sendable' conformance
112 |
113 | public var name: String = "new_chat_title"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:122:14: warning: class 'PinnedMessageFilter' must restate inherited '@unchecked Sendable' conformance
120 |
121 | /// Messages that contain Message.pinnedMessage
122 | public class PinnedMessageFilter: TGFilter {
| `- warning: class 'PinnedMessageFilter' must restate inherited '@unchecked Sendable' conformance
123 |
124 | public var name: String = "pinned_message"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StickerFilter.swift:10:14: warning: class 'StickerFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Sticker`
10 | public class StickerFilter: TGFilter {
| `- warning: class 'StickerFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "sticker"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/SuccesfulPaymentFilter.swift:10:14: warning: class 'SuccesfulPaymentFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages that contains a `SuccessfulPayment`.
10 | public class SuccesfulPaymentFilter: TGFilter {
| `- warning: class 'SuccesfulPaymentFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "successful_payment"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/TextFilter.swift:10:14: warning: class 'TextFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to allow only those which contains text
10 | public class TextFilter: TGFilter {
| `- warning: class 'TextFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "text"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/UserFilter.swift:10:14: warning: class 'UserFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to allow only those which are from specified user ID.
10 | public class UserFilter: TGFilter {
| `- warning: class 'UserFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | var userIds: Set<Int64>?
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VenueFilter.swift:10:14: warning: class 'VenueFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Vanue`
10 | public class VenueFilter: TGFilter {
| `- warning: class 'VenueFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "venue"
[47/220] Compiling SwiftTelegramBot GetUserGifts.swift
[48/220] Compiling SwiftTelegramBot GetUserProfileAudios.swift
[49/220] Compiling SwiftTelegramBot GetUserProfilePhotos.swift
[50/220] Compiling SwiftTelegramBot GetWebhookInfo.swift
[51/220] Compiling SwiftTelegramBot GiftPremiumSubscription.swift
[52/220] Compiling SwiftTelegramBot HideGeneralForumTopic.swift
[53/220] Compiling SwiftTelegramBot LeaveChat.swift
[54/220] Compiling SwiftTelegramBot LogOut.swift
[55/220] Compiling SwiftTelegramBot PinChatMessage.swift
[56/220] Compiling SwiftTelegramBot PostStory.swift
[57/220] Compiling SwiftTelegramBot PromoteChatMember.swift
[58/220] Compiling SwiftTelegramBot ReadBusinessMessage.swift
[59/220] Compiling SwiftTelegramBot RefundStarPayment.swift
[60/220] Compiling SwiftTelegramBot RemoveBusinessAccountProfilePhoto.swift
[61/220] Compiling SwiftTelegramBot RemoveChatVerification.swift
[62/220] Compiling SwiftTelegramBot RemoveMyProfilePhoto.swift
[63/220] Compiling SwiftTelegramBot RemoveUserVerification.swift
[64/220] Compiling SwiftTelegramBot ReopenForumTopic.swift
[65/220] Compiling SwiftTelegramBot ReopenGeneralForumTopic.swift
[66/220] Compiling SwiftTelegramBot ReplaceManagedBotToken.swift
[67/220] Compiling SwiftTelegramBot ReplaceStickerInSet.swift
[68/220] Compiling SwiftTelegramBot RepostStory.swift
[69/220] Compiling SwiftTelegramBot RestrictChatMember.swift
[70/220] Compiling SwiftTelegramBot RevokeChatInviteLink.swift
[71/220] Compiling SwiftTelegramBot SavePreparedInlineMessage.swift
[72/244] Compiling SwiftTelegramBot DeleteChatStickerSet.swift
[73/244] Compiling SwiftTelegramBot DeleteForumTopic.swift
[74/244] Compiling SwiftTelegramBot DeleteMessage.swift
[75/244] Compiling SwiftTelegramBot DeleteMessages.swift
[76/244] Compiling SwiftTelegramBot DeleteMyCommands.swift
[77/244] Compiling SwiftTelegramBot DeleteStickerFromSet.swift
[78/244] Compiling SwiftTelegramBot DeleteStickerSet.swift
[79/244] Compiling SwiftTelegramBot DeleteStory.swift
[80/244] Compiling SwiftTelegramBot DeleteWebhook.swift
[81/244] Compiling SwiftTelegramBot EditChatInviteLink.swift
[82/244] Compiling SwiftTelegramBot EditChatSubscriptionInviteLink.swift
[83/244] Compiling SwiftTelegramBot EditForumTopic.swift
[84/244] Compiling SwiftTelegramBot EditGeneralForumTopic.swift
[85/244] Compiling SwiftTelegramBot EditMessageCaption.swift
[86/244] Compiling SwiftTelegramBot EditMessageChecklist.swift
[87/244] Compiling SwiftTelegramBot EditMessageLiveLocation.swift
[88/244] Compiling SwiftTelegramBot EditMessageMedia.swift
[89/244] Compiling SwiftTelegramBot EditMessageReplyMarkup.swift
[90/244] Compiling SwiftTelegramBot EditMessageText.swift
[91/244] Compiling SwiftTelegramBot EditStory.swift
[92/244] Compiling SwiftTelegramBot EditUserStarSubscription.swift
[93/244] Compiling SwiftTelegramBot ExportChatInviteLink.swift
[94/244] Compiling SwiftTelegramBot ForwardMessage.swift
[95/244] Compiling SwiftTelegramBot ForwardMessages.swift
[96/244] Compiling SwiftTelegramBot GetAvailableGifts.swift
[97/268] Compiling SwiftTelegramBot AddStickerToSet.swift
[98/268] Compiling SwiftTelegramBot AnswerCallbackQuery.swift
[99/268] Compiling SwiftTelegramBot AnswerInlineQuery.swift
[100/268] Compiling SwiftTelegramBot AnswerPreCheckoutQuery.swift
[101/268] Compiling SwiftTelegramBot AnswerShippingQuery.swift
[102/268] Compiling SwiftTelegramBot AnswerWebAppQuery.swift
[103/268] Compiling SwiftTelegramBot ApproveChatJoinRequest.swift
[104/268] Compiling SwiftTelegramBot ApproveSuggestedPost.swift
[105/268] Compiling SwiftTelegramBot BanChatMember.swift
[106/268] Compiling SwiftTelegramBot BanChatSenderChat.swift
[107/268] Compiling SwiftTelegramBot Close.swift
[108/268] Compiling SwiftTelegramBot CloseForumTopic.swift
[109/268] Compiling SwiftTelegramBot CloseGeneralForumTopic.swift
[110/268] Compiling SwiftTelegramBot ConvertGiftToStars.swift
[111/268] Compiling SwiftTelegramBot CopyMessage.swift
[112/268] Compiling SwiftTelegramBot CopyMessages.swift
[113/268] Compiling SwiftTelegramBot CreateChatInviteLink.swift
[114/268] Compiling SwiftTelegramBot CreateChatSubscriptionInviteLink.swift
[115/268] Compiling SwiftTelegramBot CreateForumTopic.swift
[116/268] Compiling SwiftTelegramBot CreateInvoiceLink.swift
[117/268] Compiling SwiftTelegramBot CreateNewStickerSet.swift
[118/268] Compiling SwiftTelegramBot DeclineChatJoinRequest.swift
[119/268] Compiling SwiftTelegramBot DeclineSuggestedPost.swift
[120/268] Compiling SwiftTelegramBot DeleteBusinessMessages.swift
[121/268] Compiling SwiftTelegramBot DeleteChatPhoto.swift
[122/268] Compiling SwiftTelegramBot SavePreparedKeyboardButton.swift
[123/268] Compiling SwiftTelegramBot SendAnimation.swift
[124/268] Compiling SwiftTelegramBot SendAudio.swift
[125/268] Compiling SwiftTelegramBot SendChatAction.swift
[126/268] Compiling SwiftTelegramBot SendChecklist.swift
[127/268] Compiling SwiftTelegramBot SendContact.swift
[128/268] Compiling SwiftTelegramBot SendDice.swift
[129/268] Compiling SwiftTelegramBot SendDocument.swift
[130/268] Compiling SwiftTelegramBot SendGame.swift
[131/268] Compiling SwiftTelegramBot SendGift.swift
[132/268] Compiling SwiftTelegramBot SendInvoice.swift
[133/268] Compiling SwiftTelegramBot SendLocation.swift
[134/268] Compiling SwiftTelegramBot SendMediaGroup.swift
[135/268] Compiling SwiftTelegramBot SendMessage.swift
[136/268] Compiling SwiftTelegramBot SendMessageDraft.swift
[137/268] Compiling SwiftTelegramBot SendPaidMedia.swift
[138/268] Compiling SwiftTelegramBot SendPhoto.swift
[139/268] Compiling SwiftTelegramBot SendPoll.swift
[140/268] Compiling SwiftTelegramBot SendSticker.swift
[141/268] Compiling SwiftTelegramBot SendVenue.swift
[142/268] Compiling SwiftTelegramBot SendVideo.swift
[143/268] Compiling SwiftTelegramBot SendVideoNote.swift
[144/268] Compiling SwiftTelegramBot SendVoice.swift
[145/268] Compiling SwiftTelegramBot SetBusinessAccountBio.swift
[146/316] Compiling SwiftTelegramBot SetBusinessAccountGiftSettings.swift
[147/316] Compiling SwiftTelegramBot SetBusinessAccountName.swift
[148/316] Compiling SwiftTelegramBot SetBusinessAccountProfilePhoto.swift
[149/316] Compiling SwiftTelegramBot SetBusinessAccountUsername.swift
[150/316] Compiling SwiftTelegramBot SetChatAdministratorCustomTitle.swift
[151/316] Compiling SwiftTelegramBot SetChatDescription.swift
[152/316] Compiling SwiftTelegramBot SetChatMemberTag.swift
[153/316] Compiling SwiftTelegramBot SetChatMenuButton.swift
[154/316] Compiling SwiftTelegramBot SetChatPermissions.swift
[155/316] Compiling SwiftTelegramBot SetChatPhoto.swift
[156/316] Compiling SwiftTelegramBot SetChatStickerSet.swift
[157/316] Compiling SwiftTelegramBot SetChatTitle.swift
[158/316] Compiling SwiftTelegramBot SetCustomEmojiStickerSetThumbnail.swift
[159/316] Compiling SwiftTelegramBot SetGameScore.swift
[160/316] Compiling SwiftTelegramBot SetMessageReaction.swift
[161/316] Compiling SwiftTelegramBot SetMyCommands.swift
[162/316] Compiling SwiftTelegramBot SetMyDefaultAdministratorRights.swift
[163/316] Compiling SwiftTelegramBot SetMyDescription.swift
[164/316] Compiling SwiftTelegramBot SetMyName.swift
[165/316] Compiling SwiftTelegramBot SetMyProfilePhoto.swift
[166/316] Compiling SwiftTelegramBot SetMyShortDescription.swift
[167/316] Compiling SwiftTelegramBot SetPassportDataErrors.swift
[168/316] Compiling SwiftTelegramBot SetStickerEmojiList.swift
[169/316] Compiling SwiftTelegramBot SetStickerKeywords.swift
[170/340] Compiling SwiftTelegramBot TGAnimation.swift
[171/340] Compiling SwiftTelegramBot TGAudio.swift
[172/340] Compiling SwiftTelegramBot TGBackgroundFill.swift
[173/340] Compiling SwiftTelegramBot TGBackgroundFillFreeformGradient.swift
[174/340] Compiling SwiftTelegramBot TGBackgroundFillFreeformGradientType.swift
[175/340] Compiling SwiftTelegramBot TGBackgroundFillGradient.swift
[176/340] Compiling SwiftTelegramBot TGBackgroundFillGradientType.swift
[177/340] Compiling SwiftTelegramBot TGBackgroundFillSolid.swift
[178/340] Compiling SwiftTelegramBot TGBackgroundFillSolidType.swift
[179/340] Compiling SwiftTelegramBot TGBackgroundType.swift
[180/340] Compiling SwiftTelegramBot TGBackgroundTypeChatTheme.swift
[181/340] Compiling SwiftTelegramBot TGBackgroundTypeChatThemeType.swift
[182/340] Compiling SwiftTelegramBot TGBackgroundTypeFill.swift
[183/340] Compiling SwiftTelegramBot TGBackgroundTypeFillType.swift
[184/340] Compiling SwiftTelegramBot TGBackgroundTypePattern.swift
[185/340] Compiling SwiftTelegramBot TGBackgroundTypePatternType.swift
[186/340] Compiling SwiftTelegramBot TGBackgroundTypeWallpaper.swift
[187/340] Compiling SwiftTelegramBot TGBackgroundTypeWallpaperType.swift
[188/340] Compiling SwiftTelegramBot TGBirthdate.swift
[189/340] Compiling SwiftTelegramBot TGBotCommand.swift
[190/340] Compiling SwiftTelegramBot TGBotCommandScope.swift
[191/340] Compiling SwiftTelegramBot TGBotCommandScopeAllChatAdministrators.swift
[192/340] Compiling SwiftTelegramBot TGBotCommandScopeAllChatAdministratorsType.swift
[193/340] Compiling SwiftTelegramBot TGBotCommandScopeAllGroupChats.swift
[194/364] Compiling SwiftTelegramBot SetStickerMaskPosition.swift
[195/364] Compiling SwiftTelegramBot SetStickerPositionInSet.swift
[196/364] Compiling SwiftTelegramBot SetStickerSetThumbnail.swift
[197/364] Compiling SwiftTelegramBot SetStickerSetTitle.swift
[198/364] Compiling SwiftTelegramBot SetUserEmojiStatus.swift
[199/364] Compiling SwiftTelegramBot SetWebhook.swift
[200/364] Compiling SwiftTelegramBot StopMessageLiveLocation.swift
[201/364] Compiling SwiftTelegramBot StopPoll.swift
[202/364] Compiling SwiftTelegramBot TransferBusinessAccountStars.swift
[203/364] Compiling SwiftTelegramBot TransferGift.swift
[204/364] Compiling SwiftTelegramBot UnbanChatMember.swift
[205/364] Compiling SwiftTelegramBot UnbanChatSenderChat.swift
[206/364] Compiling SwiftTelegramBot UnhideGeneralForumTopic.swift
[207/364] Compiling SwiftTelegramBot UnpinAllChatMessages.swift
[208/364] Compiling SwiftTelegramBot UnpinAllForumTopicMessages.swift
[209/364] Compiling SwiftTelegramBot UnpinAllGeneralForumTopicMessages.swift
[210/364] Compiling SwiftTelegramBot UnpinChatMessage.swift
[211/364] Compiling SwiftTelegramBot UpgradeGift.swift
[212/364] Compiling SwiftTelegramBot UploadStickerFile.swift
[213/364] Compiling SwiftTelegramBot VerifyChat.swift
[214/364] Compiling SwiftTelegramBot VerifyUser.swift
[215/364] Compiling SwiftTelegramBot TGMaybeInaccessibleMessageExtensions.swift
[216/364] Compiling SwiftTelegramBot TGAcceptedGiftTypes.swift
[217/364] Compiling SwiftTelegramBot TGAffiliateInfo.swift
[218/388] Compiling SwiftTelegramBot VideoFilter.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[219/388] Compiling SwiftTelegramBot VideoNoteFilter.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[220/388] Compiling SwiftTelegramBot VoiceFilter.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[221/388] Compiling SwiftTelegramBot BaseHandler.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[222/388] Compiling SwiftTelegramBot CallbackQueryHandler.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[223/388] Compiling SwiftTelegramBot CommandHandler.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[224/388] Compiling SwiftTelegramBot LoggerHandler.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[225/388] Compiling SwiftTelegramBot MessageHandler.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[226/388] Compiling SwiftTelegramBot RegexpHandler.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[227/388] Compiling SwiftTelegramBot TGHandlerPrtcl.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[228/388] Compiling SwiftTelegramBot BotError.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[229/388] Compiling SwiftTelegramBot Error+Helpers.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[230/388] Compiling SwiftTelegramBot Array+RemoveHandler.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[231/388] Compiling SwiftTelegramBot HTTPMediaType.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[232/388] Compiling SwiftTelegramBot Message+Helpers.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[233/388] Compiling SwiftTelegramBot TGErrorCommon.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[234/388] Compiling SwiftTelegramBot Limiter.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[235/388] Compiling SwiftTelegramBot SendableValue.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[236/388] Compiling SwiftTelegramBot String+Helper.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[237/388] Compiling SwiftTelegramBot TGClientDefault.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[238/388] Compiling SwiftTelegramBot TGMultiPart.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[239/388] Compiling SwiftTelegramBot TGBot.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[240/388] Compiling SwiftTelegramBot TGClientPrtcl.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[241/388] Compiling SwiftTelegramBot TGConnection.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[242/388] Compiling SwiftTelegramBot TGDispatcher.swift
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:75:58: warning: 'is' test is always true
73 | }
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
| `- warning: 'is' test is always true
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
77 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:76:63: warning: 'is' test is always true
74 |
75 | let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
76 | let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
| `- warning: 'is' test is always true
77 |
78 | if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[243/412] Compiling SwiftTelegramBot TGBotCommandScopeAllGroupChatsType.swift
[244/412] Compiling SwiftTelegramBot TGBotCommandScopeAllPrivateChats.swift
[245/412] Compiling SwiftTelegramBot TGBotCommandScopeAllPrivateChatsType.swift
[246/412] Compiling SwiftTelegramBot TGBotCommandScopeChat.swift
[247/412] Compiling SwiftTelegramBot TGBotCommandScopeChatAdministrators.swift
[248/412] Compiling SwiftTelegramBot TGBotCommandScopeChatAdministratorsType.swift
[249/412] Compiling SwiftTelegramBot TGBotCommandScopeChatMember.swift
[250/412] Compiling SwiftTelegramBot TGBotCommandScopeChatMemberType.swift
[251/412] Compiling SwiftTelegramBot TGBotCommandScopeChatType.swift
[252/412] Compiling SwiftTelegramBot TGBotCommandScopeDefault.swift
[253/412] Compiling SwiftTelegramBot TGBotCommandScopeDefaultType.swift
[254/412] Compiling SwiftTelegramBot TGBotDescription.swift
[255/412] Compiling SwiftTelegramBot TGBotName.swift
[256/412] Compiling SwiftTelegramBot TGBotShortDescription.swift
[257/412] Compiling SwiftTelegramBot TGBusinessBotRights.swift
[258/412] Compiling SwiftTelegramBot TGBusinessConnection.swift
[259/412] Compiling SwiftTelegramBot TGBusinessIntro.swift
[260/412] Compiling SwiftTelegramBot TGBusinessLocation.swift
[261/412] Compiling SwiftTelegramBot TGBusinessMessagesDeleted.swift
[262/412] Compiling SwiftTelegramBot TGBusinessOpeningHours.swift
[263/412] Compiling SwiftTelegramBot TGBusinessOpeningHoursInterval.swift
[264/412] Compiling SwiftTelegramBot TGCallbackGame.swift
[265/412] Compiling SwiftTelegramBot TGCallbackQuery.swift
[266/412] Compiling SwiftTelegramBot TGChat.swift
[267/436] Compiling SwiftTelegramBot TGChatAdministratorRights.swift
[268/436] Compiling SwiftTelegramBot TGChatBackground.swift
[269/436] Compiling SwiftTelegramBot TGChatBoost.swift
[270/436] Compiling SwiftTelegramBot TGChatBoostAdded.swift
[271/436] Compiling SwiftTelegramBot TGChatBoostRemoved.swift
[272/436] Compiling SwiftTelegramBot TGChatBoostSource.swift
[273/436] Compiling SwiftTelegramBot TGChatBoostSourceGiftCode.swift
[274/436] Compiling SwiftTelegramBot TGChatBoostSourceGiveaway.swift
[275/436] Compiling SwiftTelegramBot TGChatBoostSourcePremium.swift
[276/436] Compiling SwiftTelegramBot TGChatBoostUpdated.swift
[277/436] Compiling SwiftTelegramBot TGChatFullInfo.swift
[278/436] Compiling SwiftTelegramBot TGChatFullInfoType.swift
[279/436] Compiling SwiftTelegramBot TGChatInviteLink.swift
[280/436] Compiling SwiftTelegramBot TGChatJoinRequest.swift
[281/436] Compiling SwiftTelegramBot TGChatLocation.swift
[282/436] Compiling SwiftTelegramBot TGChatMember.swift
[283/436] Compiling SwiftTelegramBot TGChatMemberAdministrator.swift
[284/436] Compiling SwiftTelegramBot TGChatMemberBanned.swift
[285/436] Compiling SwiftTelegramBot TGChatMemberLeft.swift
[286/436] Compiling SwiftTelegramBot TGChatMemberMember.swift
[287/436] Compiling SwiftTelegramBot TGChatMemberOwner.swift
[288/436] Compiling SwiftTelegramBot TGChatMemberRestricted.swift
[289/436] Compiling SwiftTelegramBot TGChatMemberUpdated.swift
[290/436] Compiling SwiftTelegramBot TGChatOwnerChanged.swift
[291/460] Compiling SwiftTelegramBot TGChatOwnerLeft.swift
[292/460] Compiling SwiftTelegramBot TGChatPermissions.swift
[293/460] Compiling SwiftTelegramBot TGChatPhoto.swift
[294/460] Compiling SwiftTelegramBot TGChatShared.swift
[295/460] Compiling SwiftTelegramBot TGChatType.swift
[296/460] Compiling SwiftTelegramBot TGChecklist.swift
[297/460] Compiling SwiftTelegramBot TGChecklistTask.swift
[298/460] Compiling SwiftTelegramBot TGChecklistTasksAdded.swift
[299/460] Compiling SwiftTelegramBot TGChecklistTasksDone.swift
[300/460] Compiling SwiftTelegramBot TGChosenInlineResult.swift
[301/460] Compiling SwiftTelegramBot TGContact.swift
[302/460] Compiling SwiftTelegramBot TGCopyTextButton.swift
[303/460] Compiling SwiftTelegramBot TGDice.swift
[304/460] Compiling SwiftTelegramBot TGDirectMessagePriceChanged.swift
[305/460] Compiling SwiftTelegramBot TGDirectMessagesTopic.swift
[306/460] Compiling SwiftTelegramBot TGDocument.swift
[307/460] Compiling SwiftTelegramBot TGEncryptedCredentials.swift
[308/460] Compiling SwiftTelegramBot TGEncryptedPassportElement.swift
[309/460] Compiling SwiftTelegramBot TGEncryptedPassportElementType.swift
[310/460] Compiling SwiftTelegramBot TGExternalReplyInfo.swift
[311/460] Compiling SwiftTelegramBot TGFile.swift
[312/460] Compiling SwiftTelegramBot TGForceReply.swift
[313/460] Compiling SwiftTelegramBot TGForumTopic.swift
[314/460] Compiling SwiftTelegramBot TGForumTopicClosed.swift
[315/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedAudio.swift
[316/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedAudioType.swift
[317/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedDocument.swift
[318/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedDocumentType.swift
[319/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedGif.swift
[320/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedGifType.swift
[321/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedMpeg4Gif.swift
[322/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedMpeg4GifType.swift
[323/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedPhoto.swift
[324/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedPhotoType.swift
[325/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedSticker.swift
[326/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedStickerType.swift
[327/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedVideo.swift
[328/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedVideoType.swift
[329/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedVoice.swift
[330/484] Compiling SwiftTelegramBot TGInlineQueryResultCachedVoiceType.swift
[331/484] Compiling SwiftTelegramBot TGInlineQueryResultContact.swift
[332/484] Compiling SwiftTelegramBot TGInlineQueryResultContactType.swift
[333/484] Compiling SwiftTelegramBot TGInlineQueryResultDocument.swift
[334/484] Compiling SwiftTelegramBot TGInlineQueryResultDocumentType.swift
[335/484] Compiling SwiftTelegramBot TGInlineQueryResultGame.swift
[336/484] Compiling SwiftTelegramBot TGInlineQueryResultGameType.swift
[337/484] Compiling SwiftTelegramBot TGInlineQueryResultGif.swift
[338/484] Compiling SwiftTelegramBot TGInlineQueryResultGifType.swift
[339/508] Compiling SwiftTelegramBot TGForumTopicCreated.swift
[340/508] Compiling SwiftTelegramBot TGForumTopicEdited.swift
[341/508] Compiling SwiftTelegramBot TGForumTopicReopened.swift
[342/508] Compiling SwiftTelegramBot TGGame.swift
[343/508] Compiling SwiftTelegramBot TGGameHighScore.swift
[344/508] Compiling SwiftTelegramBot TGGeneralForumTopicHidden.swift
[345/508] Compiling SwiftTelegramBot TGGeneralForumTopicUnhidden.swift
[346/508] Compiling SwiftTelegramBot TGGift.swift
[347/508] Compiling SwiftTelegramBot TGGiftBackground.swift
[348/508] Compiling SwiftTelegramBot TGGiftInfo.swift
[349/508] Compiling SwiftTelegramBot TGGifts.swift
[350/508] Compiling SwiftTelegramBot TGGiveaway.swift
[351/508] Compiling SwiftTelegramBot TGGiveawayCompleted.swift
[352/508] Compiling SwiftTelegramBot TGGiveawayCreated.swift
[353/508] Compiling SwiftTelegramBot TGGiveawayWinners.swift
[354/508] Compiling SwiftTelegramBot TGInaccessibleMessage.swift
[355/508] Compiling SwiftTelegramBot TGInlineKeyboardButton.swift
[356/508] Compiling SwiftTelegramBot TGInlineKeyboardMarkup.swift
[357/508] Compiling SwiftTelegramBot TGInlineQuery.swift
[358/508] Compiling SwiftTelegramBot TGInlineQueryResult.swift
[359/508] Compiling SwiftTelegramBot TGInlineQueryResultArticle.swift
[360/508] Compiling SwiftTelegramBot TGInlineQueryResultArticleType.swift
[361/508] Compiling SwiftTelegramBot TGInlineQueryResultAudio.swift
[362/508] Compiling SwiftTelegramBot TGInlineQueryResultAudioType.swift
[363/532] Compiling SwiftTelegramBot TGInputMediaDocumentType.swift
[364/532] Compiling SwiftTelegramBot TGInputMediaPhoto.swift
[365/532] Compiling SwiftTelegramBot TGInputMediaPhotoType.swift
[366/532] Compiling SwiftTelegramBot TGInputMediaVideo.swift
[367/532] Compiling SwiftTelegramBot TGInputMediaVideoType.swift
[368/532] Compiling SwiftTelegramBot TGInputMessageContent.swift
[369/532] Compiling SwiftTelegramBot TGInputPaidMedia.swift
[370/532] Compiling SwiftTelegramBot TGInputPaidMediaPhoto.swift
[371/532] Compiling SwiftTelegramBot TGInputPaidMediaPhotoType.swift
[372/532] Compiling SwiftTelegramBot TGInputPaidMediaVideo.swift
[373/532] Compiling SwiftTelegramBot TGInputPaidMediaVideoType.swift
[374/532] Compiling SwiftTelegramBot TGInputPollOption.swift
[375/532] Compiling SwiftTelegramBot TGInputProfilePhoto.swift
[376/532] Compiling SwiftTelegramBot TGInputProfilePhotoAnimated.swift
[377/532] Compiling SwiftTelegramBot TGInputProfilePhotoAnimatedType.swift
[378/532] Compiling SwiftTelegramBot TGInputProfilePhotoStatic.swift
[379/532] Compiling SwiftTelegramBot TGInputProfilePhotoStaticType.swift
[380/532] Compiling SwiftTelegramBot TGInputSticker.swift
[381/532] Compiling SwiftTelegramBot TGInputStoryContent.swift
[382/532] Compiling SwiftTelegramBot TGInputStoryContentPhoto.swift
[383/532] Compiling SwiftTelegramBot TGInputStoryContentPhotoType.swift
[384/532] Compiling SwiftTelegramBot TGInputStoryContentVideo.swift
[385/532] Compiling SwiftTelegramBot TGInputStoryContentVideoType.swift
[386/532] Compiling SwiftTelegramBot TGInputTextMessageContent.swift
[387/532] Compiling SwiftTelegramBot TGInlineQueryResultLocation.swift
[388/532] Compiling SwiftTelegramBot TGInlineQueryResultLocationType.swift
[389/532] Compiling SwiftTelegramBot TGInlineQueryResultMpeg4Gif.swift
[390/532] Compiling SwiftTelegramBot TGInlineQueryResultMpeg4GifType.swift
[391/532] Compiling SwiftTelegramBot TGInlineQueryResultPhoto.swift
[392/532] Compiling SwiftTelegramBot TGInlineQueryResultPhotoType.swift
[393/532] Compiling SwiftTelegramBot TGInlineQueryResultVenue.swift
[394/532] Compiling SwiftTelegramBot TGInlineQueryResultVenueType.swift
[395/532] Compiling SwiftTelegramBot TGInlineQueryResultVideo.swift
[396/532] Compiling SwiftTelegramBot TGInlineQueryResultVideoType.swift
[397/532] Compiling SwiftTelegramBot TGInlineQueryResultVoice.swift
[398/532] Compiling SwiftTelegramBot TGInlineQueryResultVoiceType.swift
[399/532] Compiling SwiftTelegramBot TGInlineQueryResultsButton.swift
[400/532] Compiling SwiftTelegramBot TGInputChecklist.swift
[401/532] Compiling SwiftTelegramBot TGInputChecklistTask.swift
[402/532] Compiling SwiftTelegramBot TGInputContactMessageContent.swift
[403/532] Compiling SwiftTelegramBot TGInputInvoiceMessageContent.swift
[404/532] Compiling SwiftTelegramBot TGInputLocationMessageContent.swift
[405/532] Compiling SwiftTelegramBot TGInputMedia.swift
[406/532] Compiling SwiftTelegramBot TGInputMediaAnimation.swift
[407/532] Compiling SwiftTelegramBot TGInputMediaAnimationType.swift
[408/532] Compiling SwiftTelegramBot TGInputMediaAudio.swift
[409/532] Compiling SwiftTelegramBot TGInputMediaAudioType.swift
[410/532] Compiling SwiftTelegramBot TGInputMediaDocument.swift
[411/580] Compiling SwiftTelegramBot TGPaidMediaPhoto.swift
[412/580] Compiling SwiftTelegramBot TGPaidMediaPhotoType.swift
[413/580] Compiling SwiftTelegramBot TGPaidMediaPreview.swift
[414/580] Compiling SwiftTelegramBot TGPaidMediaPreviewType.swift
[415/580] Compiling SwiftTelegramBot TGPaidMediaPurchased.swift
[416/580] Compiling SwiftTelegramBot TGPaidMediaVideo.swift
[417/580] Compiling SwiftTelegramBot TGPaidMediaVideoType.swift
[418/580] Compiling SwiftTelegramBot TGPaidMessagePriceChanged.swift
[419/580] Compiling SwiftTelegramBot TGPassportData.swift
[420/580] Compiling SwiftTelegramBot TGPassportElementError.swift
[421/580] Compiling SwiftTelegramBot TGPassportElementErrorDataField.swift
[422/580] Compiling SwiftTelegramBot TGPassportElementErrorDataFieldType.swift
[423/580] Compiling SwiftTelegramBot TGPassportElementErrorFile.swift
[424/580] Compiling SwiftTelegramBot TGPassportElementErrorFileType.swift
[425/580] Compiling SwiftTelegramBot TGPassportElementErrorFiles.swift
[426/580] Compiling SwiftTelegramBot TGPassportElementErrorFilesType.swift
[427/580] Compiling SwiftTelegramBot TGPassportElementErrorFrontSide.swift
[428/580] Compiling SwiftTelegramBot TGPassportElementErrorFrontSideType.swift
[429/580] Compiling SwiftTelegramBot TGPassportElementErrorReverseSide.swift
[430/580] Compiling SwiftTelegramBot TGPassportElementErrorReverseSideType.swift
[431/580] Compiling SwiftTelegramBot TGPassportElementErrorSelfie.swift
[432/580] Compiling SwiftTelegramBot TGPassportElementErrorSelfieType.swift
[433/580] Compiling SwiftTelegramBot TGPassportElementErrorTranslationFile.swift
[434/580] Compiling SwiftTelegramBot TGPassportElementErrorTranslationFileType.swift
[435/604] Compiling SwiftTelegramBot TGMessageAutoDeleteTimerChanged.swift
[436/604] Compiling SwiftTelegramBot TGMessageEntity.swift
[437/604] Compiling SwiftTelegramBot TGMessageEntityType.swift
[438/604] Compiling SwiftTelegramBot TGMessageId.swift
[439/604] Compiling SwiftTelegramBot TGMessageOrigin.swift
[440/604] Compiling SwiftTelegramBot TGMessageOriginChannel.swift
[441/604] Compiling SwiftTelegramBot TGMessageOriginChannelType.swift
[442/604] Compiling SwiftTelegramBot TGMessageOriginChat.swift
[443/604] Compiling SwiftTelegramBot TGMessageOriginChatType.swift
[444/604] Compiling SwiftTelegramBot TGMessageOriginHiddenUser.swift
[445/604] Compiling SwiftTelegramBot TGMessageOriginHiddenUserType.swift
[446/604] Compiling SwiftTelegramBot TGMessageOriginUser.swift
[447/604] Compiling SwiftTelegramBot TGMessageOriginUserType.swift
[448/604] Compiling SwiftTelegramBot TGMessageReactionCountUpdated.swift
[449/604] Compiling SwiftTelegramBot TGMessageReactionUpdated.swift
[450/604] Compiling SwiftTelegramBot TGOrderInfo.swift
[451/604] Compiling SwiftTelegramBot TGOwnedGift.swift
[452/604] Compiling SwiftTelegramBot TGOwnedGiftRegular.swift
[453/604] Compiling SwiftTelegramBot TGOwnedGiftRegularType.swift
[454/604] Compiling SwiftTelegramBot TGOwnedGiftUnique.swift
[455/604] Compiling SwiftTelegramBot TGOwnedGiftUniqueType.swift
[456/604] Compiling SwiftTelegramBot TGOwnedGifts.swift
[457/604] Compiling SwiftTelegramBot TGPaidMedia.swift
[458/604] Compiling SwiftTelegramBot TGPaidMediaInfo.swift
[459/628] Compiling SwiftTelegramBot GetBusinessAccountGifts.swift
[460/628] Compiling SwiftTelegramBot GetBusinessAccountStarBalance.swift
[461/628] Compiling SwiftTelegramBot GetBusinessConnection.swift
[462/628] Compiling SwiftTelegramBot GetChat.swift
[463/628] Compiling SwiftTelegramBot GetChatAdministrators.swift
[464/628] Compiling SwiftTelegramBot GetChatGifts.swift
[465/628] Compiling SwiftTelegramBot GetChatMember.swift
[466/628] Compiling SwiftTelegramBot GetChatMemberCount.swift
[467/628] Compiling SwiftTelegramBot GetChatMenuButton.swift
[468/628] Compiling SwiftTelegramBot GetCustomEmojiStickers.swift
[469/628] Compiling SwiftTelegramBot GetFile.swift
[470/628] Compiling SwiftTelegramBot GetForumTopicIconStickers.swift
[471/628] Compiling SwiftTelegramBot GetGameHighScores.swift
[472/628] Compiling SwiftTelegramBot GetManagedBotToken.swift
[473/628] Compiling SwiftTelegramBot GetMe.swift
[474/628] Compiling SwiftTelegramBot GetMyCommands.swift
[475/628] Compiling SwiftTelegramBot GetMyDefaultAdministratorRights.swift
[476/628] Compiling SwiftTelegramBot GetMyDescription.swift
[477/628] Compiling SwiftTelegramBot GetMyName.swift
[478/628] Compiling SwiftTelegramBot GetMyShortDescription.swift
[479/628] Compiling SwiftTelegramBot GetMyStarBalance.swift
[480/628] Compiling SwiftTelegramBot GetStarTransactions.swift
[481/628] Compiling SwiftTelegramBot GetStickerSet.swift
[482/628] Compiling SwiftTelegramBot GetUpdates.swift
[483/628] Compiling SwiftTelegramBot GetUserChatBoosts.swift
[484/628] Emitting module SwiftTelegramBot
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/AllFilter.swift:10:14: warning: class 'AllFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filter for any update, said "no filter"
10 | public class AllFilter: TGFilter {
| `- warning: class 'AllFilter' must restate inherited '@unchecked Sendable' conformance
11 | public var name: String = "all"
12 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/AudioFilter.swift:10:14: warning: class 'AudioFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Audio`
10 | public class AudioFilter: TGFilter {
| `- warning: class 'AudioFilter' must restate inherited '@unchecked Sendable' conformance
11 | public var name: String = "audio"
12 |
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/CaptionEntityFilter.swift:10:14: warning: class 'CaptionEntityFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters media messages to only allow those which have a `MessageEntity` where their type matches `type`.
10 | public class CaptionEntityFilter: TGFilter {
| `- warning: class 'CaptionEntityFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | var entityType: TGMessageEntityType
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/ChatFilter.swift:10:14: warning: class 'ChatFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to allow only those which are from specified chat ID.
10 | public class ChatFilter: TGFilter {
| `- warning: class 'ChatFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | var chatId: Int64
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/CommandFilter.swift:10:14: warning: class 'CommandFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages which contains command entity
10 | public class CommandFilter: TGFilter {
| `- warning: class 'CommandFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "command"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/ContactFilter.swift:10:14: warning: class 'ContactFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Contact`
10 | public class ContactFilter: TGFilter {
| `- warning: class 'ContactFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "contact"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/DocumentFilter.swift:10:14: warning: class 'DocumentFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Document`
10 | public class DocumentFilter: TGFilter {
| `- warning: class 'DocumentFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "document"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/EntityFilter.swift:10:14: warning: class 'EntityFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to only allow those which have a `MessageEntity` where their type matches `type`.
10 | public class EntityFilter: TGFilter {
| `- warning: class 'EntityFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | let entityTypes: Set<TGMessageEntityType>
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/ForwarderFilter.swift:10:14: warning: class 'ForwarderFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that are forwarded.
10 | public class ForwarderFilter: TGFilter {
| `- warning: class 'ForwarderFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "forwarded"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/GameFilter.swift:10:14: warning: class 'GameFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Game`
10 | public class GameFilter: TGFilter {
| `- warning: class 'GameFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "forwarded"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/GroupFilter.swift:10:14: warning: class 'GroupFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages sent in a group chat
10 | public class GroupFilter: TGFilter {
| `- warning: class 'GroupFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "group"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/InvoiceFilter.swift:10:14: warning: class 'InvoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Invoice`
10 | public class InvoiceFilter: TGFilter {
| `- warning: class 'InvoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "invoice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/LanguageFilter.swift:12:14: warning: class 'LanguageFilter' must restate inherited '@unchecked Sendable' conformance
10 | ///
11 | /// Note: According to telegrams documentation, every single user does not have the language_code attribute.
12 | public class LanguageFilter: TGFilter {
| `- warning: class 'LanguageFilter' must restate inherited '@unchecked Sendable' conformance
13 |
14 | var lang: String
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/LocationFilter.swift:10:14: warning: class 'LocationFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Location`
10 | public class LocationFilter: TGFilter {
| `- warning: class 'LocationFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "location"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/PhotoFilter.swift:10:14: warning: class 'PhotoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `[PhotoSize]`
10 | public class PhotoFilter: TGFilter {
| `- warning: class 'PhotoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "photo"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/PrivateFilter.swift:10:14: warning: class 'PrivateFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages sent in a private chat
10 | public class PrivateFilter: TGFilter {
| `- warning: class 'PrivateFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "private"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/RegexpFilter.swift:11:14: warning: class 'RegexpFilter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | /// Filters updates by searching for an occurence of pattern in the message text. The `NSRegularExpression` is used to determine whether an update should be filtered. Refer to the documentation of the `NSRegularExpression` for more information.
11 | public class RegexpFilter: TGFilter {
| `- warning: class 'RegexpFilter' must restate inherited '@unchecked Sendable' conformance
12 |
13 | let pattern: String
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/ReplyFilter.swift:10:14: warning: class 'ReplyFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that are a reply to another message
10 | public class ReplyFilter: TGFilter {
| `- warning: class 'ReplyFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "reply"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:41:14: warning: class 'ChatCreatedFilter' must restate inherited '@unchecked Sendable' conformance
39 |
40 | /// Messages that contain Message.groupChatCreated, Message.supergroupChatCreated or Message.channelChatCreated
41 | public class ChatCreatedFilter: TGFilter {
| `- warning: class 'ChatCreatedFilter' must restate inherited '@unchecked Sendable' conformance
42 |
43 | public var name: String = "chat_created"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:54:14: warning: class 'DeleteChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
52 |
53 | /// Messages that contain Message.deleteChatPhoto
54 | public class DeleteChatPhotoFilter: TGFilter {
| `- warning: class 'DeleteChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
55 |
56 | public var name: String = "delete_chat_photo"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:65:14: warning: class 'LeftChatMemberFilter' must restate inherited '@unchecked Sendable' conformance
63 |
64 | /// Messages that contain Message.leftChatMember
65 | public class LeftChatMemberFilter: TGFilter {
| `- warning: class 'LeftChatMemberFilter' must restate inherited '@unchecked Sendable' conformance
66 |
67 | public var name: String = "left_chat_member"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:76:14: warning: class 'MigrateFilter' must restate inherited '@unchecked Sendable' conformance
74 |
75 | /// Messages that contain Message.migrateFromChatId
76 | public class MigrateFilter: TGFilter {
| `- warning: class 'MigrateFilter' must restate inherited '@unchecked Sendable' conformance
77 |
78 | public var name: String = "migrate"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:88:14: warning: class 'NewChatMembersFilter' must restate inherited '@unchecked Sendable' conformance
86 |
87 | /// Messages that contain Message.newChatMembers
88 | public class NewChatMembersFilter: TGFilter {
| `- warning: class 'NewChatMembersFilter' must restate inherited '@unchecked Sendable' conformance
89 |
90 | public var name: String = "new_chat_members"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:99:14: warning: class 'NewChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
97 |
98 | /// Messages that contain Message.newChatPhoto
99 | public class NewChatPhotoFilter: TGFilter {
| `- warning: class 'NewChatPhotoFilter' must restate inherited '@unchecked Sendable' conformance
100 |
101 | public var name: String = "new_chat_photo"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:111:14: warning: class 'NewChatTitleFilter' must restate inherited '@unchecked Sendable' conformance
109 |
110 | /// Messages that contain Message.newChatTitle
111 | public class NewChatTitleFilter: TGFilter {
| `- warning: class 'NewChatTitleFilter' must restate inherited '@unchecked Sendable' conformance
112 |
113 | public var name: String = "new_chat_title"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StatusUpdateFilters.swift:122:14: warning: class 'PinnedMessageFilter' must restate inherited '@unchecked Sendable' conformance
120 |
121 | /// Messages that contain Message.pinnedMessage
122 | public class PinnedMessageFilter: TGFilter {
| `- warning: class 'PinnedMessageFilter' must restate inherited '@unchecked Sendable' conformance
123 |
124 | public var name: String = "pinned_message"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/StickerFilter.swift:10:14: warning: class 'StickerFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Sticker`
10 | public class StickerFilter: TGFilter {
| `- warning: class 'StickerFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "sticker"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/SuccesfulPaymentFilter.swift:10:14: warning: class 'SuccesfulPaymentFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages that contains a `SuccessfulPayment`.
10 | public class SuccesfulPaymentFilter: TGFilter {
| `- warning: class 'SuccesfulPaymentFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "successful_payment"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/TextFilter.swift:10:14: warning: class 'TextFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to allow only those which contains text
10 | public class TextFilter: TGFilter {
| `- warning: class 'TextFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "text"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/UserFilter.swift:10:14: warning: class 'UserFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Filters messages to allow only those which are from specified user ID.
10 | public class UserFilter: TGFilter {
| `- warning: class 'UserFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | var userIds: Set<Int64>?
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VenueFilter.swift:10:14: warning: class 'VenueFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Vanue`
10 | public class VenueFilter: TGFilter {
| `- warning: class 'VenueFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "venue"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoFilter.swift:10:14: warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Video`
10 | public class VideoFilter: TGFilter {
| `- warning: class 'VideoFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VideoNoteFilter.swift:10:14: warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `VideoNote`
10 | public class VideoNoteFilter: TGFilter {
| `- warning: class 'VideoNoteFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "video_note"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Filters/VoiceFilter.swift:10:14: warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
8 |
9 | /// Messages that contain `Voice`
10 | public class VoiceFilter: TGFilter {
| `- warning: class 'VoiceFilter' must restate inherited '@unchecked Sendable' conformance
11 |
12 | public var name: String = "voice"
/host/spi-builder-workspace/Sources/SwiftTelegramBot/Bot/Helpers/Extensions/TGErrorCommon.swift:38:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
36 | var recoverySuggestion: String? { self.description }
37 | var helpAnchor: String? { self.description }
38 | #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
| `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
39 | var localizedDescription: String { self.description }
40 |
[485/628] Compiling SwiftTelegramBot TGPassportElementErrorTranslationFiles.swift
[486/628] Compiling SwiftTelegramBot TGPassportElementErrorTranslationFilesType.swift
[487/628] Compiling SwiftTelegramBot TGPassportElementErrorUnspecified.swift
[488/628] Compiling SwiftTelegramBot TGPassportFile.swift
[489/628] Compiling SwiftTelegramBot TGPhotoSize.swift
[490/628] Compiling SwiftTelegramBot TGPoll.swift
[491/628] Compiling SwiftTelegramBot TGPollAnswer.swift
[492/628] Compiling SwiftTelegramBot TGPollOption.swift
[493/628] Compiling SwiftTelegramBot TGPollOptionAdded.swift
[494/628] Compiling SwiftTelegramBot TGPollOptionDeleted.swift
[495/628] Compiling SwiftTelegramBot TGPollType.swift
[496/628] Compiling SwiftTelegramBot TGPreCheckoutQuery.swift
[497/628] Compiling SwiftTelegramBot TGPreparedInlineMessage.swift
[498/628] Compiling SwiftTelegramBot TGPreparedKeyboardButton.swift
[499/628] Compiling SwiftTelegramBot TGProximityAlertTriggered.swift
[500/628] Compiling SwiftTelegramBot TGReactionCount.swift
[501/628] Compiling SwiftTelegramBot TGReactionType.swift
[502/628] Compiling SwiftTelegramBot TGReactionTypeCustomEmoji.swift
[503/628] Compiling SwiftTelegramBot TGReactionTypeCustomEmojiType.swift
[504/628] Compiling SwiftTelegramBot TGReactionTypeEmoji.swift
[505/628] Compiling SwiftTelegramBot TGReactionTypeEmojiType.swift
[506/628] Compiling SwiftTelegramBot TGReactionTypePaid.swift
[507/628] Compiling SwiftTelegramBot TGReactionTypePaidType.swift
[508/628] Compiling SwiftTelegramBot TGRefundedPayment.swift
[509/628] Compiling SwiftTelegramBot TGStoryAreaPosition.swift
[510/628] Compiling SwiftTelegramBot TGStoryAreaType.swift
[511/628] Compiling SwiftTelegramBot TGStoryAreaTypeLink.swift
[512/628] Compiling SwiftTelegramBot TGStoryAreaTypeLinkType.swift
[513/628] Compiling SwiftTelegramBot TGStoryAreaTypeLocation.swift
[514/628] Compiling SwiftTelegramBot TGStoryAreaTypeLocationType.swift
[515/628] Compiling SwiftTelegramBot TGStoryAreaTypeSuggestedReaction.swift
[516/628] Compiling SwiftTelegramBot TGStoryAreaTypeSuggestedReactionType.swift
[517/628] Compiling SwiftTelegramBot TGStoryAreaTypeUniqueGift.swift
[518/628] Compiling SwiftTelegramBot TGStoryAreaTypeUniqueGiftType.swift
[519/628] Compiling SwiftTelegramBot TGStoryAreaTypeWeather.swift
[520/628] Compiling SwiftTelegramBot TGStoryAreaTypeWeatherType.swift
[521/628] Compiling SwiftTelegramBot TGSuccessfulPayment.swift
[522/628] Compiling SwiftTelegramBot TGSuggestedPostApprovalFailed.swift
[523/628] Compiling SwiftTelegramBot TGSuggestedPostApproved.swift
[524/628] Compiling SwiftTelegramBot TGSuggestedPostDeclined.swift
[525/628] Compiling SwiftTelegramBot TGSuggestedPostInfo.swift
[526/628] Compiling SwiftTelegramBot TGSuggestedPostPaid.swift
[527/628] Compiling SwiftTelegramBot TGSuggestedPostParameters.swift
[528/628] Compiling SwiftTelegramBot TGSuggestedPostPrice.swift
[529/628] Compiling SwiftTelegramBot TGSuggestedPostRefunded.swift
[530/628] Compiling SwiftTelegramBot TGSwitchInlineQueryChosenChat.swift
[531/628] Compiling SwiftTelegramBot TGTextQuote.swift
[532/628] Compiling SwiftTelegramBot TGTransactionPartner.swift
[533/628] Compiling SwiftTelegramBot TGReplyKeyboardMarkup.swift
[534/628] Compiling SwiftTelegramBot TGReplyKeyboardRemove.swift
[535/628] Compiling SwiftTelegramBot TGReplyParameters.swift
[536/628] Compiling SwiftTelegramBot TGResponseParameters.swift
[537/628] Compiling SwiftTelegramBot TGRevenueWithdrawalState.swift
[538/628] Compiling SwiftTelegramBot TGRevenueWithdrawalStateFailed.swift
[539/628] Compiling SwiftTelegramBot TGRevenueWithdrawalStateFailedType.swift
[540/628] Compiling SwiftTelegramBot TGRevenueWithdrawalStatePending.swift
[541/628] Compiling SwiftTelegramBot TGRevenueWithdrawalStatePendingType.swift
[542/628] Compiling SwiftTelegramBot TGRevenueWithdrawalStateSucceeded.swift
[543/628] Compiling SwiftTelegramBot TGRevenueWithdrawalStateSucceededType.swift
[544/628] Compiling SwiftTelegramBot TGSentWebAppMessage.swift
[545/628] Compiling SwiftTelegramBot TGSharedUser.swift
[546/628] Compiling SwiftTelegramBot TGShippingAddress.swift
[547/628] Compiling SwiftTelegramBot TGShippingOption.swift
[548/628] Compiling SwiftTelegramBot TGShippingQuery.swift
[549/628] Compiling SwiftTelegramBot TGStarAmount.swift
[550/628] Compiling SwiftTelegramBot TGStarTransaction.swift
[551/628] Compiling SwiftTelegramBot TGStarTransactions.swift
[552/628] Compiling SwiftTelegramBot TGSticker.swift
[553/628] Compiling SwiftTelegramBot TGStickerSet.swift
[554/628] Compiling SwiftTelegramBot TGStickerType.swift
[555/628] Compiling SwiftTelegramBot TGStory.swift
[556/628] Compiling SwiftTelegramBot TGStoryArea.swift
[557/628] Compiling SwiftTelegramBot TGInputVenueMessageContent.swift
[558/628] Compiling SwiftTelegramBot TGInvoice.swift
[559/628] Compiling SwiftTelegramBot TGKeyboardButton.swift
[560/628] Compiling SwiftTelegramBot TGKeyboardButtonPollType.swift
[561/628] Compiling SwiftTelegramBot TGKeyboardButtonRequestChat.swift
[562/628] Compiling SwiftTelegramBot TGKeyboardButtonRequestManagedBot.swift
[563/628] Compiling SwiftTelegramBot TGKeyboardButtonRequestUsers.swift
[564/628] Compiling SwiftTelegramBot TGLabeledPrice.swift
[565/628] Compiling SwiftTelegramBot TGLinkPreviewOptions.swift
[566/628] Compiling SwiftTelegramBot TGLocation.swift
[567/628] Compiling SwiftTelegramBot TGLocationAddress.swift
[568/628] Compiling SwiftTelegramBot TGLoginUrl.swift
[569/628] Compiling SwiftTelegramBot TGManagedBotCreated.swift
[570/628] Compiling SwiftTelegramBot TGManagedBotUpdated.swift
[571/628] Compiling SwiftTelegramBot TGMaskPosition.swift
[572/628] Compiling SwiftTelegramBot TGMaybeInaccessibleMessage.swift
[573/628] Compiling SwiftTelegramBot TGMenuButton.swift
[574/628] Compiling SwiftTelegramBot TGMenuButtonCommands.swift
[575/628] Compiling SwiftTelegramBot TGMenuButtonCommandsType.swift
[576/628] Compiling SwiftTelegramBot TGMenuButtonDefault.swift
[577/628] Compiling SwiftTelegramBot TGMenuButtonDefaultType.swift
[578/628] Compiling SwiftTelegramBot TGMenuButtonWebApp.swift
[579/628] Compiling SwiftTelegramBot TGMenuButtonWebAppType.swift
[580/628] Compiling SwiftTelegramBot TGMessage.swift
[581/628] Compiling SwiftTelegramBot TGUserProfileAudios.swift
[582/628] Compiling SwiftTelegramBot TGUserProfilePhotos.swift
[583/628] Compiling SwiftTelegramBot TGUserRating.swift
[584/628] Compiling SwiftTelegramBot TGUsersShared.swift
[585/628] Compiling SwiftTelegramBot TGVenue.swift
[586/628] Compiling SwiftTelegramBot TGVideo.swift
[587/628] Compiling SwiftTelegramBot TGVideoChatEnded.swift
[588/628] Compiling SwiftTelegramBot TGVideoChatParticipantsInvited.swift
[589/628] Compiling SwiftTelegramBot TGVideoChatScheduled.swift
[590/628] Compiling SwiftTelegramBot TGVideoChatStarted.swift
[591/628] Compiling SwiftTelegramBot TGVideoNote.swift
[592/628] Compiling SwiftTelegramBot TGVideoQuality.swift
[593/628] Compiling SwiftTelegramBot TGVoice.swift
[594/628] Compiling SwiftTelegramBot TGWebAppData.swift
[595/628] Compiling SwiftTelegramBot TGWebAppInfo.swift
[596/628] Compiling SwiftTelegramBot TGWebhookInfo.swift
[597/628] Compiling SwiftTelegramBot TGWriteAccessAllowed.swift
[598/628] Compiling SwiftTelegramBot ChatId.swift
[599/628] Compiling SwiftTelegramBot FileInfo.swift
[600/628] Compiling SwiftTelegramBot InputFile.swift
[601/628] Compiling SwiftTelegramBot MessageOrBool.swift
[602/628] Compiling SwiftTelegramBot ParseMode.swift
[603/628] Compiling SwiftTelegramBot ReplyMarkup.swift
[604/628] Compiling SwiftTelegramBot TelegramContainer.swift
[605/628] Compiling SwiftTelegramBot TGTransactionPartnerAffiliateProgram.swift
[606/628] Compiling SwiftTelegramBot TGTransactionPartnerAffiliateProgramType.swift
[607/628] Compiling SwiftTelegramBot TGTransactionPartnerChat.swift
[608/628] Compiling SwiftTelegramBot TGTransactionPartnerChatType.swift
[609/628] Compiling SwiftTelegramBot TGTransactionPartnerFragment.swift
[610/628] Compiling SwiftTelegramBot TGTransactionPartnerFragmentType.swift
[611/628] Compiling SwiftTelegramBot TGTransactionPartnerOther.swift
[612/628] Compiling SwiftTelegramBot TGTransactionPartnerOtherType.swift
[613/628] Compiling SwiftTelegramBot TGTransactionPartnerTelegramAds.swift
[614/628] Compiling SwiftTelegramBot TGTransactionPartnerTelegramAdsType.swift
[615/628] Compiling SwiftTelegramBot TGTransactionPartnerTelegramApi.swift
[616/628] Compiling SwiftTelegramBot TGTransactionPartnerTelegramApiType.swift
[617/628] Compiling SwiftTelegramBot TGTransactionPartnerUser.swift
[618/628] Compiling SwiftTelegramBot TGTransactionPartnerUserType.swift
[619/628] Compiling SwiftTelegramBot TGUniqueGift.swift
[620/628] Compiling SwiftTelegramBot TGUniqueGiftBackdrop.swift
[621/628] Compiling SwiftTelegramBot TGUniqueGiftBackdropColors.swift
[622/628] Compiling SwiftTelegramBot TGUniqueGiftColors.swift
[623/628] Compiling SwiftTelegramBot TGUniqueGiftInfo.swift
[624/628] Compiling SwiftTelegramBot TGUniqueGiftModel.swift
[625/628] Compiling SwiftTelegramBot TGUniqueGiftSymbol.swift
[626/628] Compiling SwiftTelegramBot TGUpdate.swift
[627/628] Compiling SwiftTelegramBot TGUser.swift
[628/628] Compiling SwiftTelegramBot TGUserChatBoosts.swift
Build complete! (28.92s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-regular-expression",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerzh/swift-regular-expression"
},
{
"identity" : "swift-custom-logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerzh/swift-custom-logger"
}
],
"manifest_display_name" : "SwiftTelegramBot",
"name" : "SwiftTelegramBot",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SwiftTelegramBot",
"targets" : [
"SwiftTelegramBot"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftTelegramBotTests",
"module_type" : "SwiftTarget",
"name" : "SwiftTelegramBotTests",
"path" : "Sources/SwiftTelegramBotTests",
"product_dependencies" : [
"SwiftCustomLogger"
],
"sources" : [
"SwiftTelegramBotTests.swift"
],
"target_dependencies" : [
"SwiftTelegramBot"
],
"type" : "test"
},
{
"c99name" : "SwiftTelegramBot",
"module_type" : "SwiftTarget",
"name" : "SwiftTelegramBot",
"path" : "Sources/SwiftTelegramBot",
"product_dependencies" : [
"SwiftRegularExpression",
"SwiftCustomLogger"
],
"product_memberships" : [
"SwiftTelegramBot"
],
"sources" : [
"Bot/Filters/AllFilter.swift",
"Bot/Filters/AudioFilter.swift",
"Bot/Filters/CaptionEntityFilter.swift",
"Bot/Filters/ChatFilter.swift",
"Bot/Filters/CommandFilter.swift",
"Bot/Filters/ContactFilter.swift",
"Bot/Filters/DocumentFilter.swift",
"Bot/Filters/EntityFilter.swift",
"Bot/Filters/ForwarderFilter.swift",
"Bot/Filters/GameFilter.swift",
"Bot/Filters/GroupFilter.swift",
"Bot/Filters/InvoiceFilter.swift",
"Bot/Filters/LanguageFilter.swift",
"Bot/Filters/LocationFilter.swift",
"Bot/Filters/PhotoFilter.swift",
"Bot/Filters/PrivateFilter.swift",
"Bot/Filters/RegexpFilter.swift",
"Bot/Filters/ReplyFilter.swift",
"Bot/Filters/StatusUpdateFilters.swift",
"Bot/Filters/StickerFilter.swift",
"Bot/Filters/SuccesfulPaymentFilter.swift",
"Bot/Filters/TGFilter.swift",
"Bot/Filters/TextFilter.swift",
"Bot/Filters/UserFilter.swift",
"Bot/Filters/VenueFilter.swift",
"Bot/Filters/VideoFilter.swift",
"Bot/Filters/VideoNoteFilter.swift",
"Bot/Filters/VoiceFilter.swift",
"Bot/Handlers/BaseHandler.swift",
"Bot/Handlers/CallbackQueryHandler.swift",
"Bot/Handlers/CommandHandler.swift",
"Bot/Handlers/LoggerHandler.swift",
"Bot/Handlers/MessageHandler.swift",
"Bot/Handlers/RegexpHandler.swift",
"Bot/Handlers/TGHandlerPrtcl.swift",
"Bot/Helpers/Errors/BotError.swift",
"Bot/Helpers/Errors/Error+Helpers.swift",
"Bot/Helpers/Extensions/Array+RemoveHandler.swift",
"Bot/Helpers/Extensions/HTTPMediaType.swift",
"Bot/Helpers/Extensions/Message+Helpers.swift",
"Bot/Helpers/Extensions/TGErrorCommon.swift",
"Bot/Helpers/Limiter.swift",
"Bot/Helpers/SendableValue.swift",
"Bot/Helpers/String+Helper.swift",
"Bot/Helpers/TGClientDefault.swift",
"Bot/Helpers/TGMultiPart.swift",
"Bot/TGBot.swift",
"Bot/TGClientPrtcl.swift",
"Bot/TGConnection.swift",
"Bot/TGDispatcher.swift",
"Bot/Telegram/Methods/AddStickerToSet.swift",
"Bot/Telegram/Methods/AnswerCallbackQuery.swift",
"Bot/Telegram/Methods/AnswerInlineQuery.swift",
"Bot/Telegram/Methods/AnswerPreCheckoutQuery.swift",
"Bot/Telegram/Methods/AnswerShippingQuery.swift",
"Bot/Telegram/Methods/AnswerWebAppQuery.swift",
"Bot/Telegram/Methods/ApproveChatJoinRequest.swift",
"Bot/Telegram/Methods/ApproveSuggestedPost.swift",
"Bot/Telegram/Methods/BanChatMember.swift",
"Bot/Telegram/Methods/BanChatSenderChat.swift",
"Bot/Telegram/Methods/Close.swift",
"Bot/Telegram/Methods/CloseForumTopic.swift",
"Bot/Telegram/Methods/CloseGeneralForumTopic.swift",
"Bot/Telegram/Methods/ConvertGiftToStars.swift",
"Bot/Telegram/Methods/CopyMessage.swift",
"Bot/Telegram/Methods/CopyMessages.swift",
"Bot/Telegram/Methods/CreateChatInviteLink.swift",
"Bot/Telegram/Methods/CreateChatSubscriptionInviteLink.swift",
"Bot/Telegram/Methods/CreateForumTopic.swift",
"Bot/Telegram/Methods/CreateInvoiceLink.swift",
"Bot/Telegram/Methods/CreateNewStickerSet.swift",
"Bot/Telegram/Methods/DeclineChatJoinRequest.swift",
"Bot/Telegram/Methods/DeclineSuggestedPost.swift",
"Bot/Telegram/Methods/DeleteBusinessMessages.swift",
"Bot/Telegram/Methods/DeleteChatPhoto.swift",
"Bot/Telegram/Methods/DeleteChatStickerSet.swift",
"Bot/Telegram/Methods/DeleteForumTopic.swift",
"Bot/Telegram/Methods/DeleteMessage.swift",
"Bot/Telegram/Methods/DeleteMessages.swift",
"Bot/Telegram/Methods/DeleteMyCommands.swift",
"Bot/Telegram/Methods/DeleteStickerFromSet.swift",
"Bot/Telegram/Methods/DeleteStickerSet.swift",
"Bot/Telegram/Methods/DeleteStory.swift",
"Bot/Telegram/Methods/DeleteWebhook.swift",
"Bot/Telegram/Methods/EditChatInviteLink.swift",
"Bot/Telegram/Methods/EditChatSubscriptionInviteLink.swift",
"Bot/Telegram/Methods/EditForumTopic.swift",
"Bot/Telegram/Methods/EditGeneralForumTopic.swift",
"Bot/Telegram/Methods/EditMessageCaption.swift",
"Bot/Telegram/Methods/EditMessageChecklist.swift",
"Bot/Telegram/Methods/EditMessageLiveLocation.swift",
"Bot/Telegram/Methods/EditMessageMedia.swift",
"Bot/Telegram/Methods/EditMessageReplyMarkup.swift",
"Bot/Telegram/Methods/EditMessageText.swift",
"Bot/Telegram/Methods/EditStory.swift",
"Bot/Telegram/Methods/EditUserStarSubscription.swift",
"Bot/Telegram/Methods/ExportChatInviteLink.swift",
"Bot/Telegram/Methods/ForwardMessage.swift",
"Bot/Telegram/Methods/ForwardMessages.swift",
"Bot/Telegram/Methods/GetAvailableGifts.swift",
"Bot/Telegram/Methods/GetBusinessAccountGifts.swift",
"Bot/Telegram/Methods/GetBusinessAccountStarBalance.swift",
"Bot/Telegram/Methods/GetBusinessConnection.swift",
"Bot/Telegram/Methods/GetChat.swift",
"Bot/Telegram/Methods/GetChatAdministrators.swift",
"Bot/Telegram/Methods/GetChatGifts.swift",
"Bot/Telegram/Methods/GetChatMember.swift",
"Bot/Telegram/Methods/GetChatMemberCount.swift",
"Bot/Telegram/Methods/GetChatMenuButton.swift",
"Bot/Telegram/Methods/GetCustomEmojiStickers.swift",
"Bot/Telegram/Methods/GetFile.swift",
"Bot/Telegram/Methods/GetForumTopicIconStickers.swift",
"Bot/Telegram/Methods/GetGameHighScores.swift",
"Bot/Telegram/Methods/GetManagedBotToken.swift",
"Bot/Telegram/Methods/GetMe.swift",
"Bot/Telegram/Methods/GetMyCommands.swift",
"Bot/Telegram/Methods/GetMyDefaultAdministratorRights.swift",
"Bot/Telegram/Methods/GetMyDescription.swift",
"Bot/Telegram/Methods/GetMyName.swift",
"Bot/Telegram/Methods/GetMyShortDescription.swift",
"Bot/Telegram/Methods/GetMyStarBalance.swift",
"Bot/Telegram/Methods/GetStarTransactions.swift",
"Bot/Telegram/Methods/GetStickerSet.swift",
"Bot/Telegram/Methods/GetUpdates.swift",
"Bot/Telegram/Methods/GetUserChatBoosts.swift",
"Bot/Telegram/Methods/GetUserGifts.swift",
"Bot/Telegram/Methods/GetUserProfileAudios.swift",
"Bot/Telegram/Methods/GetUserProfilePhotos.swift",
"Bot/Telegram/Methods/GetWebhookInfo.swift",
"Bot/Telegram/Methods/GiftPremiumSubscription.swift",
"Bot/Telegram/Methods/HideGeneralForumTopic.swift",
"Bot/Telegram/Methods/LeaveChat.swift",
"Bot/Telegram/Methods/LogOut.swift",
"Bot/Telegram/Methods/PinChatMessage.swift",
"Bot/Telegram/Methods/PostStory.swift",
"Bot/Telegram/Methods/PromoteChatMember.swift",
"Bot/Telegram/Methods/ReadBusinessMessage.swift",
"Bot/Telegram/Methods/RefundStarPayment.swift",
"Bot/Telegram/Methods/RemoveBusinessAccountProfilePhoto.swift",
"Bot/Telegram/Methods/RemoveChatVerification.swift",
"Bot/Telegram/Methods/RemoveMyProfilePhoto.swift",
"Bot/Telegram/Methods/RemoveUserVerification.swift",
"Bot/Telegram/Methods/ReopenForumTopic.swift",
"Bot/Telegram/Methods/ReopenGeneralForumTopic.swift",
"Bot/Telegram/Methods/ReplaceManagedBotToken.swift",
"Bot/Telegram/Methods/ReplaceStickerInSet.swift",
"Bot/Telegram/Methods/RepostStory.swift",
"Bot/Telegram/Methods/RestrictChatMember.swift",
"Bot/Telegram/Methods/RevokeChatInviteLink.swift",
"Bot/Telegram/Methods/SavePreparedInlineMessage.swift",
"Bot/Telegram/Methods/SavePreparedKeyboardButton.swift",
"Bot/Telegram/Methods/SendAnimation.swift",
"Bot/Telegram/Methods/SendAudio.swift",
"Bot/Telegram/Methods/SendChatAction.swift",
"Bot/Telegram/Methods/SendChecklist.swift",
"Bot/Telegram/Methods/SendContact.swift",
"Bot/Telegram/Methods/SendDice.swift",
"Bot/Telegram/Methods/SendDocument.swift",
"Bot/Telegram/Methods/SendGame.swift",
"Bot/Telegram/Methods/SendGift.swift",
"Bot/Telegram/Methods/SendInvoice.swift",
"Bot/Telegram/Methods/SendLocation.swift",
"Bot/Telegram/Methods/SendMediaGroup.swift",
"Bot/Telegram/Methods/SendMessage.swift",
"Bot/Telegram/Methods/SendMessageDraft.swift",
"Bot/Telegram/Methods/SendPaidMedia.swift",
"Bot/Telegram/Methods/SendPhoto.swift",
"Bot/Telegram/Methods/SendPoll.swift",
"Bot/Telegram/Methods/SendSticker.swift",
"Bot/Telegram/Methods/SendVenue.swift",
"Bot/Telegram/Methods/SendVideo.swift",
"Bot/Telegram/Methods/SendVideoNote.swift",
"Bot/Telegram/Methods/SendVoice.swift",
"Bot/Telegram/Methods/SetBusinessAccountBio.swift",
"Bot/Telegram/Methods/SetBusinessAccountGiftSettings.swift",
"Bot/Telegram/Methods/SetBusinessAccountName.swift",
"Bot/Telegram/Methods/SetBusinessAccountProfilePhoto.swift",
"Bot/Telegram/Methods/SetBusinessAccountUsername.swift",
"Bot/Telegram/Methods/SetChatAdministratorCustomTitle.swift",
"Bot/Telegram/Methods/SetChatDescription.swift",
"Bot/Telegram/Methods/SetChatMemberTag.swift",
"Bot/Telegram/Methods/SetChatMenuButton.swift",
"Bot/Telegram/Methods/SetChatPermissions.swift",
"Bot/Telegram/Methods/SetChatPhoto.swift",
"Bot/Telegram/Methods/SetChatStickerSet.swift",
"Bot/Telegram/Methods/SetChatTitle.swift",
"Bot/Telegram/Methods/SetCustomEmojiStickerSetThumbnail.swift",
"Bot/Telegram/Methods/SetGameScore.swift",
"Bot/Telegram/Methods/SetMessageReaction.swift",
"Bot/Telegram/Methods/SetMyCommands.swift",
"Bot/Telegram/Methods/SetMyDefaultAdministratorRights.swift",
"Bot/Telegram/Methods/SetMyDescription.swift",
"Bot/Telegram/Methods/SetMyName.swift",
"Bot/Telegram/Methods/SetMyProfilePhoto.swift",
"Bot/Telegram/Methods/SetMyShortDescription.swift",
"Bot/Telegram/Methods/SetPassportDataErrors.swift",
"Bot/Telegram/Methods/SetStickerEmojiList.swift",
"Bot/Telegram/Methods/SetStickerKeywords.swift",
"Bot/Telegram/Methods/SetStickerMaskPosition.swift",
"Bot/Telegram/Methods/SetStickerPositionInSet.swift",
"Bot/Telegram/Methods/SetStickerSetThumbnail.swift",
"Bot/Telegram/Methods/SetStickerSetTitle.swift",
"Bot/Telegram/Methods/SetUserEmojiStatus.swift",
"Bot/Telegram/Methods/SetWebhook.swift",
"Bot/Telegram/Methods/StopMessageLiveLocation.swift",
"Bot/Telegram/Methods/StopPoll.swift",
"Bot/Telegram/Methods/TransferBusinessAccountStars.swift",
"Bot/Telegram/Methods/TransferGift.swift",
"Bot/Telegram/Methods/UnbanChatMember.swift",
"Bot/Telegram/Methods/UnbanChatSenderChat.swift",
"Bot/Telegram/Methods/UnhideGeneralForumTopic.swift",
"Bot/Telegram/Methods/UnpinAllChatMessages.swift",
"Bot/Telegram/Methods/UnpinAllForumTopicMessages.swift",
"Bot/Telegram/Methods/UnpinAllGeneralForumTopicMessages.swift",
"Bot/Telegram/Methods/UnpinChatMessage.swift",
"Bot/Telegram/Methods/UpgradeGift.swift",
"Bot/Telegram/Methods/UploadStickerFile.swift",
"Bot/Telegram/Methods/VerifyChat.swift",
"Bot/Telegram/Methods/VerifyUser.swift",
"Bot/Telegram/ModelExtensions/TGMaybeInaccessibleMessageExtensions.swift",
"Bot/Telegram/Models/TGAcceptedGiftTypes.swift",
"Bot/Telegram/Models/TGAffiliateInfo.swift",
"Bot/Telegram/Models/TGAnimation.swift",
"Bot/Telegram/Models/TGAudio.swift",
"Bot/Telegram/Models/TGBackgroundFill.swift",
"Bot/Telegram/Models/TGBackgroundFillFreeformGradient.swift",
"Bot/Telegram/Models/TGBackgroundFillFreeformGradientType.swift",
"Bot/Telegram/Models/TGBackgroundFillGradient.swift",
"Bot/Telegram/Models/TGBackgroundFillGradientType.swift",
"Bot/Telegram/Models/TGBackgroundFillSolid.swift",
"Bot/Telegram/Models/TGBackgroundFillSolidType.swift",
"Bot/Telegram/Models/TGBackgroundType.swift",
"Bot/Telegram/Models/TGBackgroundTypeChatTheme.swift",
"Bot/Telegram/Models/TGBackgroundTypeChatThemeType.swift",
"Bot/Telegram/Models/TGBackgroundTypeFill.swift",
"Bot/Telegram/Models/TGBackgroundTypeFillType.swift",
"Bot/Telegram/Models/TGBackgroundTypePattern.swift",
"Bot/Telegram/Models/TGBackgroundTypePatternType.swift",
"Bot/Telegram/Models/TGBackgroundTypeWallpaper.swift",
"Bot/Telegram/Models/TGBackgroundTypeWallpaperType.swift",
"Bot/Telegram/Models/TGBirthdate.swift",
"Bot/Telegram/Models/TGBotCommand.swift",
"Bot/Telegram/Models/TGBotCommandScope.swift",
"Bot/Telegram/Models/TGBotCommandScopeAllChatAdministrators.swift",
"Bot/Telegram/Models/TGBotCommandScopeAllChatAdministratorsType.swift",
"Bot/Telegram/Models/TGBotCommandScopeAllGroupChats.swift",
"Bot/Telegram/Models/TGBotCommandScopeAllGroupChatsType.swift",
"Bot/Telegram/Models/TGBotCommandScopeAllPrivateChats.swift",
"Bot/Telegram/Models/TGBotCommandScopeAllPrivateChatsType.swift",
"Bot/Telegram/Models/TGBotCommandScopeChat.swift",
"Bot/Telegram/Models/TGBotCommandScopeChatAdministrators.swift",
"Bot/Telegram/Models/TGBotCommandScopeChatAdministratorsType.swift",
"Bot/Telegram/Models/TGBotCommandScopeChatMember.swift",
"Bot/Telegram/Models/TGBotCommandScopeChatMemberType.swift",
"Bot/Telegram/Models/TGBotCommandScopeChatType.swift",
"Bot/Telegram/Models/TGBotCommandScopeDefault.swift",
"Bot/Telegram/Models/TGBotCommandScopeDefaultType.swift",
"Bot/Telegram/Models/TGBotDescription.swift",
"Bot/Telegram/Models/TGBotName.swift",
"Bot/Telegram/Models/TGBotShortDescription.swift",
"Bot/Telegram/Models/TGBusinessBotRights.swift",
"Bot/Telegram/Models/TGBusinessConnection.swift",
"Bot/Telegram/Models/TGBusinessIntro.swift",
"Bot/Telegram/Models/TGBusinessLocation.swift",
"Bot/Telegram/Models/TGBusinessMessagesDeleted.swift",
"Bot/Telegram/Models/TGBusinessOpeningHours.swift",
"Bot/Telegram/Models/TGBusinessOpeningHoursInterval.swift",
"Bot/Telegram/Models/TGCallbackGame.swift",
"Bot/Telegram/Models/TGCallbackQuery.swift",
"Bot/Telegram/Models/TGChat.swift",
"Bot/Telegram/Models/TGChatAdministratorRights.swift",
"Bot/Telegram/Models/TGChatBackground.swift",
"Bot/Telegram/Models/TGChatBoost.swift",
"Bot/Telegram/Models/TGChatBoostAdded.swift",
"Bot/Telegram/Models/TGChatBoostRemoved.swift",
"Bot/Telegram/Models/TGChatBoostSource.swift",
"Bot/Telegram/Models/TGChatBoostSourceGiftCode.swift",
"Bot/Telegram/Models/TGChatBoostSourceGiveaway.swift",
"Bot/Telegram/Models/TGChatBoostSourcePremium.swift",
"Bot/Telegram/Models/TGChatBoostUpdated.swift",
"Bot/Telegram/Models/TGChatFullInfo.swift",
"Bot/Telegram/Models/TGChatFullInfoType.swift",
"Bot/Telegram/Models/TGChatInviteLink.swift",
"Bot/Telegram/Models/TGChatJoinRequest.swift",
"Bot/Telegram/Models/TGChatLocation.swift",
"Bot/Telegram/Models/TGChatMember.swift",
"Bot/Telegram/Models/TGChatMemberAdministrator.swift",
"Bot/Telegram/Models/TGChatMemberBanned.swift",
"Bot/Telegram/Models/TGChatMemberLeft.swift",
"Bot/Telegram/Models/TGChatMemberMember.swift",
"Bot/Telegram/Models/TGChatMemberOwner.swift",
"Bot/Telegram/Models/TGChatMemberRestricted.swift",
"Bot/Telegram/Models/TGChatMemberUpdated.swift",
"Bot/Telegram/Models/TGChatOwnerChanged.swift",
"Bot/Telegram/Models/TGChatOwnerLeft.swift",
"Bot/Telegram/Models/TGChatPermissions.swift",
"Bot/Telegram/Models/TGChatPhoto.swift",
"Bot/Telegram/Models/TGChatShared.swift",
"Bot/Telegram/Models/TGChatType.swift",
"Bot/Telegram/Models/TGChecklist.swift",
"Bot/Telegram/Models/TGChecklistTask.swift",
"Bot/Telegram/Models/TGChecklistTasksAdded.swift",
"Bot/Telegram/Models/TGChecklistTasksDone.swift",
"Bot/Telegram/Models/TGChosenInlineResult.swift",
"Bot/Telegram/Models/TGContact.swift",
"Bot/Telegram/Models/TGCopyTextButton.swift",
"Bot/Telegram/Models/TGDice.swift",
"Bot/Telegram/Models/TGDirectMessagePriceChanged.swift",
"Bot/Telegram/Models/TGDirectMessagesTopic.swift",
"Bot/Telegram/Models/TGDocument.swift",
"Bot/Telegram/Models/TGEncryptedCredentials.swift",
"Bot/Telegram/Models/TGEncryptedPassportElement.swift",
"Bot/Telegram/Models/TGEncryptedPassportElementType.swift",
"Bot/Telegram/Models/TGExternalReplyInfo.swift",
"Bot/Telegram/Models/TGFile.swift",
"Bot/Telegram/Models/TGForceReply.swift",
"Bot/Telegram/Models/TGForumTopic.swift",
"Bot/Telegram/Models/TGForumTopicClosed.swift",
"Bot/Telegram/Models/TGForumTopicCreated.swift",
"Bot/Telegram/Models/TGForumTopicEdited.swift",
"Bot/Telegram/Models/TGForumTopicReopened.swift",
"Bot/Telegram/Models/TGGame.swift",
"Bot/Telegram/Models/TGGameHighScore.swift",
"Bot/Telegram/Models/TGGeneralForumTopicHidden.swift",
"Bot/Telegram/Models/TGGeneralForumTopicUnhidden.swift",
"Bot/Telegram/Models/TGGift.swift",
"Bot/Telegram/Models/TGGiftBackground.swift",
"Bot/Telegram/Models/TGGiftInfo.swift",
"Bot/Telegram/Models/TGGifts.swift",
"Bot/Telegram/Models/TGGiveaway.swift",
"Bot/Telegram/Models/TGGiveawayCompleted.swift",
"Bot/Telegram/Models/TGGiveawayCreated.swift",
"Bot/Telegram/Models/TGGiveawayWinners.swift",
"Bot/Telegram/Models/TGInaccessibleMessage.swift",
"Bot/Telegram/Models/TGInlineKeyboardButton.swift",
"Bot/Telegram/Models/TGInlineKeyboardMarkup.swift",
"Bot/Telegram/Models/TGInlineQuery.swift",
"Bot/Telegram/Models/TGInlineQueryResult.swift",
"Bot/Telegram/Models/TGInlineQueryResultArticle.swift",
"Bot/Telegram/Models/TGInlineQueryResultArticleType.swift",
"Bot/Telegram/Models/TGInlineQueryResultAudio.swift",
"Bot/Telegram/Models/TGInlineQueryResultAudioType.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedAudio.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedAudioType.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedDocument.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedDocumentType.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedGif.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedGifType.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedMpeg4Gif.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedMpeg4GifType.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedPhoto.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedPhotoType.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedSticker.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedStickerType.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedVideo.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedVideoType.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedVoice.swift",
"Bot/Telegram/Models/TGInlineQueryResultCachedVoiceType.swift",
"Bot/Telegram/Models/TGInlineQueryResultContact.swift",
"Bot/Telegram/Models/TGInlineQueryResultContactType.swift",
"Bot/Telegram/Models/TGInlineQueryResultDocument.swift",
"Bot/Telegram/Models/TGInlineQueryResultDocumentType.swift",
"Bot/Telegram/Models/TGInlineQueryResultGame.swift",
"Bot/Telegram/Models/TGInlineQueryResultGameType.swift",
"Bot/Telegram/Models/TGInlineQueryResultGif.swift",
"Bot/Telegram/Models/TGInlineQueryResultGifType.swift",
"Bot/Telegram/Models/TGInlineQueryResultLocation.swift",
"Bot/Telegram/Models/TGInlineQueryResultLocationType.swift",
"Bot/Telegram/Models/TGInlineQueryResultMpeg4Gif.swift",
"Bot/Telegram/Models/TGInlineQueryResultMpeg4GifType.swift",
"Bot/Telegram/Models/TGInlineQueryResultPhoto.swift",
"Bot/Telegram/Models/TGInlineQueryResultPhotoType.swift",
"Bot/Telegram/Models/TGInlineQueryResultVenue.swift",
"Bot/Telegram/Models/TGInlineQueryResultVenueType.swift",
"Bot/Telegram/Models/TGInlineQueryResultVideo.swift",
"Bot/Telegram/Models/TGInlineQueryResultVideoType.swift",
"Bot/Telegram/Models/TGInlineQueryResultVoice.swift",
"Bot/Telegram/Models/TGInlineQueryResultVoiceType.swift",
"Bot/Telegram/Models/TGInlineQueryResultsButton.swift",
"Bot/Telegram/Models/TGInputChecklist.swift",
"Bot/Telegram/Models/TGInputChecklistTask.swift",
"Bot/Telegram/Models/TGInputContactMessageContent.swift",
"Bot/Telegram/Models/TGInputInvoiceMessageContent.swift",
"Bot/Telegram/Models/TGInputLocationMessageContent.swift",
"Bot/Telegram/Models/TGInputMedia.swift",
"Bot/Telegram/Models/TGInputMediaAnimation.swift",
"Bot/Telegram/Models/TGInputMediaAnimationType.swift",
"Bot/Telegram/Models/TGInputMediaAudio.swift",
"Bot/Telegram/Models/TGInputMediaAudioType.swift",
"Bot/Telegram/Models/TGInputMediaDocument.swift",
"Bot/Telegram/Models/TGInputMediaDocumentType.swift",
"Bot/Telegram/Models/TGInputMediaPhoto.swift",
"Bot/Telegram/Models/TGInputMediaPhotoType.swift",
"Bot/Telegram/Models/TGInputMediaVideo.swift",
"Bot/Telegram/Models/TGInputMediaVideoType.swift",
"Bot/Telegram/Models/TGInputMessageContent.swift",
"Bot/Telegram/Models/TGInputPaidMedia.swift",
"Bot/Telegram/Models/TGInputPaidMediaPhoto.swift",
"Bot/Telegram/Models/TGInputPaidMediaPhotoType.swift",
"Bot/Telegram/Models/TGInputPaidMediaVideo.swift",
"Bot/Telegram/Models/TGInputPaidMediaVideoType.swift",
"Bot/Telegram/Models/TGInputPollOption.swift",
"Bot/Telegram/Models/TGInputProfilePhoto.swift",
"Bot/Telegram/Models/TGInputProfilePhotoAnimated.swift",
"Bot/Telegram/Models/TGInputProfilePhotoAnimatedType.swift",
"Bot/Telegram/Models/TGInputProfilePhotoStatic.swift",
"Bot/Telegram/Models/TGInputProfilePhotoStaticType.swift",
"Bot/Telegram/Models/TGInputSticker.swift",
"Bot/Telegram/Models/TGInputStoryContent.swift",
"Bot/Telegram/Models/TGInputStoryContentPhoto.swift",
"Bot/Telegram/Models/TGInputStoryContentPhotoType.swift",
"Bot/Telegram/Models/TGInputStoryContentVideo.swift",
"Bot/Telegram/Models/TGInputStoryContentVideoType.swift",
"Bot/Telegram/Models/TGInputTextMessageContent.swift",
"Bot/Telegram/Models/TGInputVenueMessageContent.swift",
"Bot/Telegram/Models/TGInvoice.swift",
"Bot/Telegram/Models/TGKeyboardButton.swift",
"Bot/Telegram/Models/TGKeyboardButtonPollType.swift",
"Bot/Telegram/Models/TGKeyboardButtonRequestChat.swift",
"Bot/Telegram/Models/TGKeyboardButtonRequestManagedBot.swift",
"Bot/Telegram/Models/TGKeyboardButtonRequestUsers.swift",
"Bot/Telegram/Models/TGLabeledPrice.swift",
"Bot/Telegram/Models/TGLinkPreviewOptions.swift",
"Bot/Telegram/Models/TGLocation.swift",
"Bot/Telegram/Models/TGLocationAddress.swift",
"Bot/Telegram/Models/TGLoginUrl.swift",
"Bot/Telegram/Models/TGManagedBotCreated.swift",
"Bot/Telegram/Models/TGManagedBotUpdated.swift",
"Bot/Telegram/Models/TGMaskPosition.swift",
"Bot/Telegram/Models/TGMaybeInaccessibleMessage.swift",
"Bot/Telegram/Models/TGMenuButton.swift",
"Bot/Telegram/Models/TGMenuButtonCommands.swift",
"Bot/Telegram/Models/TGMenuButtonCommandsType.swift",
"Bot/Telegram/Models/TGMenuButtonDefault.swift",
"Bot/Telegram/Models/TGMenuButtonDefaultType.swift",
"Bot/Telegram/Models/TGMenuButtonWebApp.swift",
"Bot/Telegram/Models/TGMenuButtonWebAppType.swift",
"Bot/Telegram/Models/TGMessage.swift",
"Bot/Telegram/Models/TGMessageAutoDeleteTimerChanged.swift",
"Bot/Telegram/Models/TGMessageEntity.swift",
"Bot/Telegram/Models/TGMessageEntityType.swift",
"Bot/Telegram/Models/TGMessageId.swift",
"Bot/Telegram/Models/TGMessageOrigin.swift",
"Bot/Telegram/Models/TGMessageOriginChannel.swift",
"Bot/Telegram/Models/TGMessageOriginChannelType.swift",
"Bot/Telegram/Models/TGMessageOriginChat.swift",
"Bot/Telegram/Models/TGMessageOriginChatType.swift",
"Bot/Telegram/Models/TGMessageOriginHiddenUser.swift",
"Bot/Telegram/Models/TGMessageOriginHiddenUserType.swift",
"Bot/Telegram/Models/TGMessageOriginUser.swift",
"Bot/Telegram/Models/TGMessageOriginUserType.swift",
"Bot/Telegram/Models/TGMessageReactionCountUpdated.swift",
"Bot/Telegram/Models/TGMessageReactionUpdated.swift",
"Bot/Telegram/Models/TGOrderInfo.swift",
"Bot/Telegram/Models/TGOwnedGift.swift",
"Bot/Telegram/Models/TGOwnedGiftRegular.swift",
"Bot/Telegram/Models/TGOwnedGiftRegularType.swift",
"Bot/Telegram/Models/TGOwnedGiftUnique.swift",
"Bot/Telegram/Models/TGOwnedGiftUniqueType.swift",
"Bot/Telegram/Models/TGOwnedGifts.swift",
"Bot/Telegram/Models/TGPaidMedia.swift",
"Bot/Telegram/Models/TGPaidMediaInfo.swift",
"Bot/Telegram/Models/TGPaidMediaPhoto.swift",
"Bot/Telegram/Models/TGPaidMediaPhotoType.swift",
"Bot/Telegram/Models/TGPaidMediaPreview.swift",
"Bot/Telegram/Models/TGPaidMediaPreviewType.swift",
"Bot/Telegram/Models/TGPaidMediaPurchased.swift",
"Bot/Telegram/Models/TGPaidMediaVideo.swift",
"Bot/Telegram/Models/TGPaidMediaVideoType.swift",
"Bot/Telegram/Models/TGPaidMessagePriceChanged.swift",
"Bot/Telegram/Models/TGPassportData.swift",
"Bot/Telegram/Models/TGPassportElementError.swift",
"Bot/Telegram/Models/TGPassportElementErrorDataField.swift",
"Bot/Telegram/Models/TGPassportElementErrorDataFieldType.swift",
"Bot/Telegram/Models/TGPassportElementErrorFile.swift",
"Bot/Telegram/Models/TGPassportElementErrorFileType.swift",
"Bot/Telegram/Models/TGPassportElementErrorFiles.swift",
"Bot/Telegram/Models/TGPassportElementErrorFilesType.swift",
"Bot/Telegram/Models/TGPassportElementErrorFrontSide.swift",
"Bot/Telegram/Models/TGPassportElementErrorFrontSideType.swift",
"Bot/Telegram/Models/TGPassportElementErrorReverseSide.swift",
"Bot/Telegram/Models/TGPassportElementErrorReverseSideType.swift",
"Bot/Telegram/Models/TGPassportElementErrorSelfie.swift",
"Bot/Telegram/Models/TGPassportElementErrorSelfieType.swift",
"Bot/Telegram/Models/TGPassportElementErrorTranslationFile.swift",
"Bot/Telegram/Models/TGPassportElementErrorTranslationFileType.swift",
"Bot/Telegram/Models/TGPassportElementErrorTranslationFiles.swift",
"Bot/Telegram/Models/TGPassportElementErrorTranslationFilesType.swift",
"Bot/Telegram/Models/TGPassportElementErrorUnspecified.swift",
"Bot/Telegram/Models/TGPassportFile.swift",
"Bot/Telegram/Models/TGPhotoSize.swift",
"Bot/Telegram/Models/TGPoll.swift",
"Bot/Telegram/Models/TGPollAnswer.swift",
"Bot/Telegram/Models/TGPollOption.swift",
"Bot/Telegram/Models/TGPollOptionAdded.swift",
"Bot/Telegram/Models/TGPollOptionDeleted.swift",
"Bot/Telegram/Models/TGPollType.swift",
"Bot/Telegram/Models/TGPreCheckoutQuery.swift",
"Bot/Telegram/Models/TGPreparedInlineMessage.swift",
"Bot/Telegram/Models/TGPreparedKeyboardButton.swift",
"Bot/Telegram/Models/TGProximityAlertTriggered.swift",
"Bot/Telegram/Models/TGReactionCount.swift",
"Bot/Telegram/Models/TGReactionType.swift",
"Bot/Telegram/Models/TGReactionTypeCustomEmoji.swift",
"Bot/Telegram/Models/TGReactionTypeCustomEmojiType.swift",
"Bot/Telegram/Models/TGReactionTypeEmoji.swift",
"Bot/Telegram/Models/TGReactionTypeEmojiType.swift",
"Bot/Telegram/Models/TGReactionTypePaid.swift",
"Bot/Telegram/Models/TGReactionTypePaidType.swift",
"Bot/Telegram/Models/TGRefundedPayment.swift",
"Bot/Telegram/Models/TGReplyKeyboardMarkup.swift",
"Bot/Telegram/Models/TGReplyKeyboardRemove.swift",
"Bot/Telegram/Models/TGReplyParameters.swift",
"Bot/Telegram/Models/TGResponseParameters.swift",
"Bot/Telegram/Models/TGRevenueWithdrawalState.swift",
"Bot/Telegram/Models/TGRevenueWithdrawalStateFailed.swift",
"Bot/Telegram/Models/TGRevenueWithdrawalStateFailedType.swift",
"Bot/Telegram/Models/TGRevenueWithdrawalStatePending.swift",
"Bot/Telegram/Models/TGRevenueWithdrawalStatePendingType.swift",
"Bot/Telegram/Models/TGRevenueWithdrawalStateSucceeded.swift",
"Bot/Telegram/Models/TGRevenueWithdrawalStateSucceededType.swift",
"Bot/Telegram/Models/TGSentWebAppMessage.swift",
"Bot/Telegram/Models/TGSharedUser.swift",
"Bot/Telegram/Models/TGShippingAddress.swift",
"Bot/Telegram/Models/TGShippingOption.swift",
"Bot/Telegram/Models/TGShippingQuery.swift",
"Bot/Telegram/Models/TGStarAmount.swift",
"Bot/Telegram/Models/TGStarTransaction.swift",
"Bot/Telegram/Models/TGStarTransactions.swift",
"Bot/Telegram/Models/TGSticker.swift",
"Bot/Telegram/Models/TGStickerSet.swift",
"Bot/Telegram/Models/TGStickerType.swift",
"Bot/Telegram/Models/TGStory.swift",
"Bot/Telegram/Models/TGStoryArea.swift",
"Bot/Telegram/Models/TGStoryAreaPosition.swift",
"Bot/Telegram/Models/TGStoryAreaType.swift",
"Bot/Telegram/Models/TGStoryAreaTypeLink.swift",
"Bot/Telegram/Models/TGStoryAreaTypeLinkType.swift",
"Bot/Telegram/Models/TGStoryAreaTypeLocation.swift",
"Bot/Telegram/Models/TGStoryAreaTypeLocationType.swift",
"Bot/Telegram/Models/TGStoryAreaTypeSuggestedReaction.swift",
"Bot/Telegram/Models/TGStoryAreaTypeSuggestedReactionType.swift",
"Bot/Telegram/Models/TGStoryAreaTypeUniqueGift.swift",
"Bot/Telegram/Models/TGStoryAreaTypeUniqueGiftType.swift",
"Bot/Telegram/Models/TGStoryAreaTypeWeather.swift",
"Bot/Telegram/Models/TGStoryAreaTypeWeatherType.swift",
"Bot/Telegram/Models/TGSuccessfulPayment.swift",
"Bot/Telegram/Models/TGSuggestedPostApprovalFailed.swift",
"Bot/Telegram/Models/TGSuggestedPostApproved.swift",
"Bot/Telegram/Models/TGSuggestedPostDeclined.swift",
"Bot/Telegram/Models/TGSuggestedPostInfo.swift",
"Bot/Telegram/Models/TGSuggestedPostPaid.swift",
"Bot/Telegram/Models/TGSuggestedPostParameters.swift",
"Bot/Telegram/Models/TGSuggestedPostPrice.swift",
"Bot/Telegram/Models/TGSuggestedPostRefunded.swift",
"Bot/Telegram/Models/TGSwitchInlineQueryChosenChat.swift",
"Bot/Telegram/Models/TGTextQuote.swift",
"Bot/Telegram/Models/TGTransactionPartner.swift",
"Bot/Telegram/Models/TGTransactionPartnerAffiliateProgram.swift",
"Bot/Telegram/Models/TGTransactionPartnerAffiliateProgramType.swift",
"Bot/Telegram/Models/TGTransactionPartnerChat.swift",
"Bot/Telegram/Models/TGTransactionPartnerChatType.swift",
"Bot/Telegram/Models/TGTransactionPartnerFragment.swift",
"Bot/Telegram/Models/TGTransactionPartnerFragmentType.swift",
"Bot/Telegram/Models/TGTransactionPartnerOther.swift",
"Bot/Telegram/Models/TGTransactionPartnerOtherType.swift",
"Bot/Telegram/Models/TGTransactionPartnerTelegramAds.swift",
"Bot/Telegram/Models/TGTransactionPartnerTelegramAdsType.swift",
"Bot/Telegram/Models/TGTransactionPartnerTelegramApi.swift",
"Bot/Telegram/Models/TGTransactionPartnerTelegramApiType.swift",
"Bot/Telegram/Models/TGTransactionPartnerUser.swift",
"Bot/Telegram/Models/TGTransactionPartnerUserType.swift",
"Bot/Telegram/Models/TGUniqueGift.swift",
"Bot/Telegram/Models/TGUniqueGiftBackdrop.swift",
"Bot/Telegram/Models/TGUniqueGiftBackdropColors.swift",
"Bot/Telegram/Models/TGUniqueGiftColors.swift",
"Bot/Telegram/Models/TGUniqueGiftInfo.swift",
"Bot/Telegram/Models/TGUniqueGiftModel.swift",
"Bot/Telegram/Models/TGUniqueGiftSymbol.swift",
"Bot/Telegram/Models/TGUpdate.swift",
"Bot/Telegram/Models/TGUser.swift",
"Bot/Telegram/Models/TGUserChatBoosts.swift",
"Bot/Telegram/Models/TGUserProfileAudios.swift",
"Bot/Telegram/Models/TGUserProfilePhotos.swift",
"Bot/Telegram/Models/TGUserRating.swift",
"Bot/Telegram/Models/TGUsersShared.swift",
"Bot/Telegram/Models/TGVenue.swift",
"Bot/Telegram/Models/TGVideo.swift",
"Bot/Telegram/Models/TGVideoChatEnded.swift",
"Bot/Telegram/Models/TGVideoChatParticipantsInvited.swift",
"Bot/Telegram/Models/TGVideoChatScheduled.swift",
"Bot/Telegram/Models/TGVideoChatStarted.swift",
"Bot/Telegram/Models/TGVideoNote.swift",
"Bot/Telegram/Models/TGVideoQuality.swift",
"Bot/Telegram/Models/TGVoice.swift",
"Bot/Telegram/Models/TGWebAppData.swift",
"Bot/Telegram/Models/TGWebAppInfo.swift",
"Bot/Telegram/Models/TGWebhookInfo.swift",
"Bot/Telegram/Models/TGWriteAccessAllowed.swift",
"Bot/Types/ChatId.swift",
"Bot/Types/FileInfo.swift",
"Bot/Types/InputFile.swift",
"Bot/Types/MessageOrBool.swift",
"Bot/Types/ParseMode.swift",
"Bot/Types/ReplyMarkup.swift",
"Bot/Types/TelegramContainer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:1db7dbcaf887dbb499f5976218948969b74406bfba66e3dcc9b7cf6b3e333907
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.