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 ATProtoKit, reference 0.28.1 (fabbc3), with Swift 6.1 for Android on 6 Jun 2025 18:11:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MasterJ93/ATProtoKit.git
Reference: 0.28.1
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/MasterJ93/ATProtoKit
 * tag               0.28.1     -> FETCH_HEAD
HEAD is now at fabbc34 Change parameter type in refresh method
Cloned https://github.com/MasterJ93/ATProtoKit.git
Revision (git rev-parse @):
fabbc34269a6314a1cc94391104f52798470e073
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/MasterJ93/ATProtoKit.git at 0.28.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MasterJ93/ATProtoKit.git
https://github.com/MasterJ93/ATProtoKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swiftcbor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MasterJ93/SwiftCBOR.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "601.0.0-prerelease"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "ATProtoKit",
  "name" : "ATProtoKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ATProtoKit",
      "targets" : [
        "ATProtoKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATMacro",
      "targets" : [
        "ATMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Macros",
      "targets" : [
        "Macros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Macros",
      "module_type" : "SwiftTarget",
      "name" : "Macros",
      "path" : "Sources/Macros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ATProtoKit",
        "ATMacro",
        "Macros"
      ],
      "sources" : [
        "ATLexiconModel/ATLexiconModel.swift",
        "ATLexiconModel/PropertyMap.swift",
        "ATUnionBuilder/ATUnionMacro.swift",
        "CustomError.swift",
        "ProvidingMacros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "ATProtoKit",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoKit",
      "path" : "Sources/ATProtoKit",
      "product_dependencies" : [
        "Logging",
        "SwiftCBOR"
      ],
      "product_memberships" : [
        "ATProtoKit"
      ],
      "sources" : [
        "APIReference/ATEventStreamConfiguration/ATEventStreamConfigurationExtension.swift",
        "APIReference/ATEventStreamConfiguration/ATFirehoseStream/ATFirehoseStream.swift",
        "APIReference/ATEventStreamConfiguration/ATLabelDataStream/ATLabelDataStream.swift",
        "APIReference/ATProtoBlueskyAPI/ATProtoBlueskyChat/DeclarationRecord/CreateDeclarationRecord.swift",
        "APIReference/ATProtoBlueskyAPI/BlockRecord/CreateBlockRecord.swift",
        "APIReference/ATProtoBlueskyAPI/Convenience/DeleteBlueskyRecord.swift",
        "APIReference/ATProtoBlueskyAPI/Convenience/GetOriginalPostFromQuote.swift",
        "APIReference/ATProtoBlueskyAPI/Convenience/ViewTrendingFeed.swift",
        "APIReference/ATProtoBlueskyAPI/FollowRecord/CreateFollowRecord.swift",
        "APIReference/ATProtoBlueskyAPI/GeneratorRecord/CreateGeneratorRecord.swift",
        "APIReference/ATProtoBlueskyAPI/HelperFunctions/DeleteActionRecord.swift",
        "APIReference/ATProtoBlueskyAPI/LikeRecord/CreateLikeRecord.swift",
        "APIReference/ATProtoBlueskyAPI/ListItemRecord/CreateListItemRecord.swift",
        "APIReference/ATProtoBlueskyAPI/ListRecord/CreateListRecord.swift",
        "APIReference/ATProtoBlueskyAPI/ListRecord/UpdateListRecord.swift",
        "APIReference/ATProtoBlueskyAPI/PostRecord/CreatePostRecord.swift",
        "APIReference/ATProtoBlueskyAPI/PostRecord/PutPostRecord.swift",
        "APIReference/ATProtoBlueskyAPI/PostgateRecord/CreatePostgateRecord.swift",
        "APIReference/ATProtoBlueskyAPI/PostgateRecord/UpdatePostgateRecord.swift",
        "APIReference/ATProtoBlueskyAPI/ProfileRecord/CreateProfileRecord.swift",
        "APIReference/ATProtoBlueskyAPI/ProfileRecord/UpdateProfileRecord.swift",
        "APIReference/ATProtoBlueskyAPI/RepostRecord/CreateRepostRecord.swift",
        "APIReference/ATProtoBlueskyAPI/ServiceRecord/CreateServiceRecord.swift",
        "APIReference/ATProtoBlueskyAPI/ThreadgateRecord/CreateThreadgateRecord.swift",
        "APIReference/ATProtoBlueskyAPI/ThreadgateRecord/UpdateThreadgateRecord.swift",
        "APIReference/AdminAndModeratorAPI/AddMemberAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/AddValuesAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/AdminSearchAccountsAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/CreateCommunicationTemplateAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/DeleteAccountAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/DeleteCommunicationTemplateAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/DeleteMemberAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/DeleteSetAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/DeleteValuesAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/DisableAccountInvitesAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/DisableInviteCodesAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/EmitEventAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/EnableAccountInvitesAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/FindCorrelationAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/FindRelatedAccountsAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/GetAccountInfoAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/GetAccountInfosAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/GetConfigAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/GetInviteCodesAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/GetModerationEventAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/GetRecordAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/GetReporterStats.swift",
        "APIReference/AdminAndModeratorAPI/GetRepositoriesAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/GetRepositoryAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/GetSubjectStatusAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/GetSubjectsAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/GetValuesAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/ListCommunicationTemplatesAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/ListMembersAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/ListOptionsAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/ModerationGetRecordsAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/QueryModerationEventsAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/QueryModerationStatusesAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/QuerySetsAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/RemoveOptionsAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/SearchRepositoriesAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/SendEmailAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/SignatureSearchAccountsAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/ToolsOzoneHostingGetAccountHistoryMethod.swift",
        "APIReference/AdminAndModeratorAPI/ToolsOzoneListVerificationsMethod.swift",
        "APIReference/AdminAndModeratorAPI/ToolsOzoneVerificationRevokeVerificationsMethod.swift",
        "APIReference/AdminAndModeratorAPI/ToolsOzoneVerificationsGrantVerificationsMethod.swift",
        "APIReference/AdminAndModeratorAPI/UpdateAccountEmailAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/UpdateAccountHandleAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/UpdateAccountPasswordAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/UpdateAccountSigningKey.swift",
        "APIReference/AdminAndModeratorAPI/UpdateCommunicationTemplateAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/UpdateMemberAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/UpdateSubjectStatusAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/UpsertOptionAsAdmin.swift",
        "APIReference/AdminAndModeratorAPI/UpsertSetAsAdmin.swift",
        "APIReference/AppBskyAPI/AppBskyActorGetPreferencesMethod.swift",
        "APIReference/AppBskyAPI/AppBskyActorGetProfileMethod.swift",
        "APIReference/AppBskyAPI/AppBskyActorGetProfilesMethod.swift",
        "APIReference/AppBskyAPI/AppBskyActorGetSuggestionsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyActorPreferencesMethod.swift",
        "APIReference/AppBskyAPI/AppBskyActorSearchActorsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyActorSearchActorsTypeaheadMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedDescribeFeedGeneratorMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetActorFeedsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetActorLikesMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetAuthorFeedMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetFeedGeneratorMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetFeedGeneratorsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetFeedMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetFeedSkeletonMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetLikesMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetListFeedMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetPostThreadMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetPostsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetQuotesMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetRepostedByMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetSuggestedFeedsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedGetTimelineMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedSearchPostsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyFeedSendInteractionsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetActorStarterPacksMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetBlocksMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetFollowersMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetFollowsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetKnownFollowersMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetListBlocksMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetListMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetListMutesMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetListsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetMutesMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetRelationshipsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetStarterPackMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetStarterPacksMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphGetSuggestedFollowsByActorMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphMuteActorListMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphMuteActorMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphMuteThreadMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphSearchStarterPacksMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphUnmuteActorListMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphUnmuteActorMethod.swift",
        "APIReference/AppBskyAPI/AppBskyGraphUnmuteThreadMethod.swift",
        "APIReference/AppBskyAPI/AppBskyLabelerGetServicesMethod.swift",
        "APIReference/AppBskyAPI/AppBskyNotificationGetUnreadCountMethod.swift",
        "APIReference/AppBskyAPI/AppBskyNotificationListNotificationsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyNotificationPutPreferencesMethod.swift",
        "APIReference/AppBskyAPI/AppBskyNotificationRegisterPushMethod.swift",
        "APIReference/AppBskyAPI/AppBskyNotificationUpdateSeenMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetConfigMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetPopularFeedGeneratorsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetSuggestedFeedsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetSuggestedFeedsSkeletonMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetSuggestedStarterPacksMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetSuggestedStarterPacksSkeletonMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetSuggestedUsersMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetSuggestedUsersSkeletonMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetSuggestionsSkeletonMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetTaggedSuggestionsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetTrendingTopicsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetTrendsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedGetTrendsSkeletonMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedSearchActorsSkeletonMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedSearchPostsSkeletonMethod.swift",
        "APIReference/AppBskyAPI/AppBskyUnspeccedSearchStarterPacksSkeletonMethod.swift",
        "APIReference/AppBskyAPI/AppBskyVideoGetJobStatusMethod.swift",
        "APIReference/AppBskyAPI/AppBskyVideoGetUploadLimitsMethod.swift",
        "APIReference/AppBskyAPI/AppBskyVideoUploadVideoMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyActorDeleteAccountMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyActorExportAccountDataMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoAcceptConvoMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoAddReactionMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoDeleteMessageForSelfMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoGetConvoAvailabilityMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoGetConvoForMembersMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoGetConvoMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoGetLogMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoGetMessagesMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoLeaveConvoMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoListConvosMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoMuteConvoMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoRemoveReactionMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoSendMessageBatchMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoSendMessageMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoUnmuteConvoMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoUpdateAllReadMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyConvoUpdateReadMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyModerationGetActorMetadataMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyModerationGetMessageContextMethod.swift",
        "APIReference/ChatBskyAPI/ChatBskyModerationUpdateActorAccessMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoIdentityGetRecommendedDidCredentialsMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoIdentityRefreshIdentityMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoIdentityRequestPlcOperationSignatureMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoIdentityResolveDidMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoIdentityResolveHandleMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoIdentityResolveIdentityMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoIdentitySignPlcOperationMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoIdentitySubmitPlcOperationMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoIdentityUpdateHandleMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoLabelQueryLabelsMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoModerationCreateReportMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoRepoApplyWritesMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoRepoCreateRecordMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoRepoDeleteRecordMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoRepoDescribeRepoMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoRepoGetRecordMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoRepoImportRepoMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoRepoListMissingBlobsMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoRepoListRecordsMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoRepoPutRecordMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoRepoUploadBlobMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerActivateAccountMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerCheckAccountStatusMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerConfirmEmailMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerCreateAccountMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerCreateAppPasswordMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerCreateInviteCodeMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerCreateInviteCodesMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerCreateSessionMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerDeactivateAccountMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerDeleteSessionMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerDescribeServerMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerGetAccountInviteCodesMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerGetServiceAuthMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerGetSessionMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerListAppPasswordsMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerRefreshSessionMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerRequestAccountDeleteMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerRequestEmailConfirmationMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerRequestEmailUpdateMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerRequestPasswordResetMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerReserveSigningKeyMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerResetPasswordMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerRevokeAppPasswordMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoServerUpdateEmailMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncGetBlobMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncGetBlocksMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncGetHostStatusMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncGetLatestCommitMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncGetRecordMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncGetRepoMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncGetRepoStatusMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncListBlobsMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncListHostsMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncListReposByCollectionMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncListReposMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncNotifyOfUpdateMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoSyncRequestCrawlMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoTempAddReservedHandleMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoTempCheckSignupQueueMethod.swift",
        "APIReference/ComAtprotoAPI/ComAtprotoTempRequestPhoneVerificationMethod.swift",
        "APIReference/ComAtprotoAPI/ComStprotoServerDeleteAccountMethod.swift",
        "APIReference/SessionManager/ATProtocolConfiguration.swift",
        "APIReference/SessionManager/AppleSecureKeychain.swift",
        "APIReference/SessionManager/SecureKeychainProtocol.swift",
        "APIReference/SessionManager/SessionConfiguration.swift",
        "APIReference/SessionManager/SessionResponse.swift",
        "APIReference/SessionManager/UserSession.swift",
        "APIReference/SessionManager/UserSessionRegistry.swift",
        "ATProtoKit.swift",
        "Errors/ATProtoError.swift",
        "Models/Common/ATEventStreamConfiguration/ATEventStreamConfiguration.swift",
        "Models/Common/ATEventStreamConfiguration/ATLabelDataStreamModels.swift",
        "Models/Common/ATEventStreamConfiguration/FirehoseEventRepresentable.swift",
        "Models/Common/ATRecordViewProtocol/ATRecordViewProtocol.swift",
        "Models/Common/ATRecordViewProtocol/ATRecordViewProtocolExtensions.swift",
        "Models/Common/SessionToken.swift",
        "Models/Lexicons/ATUnion.swift",
        "Models/Lexicons/Lexicons.swift",
        "Models/Lexicons/app.bsky/Actor/AppBskyActorDefs.swift",
        "Models/Lexicons/app.bsky/Actor/AppBskyActorGetPreferences.swift",
        "Models/Lexicons/app.bsky/Actor/AppBskyActorGetProfile.swift",
        "Models/Lexicons/app.bsky/Actor/AppBskyActorGetProfiles.swift",
        "Models/Lexicons/app.bsky/Actor/AppBskyActorGetSuggestions.swift",
        "Models/Lexicons/app.bsky/Actor/AppBskyActorProfile.swift",
        "Models/Lexicons/app.bsky/Actor/AppBskyActorPutPreferences.swift",
        "Models/Lexicons/app.bsky/Actor/AppBskyActorSearchActors.swift",
        "Models/Lexicons/app.bsky/Actor/AppBskyActorSearchActorsTypeahead.swift",
        "Models/Lexicons/app.bsky/Actor/AppBskyActorStatus.swift",
        "Models/Lexicons/app.bsky/AppBskyLexicon.swift",
        "Models/Lexicons/app.bsky/Embed/AppBskyEmbedDefs.swift",
        "Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift",
        "Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift",
        "Models/Lexicons/app.bsky/Embed/AppBskyEmbedRecord.swift",
        "Models/Lexicons/app.bsky/Embed/AppBskyEmbedRecordWithMedia.swift",
        "Models/Lexicons/app.bsky/Embed/AppBskyEmbedVideo.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGenerator.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetActorFeeds.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetActorLikes.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetAuthorFeed.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetFeed.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetFeedGenerator.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetFeedGenerators.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetFeedSkeleton.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetLikes.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetListFeed.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetPostThread.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetPosts.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetQuotes.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetRepostedBy.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetSuggestedFeeds.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedGetTimeline.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedLike.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedPost.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedPostgate.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedRepost.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedSearchPosts.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedSendInteractions.swift",
        "Models/Lexicons/app.bsky/Feed/AppBskyFeedThreadgate.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphBlock.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphDefs.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphFollow.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetActorStarterPacks.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetBlocks.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetFollowers.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetFollows.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetKnownFollowers.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetList.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetListBlocks.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetListMutes.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetLists.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetMutes.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetRelationships.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetStarterPack.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetStarterPacks.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphGetSuggestedFollowsByActor.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphList.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphListblock.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphListitem.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphMuteActor.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphMuteActorList.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphMuteThread.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphSearchStarterPacks.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphStarterpack.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphUnmuteActor.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphUnmuteActorList.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphUnmuteThread.swift",
        "Models/Lexicons/app.bsky/Graph/AppBskyGraphVerification.swift",
        "Models/Lexicons/app.bsky/Labeler/AppBskyLabelerDefs.swift",
        "Models/Lexicons/app.bsky/Labeler/AppBskyLabelerGetServices.swift",
        "Models/Lexicons/app.bsky/Labeler/AppBskyLabelerService.swift",
        "Models/Lexicons/app.bsky/Notification/AppBskyNotificationDefs.swift",
        "Models/Lexicons/app.bsky/Notification/AppBskyNotificationGetUnreadCount.swift",
        "Models/Lexicons/app.bsky/Notification/AppBskyNotificationListNotifications.swift",
        "Models/Lexicons/app.bsky/Notification/AppBskyNotificationPutPreferences.swift",
        "Models/Lexicons/app.bsky/Notification/AppBskyNotificationRegisterPush.swift",
        "Models/Lexicons/app.bsky/Notification/AppBskyNotificationUpdateSeen.swift",
        "Models/Lexicons/app.bsky/RichText/AppBskyRichTextFacet.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedDefs.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetConfig.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetPopularFeedGenerators.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetSuggestedFeeds.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetSuggestedFeedsSkeleton.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetSuggestedStarterPacks.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetSuggestedStarterPacksSkeleton.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetSuggestedUsers.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetSuggestedUsersSkeleton.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetSuggestionsSkeleton.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetTaggedSuggestions.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetTrendingTopics.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetTrends.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedGetTrendsSkeleton.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedSearchActorsSkeleton.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedSearchPostsSkeleton.swift",
        "Models/Lexicons/app.bsky/Unspecced/AppBskyUnspeccedStarterPacksSkeleton.swift",
        "Models/Lexicons/app.bsky/Video/AppBskyVideoDefs.swift",
        "Models/Lexicons/app.bsky/Video/AppBskyVideoGetJobStatus.swift",
        "Models/Lexicons/app.bsky/Video/AppBskyVideoGetUploadLimits.swift",
        "Models/Lexicons/app.bsky/Video/AppBskyVideoUploadVideo.swift",
        "Models/Lexicons/chat.bsky/Actor/ChatBskyActorDeclaration.swift",
        "Models/Lexicons/chat.bsky/Actor/ChatBskyActorDefs.swift",
        "Models/Lexicons/chat.bsky/Actor/ChatBskyActorDeleteAccount.swift",
        "Models/Lexicons/chat.bsky/ChatBskyLexicon.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoAcceptConvo.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoAddReaction.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoDefs.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoDeleteMessageForSelf.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoGetConvo.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoGetConvoAvailability.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoGetConvoForMembers.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoGetLog.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoGetMessages.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoLeaveConvo.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoListConvos.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoMuteConvo.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoRemoveReaction.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoSendMessage.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoSendMessageBatch.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoUnmuteConvo.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoUpdateAllRead.swift",
        "Models/Lexicons/chat.bsky/Convo/ChatBskyConvoUpdateRead.swift",
        "Models/Lexicons/chat.bsky/Moderation/ChatBskyModerationGetActorMetadata.swift",
        "Models/Lexicons/chat.bsky/Moderation/ChatBskyModerationGetMessageContext.swift",
        "Models/Lexicons/chat.bsky/Moderation/ChatBskyModerationUpdateActorAccess.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminDefs.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminDeleteAccount.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminDisableAccountInvites.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminDisableInviteCodes.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminEnableAccountInvites.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminGetAccountInfos.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminGetInviteCodes.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminGetSubjectStatus.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminSearchAccounts.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminSearchRepos.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminSendEmail.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminUpdateAccountEmail.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminUpdateAccountHandle.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminUpdateAccountPassword.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminUpdateAccountSigningKey.swift",
        "Models/Lexicons/com.atproto/Admin/ComAtprotoAdminUpdateSubjectStatus.swift",
        "Models/Lexicons/com.atproto/ComAtprotoLexicon.swift",
        "Models/Lexicons/com.atproto/Identity/ComAtprotoIdentityDefs.swift",
        "Models/Lexicons/com.atproto/Identity/ComAtprotoIdentityGetRecommendedDidCredentials.swift",
        "Models/Lexicons/com.atproto/Identity/ComAtprotoIdentityRefreshIdentity.swift",
        "Models/Lexicons/com.atproto/Identity/ComAtprotoIdentityRequestPlcOperationSignature.swift",
        "Models/Lexicons/com.atproto/Identity/ComAtprotoIdentityResolveDid.swift",
        "Models/Lexicons/com.atproto/Identity/ComAtprotoIdentityResolveHandle.swift",
        "Models/Lexicons/com.atproto/Identity/ComAtprotoIdentitySignPLCOperation.swift",
        "Models/Lexicons/com.atproto/Identity/ComAtprotoIdentitySubmitPLCOperation.swift",
        "Models/Lexicons/com.atproto/Identity/ComAtprotoIdentityUpdateHandle.swift",
        "Models/Lexicons/com.atproto/Label/ComAtprotoLabelDefs.swift",
        "Models/Lexicons/com.atproto/Label/ComAtprotoLabelQueryLabels.swift",
        "Models/Lexicons/com.atproto/Lexicon/ComAtprotoLexiconSchema.swift",
        "Models/Lexicons/com.atproto/Moderation/ComAtprotoModerationCreateReport.swift",
        "Models/Lexicons/com.atproto/Moderation/ComAtprotoModerationDefs.swift",
        "Models/Lexicons/com.atproto/Repo/ComAtProtoRepoStrongRef.swift",
        "Models/Lexicons/com.atproto/Repo/ComAtprotoRepoApplyWrites.swift",
        "Models/Lexicons/com.atproto/Repo/ComAtprotoRepoCreateRecord.swift",
        "Models/Lexicons/com.atproto/Repo/ComAtprotoRepoDefs.swift",
        "Models/Lexicons/com.atproto/Repo/ComAtprotoRepoDeleteRecord.swift",
        "Models/Lexicons/com.atproto/Repo/ComAtprotoRepoDescribeRepo.swift",
        "Models/Lexicons/com.atproto/Repo/ComAtprotoRepoGetRecord.swift",
        "Models/Lexicons/com.atproto/Repo/ComAtprotoRepoImportRepo.swift",
        "Models/Lexicons/com.atproto/Repo/ComAtprotoRepoListMissingBlobs.swift",
        "Models/Lexicons/com.atproto/Repo/ComAtprotoRepoListRecords.swift",
        "Models/Lexicons/com.atproto/Repo/ComAtprotoRepoPutRecord.swift",
        "Models/Lexicons/com.atproto/Repo/ComAtprotoRepoUploadBlob.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerActivateAccount.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerCheckAccountStatus.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerConfirmEmail.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerCreateAccount.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerCreateAppPassword.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerCreateInviteCode.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerCreateInviteCodes.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerCreateSession.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerDeactivateAccount.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerDefs.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerDeleteAccount.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerGetAccountInviteCodes.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerGetServiceAuth.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerGetSession.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerListAppPasswords.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerRefreshSession.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerRequestEmailUpdate.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerRequestPasswordReset.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerReserveSigningKey.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerResetPassword.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerRevokeAppPassword.swift",
        "Models/Lexicons/com.atproto/Server/ComAtprotoServerUpdateEmail.swift",
        "Models/Lexicons/com.atproto/Sync/ComAtprotoSyncDefs.swift",
        "Models/Lexicons/com.atproto/Sync/ComAtprotoSyncGetHostStatus.swift",
        "Models/Lexicons/com.atproto/Sync/ComAtprotoSyncGetLatestCommit.swift",
        "Models/Lexicons/com.atproto/Sync/ComAtprotoSyncGetRepoStatus.swift",
        "Models/Lexicons/com.atproto/Sync/ComAtprotoSyncListBlobs.swift",
        "Models/Lexicons/com.atproto/Sync/ComAtprotoSyncListHosts.swift",
        "Models/Lexicons/com.atproto/Sync/ComAtprotoSyncListRepos.swift",
        "Models/Lexicons/com.atproto/Sync/ComAtprotoSyncListReposByCollection.swift",
        "Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift",
        "Models/Lexicons/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift",
        "Models/Lexicons/com.atproto/Sync/ComAtprotoSyncSubscribeRepos.swift",
        "Models/Lexicons/com.atproto/Temp/ComAtprotoTempAddReservedHandle.swift",
        "Models/Lexicons/com.atproto/Temp/ComAtprotoTempCheckSignupQueue.swift",
        "Models/Lexicons/com.atproto/Temp/ComAtprotoTempRequestPhoneVerification.swift",
        "Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift",
        "Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift",
        "Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDeleteTemplate.swift",
        "Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationListTemplates.swift",
        "Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift",
        "Models/Lexicons/tools.ozone/Hosting/ToolsOzoneHostingGetAccountHistory.swift",
        "Models/Lexicons/tools.ozone/Moderation/ToolsOzoneModerationDefs.swift",
        "Models/Lexicons/tools.ozone/Moderation/ToolsOzoneModerationEmitEvent.swift",
        "Models/Lexicons/tools.ozone/Moderation/ToolsOzoneModerationGetRecords.swift",
        "Models/Lexicons/tools.ozone/Moderation/ToolsOzoneModerationGetReporterStats.swift",
        "Models/Lexicons/tools.ozone/Moderation/ToolsOzoneModerationGetRepos.swift",
        "Models/Lexicons/tools.ozone/Moderation/ToolsOzoneModerationGetSubjects.swift",
        "Models/Lexicons/tools.ozone/Moderation/ToolsOzoneModerationQueryEvents.swift",
        "Models/Lexicons/tools.ozone/Moderation/ToolsOzoneModerationQueryStatuses.swift",
        "Models/Lexicons/tools.ozone/Moderation/ToolsOzoneModerationSearchRepos.swift",
        "Models/Lexicons/tools.ozone/Server/ToolsOzoneServerGetConfig.swift",
        "Models/Lexicons/tools.ozone/Set/ToolsOzoneModerationSetAddValues.swift",
        "Models/Lexicons/tools.ozone/Set/ToolsOzoneSetDefs.swift",
        "Models/Lexicons/tools.ozone/Set/ToolsOzoneSetDeleteSet.swift",
        "Models/Lexicons/tools.ozone/Set/ToolsOzoneSetDeleteValues.swift",
        "Models/Lexicons/tools.ozone/Set/ToolsOzoneSetGetValues.swift",
        "Models/Lexicons/tools.ozone/Set/ToolsOzoneSetQuerySets.swift",
        "Models/Lexicons/tools.ozone/Setting/ToolsOzoneSettingDefs.swift",
        "Models/Lexicons/tools.ozone/Setting/ToolsOzoneSettingListOptions.swift",
        "Models/Lexicons/tools.ozone/Setting/ToolsOzoneSettingRemoveOptions.swift",
        "Models/Lexicons/tools.ozone/Setting/ToolsOzoneSettingUpsertOption.swift",
        "Models/Lexicons/tools.ozone/Signature/ToolsOzoneSignatureDefs.swift",
        "Models/Lexicons/tools.ozone/Signature/ToolsOzoneSignatureFindCorrelation.swift",
        "Models/Lexicons/tools.ozone/Signature/ToolsOzoneSignatureFindRelatedAccounts.swift",
        "Models/Lexicons/tools.ozone/Signature/ToolsOzoneSignatureSearchAccounts.swift",
        "Models/Lexicons/tools.ozone/Team/ToolsOzoneTeamAddMember.swift",
        "Models/Lexicons/tools.ozone/Team/ToolsOzoneTeamDefs.swift",
        "Models/Lexicons/tools.ozone/Team/ToolsOzoneTeamDeleteMember.swift",
        "Models/Lexicons/tools.ozone/Team/ToolsOzoneTeamListMembers.swift",
        "Models/Lexicons/tools.ozone/Team/ToolsOzoneTeamUpdateMember.swift",
        "Models/Lexicons/tools.ozone/ToolsOzoneLexicon.swift",
        "Models/Lexicons/tools.ozone/Verification/ToolsOzoneVerificationDefs.swift",
        "Models/Lexicons/tools.ozone/Verification/ToolsOzoneVerificationGrantVerifications.swift",
        "Models/Lexicons/tools.ozone/Verification/ToolsOzoneVerificationListVerifications.swift",
        "Models/Lexicons/tools.ozone/Verification/ToolsOzoneVerificationRevokeVerification.swift",
        "Utilities/APIClientConfiguration.swift",
        "Utilities/APIClientService.swift",
        "Utilities/APIHostname.swift",
        "Utilities/ATCBORManager.swift",
        "Utilities/ATFacetParser.swift",
        "Utilities/ATLinkBuilder.swift",
        "Utilities/ATProtoIdentifiers/ATURIManager.swift",
        "Utilities/ATProtoIdentifiers/DIDManager.swift",
        "Utilities/ATProtoIdentifiers/HandleManager.swift",
        "Utilities/ATProtoIdentifiers/NSIDManager.swift",
        "Utilities/ATProtoIdentifiers/RecordKeyManager.swift",
        "Utilities/ATProtoTools.swift",
        "Utilities/ATRecordProtocol.swift",
        "Utilities/ATRequestExecutor.swift",
        "Utilities/Extensions/DateFormatting.swift",
        "Utilities/Extensions/EncodeLocale.swift",
        "Utilities/Extensions/ExtensionHelpers.swift",
        "Utilities/Extensions/TruncatedEncoding.swift",
        "Utilities/Logging/ConsoleDebugger.swift",
        "Utilities/Logging/Logging.swift",
        "Utilities/Logging/LoggingBootStrapping.swift",
        "Utilities/Logging/SessionDebuggable.swift"
      ],
      "target_dependencies" : [
        "ATMacro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATMacro",
      "module_type" : "SwiftTarget",
      "name" : "ATMacro",
      "path" : "Sources/ATMacro",
      "product_memberships" : [
        "ATProtoKit",
        "ATMacro"
      ],
      "sources" : [
        "ATMacro.swift"
      ],
      "target_dependencies" : [
        "Macros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/MasterJ93/SwiftCBOR.git
Fetching https://github.com/swiftlang/swift-docc-plugin.git
[1/1070] Fetching swiftcbor
[98/3138] Fetching swiftcbor, swift-docc-plugin
[1299/6974] Fetching swiftcbor, swift-docc-plugin, swift-log
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.42s)
Fetched https://github.com/MasterJ93/SwiftCBOR.git from cache (0.45s)
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
[1/70764] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.33s)
Computing version for https://github.com/MasterJ93/SwiftCBOR.git
Computed https://github.com/MasterJ93/SwiftCBOR.git at 0.4.0 (5.91s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.71s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.4 (2.76s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3406] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.56s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.19s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.63s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.70s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/MasterJ93/SwiftCBOR.git
Working copy of https://github.com/MasterJ93/SwiftCBOR.git resolved at 0.4.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/48] Write sources
[29/48] Compiling _SwiftSyntaxCShims dummy.c
[30/48] Write swift-version-24593BA9C3E375BF.txt
[32/73] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/73] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/73] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/74] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/75] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/75] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/76] Wrapping AST for SwiftSyntax600 for debugging
[41/76] Wrapping AST for SwiftSyntax509 for debugging
[42/76] Wrapping AST for SwiftSyntax510 for debugging
[44/140] Compiling SwiftSyntax SourceLocation.swift
[45/140] Compiling SwiftSyntax AbsolutePosition.swift
[46/140] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[47/140] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[48/140] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/141] Compiling Logging LogHandler.swift
[50/141] Compiling SwiftSyntax RawSyntax.swift
[51/141] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[52/141] Emitting module InternalCollectionsUtilities
[53/141] Compiling SwiftSyntax MemoryLayout.swift
[54/141] Compiling SwiftSyntax MissingNodeInitializers.swift
[55/141] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[56/141] Compiling SwiftSyntax RawSyntaxTokenView.swift
[57/141] Compiling SwiftSyntax SourceEdit.swift
[58/141] Compiling SwiftSyntax SourceLength.swift
[59/141] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/416] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[62/416] Compiling HeapModule Heap+Descriptions.swift
[63/416] Compiling HashTreeCollections _Bitmap.swift
[64/416] Compiling HashTreeCollections _Bucket.swift
[65/418] Compiling HeapModule _HeapNode.swift
[66/418] Compiling HeapModule Heap.swift
[67/418] Compiling HashTreeCollections _HashNode+Storage.swift
[68/418] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[69/418] Compiling HashTreeCollections _HashNode+Structural filter.swift
[70/418] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[71/418] Compiling HeapModule Heap+Invariants.swift
[72/418] Compiling HeapModule Heap+UnsafeHandle.swift
[73/418] Emitting module HeapModule
[75/419] Compiling HashTreeCollections _HashStack.swift
[76/419] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[77/419] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[78/419] Compiling HashTreeCollections TreeDictionary+Filter.swift
[79/419] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[80/419] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[81/419] Compiling HashTreeCollections TreeDictionary+Keys.swift
[82/419] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[83/419] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[84/419] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[85/419] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[86/419] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[87/419] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[88/419] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[89/426] Compiling HashTreeCollections TreeSet+Hashable.swift
[90/426] Compiling HashTreeCollections TreeSet+Sendable.swift
[91/426] Compiling HashTreeCollections TreeSet+Sequence.swift
[99/436] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[100/436] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[101/436] Compiling HashTreeCollections _HashNode+Structural merge.swift
[102/436] Compiling HashTreeCollections _AncestorHashSlots.swift
[105/436] Compiling DequeModule _DequeSlot.swift
[107/443] Compiling DequeModule _UnsafeWrappedBuffer.swift
[108/443] Emitting module BitCollections
[109/443] Compiling HashTreeCollections _HashNode+Structural union.swift
[110/443] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[111/443] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[112/443] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[113/443] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[114/443] Compiling HashTreeCollections _HashNode.swift
[115/443] Compiling HashTreeCollections _HashNodeHeader.swift
[116/443] Compiling HashTreeCollections _HashSlot.swift
[121/443] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[122/443] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[123/443] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[124/443] Compiling HashTreeCollections TreeDictionary+Merge.swift
[125/443] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[126/443] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[127/443] Compiling HashTreeCollections TreeDictionary+Values.swift
[131/443] Compiling BitCollections BitSet.swift
[132/443] Compiling BitCollections Range+Utilities.swift
[133/443] Compiling BitCollections Slice+Utilities.swift
[134/443] Compiling BitCollections UInt+Tricks.swift
[135/443] Compiling BitCollections _Word.swift
[136/443] Compiling OrderedCollections OrderedSet.swift
[137/443] Compiling OrderedCollections _UnsafeBitset.swift
[138/443] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[139/443] Compiling HashTreeCollections TreeSet+Extras.swift
[140/443] Compiling HashTreeCollections TreeSet+Filter.swift
[149/443] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[150/443] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[157/443] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[191/443] Emitting module DequeModule
[192/444] Compiling Logging Locks.swift
[193/444] Emitting module Logging
[194/444] Compiling Logging MetadataProvider.swift
[195/444] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[196/444] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[197/444] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[198/444] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[199/444] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[200/444] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[201/444] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[202/444] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[203/444] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[204/444] Compiling HashTreeCollections TreeSet.swift
[205/444] Compiling Logging Logging.swift
[217/445] Compiling HashTreeCollections _HashNode+Builder.swift
[218/445] Compiling HashTreeCollections _HashNode+Debugging.swift
[219/445] Compiling HashTreeCollections _HashNode+Initializers.swift
[220/445] Compiling HashTreeCollections _HashNode+Invariants.swift
[221/445] Compiling HashTreeCollections _HashNode+Lookups.swift
[222/445] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[223/445] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[240/445] Compiling BitCollections BitSet.Index.swift
[241/445] Compiling BitCollections BitSet._UnsafeHandle.swift
[262/446] Compiling HashTreeCollections _HashTreeIterator.swift
[263/446] Compiling HashTreeCollections _HashTreeStatistics.swift
[264/446] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[268/455] Compiling _RopeModule Rope+Join.swift
[269/455] Compiling _RopeModule Rope+MutatingForEach.swift
[271/455] Compiling _RopeModule Rope+Remove.swift
[272/455] Compiling _RopeModule Rope+RemoveSubrange.swift
[273/455] Compiling _RopeModule Rope+Split.swift
[274/455] Compiling _RopeModule Optional Utilities.swift
[275/455] Compiling _RopeModule String Utilities.swift
[276/455] Compiling _RopeModule String.Index+ABI.swift
[316/455] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[338/464] Emitting module _RopeModule
[339/464] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[340/464] Compiling SwiftSyntax SyntaxNodesOP.swift
[341/464] Compiling SwiftSyntax SyntaxNodesQRS.swift
[342/464] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[347/464] Compiling _RopeModule _CharacterRecognizer.swift
[348/464] Emitting module HashTreeCollections
[390/468] Emitting module Collections
[391/468] Compiling Collections Collections.swift
[393/485] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[394/485] Compiling SwiftCBOR UnkeyedEncodingContainer.swift
[395/487] Compiling SwiftCBOR CodableCBOREncoder.swift
[396/487] Compiling SwiftCBOR KeyedEncodingContainer.swift
[397/487] Compiling SwiftCBOR CBOREncodable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCBOR/Sources/CBOREncoder.swift:268:53: error: cannot find 'NSEC_PER_SEC' in scope
266 |
267 |         let seconds = Int64(integral)
268 |         let nanoseconds = Int32(fractional * Double(NSEC_PER_SEC))
    |                                                     `- error: cannot find 'NSEC_PER_SEC' in scope
269 |
270 |         switch options.dateStrategy {
[398/487] Compiling SwiftCBOR CBOREncoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCBOR/Sources/CBOREncoder.swift:268:53: error: cannot find 'NSEC_PER_SEC' in scope
266 |
267 |         let seconds = Int64(integral)
268 |         let nanoseconds = Int32(fractional * Double(NSEC_PER_SEC))
    |                                                     `- error: cannot find 'NSEC_PER_SEC' in scope
