Build Information
Failed to build ATProtoKit, reference main (fabbc3
), with Swift 6.1 for Android on 7 Jun 2025 09:06:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4606859-1":/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-docc-plugin.git
Fetching https://github.com/MasterJ93/SwiftCBOR.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-log.git
[1/2068] Fetching swift-docc-plugin
[2/3138] Fetching swift-docc-plugin, swiftcbor
[1299/6974] Fetching swift-docc-plugin, swiftcbor, swift-log
Fetched https://github.com/MasterJ93/SwiftCBOR.git from cache (0.29s)
[2684/5904] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
[1/70764] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (5.01s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.06s)
Computing version for https://github.com/MasterJ93/SwiftCBOR.git
Computed https://github.com/MasterJ93/SwiftCBOR.git at 0.4.0 (5.64s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.64s)
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.53s)
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.54s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.28s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.08s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.79s)
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
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-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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/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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
[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] Emitting module InternalCollectionsUtilities
[34/74] 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
[35/74] 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] 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
[38/76] 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
[39/76] 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
[41/77] Wrapping AST for SwiftSyntax509 for debugging
[42/77] Wrapping AST for SwiftSyntax510 for debugging
[43/77] Wrapping AST for SwiftSyntax600 for debugging
[45/141] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/141] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/141] Compiling SwiftSyntax MemoryLayout.swift
[48/141] Compiling SwiftSyntax MissingNodeInitializers.swift
[49/141] Compiling Logging LogHandler.swift
[50/141] Compiling SwiftSyntax SyntaxRewriter.swift
[51/141] Compiling SwiftSyntax SyntaxTraits.swift
[52/141] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[53/141] Compiling SwiftSyntax RawSyntaxTokenView.swift
[54/141] Compiling SwiftSyntax SourceLocation.swift
[55/141] Compiling SwiftSyntax SyntaxKind.swift
[56/141] Compiling SwiftSyntax SourceEdit.swift
[57/141] Compiling SwiftSyntax SourceLength.swift
[58/141] Compiling SwiftSyntax RawSyntax.swift
[59/141] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[61/393] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[62/416] Compiling HeapModule Heap+Descriptions.swift
[63/416] Compiling HashTreeCollections _Bucket.swift
[64/416] Compiling HashTreeCollections _Hash.swift
[65/418] Compiling HashTreeCollections _HashLevel.swift
[66/418] Compiling HashTreeCollections _HashNode+Builder.swift
[67/418] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[68/418] Compiling HashTreeCollections _HashNode+Structural union.swift
[69/418] Compiling HeapModule _HeapNode.swift
[70/418] Compiling HeapModule Heap.swift
[71/418] Compiling HashTreeCollections _HashNode+Debugging.swift
[72/418] Compiling HashTreeCollections _HashNode+Initializers.swift
[73/418] Compiling HeapModule Heap+UnsafeHandle.swift
[74/418] Compiling HeapModule Heap+Invariants.swift
[75/418] Emitting module HeapModule
[77/419] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[78/419] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[79/419] Compiling HashTreeCollections TreeDictionary+Keys.swift
[80/419] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[81/419] Compiling HashTreeCollections TreeDictionary+Merge.swift
[82/419] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[83/419] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[84/426] Compiling HashTreeCollections TreeDictionary+Collection.swift
[85/426] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[86/426] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[87/426] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[88/426] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[89/426] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[90/426] Compiling HashTreeCollections TreeDictionary+Filter.swift
[91/426] Compiling HashTreeCollections TreeSet+Hashable.swift
[92/426] Compiling HashTreeCollections TreeSet+Sendable.swift
[93/426] Compiling HashTreeCollections TreeSet+Sequence.swift
[94/426] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[95/426] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[96/426] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[97/426] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[98/426] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[99/426] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[100/426] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[101/436] Compiling DequeModule _DequeSlot.swift
[102/436] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/436] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[104/436] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[105/436] Compiling HashTreeCollections _HashNode.swift
[106/436] Compiling HashTreeCollections _HashNodeHeader.swift
[107/436] Compiling HashTreeCollections _HashSlot.swift
[108/436] Compiling HashTreeCollections _HashStack.swift
[109/436] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[110/443] Emitting module BitCollections
[111/443] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[112/443] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[113/443] Compiling HashTreeCollections _HashNode+Invariants.swift
[114/443] Compiling HashTreeCollections _HashNode+Lookups.swift
[115/443] Compiling HashTreeCollections _HashNode+Structural merge.swift
[116/443] Compiling HashTreeCollections _HashTreeIterator.swift
[117/443] Compiling HashTreeCollections _HashTreeStatistics.swift
[118/443] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[119/443] Compiling HashTreeCollections _RawHashNode.swift
[120/443] Compiling HashTreeCollections _UnmanagedHashNode.swift
[121/443] Compiling HashTreeCollections _UnsafePath.swift
[122/443] Compiling HashTreeCollections TreeDictionary+Codable.swift
[123/443] Compiling HashTreeCollections _HashNode+Storage.swift
[124/443] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[125/443] Compiling HashTreeCollections _HashNode+Structural filter.swift
[126/443] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[127/443] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[128/443] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[129/443] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[130/443] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[146/443] Compiling BitCollections Range+Utilities.swift
[147/443] Compiling BitCollections Slice+Utilities.swift
[148/443] Compiling BitCollections UInt+Tricks.swift
[149/443] Compiling BitCollections _Word.swift
[150/443] Compiling OrderedCollections OrderedSet.swift
[151/443] Compiling OrderedCollections _UnsafeBitset.swift
[152/443] Compiling HashTreeCollections TreeSet+Equatable.swift
[153/443] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[154/443] Compiling HashTreeCollections TreeSet+Extras.swift
[155/443] Compiling HashTreeCollections TreeSet+Filter.swift
[156/443] Compiling HashTreeCollections _AncestorHashSlots.swift
[157/443] Compiling HashTreeCollections _Bitmap.swift
[172/443] Compiling BitCollections BitSet.Index.swift
[173/443] Compiling BitCollections BitSet._UnsafeHandle.swift
[174/443] Compiling BitCollections BitSet.swift
[191/443] Emitting module DequeModule
[193/444] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[194/444] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[195/444] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[196/444] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[197/444] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[198/444] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[199/444] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[200/444] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[201/444] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[202/444] Compiling HashTreeCollections TreeSet.swift
[203/444] Emitting module Logging
[204/444] Compiling Logging MetadataProvider.swift
[205/444] Compiling Logging Locks.swift
[206/444] Compiling Logging Logging.swift
[223/445] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[284/455] Emitting module OrderedCollections
[286/456] Emitting module _RopeModule
<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
[329/464] Emitting module HashTreeCollections
[331/465] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[332/465] Compiling SwiftSyntax SyntaxNodesOP.swift
[333/465] Compiling SwiftSyntax SyntaxNodesQRS.swift
[334/465] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[335/465] Compiling _RopeModule Rope+Split.swift
[336/465] Compiling _RopeModule Optional Utilities.swift
[337/465] Compiling _RopeModule String Utilities.swift
[338/465] Compiling _RopeModule String.Index+ABI.swift
[339/465] Compiling _RopeModule _CharacterRecognizer.swift
[390/468] Compiling Collections Collections.swift
[391/468] Emitting module Collections
[393/485] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[394/485] Compiling SwiftCBOR UnkeyedEncodingContainer.swift
[395/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 {
[396/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 {
[397/487] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[398/487] Compiling SwiftCBOR UnkeyedDecodingContainer.swift
[399/487] Compiling SwiftCBOR CodableCBOREncoder.swift
[400/487] Compiling SwiftCBOR KeyedEncodingContainer.swift
[401/487] Compiling SwiftCBOR CBORInputStream.swift
[402/487] Compiling SwiftCBOR CBOROptions.swift
[403/487] Compiling SwiftCBOR CodableCBORDecoder.swift
[404/487] Compiling SwiftCBOR KeyedDecodingContainer.swift
[405/487] Emitting module SwiftCBOR
[406/487] Compiling SwiftCBOR AnyCodingKey.swift
[407/487] Compiling SwiftCBOR CBOR.swift
[408/487] Compiling SwiftCBOR CBORDecoder.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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/45] Emitting module SwiftSyntax600
[5/45] Compiling SwiftSyntax600 Empty.swift
[6/46] Compiling SwiftSyntax509 Empty.swift
[7/46] Emitting module SwiftSyntax509
[8/46] Emitting module SwiftSyntax510
[9/46] Compiling SwiftSyntax510 Empty.swift
[10/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/49] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/49] Compiling InternalCollectionsUtilities Debugging.swift
[13/49] Compiling InternalCollectionsUtilities Descriptions.swift
[14/49] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/49] Compiling Logging MetadataProvider.swift
[19/49] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/49] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/46] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/46] Compiling InternalCollectionsUtilities Integer rank.swift
[24/110] Emitting module InternalCollectionsUtilities
[25/110] Compiling SwiftSyntax RawSyntax.swift
[26/110] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[27/110] Compiling SwiftSyntax SourceEdit.swift
[28/110] Compiling SwiftSyntax SourceLength.swift
[29/111] Emitting module Logging
[30/111] Compiling Logging Logging.swift
[31/111] Compiling Logging LogHandler.swift
[32/111] Compiling Logging Locks.swift
[35/134] Compiling HeapModule Heap+Invariants.swift
[36/189] Compiling HeapModule Heap+Descriptions.swift
[37/189] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[38/189] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[39/189] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[40/307] Compiling HeapModule Heap.swift
[41/376] Compiling _RopeModule BigString+Split.swift
[42/376] Compiling _RopeModule Range+BigString.swift
[43/384] Compiling HeapModule _HeapNode.swift
[44/388] Compiling _RopeModule BigString+Insert.swift
[45/388] Compiling _RopeModule BigString+Managing Breaks.swift
[46/388] Compiling _RopeModule BigString+RemoveSubrange.swift
[47/388] Compiling _RopeModule BigString+ReplaceSubrange.swift
[48/388] Compiling _RopeModule BigString+UTF16View.swift
[49/388] Compiling _RopeModule BigString+UTF8View.swift
[50/388] Emitting module HeapModule
[51/388] Compiling HeapModule Heap+UnsafeHandle.swift
[53/389] Compiling _RopeModule BigString+Chunk+Counts.swift
[54/389] Compiling _RopeModule BigString+Chunk+Description.swift
[55/389] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[56/389] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[57/389] Compiling _RopeModule _RopeVersion.swift
[58/389] Compiling _RopeModule Rope+Collection.swift
[59/389] Compiling _RopeModule Rope+Index.swift
[60/389] Compiling _RopeModule Rope+Sequence.swift
[61/389] Compiling _RopeModule Rope+Append.swift
[62/389] Compiling _RopeModule Rope+Extract.swift
[63/389] Compiling _RopeModule Rope+Find.swift
[64/389] Compiling _RopeModule Rope+ForEachWhile.swift
[65/389] Compiling _RopeModule Rope+Insert.swift
[66/389] Compiling _RopeModule BigString+UnicodeScalarView.swift
[67/389] Compiling _RopeModule BigSubstring+UTF16View.swift
[68/389] Compiling _RopeModule BigSubstring+UTF8View.swift
[69/389] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[70/389] Compiling _RopeModule BigSubstring.swift
[78/403] Compiling _RopeModule _RopeItem.swift
[79/403] Compiling _RopeModule _RopePath.swift
[80/403] Compiling HashTreeCollections TreeSet+Sequence.swift
[81/403] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[82/403] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[83/403] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[84/403] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[85/403] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[86/403] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[87/403] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[88/413] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[89/413] Compiling _RopeModule BigString+Chunk+Splitting.swift
[90/413] Compiling _RopeModule BigString+Chunk.swift
[91/413] Compiling _RopeModule BigString+BidirectionalCollection.swift
[92/413] Compiling _RopeModule BigString+Builder.swift
[93/413] Compiling _RopeModule BigString+Contents.swift
[94/413] Compiling _RopeModule BigString+Debugging.swift
[95/413] Compiling _RopeModule BigString+Index.swift
[98/413] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[99/413] Compiling _RopeModule BigString+Chunk+Breaks.swift
[111/413] Compiling BitCollections Range+Utilities.swift
[112/413] Compiling BitCollections Slice+Utilities.swift
[113/413] Compiling BitCollections UInt+Tricks.swift
[114/413] Compiling BitCollections _Word.swift
[115/413] Compiling OrderedCollections OrderedSet.swift
[116/413] Compiling OrderedCollections _UnsafeBitset.swift
[117/413] Compiling _RopeModule Rope.swift
[118/413] Compiling _RopeModule RopeElement.swift
[119/413] Compiling _RopeModule RopeMetric.swift
[120/413] Compiling _RopeModule RopeSummary.swift
[123/413] Compiling _RopeModule BigString+Ingester.swift
[124/413] Compiling _RopeModule BigString+Invariants.swift
[125/413] Compiling _RopeModule BigString+Iterators.swift
[126/413] Compiling _RopeModule BigString+Metrics.swift
[127/413] Compiling _RopeModule BigString+Summary.swift
[128/413] Compiling _RopeModule BigString.swift
[136/413] Compiling _RopeModule BigString+Sequence.swift
[137/413] Compiling _RopeModule BigString+TextOutputStream.swift
[149/413] Compiling _RopeModule BigString+Comparable.swift
[150/413] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[151/413] Compiling _RopeModule BigString+CustomStringConvertible.swift
[152/413] Compiling _RopeModule BigString+Equatable.swift
[153/413] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[154/413] Compiling _RopeModule BigString+Hashing.swift
[155/413] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[156/413] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[170/413] Compiling _RopeModule BigString+Append.swift
[171/413] Compiling _RopeModule BigString+Initializers.swift
[172/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] Compiling BitCollections BitSet.Index.swift
[184/413] Compiling BitCollections BitSet._UnsafeHandle.swift
[185/413] Compiling BitCollections BitSet.swift
[190/413] Emitting module DequeModule
[258/423] Compiling SwiftSyntax SyntaxNodesC.swift
[259/423] Compiling SwiftSyntax SyntaxNodesD.swift
[260/423] Compiling SwiftSyntax SyntaxNodesEF.swift
[261/423] Compiling SwiftSyntax SyntaxNodesGHI.swift
[262/432] Emitting module _RopeModule
[274/432] Emitting module OrderedCollections
[328/433] Emitting module HashTreeCollections
[330/434] Compiling _RopeModule Rope+Join.swift
[331/434] Compiling _RopeModule Rope+MutatingForEach.swift
[332/434] Compiling _RopeModule Rope+Remove.swift
[333/434] Compiling _RopeModule Rope+RemoveSubrange.swift
[334/434] Compiling _RopeModule Rope+Split.swift
[335/434] Compiling _RopeModule Optional Utilities.swift
[336/434] Compiling _RopeModule String Utilities.swift
[337/434] Compiling _RopeModule String.Index+ABI.swift
[338/434] Compiling _RopeModule _CharacterRecognizer.swift
[359/437] Emitting module Collections
[360/437] Compiling Collections Collections.swift
[362/454] Emitting module SwiftCBOR
[363/456] Compiling SwiftCBOR CodableCBOREncoder.swift
[364/456] Compiling SwiftCBOR KeyedEncodingContainer.swift
[365/456] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[366/456] Compiling SwiftCBOR UnkeyedEncodingContainer.swift
[367/456] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[368/456] Compiling SwiftCBOR Util.swift
[369/456] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[370/456] Compiling SwiftCBOR UnkeyedDecodingContainer.swift
[371/456] Compiling SwiftCBOR CBORInputStream.swift
[372/456] Compiling SwiftCBOR CBOROptions.swift
[373/456] Compiling SwiftCBOR CodableCBORDecoder.swift
[374/456] Compiling SwiftCBOR KeyedDecodingContainer.swift
[375/456] Compiling SwiftCBOR AnyCodingKey.swift
[376/456] Compiling SwiftCBOR CBOR.swift
[377/456] Compiling SwiftCBOR CBORDecoder.swift
[378/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 {
[379/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 {
BUILD FAILURE 6.1 android