The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TelegramBotSDK with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rapierorg/telegram-bot-swift.git
Reference: v2.1.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/rapierorg/telegram-bot-swift
 * tag               v2.1.2     -> FETCH_HEAD
HEAD is now at c03186f Make explanation optional in Poll
Cloned https://github.com/rapierorg/telegram-bot-swift.git into spi-builder-workspace
c03186fdbde69be648be33c57793a2d83c5a8256
SUCCESS checkout https://github.com/rapierorg/telegram-bot-swift.git at v2.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling CCurl shim.c
[2/41] Compiling TelegramBotSDK Command.swift
[3/41] Compiling TelegramBotSDK ContentType.swift
[4/41] Compiling TelegramBotSDK Context.swift
[5/41] Compiling TelegramBotSDK Router+Helpers.swift
[6/41] Compiling TelegramBotSDK Router.swift
[7/41] Compiling TelegramBotSDK TaskAssociatedData.swift
[8/41] Compiling TelegramBotSDK BotName.swift
[9/41] Compiling TelegramBotSDK DataTaskError.swift
[10/41] Compiling TelegramBotSDK DictionaryUtils.swift
[11/41] Compiling TelegramBotSDK NSRunLoop+Utils.swift
[12/41] Compiling TelegramBotSDK Optional+Unwrap.swift
[13/41] Compiling TelegramBotSDK Scanner+Compatibility.swift
[14/46] Compiling TelegramBotSDK InputMessageContent.swift
[15/46] Compiling TelegramBotSDK Message+Command.swift
[16/46] Compiling TelegramBotSDK MessageEntity+Utils.swift
[17/46] Compiling TelegramBotSDK MessageOrBool.swift
[18/46] Compiling TelegramBotSDK ParseMode.swift
[19/46] Compiling TelegramBotSDK ChatType.swift
[20/46] Compiling TelegramBotSDK InlineQueryResult.swift
[21/46] Compiling TelegramBotSDK InputFile.swift
[22/46] Compiling TelegramBotSDK InputFileOrString.swift
[23/46] Compiling TelegramBotSDK InputMedia.swift
[24/46] Compiling TelegramBotSDK Scanner+Utils.swift
[25/46] Compiling TelegramBotSDK String+ExtractBotCommand.swift
[26/46] Compiling TelegramBotSDK String+HTTP.swift
[27/46] Compiling TelegramBotSDK String+Trim.swift
[28/46] Compiling TelegramBotSDK String+Utils.swift
[29/46] Compiling TelegramBotSDK Methods.swift
[30/46] Compiling TelegramBotSDK PollType.swift
[31/46] Compiling TelegramBotSDK ReplyMarkup.swift
[32/46] Compiling TelegramBotSDK Response.swift
[33/46] Compiling TelegramBotSDK Utils.swift
[34/46] Compiling TelegramBotSDK WriteCallbackData.swift
[35/46] Emitting module TelegramBotSDK
[36/46] Compiling TelegramBotSDK Types.swift
[37/46] Compiling TelegramBotSDK HTTPUtils.swift
[38/46] Compiling TelegramBotSDK TelegramBot+getUpdates+Utils.swift
[39/46] Compiling TelegramBotSDK TelegramBot+sendChatAction+Utils.swift
[40/46] Compiling TelegramBotSDK MimeTypes.swift
[41/46] Compiling TelegramBotSDK Arguments.swift
[42/46] Compiling TelegramBotSDK TelegramBot+Requests.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TelegramBotSDK/TelegramBot.swift:241:59: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'WriteCallbackData'; this is likely incorrect because 'WriteCallbackData' may contain an object reference.
        curl_easy_setopt_pointer(curl, CURLOPT_WRITEDATA, &callbackData)
                                                          ^
[43/46] Compiling TelegramBotSDK TelegramBot+Utils.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TelegramBotSDK/TelegramBot.swift:241:59: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'WriteCallbackData'; this is likely incorrect because 'WriteCallbackData' may contain an object reference.
        curl_easy_setopt_pointer(curl, CURLOPT_WRITEDATA, &callbackData)
                                                          ^
[44/46] Compiling TelegramBotSDK TelegramBot.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TelegramBotSDK/TelegramBot.swift:241:59: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'WriteCallbackData'; this is likely incorrect because 'WriteCallbackData' may contain an object reference.
        curl_easy_setopt_pointer(curl, CURLOPT_WRITEDATA, &callbackData)
                                                          ^
[45/46] Compiling TelegramBotSDK ChatId.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TelegramBotSDK/TelegramBot.swift:241:59: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'WriteCallbackData'; this is likely incorrect because 'WriteCallbackData' may contain an object reference.
        curl_easy_setopt_pointer(curl, CURLOPT_WRITEDATA, &callbackData)
                                                          ^
[46/46] Compiling TelegramBotSDK ChatMember+Status.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TelegramBotSDK/TelegramBot.swift:241:59: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'WriteCallbackData'; this is likely incorrect because 'WriteCallbackData' may contain an object reference.
        curl_easy_setopt_pointer(curl, CURLOPT_WRITEDATA, &callbackData)
                                                          ^
Build complete! (6.24s)
Build complete.
Done.