The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Telegrammer with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[815/982] Compiling Telegrammer Bot+sendDocument.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[816/982] Compiling Telegrammer Bot+sendGame.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[817/982] Compiling Telegrammer Bot+sendInvoice.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[818/982] Compiling Telegrammer Bot+sendLocation.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[819/982] Compiling Telegrammer Bot+sendMediaGroup.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[820/982] Compiling Telegrammer Bot+sendMessage.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[821/982] Compiling Telegrammer Bot+sendPhoto.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[822/982] Compiling Telegrammer Bot+sendPoll.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[823/982] Compiling Telegrammer Bot+sendSticker.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[824/982] Compiling Telegrammer Bot+sendVenue.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[825/982] Compiling Telegrammer Bot+sendVideo.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[826/982] Compiling Telegrammer Bot+sendVideoNote.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[827/982] Compiling Telegrammer Bot+sendVoice.swift
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[828/1005] Compiling Telegrammer Dispatcher.swift
[829/1005] Compiling Telegrammer HandlerGroup.swift
[830/1005] Compiling Telegrammer HandlersQueue.swift
[831/1005] Compiling Telegrammer BotError.swift
[832/1005] Compiling Telegrammer AllFilter.swift
[833/1005] Compiling Telegrammer AudioFilter.swift
[834/1005] Compiling Telegrammer CaptionEntityFilter.swift
[835/1005] Compiling Telegrammer ChatFilter.swift
[836/1005] Compiling Telegrammer CommandFilter.swift
[837/1005] Compiling Telegrammer ContactFilter.swift
[838/1005] Compiling Telegrammer DocumentFilter.swift
[839/1005] Compiling Telegrammer EntityFilter.swift
[840/1005] Compiling Telegrammer Filter.swift
[841/1005] Compiling Telegrammer ForwarderFilter.swift
[842/1005] Compiling Telegrammer GameFilter.swift
[843/1005] Compiling Telegrammer GroupFilter.swift
[844/1005] Compiling Telegrammer InvoiceFilter.swift
[845/1005] Compiling Telegrammer LanguageFilter.swift
[846/1005] Compiling Telegrammer LocationFilter.swift
[847/1005] Compiling Telegrammer PhotoFilter.swift
[848/1005] Compiling Telegrammer PrivateFilter.swift
[849/1005] Compiling Telegrammer RegexpFilter.swift
[850/1005] Compiling Telegrammer ReplyFilter.swift
[851/1005] Compiling Telegrammer StatusUpdateFilters.swift
[852/1005] Compiling Telegrammer StickerFilter.swift
[853/1005] Compiling Telegrammer SuccesfulPaymentFilter.swift
[854/1005] Compiling Telegrammer TextFilter.swift
[855/1005] Compiling Telegrammer UserFilter.swift
[856/1005] Compiling Telegrammer VenueFilter.swift
[857/1005] Compiling Telegrammer VideoFilter.swift
[858/1005] Compiling Telegrammer VideoNoteFilter.swift
[859/1005] Compiling Telegrammer VoiceFilter.swift
[860/1005] Compiling Telegrammer CallbackQueryHandler.swift
[861/1005] Compiling Telegrammer CommandHandler.swift
[862/1005] Compiling Telegrammer ConversationHandler.swift
[863/1005] Compiling Telegrammer Handler.swift
[864/1005] Compiling Telegrammer LoggerHandler.swift
[865/1005] Compiling Telegrammer MessageHandler.swift
[866/1005] Compiling Telegrammer RegexpHandler.swift
[867/1005] Compiling Telegrammer Constants.swift
[868/1005] Compiling Telegrammer Enviroment+Helper.swift
[869/1005] Compiling Telegrammer Error+Helpers.swift
[870/1005] Compiling Telegrammer HTTPHeader+Helper.swift
[871/1005] Compiling Telegrammer HTTPRequest+Helper.swift
[872/1005] Compiling Telegrammer MultipartPartConvertible+Helper.swift
[873/1005] Compiling Telegrammer String+Helper.swift
[874/1005] Compiling Telegrammer ProximityAlertTriggered.swift
[875/1005] Compiling Telegrammer ReplyKeyboardMarkup.swift
[876/1005] Compiling Telegrammer ReplyKeyboardRemove.swift
[877/1005] Compiling Telegrammer ResponseParameters.swift
[878/1005] Compiling Telegrammer ShippingAddress.swift
[879/1005] Compiling Telegrammer ShippingOption.swift
[880/1005] Compiling Telegrammer ShippingQuery.swift
[881/1005] Compiling Telegrammer Sticker.swift
[882/1005] Compiling Telegrammer StickerSet.swift
[883/1005] Compiling Telegrammer SuccessfulPayment.swift
[884/1005] Compiling Telegrammer Update.swift
[885/1005] Compiling Telegrammer User.swift
[886/1005] Compiling Telegrammer UserProfilePhotos.swift
[887/1005] Compiling Telegrammer Venue.swift
[888/1005] Compiling Telegrammer Video.swift
[889/1005] Compiling Telegrammer VideoNote.swift
[890/1005] Compiling Telegrammer Voice.swift
[891/1005] Compiling Telegrammer VoiceChatEnded.swift
[892/1005] Compiling Telegrammer VoiceChatParticipantsInvited.swift
[893/1005] Compiling Telegrammer VoiceChatScheduled.swift
[894/1005] Compiling Telegrammer VoiceChatStarted.swift
[895/1005] Compiling Telegrammer WebhookInfo.swift
[896/1005] Compiling Telegrammer Storage.swift
[897/1005] Compiling Telegrammer LoginUrl.swift
[898/1005] Compiling Telegrammer MaskPosition.swift
[899/1005] Compiling Telegrammer Message.swift
[900/1005] Compiling Telegrammer MessageAutoDeleteTimerChanged.swift
[901/1005] Compiling Telegrammer MessageEntity.swift
[902/1005] Compiling Telegrammer MessageId.swift
[903/1005] Compiling Telegrammer OrderInfo.swift
[904/1005] Compiling Telegrammer PassportData.swift
[905/1005] Compiling Telegrammer PassportElementErrorDataField.swift
[906/1005] Compiling Telegrammer PassportElementErrorFile.swift
[907/1005] Compiling Telegrammer PassportElementErrorFiles.swift
[908/1005] Compiling Telegrammer PassportElementErrorFrontSide.swift
[909/1005] Compiling Telegrammer PassportElementErrorReverseSide.swift
[910/1005] Compiling Telegrammer PassportElementErrorSelfie.swift
[911/1005] Compiling Telegrammer PassportElementErrorTranslationFile.swift
[912/1005] Compiling Telegrammer PassportElementErrorTranslationFiles.swift
[913/1005] Compiling Telegrammer PassportElementErrorUnspecified.swift
[914/1005] Compiling Telegrammer PassportFile.swift
[915/1005] Compiling Telegrammer PhotoSize.swift
[916/1005] Compiling Telegrammer Poll.swift
[917/1005] Compiling Telegrammer PollAnswer.swift
[918/1005] Compiling Telegrammer PollOption.swift
[919/1005] Compiling Telegrammer PreCheckoutQuery.swift
[920/1005] Compiling Telegrammer SynchronizedArray.swift
[921/1005] Compiling Telegrammer TimeAmount+Helpers.swift
[922/1005] Compiling Telegrammer Bot.Settings+Proxy.swift
[923/1005] Compiling Telegrammer BotClient.swift
[924/1005] Compiling Telegrammer Longpolling.swift
[925/1005] Compiling Telegrammer Network.swift
[926/1005] Compiling Telegrammer UpdatesServer.swift
[927/1005] Compiling Telegrammer Webhooks.swift
[928/1005] Compiling Telegrammer ChatId.swift
[929/1005] Compiling Telegrammer ChatType.swift
[930/1005] Compiling Telegrammer FileInfo.swift
[931/1005] Compiling Telegrammer InlineQueryResult.swift
[932/1005] Compiling Telegrammer InputFile.swift
[933/1005] Compiling Telegrammer InputMedia.swift
[934/1005] Compiling Telegrammer InputMessageContent.swift
[935/1005] Compiling Telegrammer MessageEntityType.swift
[936/1005] Compiling Telegrammer MessageOrBool.swift
[937/1005] Compiling Telegrammer ParseMode.swift
[938/1005] Compiling Telegrammer PassportElementError.swift
[939/1005] Compiling Telegrammer ReplyMarkup.swift
[940/1005] Compiling Telegrammer TelegramContainer.swift
[941/1005] Compiling Telegrammer TelegramEncodables.swift
[942/1005] Compiling Telegrammer Updater.swift
[943/1005] Compiling Telegrammer Dice.swift
[944/1005] Compiling Telegrammer Document.swift
[945/1005] Compiling Telegrammer EncryptedCredentials.swift
[946/1005] Compiling Telegrammer EncryptedPassportElement.swift
[947/1005] Compiling Telegrammer File.swift
[948/1005] Compiling Telegrammer ForceReply.swift
[949/1005] Compiling Telegrammer Game.swift
[950/1005] Compiling Telegrammer GameHighScore.swift
[951/1005] Compiling Telegrammer InlineKeyboardButton.swift
[952/1005] Compiling Telegrammer InlineKeyboardMarkup.swift
[953/1005] Compiling Telegrammer InlineQuery.swift
[954/1005] Compiling Telegrammer InlineQueryResultArticle.swift
[955/1005] Compiling Telegrammer InlineQueryResultAudio.swift
[956/1005] Compiling Telegrammer InlineQueryResultCachedAudio.swift
[957/1005] Compiling Telegrammer InlineQueryResultCachedDocument.swift
[958/1005] Compiling Telegrammer InlineQueryResultCachedGif.swift
[959/1005] Compiling Telegrammer InlineQueryResultCachedMpeg4Gif.swift
[960/1005] Compiling Telegrammer InlineQueryResultCachedPhoto.swift
[961/1005] Compiling Telegrammer InlineQueryResultCachedSticker.swift
[962/1005] Compiling Telegrammer InlineQueryResultCachedVideo.swift
[963/1005] Compiling Telegrammer InlineQueryResultCachedVoice.swift
[964/1005] Compiling Telegrammer InlineQueryResultContact.swift
[965/1005] Compiling Telegrammer InlineQueryResultDocument.swift
[966/1005] Compiling Telegrammer BotCommandScopeAllGroupChats.swift
[967/1005] Compiling Telegrammer BotCommandScopeAllPrivateChats.swift
[968/1005] Compiling Telegrammer BotCommandScopeChat.swift
[969/1005] Compiling Telegrammer BotCommandScopeChatAdministrators.swift
[970/1005] Compiling Telegrammer BotCommandScopeChatMember.swift
[971/1005] Compiling Telegrammer BotCommandScopeDefault.swift
[972/1005] Compiling Telegrammer CallbackGame.swift
[973/1005] Compiling Telegrammer CallbackQuery.swift
[974/1005] Compiling Telegrammer Chat.swift
[975/1005] Compiling Telegrammer ChatInviteLink.swift
[976/1005] Compiling Telegrammer ChatLocation.swift
[977/1005] Compiling Telegrammer ChatMember.swift
[978/1005] Compiling Telegrammer ChatMemberAdministrator.swift
[979/1005] Compiling Telegrammer ChatMemberBanned.swift
[980/1005] Compiling Telegrammer ChatMemberLeft.swift
[981/1005] Compiling Telegrammer ChatMemberMember.swift
[982/1005] Compiling Telegrammer ChatMemberOwner.swift
[983/1005] Compiling Telegrammer ChatMemberRestricted.swift
[984/1005] Compiling Telegrammer ChatMemberUpdated.swift
[985/1005] Compiling Telegrammer ChatPermissions.swift
[986/1005] Compiling Telegrammer ChatPhoto.swift
[987/1005] Compiling Telegrammer ChosenInlineResult.swift
[988/1005] Compiling Telegrammer Contact.swift
[989/1005] Emitting module Telegrammer
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+addStickerToSet.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func addStickerToSet(params: AddStickerToSetParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+answerCallbackQuery.swift:57:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func answerCallbackQuery(params: AnswerCallbackQueryParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+answerInlineQuery.swift:67:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func answerInlineQuery(params: AnswerInlineQueryParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+answerPreCheckoutQuery.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func answerPreCheckoutQuery(params: AnswerPreCheckoutQueryParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+answerShippingQuery.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func answerShippingQuery(params: AnswerShippingQueryParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+banChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func banChatMember(params: BanChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+close.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func close() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+copyMessage.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func copyMessage(params: CopyMessageParams) throws -> Future<MessageId> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+createChatInviteLink.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func createChatInviteLink(params: CreateChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+createNewStickerSet.swift:69:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func createNewStickerSet(params: CreateNewStickerSetParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+deleteChatPhoto.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func deleteChatPhoto(params: DeleteChatPhotoParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+deleteChatStickerSet.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func deleteChatStickerSet(params: DeleteChatStickerSetParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+deleteMessage.swift:47:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func deleteMessage(params: DeleteMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+deleteMyCommands.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func deleteMyCommands(params: DeleteMyCommandsParams? = nil) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+deleteStickerFromSet.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func deleteStickerFromSet(params: DeleteStickerFromSetParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+deleteWebhook.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func deleteWebhook(params: DeleteWebhookParams? = nil) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+editChatInviteLink.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func editChatInviteLink(params: EditChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+editMessageCaption.swift:64:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func editMessageCaption(params: EditMessageCaptionParams? = nil) throws -> Future<MessageOrBool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+editMessageLiveLocation.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func editMessageLiveLocation(params: EditMessageLiveLocationParams) throws -> Future<MessageOrBool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+editMessageMedia.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func editMessageMedia(params: EditMessageMediaParams) throws -> Future<MessageOrBool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+editMessageReplyMarkup.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func editMessageReplyMarkup(params: EditMessageReplyMarkupParams? = nil) throws -> Future<MessageOrBool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+editMessageText.swift:69:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func editMessageText(params: EditMessageTextParams) throws -> Future<MessageOrBool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+exportChatInviteLink.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func exportChatInviteLink(params: ExportChatInviteLinkParams) throws -> Future<String> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+forwardMessage.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func forwardMessage(params: ForwardMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getChat(params: GetChatParams) throws -> Future<Chat> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getChatAdministrators.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getChatAdministrators(params: GetChatAdministratorsParams) throws -> Future<[ChatMember]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getChatMember.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getChatMember(params: GetChatMemberParams) throws -> Future<ChatMember> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getChatMemberCount.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getChatMemberCount(params: GetChatMemberCountParams) throws -> Future<Int> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getChatMembersCount.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getChatMembersCount(params: GetChatMembersCountParams) throws -> Future<Int> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getFile.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getFile(params: GetFileParams) throws -> Future<File> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getGameHighScores.swift:50:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getGameHighScores(params: GetGameHighScoresParams) throws -> Future<[GameHighScore]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getMe.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getMe() throws -> Future<User> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getMyCommands.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getMyCommands(params: GetMyCommandsParams? = nil) throws -> Future<[BotCommand]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getStickerSet.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getStickerSet(params: GetStickerSetParams) throws -> Future<StickerSet> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getUpdates.swift:51:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getUpdates(params: GetUpdatesParams? = nil) throws -> Future<[Update]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getUserProfilePhotos.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getUserProfilePhotos(params: GetUserProfilePhotosParams) throws -> Future<UserProfilePhotos> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+getWebhookInfo.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func getWebhookInfo() throws -> Future<WebhookInfo> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+kickChatMember.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func kickChatMember(params: KickChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+leaveChat.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func leaveChat(params: LeaveChatParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+logOut.swift:18:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func logOut() throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+pinChatMessage.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func pinChatMessage(params: PinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+promoteChatMember.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func promoteChatMember(params: PromoteChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+restrictChatMember.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func restrictChatMember(params: RestrictChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+revokeChatInviteLink.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func revokeChatInviteLink(params: RevokeChatInviteLinkParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAnimation.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAnimation(params: SendAnimationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendAudio.swift:95:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendAudio(params: SendAudioParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendChatAction.swift:41:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendChatAction(params: SendChatActionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendContact.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendContact(params: SendContactParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDice.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDice(params: SendDiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendDocument.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendDocument(params: SendDocumentParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendGame.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendGame(params: SendGameParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendInvoice.swift:159:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendInvoice(params: SendInvoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendLocation.swift:84:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendLocation(params: SendLocationParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMediaGroup.swift:54:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMediaGroup(params: SendMediaGroupParams) throws -> Future<[Message]> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendMessage.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendMessage(params: SendMessageParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPhoto.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPhoto(params: SendPhotoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendPoll.swift:114:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendPoll(params: SendPollParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendSticker.swift:59:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendSticker(params: SendStickerParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVenue.swift:94:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVenue(params: SendVenueParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideo.swift:99:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideo(params: SendVideoParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVideoNote.swift:74:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVideoNote(params: SendVideoNoteParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+sendVoice.swift:79:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func sendVoice(params: SendVoiceParams) throws -> Future<Message> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+setChatAdministratorCustomTitle.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func setChatAdministratorCustomTitle(params: SetChatAdministratorCustomTitleParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+setChatDescription.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func setChatDescription(params: SetChatDescriptionParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+setChatPermissions.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func setChatPermissions(params: SetChatPermissionsParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+setChatPhoto.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func setChatPhoto(params: SetChatPhotoParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+setChatStickerSet.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func setChatStickerSet(params: SetChatStickerSetParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+setChatTitle.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func setChatTitle(params: SetChatTitleParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+setGameScore.swift:64:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func setGameScore(params: SetGameScoreParams) throws -> Future<MessageOrBool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+setMyCommands.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func setMyCommands(params: SetMyCommandsParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+setPassportDataErrors.swift:40:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func setPassportDataErrors(params: SetPassportDataErrorsParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+setStickerPositionInSet.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func setStickerPositionInSet(params: SetStickerPositionInSetParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+setStickerSetThumb.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func setStickerSetThumb(params: SetStickerSetThumbParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+setWebhook.swift:61:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func setWebhook(params: SetWebhookParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+stopMessageLiveLocation.swift:49:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func stopMessageLiveLocation(params: StopMessageLiveLocationParams? = nil) throws -> Future<MessageOrBool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+stopPoll.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func stopPoll(params: StopPollParams) throws -> Future<Poll> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+unbanChatMember.swift:44:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func unbanChatMember(params: UnbanChatMemberParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+unpinAllChatMessages.swift:34:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func unpinAllChatMessages(params: UnpinAllChatMessagesParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+unpinChatMessage.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func unpinChatMessage(params: UnpinChatMessageParams) throws -> Future<Bool> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
/host/spi-builder-workspace/Sources/Telegrammer/Bot/Telegram/Methods/Bot+uploadStickerFile.swift:39:10: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
    func uploadStickerFile(params: UploadStickerFileParams) throws -> Future<File> {
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/EventLoopFuture.swift:373:20: note: type declared here
public final class EventLoopFuture<Value> {
                   ^
[990/1006] Wrapping AST for Telegrammer for debugging
[992/1023] Emitting module DemoHelloBot
[993/1023] Emitting module DemoWebhooksLocally
[994/1023] Compiling DemoWebhooksLocally main.swift
[995/1023] Compiling DemoHelloBot NewMemberHandler.swift
[996/1023] Compiling DemoHelloBot main.swift
[997/1023] Compiling DemoSpellCheckerBot main.swift
[998/1023] Emitting module DemoSpellCheckerBot
[999/1023] Compiling DemoEchoBot main.swift
[1000/1023] Emitting module DemoEchoBot
[1001/1024] Compiling DemoSchedulerBot main.swift
[1002/1024] Emitting module DemoSchedulerBot
[1006/1027] Compiling DemoSpellCheckerBot YaSpellChecker.swift
[1007/1027] Compiling DemoSpellCheckerBot SpellChecker.swift
[1008/1027] Compiling DemoSpellCheckerBot Array+Helper.swift
[1009/1027] Compiling DemoSpellCheckerBot SpellCheckerController.swift
/host/spi-builder-workspace/Sources/DemoSpellCheckerBot/Controllers/SpellCheckerController.swift:149:60: warning: 'markdown' is deprecated: This is a legacy mode, retained for backward compatibility.
                                               parseMode: .markdown,
                                                           ^
/host/spi-builder-workspace/Sources/DemoSpellCheckerBot/Controllers/SpellCheckerController.swift:149:60: note: use 'markdownV2' instead
                                               parseMode: .markdown,
                                                           ^~~~~~~~
                                                           markdownV2
/host/spi-builder-workspace/Sources/DemoSpellCheckerBot/Controllers/SpellCheckerController.swift:157:56: warning: 'markdown' is deprecated: This is a legacy mode, retained for backward compatibility.
                                           parseMode: .markdown,
                                                       ^
/host/spi-builder-workspace/Sources/DemoSpellCheckerBot/Controllers/SpellCheckerController.swift:157:56: note: use 'markdownV2' instead
                                           parseMode: .markdown,
                                                       ^~~~~~~~
                                                       markdownV2
[1010/1027] Compiling DemoSpellCheckerBot YaSpellFlow.swift
[1011/1027] Compiling DemoSpellCheckerBot YaSpellCheck.swift
[1012/1028] Wrapping AST for DemoWebhooksLocally for debugging
[1013/1028] Write Objects.LinkFileList
[1015/1028] Wrapping AST for DemoSchedulerBot for debugging
[1016/1028] Write Objects.LinkFileList
[1017/1028] Wrapping AST for DemoHelloBot for debugging
[1018/1028] Write Objects.LinkFileList
[1019/1028] Wrapping AST for DemoEchoBot for debugging
[1020/1028] Write Objects.LinkFileList
[1021/1028] Wrapping AST for DemoSpellCheckerBot for debugging
[1022/1028] Write Objects.LinkFileList
[1023/1028] Linking SchedulerBot
[1024/1028] Linking WebhooksLocally
[1025/1028] Linking HelloBot
[1026/1028] Linking EchoBot
[1027/1028] Linking SpellCheckerBot
Build complete! (81.11s)
Build complete.
Done.

Build Machine: Linux 1