269 |
270 |         switch options.dateStrategy {
[399/487] Emitting module SwiftCBOR
[400/487] Compiling SwiftCBOR AnyCodingKey.swift
[401/487] Compiling SwiftCBOR CBOR.swift
[402/487] Compiling SwiftCBOR CBORDecoder.swift
[403/487] Compiling SwiftCBOR CBORInputStream.swift
[404/487] Compiling SwiftCBOR CBOROptions.swift
[405/487] Compiling SwiftCBOR CodableCBORDecoder.swift
[406/487] Compiling SwiftCBOR KeyedDecodingContainer.swift
[407/487] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[408/487] Compiling SwiftCBOR UnkeyedDecodingContainer.swift
[409/487] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[410/487] Compiling SwiftCBOR Util.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/20] Write swift-version-24593BA9C3E375BF.txt
[4/40] Emitting module SwiftSyntax600
[5/43] Compiling SwiftSyntax600 Empty.swift
[6/46] Emitting module SwiftSyntax509
[7/46] Compiling Logging Locks.swift
[8/46] Emitting module SwiftSyntax510
[9/46] Compiling SwiftSyntax510 Empty.swift
[10/47] Compiling SwiftSyntax509 Empty.swift
[12/47] Compiling InternalCollectionsUtilities Descriptions.swift
[13/47] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/48] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/48] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/48] Compiling InternalCollectionsUtilities Debugging.swift
[18/48] Compiling Logging LogHandler.swift
[20/46] Compiling Logging MetadataProvider.swift
[21/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/46] Emitting module Logging
[23/110] Emitting module InternalCollectionsUtilities
[24/110] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[25/110] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[26/110] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[27/110] Compiling SwiftSyntax RawSyntaxTokenView.swift
[28/110] Compiling SwiftSyntax MemoryLayout.swift
[29/110] Compiling SwiftSyntax MissingNodeInitializers.swift
[30/110] Compiling SwiftSyntax RawSyntax.swift
[31/110] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[33/173] Compiling HeapModule Heap+UnsafeHandle.swift
[34/188] Compiling HeapModule Heap+Invariants.swift
[35/188] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[36/196] Compiling HashTreeCollections _HashNode+Storage.swift
[37/196] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[38/304] Compiling HeapModule Heap+Descriptions.swift
[39/355] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[40/355] Compiling _RopeModule BigString+Chunk+Breaks.swift
[41/387] Compiling _RopeModule BigString+Debugging.swift
[42/387] Compiling _RopeModule BigString+Index.swift
[43/387] Compiling HeapModule Heap.swift
[44/387] Compiling HeapModule _HeapNode.swift
[45/387] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[46/387] Compiling _RopeModule BigString+Chunk+Splitting.swift
[47/387] Compiling Logging Logging.swift
[48/388] Compiling _RopeModule BigString+Insert.swift
[49/388] Compiling _RopeModule BigString+Managing Breaks.swift
[50/388] Compiling _RopeModule BigString+RemoveSubrange.swift
[51/388] Compiling _RopeModule BigString+ReplaceSubrange.swift
[52/388] Compiling _RopeModule BigString+Split.swift
[53/388] Compiling _RopeModule Range+BigString.swift
[54/388] Compiling _RopeModule BigString+UTF16View.swift
[55/388] Compiling _RopeModule Rope+Invariants.swift
[56/388] Compiling _RopeModule Rope+_Node.swift
[57/388] Compiling _RopeModule Rope+_Storage.swift
[58/388] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[59/388] Compiling _RopeModule Rope+_UnsafeHandle.swift
[60/388] Compiling _RopeModule Rope.swift
[61/388] Compiling _RopeModule RopeElement.swift
[63/395] Emitting module HeapModule
[64/396] Compiling _RopeModule BigString+Ingester.swift
[65/396] Compiling _RopeModule BigString+Invariants.swift
[67/396] Compiling _RopeModule Rope+ForEachWhile.swift
[68/396] Compiling _RopeModule Rope+Insert.swift
[69/396] Compiling HashTreeCollections TreeSet+Sequence.swift
[70/396] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[71/396] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[72/396] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[73/396] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[74/396] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[75/396] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[76/396] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[77/406] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[78/406] Compiling _RopeModule BigString+Hashing.swift
[79/406] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[80/406] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[81/406] Compiling _RopeModule BigString+Sequence.swift
[82/406] Compiling _RopeModule BigString+TextOutputStream.swift
[83/406] Compiling _RopeModule BigString+Append.swift
[84/406] Compiling _RopeModule BigString+Initializers.swift
[85/406] Compiling _RopeModule BigString+Chunk.swift
[86/406] Compiling _RopeModule BigString+BidirectionalCollection.swift
[87/406] Compiling _RopeModule BigString+Builder.swift
[88/406] Compiling _RopeModule BigString+Contents.swift
[95/406] Compiling _RopeModule BigString+Chunk+Counts.swift
[96/406] Compiling _RopeModule BigString+Chunk+Description.swift
[97/406] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[98/406] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[101/406] Compiling _RopeModule BigString+UTF8View.swift
[102/406] Compiling _RopeModule BigString+UnicodeScalarView.swift
[103/406] Compiling _RopeModule BigSubstring+UTF16View.swift
[104/406] Compiling _RopeModule BigSubstring+UTF8View.swift
[105/406] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[106/406] Compiling _RopeModule BigSubstring.swift
[107/406] Compiling _RopeModule Rope+Builder.swift
[108/406] Compiling _RopeModule Rope+Debugging.swift
[123/413] Compiling _RopeModule BigString+Iterators.swift
[124/413] Compiling _RopeModule BigString+Metrics.swift
[125/413] Compiling _RopeModule BigString+Summary.swift
[126/413] Compiling _RopeModule BigString.swift
[127/413] Compiling _RopeModule BigString+Comparable.swift
[128/413] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[129/413] Compiling _RopeModule BigString+CustomStringConvertible.swift
[130/413] Compiling _RopeModule BigString+Equatable.swift
[131/413] Compiling BitCollections Range+Utilities.swift
[132/413] Compiling BitCollections Slice+Utilities.swift
[133/413] Compiling BitCollections UInt+Tricks.swift
[134/413] Compiling BitCollections _Word.swift
[135/413] Compiling OrderedCollections OrderedSet.swift
[136/413] Compiling OrderedCollections _UnsafeBitset.swift
[137/413] Compiling _RopeModule Rope+Sequence.swift
[138/413] Compiling _RopeModule Rope+Append.swift
[139/413] Compiling _RopeModule Rope+Extract.swift
[140/413] Compiling _RopeModule Rope+Find.swift
[156/413] Emitting module BitCollections
[173/413] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[174/413] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[175/413] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[176/413] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[177/413] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[178/413] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[179/413] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[180/413] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[181/413] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[182/413] Compiling HashTreeCollections TreeSet.swift
[183/413] Emitting module DequeModule
[209/414] Compiling BitCollections BitSet.swift
[216/414] Compiling BitCollections BitSet.Index.swift
[217/414] Compiling BitCollections BitSet._UnsafeHandle.swift
[273/424] Emitting module OrderedCollections
[337/433] Emitting module _RopeModule
[338/433] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[339/433] Compiling SwiftSyntax SyntaxNodesOP.swift
[340/433] Compiling SwiftSyntax SyntaxNodesQRS.swift
[341/433] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[342/433] Compiling _RopeModule Rope+Split.swift
[343/433] Compiling _RopeModule Optional Utilities.swift
[344/433] Compiling _RopeModule String Utilities.swift
[345/433] Compiling _RopeModule String.Index+ABI.swift
[346/433] Compiling _RopeModule _CharacterRecognizer.swift
[357/434] Emitting module HashTreeCollections
[359/437] Emitting module Collections
[360/437] Compiling Collections Collections.swift
[362/454] Compiling SwiftCBOR CodableCBOREncoder.swift
[363/454] Compiling SwiftCBOR KeyedEncodingContainer.swift
[364/456] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[365/456] Compiling SwiftCBOR UnkeyedEncodingContainer.swift
[366/456] Emitting module SwiftCBOR
[367/456] Compiling SwiftCBOR CodableCBORDecoder.swift
[368/456] Compiling SwiftCBOR KeyedDecodingContainer.swift
[369/456] Compiling SwiftCBOR CBORInputStream.swift
[370/456] Compiling SwiftCBOR CBOROptions.swift
[371/456] Compiling SwiftCBOR CBOREncodable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCBOR/Sources/CBOREncoder.swift:268:53: error: cannot find 'NSEC_PER_SEC' in scope
266 |
267 |         let seconds = Int64(integral)
268 |         let nanoseconds = Int32(fractional * Double(NSEC_PER_SEC))
    |                                                     `- error: cannot find 'NSEC_PER_SEC' in scope
269 |
270 |         switch options.dateStrategy {
[372/456] Compiling SwiftCBOR CBOREncoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCBOR/Sources/CBOREncoder.swift:268:53: error: cannot find 'NSEC_PER_SEC' in scope
266 |
267 |         let seconds = Int64(integral)
268 |         let nanoseconds = Int32(fractional * Double(NSEC_PER_SEC))
    |                                                     `- error: cannot find 'NSEC_PER_SEC' in scope
269 |
270 |         switch options.dateStrategy {
[373/456] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[374/456] Compiling SwiftCBOR Util.swift
[375/456] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[376/456] Compiling SwiftCBOR UnkeyedDecodingContainer.swift
[377/456] Compiling SwiftCBOR AnyCodingKey.swift
[378/456] Compiling SwiftCBOR CBOR.swift
[379/456] Compiling SwiftCBOR CBORDecoder.swift
BUILD FAILURE 6.1 android