The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftTelegramBot, reference master (29bf80), with Swift 6.1 for Android on 6 Sep 2025 07:16:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/swift-telegram-bot.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/nerzh/swift-telegram-bot
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 29bf805 add error for override handle method
Cloned https://github.com/nerzh/swift-telegram-bot.git
Revision (git rev-parse @):
29bf8058333272d86aecc5fd29c6e76c317b89ca
SUCCESS checkout https://github.com/nerzh/swift-telegram-bot.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerzh/swift-telegram-bot.git
https://github.com/nerzh/swift-telegram-bot.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-regular-expression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-regular-expression"
    },
    {
      "identity" : "swift-custom-logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-custom-logger"
    }
  ],
  "manifest_display_name" : "SwiftTelegramBot",
  "name" : "SwiftTelegramBot",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftTelegramBot",
      "targets" : [
        "SwiftTelegramBot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftTelegramBotTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTelegramBotTests",
      "path" : "Sources/SwiftTelegramBotTests",
      "product_dependencies" : [
        "SwiftCustomLogger"
      ],
      "sources" : [
        "SwiftTelegramBotTests.swift"
      ],
      "target_dependencies" : [
        "SwiftTelegramBot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftTelegramBot",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTelegramBot",
      "path" : "Sources/SwiftTelegramBot",
      "product_dependencies" : [
        "SwiftRegularExpression",
        "SwiftCustomLogger"
      ],
      "product_memberships" : [
        "SwiftTelegramBot"
      ],
      "sources" : [
        "Bot/Filters/AllFilter.swift",
        "Bot/Filters/AudioFilter.swift",
        "Bot/Filters/CaptionEntityFilter.swift",
        "Bot/Filters/ChatFilter.swift",
        "Bot/Filters/CommandFilter.swift",
        "Bot/Filters/ContactFilter.swift",
        "Bot/Filters/DocumentFilter.swift",
        "Bot/Filters/EntityFilter.swift",
        "Bot/Filters/ForwarderFilter.swift",
        "Bot/Filters/GameFilter.swift",
        "Bot/Filters/GroupFilter.swift",
        "Bot/Filters/InvoiceFilter.swift",
        "Bot/Filters/LanguageFilter.swift",
        "Bot/Filters/LocationFilter.swift",
        "Bot/Filters/PhotoFilter.swift",
        "Bot/Filters/PrivateFilter.swift",
        "Bot/Filters/RegexpFilter.swift",
        "Bot/Filters/ReplyFilter.swift",
        "Bot/Filters/StatusUpdateFilters.swift",
        "Bot/Filters/StickerFilter.swift",
        "Bot/Filters/SuccesfulPaymentFilter.swift",
        "Bot/Filters/TGFilter.swift",
        "Bot/Filters/TextFilter.swift",
        "Bot/Filters/UserFilter.swift",
        "Bot/Filters/VenueFilter.swift",
        "Bot/Filters/VideoFilter.swift",
        "Bot/Filters/VideoNoteFilter.swift",
        "Bot/Filters/VoiceFilter.swift",
        "Bot/Handlers/BaseHandler.swift",
        "Bot/Handlers/CallbackQueryHandler.swift",
        "Bot/Handlers/CommandHandler.swift",
        "Bot/Handlers/LoggerHandler.swift",
        "Bot/Handlers/MessageHandler.swift",
        "Bot/Handlers/RegexpHandler.swift",
        "Bot/Handlers/TGHandlerPrtcl.swift",
        "Bot/Helpers/Errors/BotError.swift",
        "Bot/Helpers/Errors/Error+Helpers.swift",
        "Bot/Helpers/Extensions/Array+RemoveHandler.swift",
        "Bot/Helpers/Extensions/HTTPMediaType.swift",
        "Bot/Helpers/Extensions/Message+Helpers.swift",
        "Bot/Helpers/Extensions/TGErrorCommon.swift",
        "Bot/Helpers/Limiter.swift",
        "Bot/Helpers/SendableValue.swift",
        "Bot/Helpers/String+Helper.swift",
        "Bot/Helpers/TGClientDefault.swift",
        "Bot/Helpers/TGMultiPart.swift",
        "Bot/TGBot.swift",
        "Bot/TGClientPrtcl.swift",
        "Bot/TGConnection.swift",
        "Bot/TGDispatcher.swift",
        "Bot/Telegram/Methods/AddStickerToSet.swift",
        "Bot/Telegram/Methods/AnswerCallbackQuery.swift",
        "Bot/Telegram/Methods/AnswerInlineQuery.swift",
        "Bot/Telegram/Methods/AnswerPreCheckoutQuery.swift",
        "Bot/Telegram/Methods/AnswerShippingQuery.swift",
        "Bot/Telegram/Methods/AnswerWebAppQuery.swift",
        "Bot/Telegram/Methods/ApproveChatJoinRequest.swift",
        "Bot/Telegram/Methods/ApproveSuggestedPost.swift",
        "Bot/Telegram/Methods/BanChatMember.swift",
        "Bot/Telegram/Methods/BanChatSenderChat.swift",
        "Bot/Telegram/Methods/Close.swift",
        "Bot/Telegram/Methods/CloseForumTopic.swift",
        "Bot/Telegram/Methods/CloseGeneralForumTopic.swift",
        "Bot/Telegram/Methods/ConvertGiftToStars.swift",
        "Bot/Telegram/Methods/CopyMessage.swift",
        "Bot/Telegram/Methods/CopyMessages.swift",
        "Bot/Telegram/Methods/CreateChatInviteLink.swift",
        "Bot/Telegram/Methods/CreateChatSubscriptionInviteLink.swift",
        "Bot/Telegram/Methods/CreateForumTopic.swift",
        "Bot/Telegram/Methods/CreateInvoiceLink.swift",
        "Bot/Telegram/Methods/CreateNewStickerSet.swift",
        "Bot/Telegram/Methods/DeclineChatJoinRequest.swift",
        "Bot/Telegram/Methods/DeclineSuggestedPost.swift",
        "Bot/Telegram/Methods/DeleteBusinessMessages.swift",
        "Bot/Telegram/Methods/DeleteChatPhoto.swift",
        "Bot/Telegram/Methods/DeleteChatStickerSet.swift",
        "Bot/Telegram/Methods/DeleteForumTopic.swift",
        "Bot/Telegram/Methods/DeleteMessage.swift",
        "Bot/Telegram/Methods/DeleteMessages.swift",
        "Bot/Telegram/Methods/DeleteMyCommands.swift",
        "Bot/Telegram/Methods/DeleteStickerFromSet.swift",
        "Bot/Telegram/Methods/DeleteStickerSet.swift",
        "Bot/Telegram/Methods/DeleteStory.swift",
        "Bot/Telegram/Methods/DeleteWebhook.swift",
        "Bot/Telegram/Methods/EditChatInviteLink.swift",
        "Bot/Telegram/Methods/EditChatSubscriptionInviteLink.swift",
        "Bot/Telegram/Methods/EditForumTopic.swift",
        "Bot/Telegram/Methods/EditGeneralForumTopic.swift",
        "Bot/Telegram/Methods/EditMessageCaption.swift",
        "Bot/Telegram/Methods/EditMessageChecklist.swift",
        "Bot/Telegram/Methods/EditMessageLiveLocation.swift",
        "Bot/Telegram/Methods/EditMessageMedia.swift",
        "Bot/Telegram/Methods/EditMessageReplyMarkup.swift",
        "Bot/Telegram/Methods/EditMessageText.swift",
        "Bot/Telegram/Methods/EditStory.swift",
        "Bot/Telegram/Methods/EditUserStarSubscription.swift",
        "Bot/Telegram/Methods/ExportChatInviteLink.swift",
        "Bot/Telegram/Methods/ForwardMessage.swift",
        "Bot/Telegram/Methods/ForwardMessages.swift",
        "Bot/Telegram/Methods/GetAvailableGifts.swift",
        "Bot/Telegram/Methods/GetBusinessAccountGifts.swift",
        "Bot/Telegram/Methods/GetBusinessAccountStarBalance.swift",
        "Bot/Telegram/Methods/GetBusinessConnection.swift",
        "Bot/Telegram/Methods/GetChat.swift",
        "Bot/Telegram/Methods/GetChatAdministrators.swift",
        "Bot/Telegram/Methods/GetChatMember.swift",
        "Bot/Telegram/Methods/GetChatMemberCount.swift",
        "Bot/Telegram/Methods/GetChatMenuButton.swift",
        "Bot/Telegram/Methods/GetCustomEmojiStickers.swift",
        "Bot/Telegram/Methods/GetFile.swift",
        "Bot/Telegram/Methods/GetForumTopicIconStickers.swift",
        "Bot/Telegram/Methods/GetGameHighScores.swift",
        "Bot/Telegram/Methods/GetMe.swift",
        "Bot/Telegram/Methods/GetMyCommands.swift",
        "Bot/Telegram/Methods/GetMyDefaultAdministratorRights.swift",
        "Bot/Telegram/Methods/GetMyDescription.swift",
        "Bot/Telegram/Methods/GetMyName.swift",
        "Bot/Telegram/Methods/GetMyShortDescription.swift",
        "Bot/Telegram/Methods/GetMyStarBalance.swift",
        "Bot/Telegram/Methods/GetStarTransactions.swift",
        "Bot/Telegram/Methods/GetStickerSet.swift",
        "Bot/Telegram/Methods/GetUpdates.swift",
        "Bot/Telegram/Methods/GetUserChatBoosts.swift",
        "Bot/Telegram/Methods/GetUserProfilePhotos.swift",
        "Bot/Telegram/Methods/GetWebhookInfo.swift",
        "Bot/Telegram/Methods/GiftPremiumSubscription.swift",
        "Bot/Telegram/Methods/HideGeneralForumTopic.swift",
        "Bot/Telegram/Methods/LeaveChat.swift",
        "Bot/Telegram/Methods/LogOut.swift",
        "Bot/Telegram/Methods/PinChatMessage.swift",
        "Bot/Telegram/Methods/PostStory.swift",
        "Bot/Telegram/Methods/PromoteChatMember.swift",
        "Bot/Telegram/Methods/ReadBusinessMessage.swift",
        "Bot/Telegram/Methods/RefundStarPayment.swift",
        "Bot/Telegram/Methods/RemoveBusinessAccountProfilePhoto.swift",
        "Bot/Telegram/Methods/RemoveChatVerification.swift",
        "Bot/Telegram/Methods/RemoveUserVerification.swift",
        "Bot/Telegram/Methods/ReopenForumTopic.swift",
        "Bot/Telegram/Methods/ReopenGeneralForumTopic.swift",
        "Bot/Telegram/Methods/ReplaceStickerInSet.swift",
        "Bot/Telegram/Methods/RestrictChatMember.swift",
        "Bot/Telegram/Methods/RevokeChatInviteLink.swift",
        "Bot/Telegram/Methods/SavePreparedInlineMessage.swift",
        "Bot/Telegram/Methods/SendAnimation.swift",
        "Bot/Telegram/Methods/SendAudio.swift",
        "Bot/Telegram/Methods/SendChatAction.swift",
        "Bot/Telegram/Methods/SendChecklist.swift",
        "Bot/Telegram/Methods/SendContact.swift",
        "Bot/Telegram/Methods/SendDice.swift",
        "Bot/Telegram/Methods/SendDocument.swift",
        "Bot/Telegram/Methods/SendGame.swift",
        "Bot/Telegram/Methods/SendGift.swift",
        "Bot/Telegram/Methods/SendInvoice.swift",
        "Bot/Telegram/Methods/SendLocation.swift",
        "Bot/Telegram/Methods/SendMediaGroup.swift",
        "Bot/Telegram/Methods/SendMessage.swift",
        "Bot/Telegram/Methods/SendPaidMedia.swift",
        "Bot/Telegram/Methods/SendPhoto.swift",
        "Bot/Telegram/Methods/SendPoll.swift",
        "Bot/Telegram/Methods/SendSticker.swift",
        "Bot/Telegram/Methods/SendVenue.swift",
        "Bot/Telegram/Methods/SendVideo.swift",
        "Bot/Telegram/Methods/SendVideoNote.swift",
        "Bot/Telegram/Methods/SendVoice.swift",
        "Bot/Telegram/Methods/SetBusinessAccountBio.swift",
        "Bot/Telegram/Methods/SetBusinessAccountGiftSettings.swift",
        "Bot/Telegram/Methods/SetBusinessAccountName.swift",
        "Bot/Telegram/Methods/SetBusinessAccountProfilePhoto.swift",
        "Bot/Telegram/Methods/SetBusinessAccountUsername.swift",
        "Bot/Telegram/Methods/SetChatAdministratorCustomTitle.swift",
        "Bot/Telegram/Methods/SetChatDescription.swift",
        "Bot/Telegram/Methods/SetChatMenuButton.swift",
        "Bot/Telegram/Methods/SetChatPermissions.swift",
        "Bot/Telegram/Methods/SetChatPhoto.swift",
        "Bot/Telegram/Methods/SetChatStickerSet.swift",
        "Bot/Telegram/Methods/SetChatTitle.swift",
        "Bot/Telegram/Methods/SetCustomEmojiStickerSetThumbnail.swift",
        "Bot/Telegram/Methods/SetGameScore.swift",
        "Bot/Telegram/Methods/SetMessageReaction.swift",
        "Bot/Telegram/Methods/SetMyCommands.swift",
        "Bot/Telegram/Methods/SetMyDefaultAdministratorRights.swift",
        "Bot/Telegram/Methods/SetMyDescription.swift",
        "Bot/Telegram/Methods/SetMyName.swift",
        "Bot/Telegram/Methods/SetMyShortDescription.swift",
        "Bot/Telegram/Methods/SetPassportDataErrors.swift",
        "Bot/Telegram/Methods/SetStickerEmojiList.swift",
        "Bot/Telegram/Methods/SetStickerKeywords.swift",
        "Bot/Telegram/Methods/SetStickerMaskPosition.swift",
        "Bot/Telegram/Methods/SetStickerPositionInSet.swift",
        "Bot/Telegram/Methods/SetStickerSetThumbnail.swift",
        "Bot/Telegram/Methods/SetStickerSetTitle.swift",
        "Bot/Telegram/Methods/SetUserEmojiStatus.swift",
        "Bot/Telegram/Methods/SetWebhook.swift",
        "Bot/Telegram/Methods/StopMessageLiveLocation.swift",
        "Bot/Telegram/Methods/StopPoll.swift",
        "Bot/Telegram/Methods/TransferBusinessAccountStars.swift",
        "Bot/Telegram/Methods/TransferGift.swift",
        "Bot/Telegram/Methods/UnbanChatMember.swift",
        "Bot/Telegram/Methods/UnbanChatSenderChat.swift",
        "Bot/Telegram/Methods/UnhideGeneralForumTopic.swift",
        "Bot/Telegram/Methods/UnpinAllChatMessages.swift",
        "Bot/Telegram/Methods/UnpinAllForumTopicMessages.swift",
        "Bot/Telegram/Methods/UnpinAllGeneralForumTopicMessages.swift",
        "Bot/Telegram/Methods/UnpinChatMessage.swift",
        "Bot/Telegram/Methods/UpgradeGift.swift",
        "Bot/Telegram/Methods/UploadStickerFile.swift",
        "Bot/Telegram/Methods/VerifyChat.swift",
        "Bot/Telegram/Methods/VerifyUser.swift",
        "Bot/Telegram/ModelExtensions/TGMaybeInaccessibleMessageExtensions.swift",
        "Bot/Telegram/Models/TGAcceptedGiftTypes.swift",
        "Bot/Telegram/Models/TGAffiliateInfo.swift",
        "Bot/Telegram/Models/TGAnimation.swift",
        "Bot/Telegram/Models/TGAudio.swift",
        "Bot/Telegram/Models/TGBackgroundFill.swift",
        "Bot/Telegram/Models/TGBackgroundFillFreeformGradient.swift",
        "Bot/Telegram/Models/TGBackgroundFillFreeformGradientType.swift",
        "Bot/Telegram/Models/TGBackgroundFillGradient.swift",
        "Bot/Telegram/Models/TGBackgroundFillGradientType.swift",
        "Bot/Telegram/Models/TGBackgroundFillSolid.swift",
        "Bot/Telegram/Models/TGBackgroundFillSolidType.swift",
        "Bot/Telegram/Models/TGBackgroundType.swift",
        "Bot/Telegram/Models/TGBackgroundTypeChatTheme.swift",
        "Bot/Telegram/Models/TGBackgroundTypeChatThemeType.swift",
        "Bot/Telegram/Models/TGBackgroundTypeFill.swift",
        "Bot/Telegram/Models/TGBackgroundTypeFillType.swift",
        "Bot/Telegram/Models/TGBackgroundTypePattern.swift",
        "Bot/Telegram/Models/TGBackgroundTypePatternType.swift",
        "Bot/Telegram/Models/TGBackgroundTypeWallpaper.swift",
        "Bot/Telegram/Models/TGBackgroundTypeWallpaperType.swift",
        "Bot/Telegram/Models/TGBirthdate.swift",
        "Bot/Telegram/Models/TGBotCommand.swift",
        "Bot/Telegram/Models/TGBotCommandScope.swift",
        "Bot/Telegram/Models/TGBotCommandScopeAllChatAdministrators.swift",
        "Bot/Telegram/Models/TGBotCommandScopeAllChatAdministratorsType.swift",
        "Bot/Telegram/Models/TGBotCommandScopeAllGroupChats.swift",
        "Bot/Telegram/Models/TGBotCommandScopeAllGroupChatsType.swift",
        "Bot/Telegram/Models/TGBotCommandScopeAllPrivateChats.swift",
        "Bot/Telegram/Models/TGBotCommandScopeAllPrivateChatsType.swift",
        "Bot/Telegram/Models/TGBotCommandScopeChat.swift",
        "Bot/Telegram/Models/TGBotCommandScopeChatAdministrators.swift",
        "Bot/Telegram/Models/TGBotCommandScopeChatAdministratorsType.swift",
        "Bot/Telegram/Models/TGBotCommandScopeChatMember.swift",
        "Bot/Telegram/Models/TGBotCommandScopeChatMemberType.swift",
        "Bot/Telegram/Models/TGBotCommandScopeChatType.swift",
        "Bot/Telegram/Models/TGBotCommandScopeDefault.swift",
        "Bot/Telegram/Models/TGBotCommandScopeDefaultType.swift",
        "Bot/Telegram/Models/TGBotDescription.swift",
        "Bot/Telegram/Models/TGBotName.swift",
        "Bot/Telegram/Models/TGBotShortDescription.swift",
        "Bot/Telegram/Models/TGBusinessBotRights.swift",
        "Bot/Telegram/Models/TGBusinessConnection.swift",
        "Bot/Telegram/Models/TGBusinessIntro.swift",
        "Bot/Telegram/Models/TGBusinessLocation.swift",
        "Bot/Telegram/Models/TGBusinessMessagesDeleted.swift",
        "Bot/Telegram/Models/TGBusinessOpeningHours.swift",
        "Bot/Telegram/Models/TGBusinessOpeningHoursInterval.swift",
        "Bot/Telegram/Models/TGCallbackGame.swift",
        "Bot/Telegram/Models/TGCallbackQuery.swift",
        "Bot/Telegram/Models/TGChat.swift",
        "Bot/Telegram/Models/TGChatAdministratorRights.swift",
        "Bot/Telegram/Models/TGChatBackground.swift",
        "Bot/Telegram/Models/TGChatBoost.swift",
        "Bot/Telegram/Models/TGChatBoostAdded.swift",
        "Bot/Telegram/Models/TGChatBoostRemoved.swift",
        "Bot/Telegram/Models/TGChatBoostSource.swift",
        "Bot/Telegram/Models/TGChatBoostSourceGiftCode.swift",
        "Bot/Telegram/Models/TGChatBoostSourceGiveaway.swift",
        "Bot/Telegram/Models/TGChatBoostSourcePremium.swift",
        "Bot/Telegram/Models/TGChatBoostUpdated.swift",
        "Bot/Telegram/Models/TGChatFullInfo.swift",
        "Bot/Telegram/Models/TGChatFullInfoType.swift",
        "Bot/Telegram/Models/TGChatInviteLink.swift",
        "Bot/Telegram/Models/TGChatJoinRequest.swift",
        "Bot/Telegram/Models/TGChatLocation.swift",
        "Bot/Telegram/Models/TGChatMember.swift",
        "Bot/Telegram/Models/TGChatMemberAdministrator.swift",
        "Bot/Telegram/Models/TGChatMemberBanned.swift",
        "Bot/Telegram/Models/TGChatMemberLeft.swift",
        "Bot/Telegram/Models/TGChatMemberMember.swift",
        "Bot/Telegram/Models/TGChatMemberOwner.swift",
        "Bot/Telegram/Models/TGChatMemberRestricted.swift",
        "Bot/Telegram/Models/TGChatMemberUpdated.swift",
        "Bot/Telegram/Models/TGChatPermissions.swift",
        "Bot/Telegram/Models/TGChatPhoto.swift",
        "Bot/Telegram/Models/TGChatShared.swift",
        "Bot/Telegram/Models/TGChatType.swift",
        "Bot/Telegram/Models/TGChecklist.swift",
        "Bot/Telegram/Models/TGChecklistTask.swift",
        "Bot/Telegram/Models/TGChecklistTasksAdded.swift",
        "Bot/Telegram/Models/TGChecklistTasksDone.swift",
        "Bot/Telegram/Models/TGChosenInlineResult.swift",
        "Bot/Telegram/Models/TGContact.swift",
        "Bot/Telegram/Models/TGCopyTextButton.swift",
        "Bot/Telegram/Models/TGDice.swift",
        "Bot/Telegram/Models/TGDirectMessagePriceChanged.swift",
        "Bot/Telegram/Models/TGDirectMessagesTopic.swift",
        "Bot/Telegram/Models/TGDocument.swift",
        "Bot/Telegram/Models/TGEncryptedCredentials.swift",
        "Bot/Telegram/Models/TGEncryptedPassportElement.swift",
        "Bot/Telegram/Models/TGEncryptedPassportElementType.swift",
        "Bot/Telegram/Models/TGExternalReplyInfo.swift",
        "Bot/Telegram/Models/TGFile.swift",
        "Bot/Telegram/Models/TGForceReply.swift",
        "Bot/Telegram/Models/TGForumTopic.swift",
        "Bot/Telegram/Models/TGForumTopicClosed.swift",
        "Bot/Telegram/Models/TGForumTopicCreated.swift",
        "Bot/Telegram/Models/TGForumTopicEdited.swift",
        "Bot/Telegram/Models/TGForumTopicReopened.swift",
        "Bot/Telegram/Models/TGGame.swift",
        "Bot/Telegram/Models/TGGameHighScore.swift",
        "Bot/Telegram/Models/TGGeneralForumTopicHidden.swift",
        "Bot/Telegram/Models/TGGeneralForumTopicUnhidden.swift",
        "Bot/Telegram/Models/TGGift.swift",
        "Bot/Telegram/Models/TGGiftInfo.swift",
        "Bot/Telegram/Models/TGGifts.swift",
        "Bot/Telegram/Models/TGGiveaway.swift",
        "Bot/Telegram/Models/TGGiveawayCompleted.swift",
        "Bot/Telegram/Models/TGGiveawayCreated.swift",
        "Bot/Telegram/Models/TGGiveawayWinners.swift",
        "Bot/Telegram/Models/TGInaccessibleMessage.swift",
        "Bot/Telegram/Models/TGInlineKeyboardButton.swift",
        "Bot/Telegram/Models/TGInlineKeyboardMarkup.swift",
        "Bot/Telegram/Models/TGInlineQuery.swift",
        "Bot/Telegram/Models/TGInlineQueryResult.swift",
        "Bot/Telegram/Models/TGInlineQueryResultArticle.swift",
        "Bot/Telegram/Models/TGInlineQueryResultArticleType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultAudio.swift",
        "Bot/Telegram/Models/TGInlineQueryResultAudioType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedAudio.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedAudioType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedDocument.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedDocumentType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedGif.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedGifType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedMpeg4Gif.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedMpeg4GifType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedPhoto.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedPhotoType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedSticker.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedStickerType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedVideo.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedVideoType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedVoice.swift",
        "Bot/Telegram/Models/TGInlineQueryResultCachedVoiceType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultContact.swift",
        "Bot/Telegram/Models/TGInlineQueryResultContactType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultDocument.swift",
        "Bot/Telegram/Models/TGInlineQueryResultDocumentType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultGame.swift",
        "Bot/Telegram/Models/TGInlineQueryResultGameType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultGif.swift",
        "Bot/Telegram/Models/TGInlineQueryResultGifType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultLocation.swift",
        "Bot/Telegram/Models/TGInlineQueryResultLocationType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultMpeg4Gif.swift",
        "Bot/Telegram/Models/TGInlineQueryResultMpeg4GifType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultPhoto.swift",
        "Bot/Telegram/Models/TGInlineQueryResultPhotoType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultVenue.swift",
        "Bot/Telegram/Models/TGInlineQueryResultVenueType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultVideo.swift",
        "Bot/Telegram/Models/TGInlineQueryResultVideoType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultVoice.swift",
        "Bot/Telegram/Models/TGInlineQueryResultVoiceType.swift",
        "Bot/Telegram/Models/TGInlineQueryResultsButton.swift",
        "Bot/Telegram/Models/TGInputChecklist.swift",
        "Bot/Telegram/Models/TGInputChecklistTask.swift",
        "Bot/Telegram/Models/TGInputContactMessageContent.swift",
        "Bot/Telegram/Models/TGInputInvoiceMessageContent.swift",
        "Bot/Telegram/Models/TGInputLocationMessageContent.swift",
        "Bot/Telegram/Models/TGInputMedia.swift",
        "Bot/Telegram/Models/TGInputMediaAnimation.swift",
        "Bot/Telegram/Models/TGInputMediaAnimationType.swift",
        "Bot/Telegram/Models/TGInputMediaAudio.swift",
        "Bot/Telegram/Models/TGInputMediaAudioType.swift",
        "Bot/Telegram/Models/TGInputMediaDocument.swift",
        "Bot/Telegram/Models/TGInputMediaDocumentType.swift",
        "Bot/Telegram/Models/TGInputMediaPhoto.swift",
        "Bot/Telegram/Models/TGInputMediaPhotoType.swift",
        "Bot/Telegram/Models/TGInputMediaVideo.swift",
        "Bot/Telegram/Models/TGInputMediaVideoType.swift",
        "Bot/Telegram/Models/TGInputMessageContent.swift",
        "Bot/Telegram/Models/TGInputPaidMedia.swift",
        "Bot/Telegram/Models/TGInputPaidMediaPhoto.swift",
        "Bot/Telegram/Models/TGInputPaidMediaPhotoType.swift",
        "Bot/Telegram/Models/TGInputPaidMediaVideo.swift",
        "Bot/Telegram/Models/TGInputPaidMediaVideoType.swift",
        "Bot/Telegram/Models/TGInputPollOption.swift",
        "Bot/Telegram/Models/TGInputProfilePhoto.swift",
        "Bot/Telegram/Models/TGInputProfilePhotoAnimated.swift",
        "Bot/Telegram/Models/TGInputProfilePhotoAnimatedType.swift",
        "Bot/Telegram/Models/TGInputProfilePhotoStatic.swift",
        "Bot/Telegram/Models/TGInputProfilePhotoStaticType.swift",
        "Bot/Telegram/Models/TGInputSticker.swift",
        "Bot/Telegram/Models/TGInputStoryContent.swift",
        "Bot/Telegram/Models/TGInputStoryContentPhoto.swift",
        "Bot/Telegram/Models/TGInputStoryContentPhotoType.swift",
        "Bot/Telegram/Models/TGInputStoryContentVideo.swift",
        "Bot/Telegram/Models/TGInputStoryContentVideoType.swift",
        "Bot/Telegram/Models/TGInputTextMessageContent.swift",
        "Bot/Telegram/Models/TGInputVenueMessageContent.swift",
        "Bot/Telegram/Models/TGInvoice.swift",
        "Bot/Telegram/Models/TGKeyboardButton.swift",
        "Bot/Telegram/Models/TGKeyboardButtonPollType.swift",
        "Bot/Telegram/Models/TGKeyboardButtonRequestChat.swift",
        "Bot/Telegram/Models/TGKeyboardButtonRequestUsers.swift",
        "Bot/Telegram/Models/TGLabeledPrice.swift",
        "Bot/Telegram/Models/TGLinkPreviewOptions.swift",
        "Bot/Telegram/Models/TGLocation.swift",
        "Bot/Telegram/Models/TGLocationAddress.swift",
        "Bot/Telegram/Models/TGLoginUrl.swift",
        "Bot/Telegram/Models/TGMaskPosition.swift",
        "Bot/Telegram/Models/TGMaybeInaccessibleMessage.swift",
        "Bot/Telegram/Models/TGMenuButton.swift",
        "Bot/Telegram/Models/TGMenuButtonCommands.swift",
        "Bot/Telegram/Models/TGMenuButtonCommandsType.swift",
        "Bot/Telegram/Models/TGMenuButtonDefault.swift",
        "Bot/Telegram/Models/TGMenuButtonDefaultType.swift",
        "Bot/Telegram/Models/TGMenuButtonWebApp.swift",
        "Bot/Telegram/Models/TGMenuButtonWebAppType.swift",
        "Bot/Telegram/Models/TGMessage.swift",
        "Bot/Telegram/Models/TGMessageAutoDeleteTimerChanged.swift",
        "Bot/Telegram/Models/TGMessageEntity.swift",
        "Bot/Telegram/Models/TGMessageEntityType.swift",
        "Bot/Telegram/Models/TGMessageId.swift",
        "Bot/Telegram/Models/TGMessageOrigin.swift",
        "Bot/Telegram/Models/TGMessageOriginChannel.swift",
        "Bot/Telegram/Models/TGMessageOriginChannelType.swift",
        "Bot/Telegram/Models/TGMessageOriginChat.swift",
        "Bot/Telegram/Models/TGMessageOriginChatType.swift",
        "Bot/Telegram/Models/TGMessageOriginHiddenUser.swift",
        "Bot/Telegram/Models/TGMessageOriginHiddenUserType.swift",
        "Bot/Telegram/Models/TGMessageOriginUser.swift",
        "Bot/Telegram/Models/TGMessageOriginUserType.swift",
        "Bot/Telegram/Models/TGMessageReactionCountUpdated.swift",
        "Bot/Telegram/Models/TGMessageReactionUpdated.swift",
        "Bot/Telegram/Models/TGOrderInfo.swift",
        "Bot/Telegram/Models/TGOwnedGift.swift",
        "Bot/Telegram/Models/TGOwnedGiftRegular.swift",
        "Bot/Telegram/Models/TGOwnedGiftRegularType.swift",
        "Bot/Telegram/Models/TGOwnedGiftUnique.swift",
        "Bot/Telegram/Models/TGOwnedGiftUniqueType.swift",
        "Bot/Telegram/Models/TGOwnedGifts.swift",
        "Bot/Telegram/Models/TGPaidMedia.swift",
        "Bot/Telegram/Models/TGPaidMediaInfo.swift",
        "Bot/Telegram/Models/TGPaidMediaPhoto.swift",
        "Bot/Telegram/Models/TGPaidMediaPhotoType.swift",
        "Bot/Telegram/Models/TGPaidMediaPreview.swift",
        "Bot/Telegram/Models/TGPaidMediaPreviewType.swift",
        "Bot/Telegram/Models/TGPaidMediaPurchased.swift",
        "Bot/Telegram/Models/TGPaidMediaVideo.swift",
        "Bot/Telegram/Models/TGPaidMediaVideoType.swift",
        "Bot/Telegram/Models/TGPaidMessagePriceChanged.swift",
        "Bot/Telegram/Models/TGPassportData.swift",
        "Bot/Telegram/Models/TGPassportElementError.swift",
        "Bot/Telegram/Models/TGPassportElementErrorDataField.swift",
        "Bot/Telegram/Models/TGPassportElementErrorDataFieldType.swift",
        "Bot/Telegram/Models/TGPassportElementErrorFile.swift",
        "Bot/Telegram/Models/TGPassportElementErrorFileType.swift",
        "Bot/Telegram/Models/TGPassportElementErrorFiles.swift",
        "Bot/Telegram/Models/TGPassportElementErrorFilesType.swift",
        "Bot/Telegram/Models/TGPassportElementErrorFrontSide.swift",
        "Bot/Telegram/Models/TGPassportElementErrorFrontSideType.swift",
        "Bot/Telegram/Models/TGPassportElementErrorReverseSide.swift",
        "Bot/Telegram/Models/TGPassportElementErrorReverseSideType.swift",
        "Bot/Telegram/Models/TGPassportElementErrorSelfie.swift",
        "Bot/Telegram/Models/TGPassportElementErrorSelfieType.swift",
        "Bot/Telegram/Models/TGPassportElementErrorTranslationFile.swift",
        "Bot/Telegram/Models/TGPassportElementErrorTranslationFileType.swift",
        "Bot/Telegram/Models/TGPassportElementErrorTranslationFiles.swift",
        "Bot/Telegram/Models/TGPassportElementErrorTranslationFilesType.swift",
        "Bot/Telegram/Models/TGPassportElementErrorUnspecified.swift",
        "Bot/Telegram/Models/TGPassportFile.swift",
        "Bot/Telegram/Models/TGPhotoSize.swift",
        "Bot/Telegram/Models/TGPoll.swift",
        "Bot/Telegram/Models/TGPollAnswer.swift",
        "Bot/Telegram/Models/TGPollOption.swift",
        "Bot/Telegram/Models/TGPollType.swift",
        "Bot/Telegram/Models/TGPreCheckoutQuery.swift",
        "Bot/Telegram/Models/TGPreparedInlineMessage.swift",
        "Bot/Telegram/Models/TGProximityAlertTriggered.swift",
        "Bot/Telegram/Models/TGReactionCount.swift",
        "Bot/Telegram/Models/TGReactionType.swift",
        "Bot/Telegram/Models/TGReactionTypeCustomEmoji.swift",
        "Bot/Telegram/Models/TGReactionTypeCustomEmojiType.swift",
        "Bot/Telegram/Models/TGReactionTypeEmoji.swift",
        "Bot/Telegram/Models/TGReactionTypeEmojiType.swift",
        "Bot/Telegram/Models/TGReactionTypePaid.swift",
        "Bot/Telegram/Models/TGReactionTypePaidType.swift",
        "Bot/Telegram/Models/TGRefundedPayment.swift",
        "Bot/Telegram/Models/TGReplyKeyboardMarkup.swift",
        "Bot/Telegram/Models/TGReplyKeyboardRemove.swift",
        "Bot/Telegram/Models/TGReplyParameters.swift",
        "Bot/Telegram/Models/TGResponseParameters.swift",
        "Bot/Telegram/Models/TGRevenueWithdrawalState.swift",
        "Bot/Telegram/Models/TGRevenueWithdrawalStateFailed.swift",
        "Bot/Telegram/Models/TGRevenueWithdrawalStateFailedType.swift",
        "Bot/Telegram/Models/TGRevenueWithdrawalStatePending.swift",
        "Bot/Telegram/Models/TGRevenueWithdrawalStatePendingType.swift",
        "Bot/Telegram/Models/TGRevenueWithdrawalStateSucceeded.swift",
        "Bot/Telegram/Models/TGRevenueWithdrawalStateSucceededType.swift",
        "Bot/Telegram/Models/TGSentWebAppMessage.swift",
        "Bot/Telegram/Models/TGSharedUser.swift",
        "Bot/Telegram/Models/TGShippingAddress.swift",
        "Bot/Telegram/Models/TGShippingOption.swift",
        "Bot/Telegram/Models/TGShippingQuery.swift",
        "Bot/Telegram/Models/TGStarAmount.swift",
        "Bot/Telegram/Models/TGStarTransaction.swift",
        "Bot/Telegram/Models/TGStarTransactions.swift",
        "Bot/Telegram/Models/TGSticker.swift",
        "Bot/Telegram/Models/TGStickerSet.swift",
        "Bot/Telegram/Models/TGStickerType.swift",
        "Bot/Telegram/Models/TGStory.swift",
        "Bot/Telegram/Models/TGStoryArea.swift",
        "Bot/Telegram/Models/TGStoryAreaPosition.swift",
        "Bot/Telegram/Models/TGStoryAreaType.swift",
        "Bot/Telegram/Models/TGStoryAreaTypeLink.swift",
        "Bot/Telegram/Models/TGStoryAreaTypeLinkType.swift",
        "Bot/Telegram/Models/TGStoryAreaTypeLocation.swift",
        "Bot/Telegram/Models/TGStoryAreaTypeLocationType.swift",
        "Bot/Telegram/Models/TGStoryAreaTypeSuggestedReaction.swift",
        "Bot/Telegram/Models/TGStoryAreaTypeSuggestedReactionType.swift",
        "Bot/Telegram/Models/TGStoryAreaTypeUniqueGift.swift",
        "Bot/Telegram/Models/TGStoryAreaTypeUniqueGiftType.swift",
        "Bot/Telegram/Models/TGStoryAreaTypeWeather.swift",
        "Bot/Telegram/Models/TGStoryAreaTypeWeatherType.swift",
        "Bot/Telegram/Models/TGSuccessfulPayment.swift",
        "Bot/Telegram/Models/TGSuggestedPostApprovalFailed.swift",
        "Bot/Telegram/Models/TGSuggestedPostApproved.swift",
        "Bot/Telegram/Models/TGSuggestedPostDeclined.swift",
        "Bot/Telegram/Models/TGSuggestedPostInfo.swift",
        "Bot/Telegram/Models/TGSuggestedPostPaid.swift",
        "Bot/Telegram/Models/TGSuggestedPostParameters.swift",
        "Bot/Telegram/Models/TGSuggestedPostPrice.swift",
        "Bot/Telegram/Models/TGSuggestedPostRefunded.swift",
        "Bot/Telegram/Models/TGSwitchInlineQueryChosenChat.swift",
        "Bot/Telegram/Models/TGTextQuote.swift",
        "Bot/Telegram/Models/TGTransactionPartner.swift",
        "Bot/Telegram/Models/TGTransactionPartnerAffiliateProgram.swift",
        "Bot/Telegram/Models/TGTransactionPartnerAffiliateProgramType.swift",
        "Bot/Telegram/Models/TGTransactionPartnerChat.swift",
        "Bot/Telegram/Models/TGTransactionPartnerChatType.swift",
        "Bot/Telegram/Models/TGTransactionPartnerFragment.swift",
        "Bot/Telegram/Models/TGTransactionPartnerFragmentType.swift",
        "Bot/Telegram/Models/TGTransactionPartnerOther.swift",
        "Bot/Telegram/Models/TGTransactionPartnerOtherType.swift",
        "Bot/Telegram/Models/TGTransactionPartnerTelegramAds.swift",
        "Bot/Telegram/Models/TGTransactionPartnerTelegramAdsType.swift",
        "Bot/Telegram/Models/TGTransactionPartnerTelegramApi.swift",
        "Bot/Telegram/Models/TGTransactionPartnerTelegramApiType.swift",
        "Bot/Telegram/Models/TGTransactionPartnerUser.swift",
        "Bot/Telegram/Models/TGTransactionPartnerUserType.swift",
        "Bot/Telegram/Models/TGUniqueGift.swift",
        "Bot/Telegram/Models/TGUniqueGiftBackdrop.swift",
        "Bot/Telegram/Models/TGUniqueGiftBackdropColors.swift",
        "Bot/Telegram/Models/TGUniqueGiftInfo.swift",
        "Bot/Telegram/Models/TGUniqueGiftModel.swift",
        "Bot/Telegram/Models/TGUniqueGiftSymbol.swift",
        "Bot/Telegram/Models/TGUpdate.swift",
        "Bot/Telegram/Models/TGUser.swift",
        "Bot/Telegram/Models/TGUserChatBoosts.swift",
        "Bot/Telegram/Models/TGUserProfilePhotos.swift",
        "Bot/Telegram/Models/TGUsersShared.swift",
        "Bot/Telegram/Models/TGVenue.swift",
        "Bot/Telegram/Models/TGVideo.swift",
        "Bot/Telegram/Models/TGVideoChatEnded.swift",
        "Bot/Telegram/Models/TGVideoChatParticipantsInvited.swift",
        "Bot/Telegram/Models/TGVideoChatScheduled.swift",
        "Bot/Telegram/Models/TGVideoChatStarted.swift",
        "Bot/Telegram/Models/TGVideoNote.swift",
        "Bot/Telegram/Models/TGVoice.swift",
        "Bot/Telegram/Models/TGWebAppData.swift",
        "Bot/Telegram/Models/TGWebAppInfo.swift",
        "Bot/Telegram/Models/TGWebhookInfo.swift",
        "Bot/Telegram/Models/TGWriteAccessAllowed.swift",
        "Bot/Types/ChatId.swift",
        "Bot/Types/FileInfo.swift",
        "Bot/Types/InputFile.swift",
        "Bot/Types/MessageOrBool.swift",
        "Bot/Types/ParseMode.swift",
        "Bot/Types/ReplyMarkup.swift",
        "Bot/Types/TelegramContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/nerzh/swift-custom-logger
Fetching https://github.com/nerzh/swift-regular-expression
[1/61] Fetching swift-regular-expression
[4/98] Fetching swift-regular-expression, swift-custom-logger
Fetched https://github.com/nerzh/swift-custom-logger from cache (0.29s)
Fetched https://github.com/nerzh/swift-regular-expression from cache (0.30s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (3.23s)
Computing version for https://github.com/nerzh/swift-custom-logger
Computed https://github.com/nerzh/swift-custom-logger at 1.1.1 (0.69s)
Fetching https://github.com/apple/swift-log
[1/3903] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (0.62s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.34s)
Creating working copy for https://github.com/nerzh/swift-regular-expression
Working copy of https://github.com/nerzh/swift-regular-expression resolved at 0.2.4
Creating working copy for https://github.com/nerzh/swift-custom-logger
Working copy of https://github.com/nerzh/swift-custom-logger resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/12] Compiling Logging MetadataProvider.swift
[7/12] Compiling Logging Locks.swift
[8/12] Emitting module Logging
[9/12] Compiling Logging LogHandler.swift
[10/12] Compiling Logging Logging.swift
[12/13] Emitting module SwiftRegularExpression
[13/13] Compiling SwiftRegularExpression String+Regexp.swift
[15/19] Compiling SwiftCustomLogger Printer.swift
/host/spi-builder-workspace/.build/checkouts/swift-custom-logger/Sources/SwiftCustomLogger/Printer.swift:51:43: error: cannot find type 'FILE' in scope
49 | private struct OutputStream: TextOutputStream {
50 |
51 |     public let file: UnsafeMutablePointer<FILE>
   |                                           `- error: cannot find type 'FILE' in scope
52 |
53 |     public func write(_ string: String) {
/host/spi-builder-workspace/.build/checkouts/swift-custom-logger/Sources/SwiftCustomLogger/Printer.swift:66:58: error: cannot force unwrap value of non-optional type 'OpaquePointer'
64 |
65 |     #elseif canImport(Android)
66 |     static let stderr = OutputStream(file: Android.stderr!)
   |                                                          `- error: cannot force unwrap value of non-optional type 'OpaquePointer'
67 |     static let stdout = OutputStream(file: Android.stdout!)
68 |
/host/spi-builder-workspace/.build/checkouts/swift-custom-logger/Sources/SwiftCustomLogger/Printer.swift:67:58: error: cannot force unwrap value of non-optional type 'OpaquePointer'
65 |     #elseif canImport(Android)
66 |     static let stderr = OutputStream(file: Android.stderr!)
67 |     static let stdout = OutputStream(file: Android.stdout!)
   |                                                          `- error: cannot force unwrap value of non-optional type 'OpaquePointer'
68 |
69 |     #elseif canImport(WASILibc)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/19] Compiling SwiftCustomLogger LogFormatter.swift
[17/19] Emitting module SwiftCustomLogger
/host/spi-builder-workspace/.build/checkouts/swift-custom-logger/Sources/SwiftCustomLogger/Printer.swift:51:43: error: cannot find type 'FILE' in scope
49 | private struct OutputStream: TextOutputStream {
50 |
51 |     public let file: UnsafeMutablePointer<FILE>
   |                                           `- error: cannot find type 'FILE' in scope
52 |
53 |     public func write(_ string: String) {
/host/spi-builder-workspace/.build/checkouts/swift-custom-logger/Sources/SwiftCustomLogger/Printer.swift:66:58: error: cannot force unwrap value of non-optional type 'OpaquePointer'
64 |
65 |     #elseif canImport(Android)
66 |     static let stderr = OutputStream(file: Android.stderr!)
   |                                                          `- error: cannot force unwrap value of non-optional type 'OpaquePointer'
67 |     static let stdout = OutputStream(file: Android.stdout!)
68 |
/host/spi-builder-workspace/.build/checkouts/swift-custom-logger/Sources/SwiftCustomLogger/Printer.swift:67:58: error: cannot force unwrap value of non-optional type 'OpaquePointer'
65 |     #elseif canImport(Android)
66 |     static let stderr = OutputStream(file: Android.stderr!)
67 |     static let stdout = OutputStream(file: Android.stdout!)
   |                                                          `- error: cannot force unwrap value of non-optional type 'OpaquePointer'
68 |
69 |     #elseif canImport(WASILibc)
[18/19] Compiling SwiftCustomLogger BasicFormatter.swift
[19/19] Compiling SwiftCustomLogger CustomHandler.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] Compiling Logging LogHandler.swift
[3/8] Compiling Logging MetadataProvider.swift
[4/8] Compiling SwiftRegularExpression String+Regexp.swift
[5/8] Emitting module SwiftRegularExpression
[7/9] Emitting module Logging
[8/9] Compiling Logging Locks.swift
[9/9] Compiling Logging Logging.swift
[11/15] Compiling SwiftCustomLogger Printer.swift
/host/spi-builder-workspace/.build/checkouts/swift-custom-logger/Sources/SwiftCustomLogger/Printer.swift:51:43: error: cannot find type 'FILE' in scope
49 | private struct OutputStream: TextOutputStream {
50 |
51 |     public let file: UnsafeMutablePointer<FILE>
   |                                           `- error: cannot find type 'FILE' in scope
52 |
53 |     public func write(_ string: String) {
/host/spi-builder-workspace/.build/checkouts/swift-custom-logger/Sources/SwiftCustomLogger/Printer.swift:66:58: error: cannot force unwrap value of non-optional type 'OpaquePointer'
64 |
65 |     #elseif canImport(Android)
66 |     static let stderr = OutputStream(file: Android.stderr!)
   |                                                          `- error: cannot force unwrap value of non-optional type 'OpaquePointer'
67 |     static let stdout = OutputStream(file: Android.stdout!)
68 |
/host/spi-builder-workspace/.build/checkouts/swift-custom-logger/Sources/SwiftCustomLogger/Printer.swift:67:58: error: cannot force unwrap value of non-optional type 'OpaquePointer'
65 |     #elseif canImport(Android)
66 |     static let stderr = OutputStream(file: Android.stderr!)
67 |     static let stdout = OutputStream(file: Android.stdout!)
   |                                                          `- error: cannot force unwrap value of non-optional type 'OpaquePointer'
68 |
69 |     #elseif canImport(WASILibc)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/15] Compiling SwiftCustomLogger CustomHandler.swift
[13/15] Compiling SwiftCustomLogger BasicFormatter.swift
[14/15] Compiling SwiftCustomLogger LogFormatter.swift
[15/15] Emitting module SwiftCustomLogger
/host/spi-builder-workspace/.build/checkouts/swift-custom-logger/Sources/SwiftCustomLogger/Printer.swift:51:43: error: cannot find type 'FILE' in scope
49 | private struct OutputStream: TextOutputStream {
50 |
51 |     public let file: UnsafeMutablePointer<FILE>
   |                                           `- error: cannot find type 'FILE' in scope
52 |
53 |     public func write(_ string: String) {
/host/spi-builder-workspace/.build/checkouts/swift-custom-logger/Sources/SwiftCustomLogger/Printer.swift:66:58: error: cannot force unwrap value of non-optional type 'OpaquePointer'
64 |
65 |     #elseif canImport(Android)
66 |     static let stderr = OutputStream(file: Android.stderr!)
   |                                                          `- error: cannot force unwrap value of non-optional type 'OpaquePointer'
67 |     static let stdout = OutputStream(file: Android.stdout!)
68 |
/host/spi-builder-workspace/.build/checkouts/swift-custom-logger/Sources/SwiftCustomLogger/Printer.swift:67:58: error: cannot force unwrap value of non-optional type 'OpaquePointer'
65 |     #elseif canImport(Android)
66 |     static let stderr = OutputStream(file: Android.stderr!)
67 |     static let stdout = OutputStream(file: Android.stdout!)
   |                                                          `- error: cannot force unwrap value of non-optional type 'OpaquePointer'
68 |
69 |     #elseif canImport(WASILibc)
BUILD FAILURE 6.1 android