Build Information
Failed to build AppStoreConnect-Swift-SDK, reference 3.2.0 (2fb057
), with Swift 6.1 for Android on 29 May 2025 07:10:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/finnvoor/appstoreconnect-swift-sdk.git
Reference: 3.2.0
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/finnvoor/appstoreconnect-swift-sdk
* tag 3.2.0 -> FETCH_HEAD
HEAD is now at 2fb0578 Merge pull request #262 from polpielladev/master
Submodule path 'Submodules/WeTransfer-iOS-CI': checked out '06764be2a00f3f9077b74332bb06cc9c0cc2351e'
Submodule 'Submodules/WeTransfer-iOS-CI' (https://github.com/WeTransfer/WeTransfer-iOS-CI.git) registered for path 'Submodules/WeTransfer-iOS-CI'
Cloning into '/host/spi-builder-workspace/Submodules/WeTransfer-iOS-CI'...
Cloned https://github.com/finnvoor/appstoreconnect-swift-sdk.git
Revision (git rev-parse @):
2fb0578789a559a72782149d175ea5cf4184751c
SUCCESS checkout https://github.com/finnvoor/appstoreconnect-swift-sdk.git at 3.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/finnvoor/appstoreconnect-swift-sdk.git
https://github.com/finnvoor/appstoreconnect-swift-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "urlqueryencoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CreateAPI/URLQueryEncoder.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "opencombine",
"requirement" : {
"range" : [
{
"lower_bound" : "0.14.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenCombine/OpenCombine.git"
}
],
"manifest_display_name" : "AppStoreConnect-Swift-SDK",
"name" : "AppStoreConnect-Swift-SDK",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AppStoreConnect-Swift-SDK",
"targets" : [
"AppStoreConnect-Swift-SDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "create_api",
"module_type" : "BinaryTarget",
"name" : "create-api",
"path" : "remote/archive/create-api.artifactbundle.zip",
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "CreateAPI",
"module_type" : "PluginTarget",
"name" : "CreateAPI",
"path" : "Plugins/CreateAPI",
"plugin_capability" : {
"intent" : {
"description" : "Generates the OpenAPI entities and paths using CreateAPI",
"type" : "custom",
"verb" : "generate-open-api"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "To output the generated source code",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"sources" : [
"Plugin.swift"
],
"target_dependencies" : [
"create-api"
],
"type" : "plugin"
},
{
"c99name" : "AppStoreConnect_Swift_SDK_Tests",
"module_type" : "SwiftTarget",
"name" : "AppStoreConnect-Swift-SDK-Tests",
"path" : "Tests",
"sources" : [
"APIConfigurationTests.swift",
"APIProviderTests.swift",
"Helpers/Bundle+Tests.swift",
"JWTRequestsAuthenticatorTests.swift",
"RateLimitTests.swift"
],
"target_dependencies" : [
"AppStoreConnect-Swift-SDK"
],
"type" : "test"
},
{
"c99name" : "AppStoreConnect_Swift_SDK",
"module_type" : "SwiftTarget",
"name" : "AppStoreConnect-Swift-SDK",
"path" : "Sources",
"product_dependencies" : [
"URLQueryEncoder",
"Crypto",
"OpenCombine"
],
"product_memberships" : [
"AppStoreConnect-Swift-SDK"
],
"sources" : [
"APIProvider.swift",
"DefaultRequestExecutor.swift",
"Endpoint.swift",
"Extensions/ErrorResponseExtensions.swift",
"Extensions/HTTPURLResponseExtensions.swift",
"JWT/JWT.swift",
"JWT/JWTDecoder.swift",
"JWT/JWTRequestsAuthenticator.swift",
"OpenAPI/Generated/Entities/Actor.swift",
"OpenAPI/Generated/Entities/ActorResponse.swift",
"OpenAPI/Generated/Entities/ActorsResponse.swift",
"OpenAPI/Generated/Entities/AgeRatingDeclaration.swift",
"OpenAPI/Generated/Entities/AgeRatingDeclarationResponse.swift",
"OpenAPI/Generated/Entities/AgeRatingDeclarationUpdateRequest.swift",
"OpenAPI/Generated/Entities/AgeRatingDeclarationWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionKey.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionKeyCreateRequest.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionKeyResponse.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionPackage.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionPackageCreateRequest.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionPackageDelta.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionPackageDeltaResponse.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionPackageDeltasResponse.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionPackageResponse.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionPackageVariant.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionPackageVariantResponse.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionPackageVariantsResponse.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionPackageVersion.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionPackageVersionResponse.swift",
"OpenAPI/Generated/Entities/AlternativeDistributionPackageVersionsResponse.swift",
"OpenAPI/Generated/Entities/AnalyticsReport.swift",
"OpenAPI/Generated/Entities/AnalyticsReportInstance.swift",
"OpenAPI/Generated/Entities/AnalyticsReportInstanceResponse.swift",
"OpenAPI/Generated/Entities/AnalyticsReportInstancesResponse.swift",
"OpenAPI/Generated/Entities/AnalyticsReportRequest.swift",
"OpenAPI/Generated/Entities/AnalyticsReportRequestCreateRequest.swift",
"OpenAPI/Generated/Entities/AnalyticsReportRequestResponse.swift",
"OpenAPI/Generated/Entities/AnalyticsReportRequestsResponse.swift",
"OpenAPI/Generated/Entities/AnalyticsReportResponse.swift",
"OpenAPI/Generated/Entities/AnalyticsReportSegment.swift",
"OpenAPI/Generated/Entities/AnalyticsReportSegmentResponse.swift",
"OpenAPI/Generated/Entities/AnalyticsReportSegmentsResponse.swift",
"OpenAPI/Generated/Entities/AnalyticsReportsResponse.swift",
"OpenAPI/Generated/Entities/App.swift",
"OpenAPI/Generated/Entities/AppAvailability.swift",
"OpenAPI/Generated/Entities/AppAvailabilityCreateRequest.swift",
"OpenAPI/Generated/Entities/AppAvailabilityResponse.swift",
"OpenAPI/Generated/Entities/AppAvailabilityV2.swift",
"OpenAPI/Generated/Entities/AppAvailabilityV2CreateRequest.swift",
"OpenAPI/Generated/Entities/AppAvailabilityV2Response.swift",
"OpenAPI/Generated/Entities/AppBetaTestersLinkagesRequest.swift",
"OpenAPI/Generated/Entities/AppCategoriesResponse.swift",
"OpenAPI/Generated/Entities/AppCategoriesWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/AppCategory.swift",
"OpenAPI/Generated/Entities/AppCategoryResponse.swift",
"OpenAPI/Generated/Entities/AppCategoryWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/AppClip.swift",
"OpenAPI/Generated/Entities/AppClipAction.swift",
"OpenAPI/Generated/Entities/AppClipAdvancedExperience.swift",
"OpenAPI/Generated/Entities/AppClipAdvancedExperienceCreateRequest.swift",
"OpenAPI/Generated/Entities/AppClipAdvancedExperienceImage.swift",
"OpenAPI/Generated/Entities/AppClipAdvancedExperienceImageCreateRequest.swift",
"OpenAPI/Generated/Entities/AppClipAdvancedExperienceImageResponse.swift",
"OpenAPI/Generated/Entities/AppClipAdvancedExperienceImageUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppClipAdvancedExperienceLanguage.swift",
"OpenAPI/Generated/Entities/AppClipAdvancedExperienceLocalization.swift",
"OpenAPI/Generated/Entities/AppClipAdvancedExperienceLocalizationInlineCreate.swift",
"OpenAPI/Generated/Entities/AppClipAdvancedExperienceResponse.swift",
"OpenAPI/Generated/Entities/AppClipAdvancedExperienceUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppClipAdvancedExperiencesResponse.swift",
"OpenAPI/Generated/Entities/AppClipAppStoreReviewDetail.swift",
"OpenAPI/Generated/Entities/AppClipAppStoreReviewDetailCreateRequest.swift",
"OpenAPI/Generated/Entities/AppClipAppStoreReviewDetailResponse.swift",
"OpenAPI/Generated/Entities/AppClipAppStoreReviewDetailUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppClipDefaultExperience.swift",
"OpenAPI/Generated/Entities/AppClipDefaultExperienceCreateRequest.swift",
"OpenAPI/Generated/Entities/AppClipDefaultExperienceLocalization.swift",
"OpenAPI/Generated/Entities/AppClipDefaultExperienceLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/AppClipDefaultExperienceLocalizationResponse.swift",
"OpenAPI/Generated/Entities/AppClipDefaultExperienceLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppClipDefaultExperienceLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/AppClipDefaultExperienceReleaseWithAppStoreVersionLinkageRequest.swift",
"OpenAPI/Generated/Entities/AppClipDefaultExperienceReleaseWithAppStoreVersionLinkageResponse.swift",
"OpenAPI/Generated/Entities/AppClipDefaultExperienceResponse.swift",
"OpenAPI/Generated/Entities/AppClipDefaultExperienceUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppClipDefaultExperiencesResponse.swift",
"OpenAPI/Generated/Entities/AppClipDomainStatus.swift",
"OpenAPI/Generated/Entities/AppClipDomainStatusResponse.swift",
"OpenAPI/Generated/Entities/AppClipHeaderImage.swift",
"OpenAPI/Generated/Entities/AppClipHeaderImageCreateRequest.swift",
"OpenAPI/Generated/Entities/AppClipHeaderImageResponse.swift",
"OpenAPI/Generated/Entities/AppClipHeaderImageUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppClipResponse.swift",
"OpenAPI/Generated/Entities/AppClipsResponse.swift",
"OpenAPI/Generated/Entities/AppCustomProductPage.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageCreateRequest.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageLocalization.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageLocalizationInlineCreate.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageLocalizationResponse.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageResponse.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageVersion.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageVersionCreateRequest.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageVersionResponse.swift",
"OpenAPI/Generated/Entities/AppCustomProductPageVersionsResponse.swift",
"OpenAPI/Generated/Entities/AppCustomProductPagesResponse.swift",
"OpenAPI/Generated/Entities/AppEncryptionDeclaration.swift",
"OpenAPI/Generated/Entities/AppEncryptionDeclarationBuildsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift",
"OpenAPI/Generated/Entities/AppEncryptionDeclarationDocumentCreateRequest.swift",
"OpenAPI/Generated/Entities/AppEncryptionDeclarationDocumentResponse.swift",
"OpenAPI/Generated/Entities/AppEncryptionDeclarationDocumentUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppEncryptionDeclarationResponse.swift",
"OpenAPI/Generated/Entities/AppEncryptionDeclarationState.swift",
"OpenAPI/Generated/Entities/AppEncryptionDeclarationWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/AppEncryptionDeclarationsResponse.swift",
"OpenAPI/Generated/Entities/AppEvent.swift",
"OpenAPI/Generated/Entities/AppEventAssetType.swift",
"OpenAPI/Generated/Entities/AppEventCreateRequest.swift",
"OpenAPI/Generated/Entities/AppEventLocalization.swift",
"OpenAPI/Generated/Entities/AppEventLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/AppEventLocalizationResponse.swift",
"OpenAPI/Generated/Entities/AppEventLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppEventLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/AppEventResponse.swift",
"OpenAPI/Generated/Entities/AppEventScreenshot.swift",
"OpenAPI/Generated/Entities/AppEventScreenshotCreateRequest.swift",
"OpenAPI/Generated/Entities/AppEventScreenshotResponse.swift",
"OpenAPI/Generated/Entities/AppEventScreenshotUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppEventScreenshotsResponse.swift",
"OpenAPI/Generated/Entities/AppEventUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppEventVideoClip.swift",
"OpenAPI/Generated/Entities/AppEventVideoClipCreateRequest.swift",
"OpenAPI/Generated/Entities/AppEventVideoClipResponse.swift",
"OpenAPI/Generated/Entities/AppEventVideoClipUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppEventVideoClipsResponse.swift",
"OpenAPI/Generated/Entities/AppEventsResponse.swift",
"OpenAPI/Generated/Entities/AppInfo.swift",
"OpenAPI/Generated/Entities/AppInfoLocalization.swift",
"OpenAPI/Generated/Entities/AppInfoLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/AppInfoLocalizationResponse.swift",
"OpenAPI/Generated/Entities/AppInfoLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppInfoLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/AppInfoResponse.swift",
"OpenAPI/Generated/Entities/AppInfoUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppInfosResponse.swift",
"OpenAPI/Generated/Entities/AppMediaAssetState.swift",
"OpenAPI/Generated/Entities/AppMediaStateError.swift",
"OpenAPI/Generated/Entities/AppPreOrder.swift",
"OpenAPI/Generated/Entities/AppPreOrderCreateRequest.swift",
"OpenAPI/Generated/Entities/AppPreOrderResponse.swift",
"OpenAPI/Generated/Entities/AppPreOrderUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppPreOrderWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/AppPreview.swift",
"OpenAPI/Generated/Entities/AppPreviewCreateRequest.swift",
"OpenAPI/Generated/Entities/AppPreviewResponse.swift",
"OpenAPI/Generated/Entities/AppPreviewSet.swift",
"OpenAPI/Generated/Entities/AppPreviewSetAppPreviewsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/AppPreviewSetAppPreviewsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/AppPreviewSetCreateRequest.swift",
"OpenAPI/Generated/Entities/AppPreviewSetResponse.swift",
"OpenAPI/Generated/Entities/AppPreviewSetsResponse.swift",
"OpenAPI/Generated/Entities/AppPreviewUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppPreviewsResponse.swift",
"OpenAPI/Generated/Entities/AppPrice.swift",
"OpenAPI/Generated/Entities/AppPriceInlineCreate.swift",
"OpenAPI/Generated/Entities/AppPricePoint.swift",
"OpenAPI/Generated/Entities/AppPricePointResponse.swift",
"OpenAPI/Generated/Entities/AppPricePointV2.swift",
"OpenAPI/Generated/Entities/AppPricePointV3.swift",
"OpenAPI/Generated/Entities/AppPricePointV3Response.swift",
"OpenAPI/Generated/Entities/AppPricePointsResponse.swift",
"OpenAPI/Generated/Entities/AppPricePointsV2Response.swift",
"OpenAPI/Generated/Entities/AppPricePointsV3Response.swift",
"OpenAPI/Generated/Entities/AppPriceResponse.swift",
"OpenAPI/Generated/Entities/AppPriceSchedule.swift",
"OpenAPI/Generated/Entities/AppPriceScheduleCreateRequest.swift",
"OpenAPI/Generated/Entities/AppPriceScheduleResponse.swift",
"OpenAPI/Generated/Entities/AppPriceTier.swift",
"OpenAPI/Generated/Entities/AppPriceTierResponse.swift",
"OpenAPI/Generated/Entities/AppPriceTiersResponse.swift",
"OpenAPI/Generated/Entities/AppPriceV2.swift",
"OpenAPI/Generated/Entities/AppPriceV2InlineCreate.swift",
"OpenAPI/Generated/Entities/AppPricesResponse.swift",
"OpenAPI/Generated/Entities/AppPricesV2Response.swift",
"OpenAPI/Generated/Entities/AppPromotedPurchasesLinkagesRequest.swift",
"OpenAPI/Generated/Entities/AppPromotedPurchasesLinkagesResponse.swift",
"OpenAPI/Generated/Entities/AppResponse.swift",
"OpenAPI/Generated/Entities/AppScreenshot.swift",
"OpenAPI/Generated/Entities/AppScreenshotCreateRequest.swift",
"OpenAPI/Generated/Entities/AppScreenshotResponse.swift",
"OpenAPI/Generated/Entities/AppScreenshotSet.swift",
"OpenAPI/Generated/Entities/AppScreenshotSetAppScreenshotsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/AppScreenshotSetAppScreenshotsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/AppScreenshotSetCreateRequest.swift",
"OpenAPI/Generated/Entities/AppScreenshotSetResponse.swift",
"OpenAPI/Generated/Entities/AppScreenshotSetsResponse.swift",
"OpenAPI/Generated/Entities/AppScreenshotUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppScreenshotsResponse.swift",
"OpenAPI/Generated/Entities/AppStoreAgeRating.swift",
"OpenAPI/Generated/Entities/AppStoreReviewAttachment.swift",
"OpenAPI/Generated/Entities/AppStoreReviewAttachmentCreateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreReviewAttachmentResponse.swift",
"OpenAPI/Generated/Entities/AppStoreReviewAttachmentUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreReviewAttachmentsResponse.swift",
"OpenAPI/Generated/Entities/AppStoreReviewDetail.swift",
"OpenAPI/Generated/Entities/AppStoreReviewDetailCreateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreReviewDetailResponse.swift",
"OpenAPI/Generated/Entities/AppStoreReviewDetailUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersion.swift",
"OpenAPI/Generated/Entities/AppStoreVersionAppClipDefaultExperienceLinkageRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionAppClipDefaultExperienceLinkageResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionBuildLinkageRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionBuildLinkageResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionCreateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperiment.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentCreateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentTreatment.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentTreatmentCreateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentTreatmentLocalization.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentTreatmentLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentTreatmentLocalizationResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentTreatmentLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentTreatmentResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentTreatmentUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentTreatmentsResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentV2.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentV2CreateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentV2Response.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentV2UpdateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentsResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionExperimentsV2Response.swift",
"OpenAPI/Generated/Entities/AppStoreVersionLocalization.swift",
"OpenAPI/Generated/Entities/AppStoreVersionLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionLocalizationResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionPhasedRelease.swift",
"OpenAPI/Generated/Entities/AppStoreVersionPhasedReleaseCreateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionPhasedReleaseResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionPhasedReleaseUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionPhasedReleaseWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionPromotion.swift",
"OpenAPI/Generated/Entities/AppStoreVersionPromotionCreateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionPromotionResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionReleaseRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionReleaseRequestCreateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionReleaseRequestResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionState.swift",
"OpenAPI/Generated/Entities/AppStoreVersionSubmission.swift",
"OpenAPI/Generated/Entities/AppStoreVersionSubmissionCreateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionSubmissionResponse.swift",
"OpenAPI/Generated/Entities/AppStoreVersionUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppStoreVersionsResponse.swift",
"OpenAPI/Generated/Entities/AppUpdateRequest.swift",
"OpenAPI/Generated/Entities/AppVersionState.swift",
"OpenAPI/Generated/Entities/AppWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/AppsBetaTesterUsagesV1MetricResponse.swift",
"OpenAPI/Generated/Entities/AppsResponse.swift",
"OpenAPI/Generated/Entities/AppsWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BetaAppClipInvocation.swift",
"OpenAPI/Generated/Entities/BetaAppClipInvocationCreateRequest.swift",
"OpenAPI/Generated/Entities/BetaAppClipInvocationLocalization.swift",
"OpenAPI/Generated/Entities/BetaAppClipInvocationLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/BetaAppClipInvocationLocalizationInlineCreate.swift",
"OpenAPI/Generated/Entities/BetaAppClipInvocationLocalizationResponse.swift",
"OpenAPI/Generated/Entities/BetaAppClipInvocationLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/BetaAppClipInvocationResponse.swift",
"OpenAPI/Generated/Entities/BetaAppClipInvocationUpdateRequest.swift",
"OpenAPI/Generated/Entities/BetaAppClipInvocationsResponse.swift",
"OpenAPI/Generated/Entities/BetaAppLocalization.swift",
"OpenAPI/Generated/Entities/BetaAppLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/BetaAppLocalizationResponse.swift",
"OpenAPI/Generated/Entities/BetaAppLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/BetaAppLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/BetaAppLocalizationsWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BetaAppReviewDetail.swift",
"OpenAPI/Generated/Entities/BetaAppReviewDetailResponse.swift",
"OpenAPI/Generated/Entities/BetaAppReviewDetailUpdateRequest.swift",
"OpenAPI/Generated/Entities/BetaAppReviewDetailWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BetaAppReviewDetailsResponse.swift",
"OpenAPI/Generated/Entities/BetaAppReviewSubmission.swift",
"OpenAPI/Generated/Entities/BetaAppReviewSubmissionCreateRequest.swift",
"OpenAPI/Generated/Entities/BetaAppReviewSubmissionResponse.swift",
"OpenAPI/Generated/Entities/BetaAppReviewSubmissionWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BetaAppReviewSubmissionsResponse.swift",
"OpenAPI/Generated/Entities/BetaBuildLocalization.swift",
"OpenAPI/Generated/Entities/BetaBuildLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/BetaBuildLocalizationResponse.swift",
"OpenAPI/Generated/Entities/BetaBuildLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/BetaBuildLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/BetaBuildLocalizationsWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BetaBuildUsagesV1MetricResponse.swift",
"OpenAPI/Generated/Entities/BetaGroup.swift",
"OpenAPI/Generated/Entities/BetaGroupBetaTestersLinkagesRequest.swift",
"OpenAPI/Generated/Entities/BetaGroupBetaTestersLinkagesResponse.swift",
"OpenAPI/Generated/Entities/BetaGroupBuildsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/BetaGroupBuildsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/BetaGroupCreateRequest.swift",
"OpenAPI/Generated/Entities/BetaGroupResponse.swift",
"OpenAPI/Generated/Entities/BetaGroupUpdateRequest.swift",
"OpenAPI/Generated/Entities/BetaGroupsResponse.swift",
"OpenAPI/Generated/Entities/BetaGroupsWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BetaInviteType.swift",
"OpenAPI/Generated/Entities/BetaLicenseAgreement.swift",
"OpenAPI/Generated/Entities/BetaLicenseAgreementResponse.swift",
"OpenAPI/Generated/Entities/BetaLicenseAgreementUpdateRequest.swift",
"OpenAPI/Generated/Entities/BetaLicenseAgreementWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BetaLicenseAgreementsResponse.swift",
"OpenAPI/Generated/Entities/BetaReviewState.swift",
"OpenAPI/Generated/Entities/BetaTester.swift",
"OpenAPI/Generated/Entities/BetaTesterAppsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/BetaTesterAppsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/BetaTesterBetaGroupsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/BetaTesterBetaGroupsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/BetaTesterBuildsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/BetaTesterBuildsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/BetaTesterCreateRequest.swift",
"OpenAPI/Generated/Entities/BetaTesterInvitation.swift",
"OpenAPI/Generated/Entities/BetaTesterInvitationCreateRequest.swift",
"OpenAPI/Generated/Entities/BetaTesterInvitationResponse.swift",
"OpenAPI/Generated/Entities/BetaTesterResponse.swift",
"OpenAPI/Generated/Entities/BetaTesterUsagesV1MetricResponse.swift",
"OpenAPI/Generated/Entities/BetaTestersResponse.swift",
"OpenAPI/Generated/Entities/BetaTestersWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BrazilAgeRating.swift",
"OpenAPI/Generated/Entities/Build.swift",
"OpenAPI/Generated/Entities/BuildAppEncryptionDeclarationLinkageRequest.swift",
"OpenAPI/Generated/Entities/BuildAppEncryptionDeclarationLinkageResponse.swift",
"OpenAPI/Generated/Entities/BuildAudienceType.swift",
"OpenAPI/Generated/Entities/BuildBetaDetail.swift",
"OpenAPI/Generated/Entities/BuildBetaDetailResponse.swift",
"OpenAPI/Generated/Entities/BuildBetaDetailUpdateRequest.swift",
"OpenAPI/Generated/Entities/BuildBetaDetailsResponse.swift",
"OpenAPI/Generated/Entities/BuildBetaGroupsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/BuildBetaNotification.swift",
"OpenAPI/Generated/Entities/BuildBetaNotificationCreateRequest.swift",
"OpenAPI/Generated/Entities/BuildBetaNotificationResponse.swift",
"OpenAPI/Generated/Entities/BuildBundle.swift",
"OpenAPI/Generated/Entities/BuildBundleFileSize.swift",
"OpenAPI/Generated/Entities/BuildBundleFileSizesResponse.swift",
"OpenAPI/Generated/Entities/BuildIcon.swift",
"OpenAPI/Generated/Entities/BuildIconsResponse.swift",
"OpenAPI/Generated/Entities/BuildIconsWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BuildIndividualTestersLinkagesRequest.swift",
"OpenAPI/Generated/Entities/BuildIndividualTestersLinkagesResponse.swift",
"OpenAPI/Generated/Entities/BuildResponse.swift",
"OpenAPI/Generated/Entities/BuildUpdateRequest.swift",
"OpenAPI/Generated/Entities/BuildWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BuildsResponse.swift",
"OpenAPI/Generated/Entities/BuildsWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BundleID.swift",
"OpenAPI/Generated/Entities/BundleIDCapabilitiesResponse.swift",
"OpenAPI/Generated/Entities/BundleIDCapabilitiesWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BundleIDCapability.swift",
"OpenAPI/Generated/Entities/BundleIDCapabilityCreateRequest.swift",
"OpenAPI/Generated/Entities/BundleIDCapabilityResponse.swift",
"OpenAPI/Generated/Entities/BundleIDCapabilityUpdateRequest.swift",
"OpenAPI/Generated/Entities/BundleIDCreateRequest.swift",
"OpenAPI/Generated/Entities/BundleIDPlatform.swift",
"OpenAPI/Generated/Entities/BundleIDResponse.swift",
"OpenAPI/Generated/Entities/BundleIDUpdateRequest.swift",
"OpenAPI/Generated/Entities/BundleIDWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/BundleIDsResponse.swift",
"OpenAPI/Generated/Entities/CapabilityOption.swift",
"OpenAPI/Generated/Entities/CapabilitySetting.swift",
"OpenAPI/Generated/Entities/CapabilityType.swift",
"OpenAPI/Generated/Entities/Certificate.swift",
"OpenAPI/Generated/Entities/CertificateCreateRequest.swift",
"OpenAPI/Generated/Entities/CertificateResponse.swift",
"OpenAPI/Generated/Entities/CertificateType.swift",
"OpenAPI/Generated/Entities/CertificatesResponse.swift",
"OpenAPI/Generated/Entities/CertificatesWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/CiAction.swift",
"OpenAPI/Generated/Entities/CiActionType.swift",
"OpenAPI/Generated/Entities/CiArtifact.swift",
"OpenAPI/Generated/Entities/CiArtifactResponse.swift",
"OpenAPI/Generated/Entities/CiArtifactsResponse.swift",
"OpenAPI/Generated/Entities/CiBranchPatterns.swift",
"OpenAPI/Generated/Entities/CiBranchStartCondition.swift",
"OpenAPI/Generated/Entities/CiBuildAction.swift",
"OpenAPI/Generated/Entities/CiBuildActionResponse.swift",
"OpenAPI/Generated/Entities/CiBuildActionsResponse.swift",
"OpenAPI/Generated/Entities/CiBuildRun.swift",
"OpenAPI/Generated/Entities/CiBuildRunCreateRequest.swift",
"OpenAPI/Generated/Entities/CiBuildRunResponse.swift",
"OpenAPI/Generated/Entities/CiBuildRunsResponse.swift",
"OpenAPI/Generated/Entities/CiCompletionStatus.swift",
"OpenAPI/Generated/Entities/CiExecutionProgress.swift",
"OpenAPI/Generated/Entities/CiFilesAndFoldersRule.swift",
"OpenAPI/Generated/Entities/CiGitRefKind.swift",
"OpenAPI/Generated/Entities/CiGitUser.swift",
"OpenAPI/Generated/Entities/CiIssue.swift",
"OpenAPI/Generated/Entities/CiIssueCounts.swift",
"OpenAPI/Generated/Entities/CiIssueResponse.swift",
"OpenAPI/Generated/Entities/CiIssuesResponse.swift",
"OpenAPI/Generated/Entities/CiMacOsVersion.swift",
"OpenAPI/Generated/Entities/CiMacOsVersionResponse.swift",
"OpenAPI/Generated/Entities/CiMacOsVersionsResponse.swift",
"OpenAPI/Generated/Entities/CiManualBranchStartCondition.swift",
"OpenAPI/Generated/Entities/CiManualPullRequestStartCondition.swift",
"OpenAPI/Generated/Entities/CiManualTagStartCondition.swift",
"OpenAPI/Generated/Entities/CiProduct.swift",
"OpenAPI/Generated/Entities/CiProductResponse.swift",
"OpenAPI/Generated/Entities/CiProductsResponse.swift",
"OpenAPI/Generated/Entities/CiPullRequestStartCondition.swift",
"OpenAPI/Generated/Entities/CiScheduledStartCondition.swift",
"OpenAPI/Generated/Entities/CiStartConditionFileMatcher.swift",
"OpenAPI/Generated/Entities/CiTagPatterns.swift",
"OpenAPI/Generated/Entities/CiTagStartCondition.swift",
"OpenAPI/Generated/Entities/CiTestDestination.swift",
"OpenAPI/Generated/Entities/CiTestDestinationKind.swift",
"OpenAPI/Generated/Entities/CiTestResult.swift",
"OpenAPI/Generated/Entities/CiTestResultResponse.swift",
"OpenAPI/Generated/Entities/CiTestResultsResponse.swift",
"OpenAPI/Generated/Entities/CiTestStatus.swift",
"OpenAPI/Generated/Entities/CiWorkflow.swift",
"OpenAPI/Generated/Entities/CiWorkflowCreateRequest.swift",
"OpenAPI/Generated/Entities/CiWorkflowResponse.swift",
"OpenAPI/Generated/Entities/CiWorkflowUpdateRequest.swift",
"OpenAPI/Generated/Entities/CiWorkflowsResponse.swift",
"OpenAPI/Generated/Entities/CiXcodeVersion.swift",
"OpenAPI/Generated/Entities/CiXcodeVersionResponse.swift",
"OpenAPI/Generated/Entities/CiXcodeVersionsResponse.swift",
"OpenAPI/Generated/Entities/CustomerReview.swift",
"OpenAPI/Generated/Entities/CustomerReviewResponse.swift",
"OpenAPI/Generated/Entities/CustomerReviewResponseV1.swift",
"OpenAPI/Generated/Entities/CustomerReviewResponseV1CreateRequest.swift",
"OpenAPI/Generated/Entities/CustomerReviewResponseV1Response.swift",
"OpenAPI/Generated/Entities/CustomerReviewsResponse.swift",
"OpenAPI/Generated/Entities/Device.swift",
"OpenAPI/Generated/Entities/DeviceCreateRequest.swift",
"OpenAPI/Generated/Entities/DeviceResponse.swift",
"OpenAPI/Generated/Entities/DeviceUpdateRequest.swift",
"OpenAPI/Generated/Entities/DevicesResponse.swift",
"OpenAPI/Generated/Entities/DevicesWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/DiagnosticLog.swift",
"OpenAPI/Generated/Entities/DiagnosticLogCallStackNode.swift",
"OpenAPI/Generated/Entities/DiagnosticLogs.swift",
"OpenAPI/Generated/Entities/DiagnosticSignature.swift",
"OpenAPI/Generated/Entities/DiagnosticSignaturesResponse.swift",
"OpenAPI/Generated/Entities/DocumentLinks.swift",
"OpenAPI/Generated/Entities/EndAppAvailabilityPreOrder.swift",
"OpenAPI/Generated/Entities/EndAppAvailabilityPreOrderCreateRequest.swift",
"OpenAPI/Generated/Entities/EndAppAvailabilityPreOrderResponse.swift",
"OpenAPI/Generated/Entities/EndUserLicenseAgreement.swift",
"OpenAPI/Generated/Entities/EndUserLicenseAgreementCreateRequest.swift",
"OpenAPI/Generated/Entities/EndUserLicenseAgreementResponse.swift",
"OpenAPI/Generated/Entities/EndUserLicenseAgreementUpdateRequest.swift",
"OpenAPI/Generated/Entities/EndUserLicenseAgreementWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/ErrorResponse.swift",
"OpenAPI/Generated/Entities/ErrorSourceParameter.swift",
"OpenAPI/Generated/Entities/ErrorSourcePointer.swift",
"OpenAPI/Generated/Entities/ExternalBetaState.swift",
"OpenAPI/Generated/Entities/FileLocation.swift",
"OpenAPI/Generated/Entities/GameCenterAchievement.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementGroupAchievementLinkageRequest.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementGroupAchievementLinkageResponse.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementImage.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementImageCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementImageResponse.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementImageUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementLocalization.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementLocalizationResponse.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementRelease.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementReleaseCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementReleaseResponse.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementReleasesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementResponse.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterAchievementsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterAppVersion.swift",
"OpenAPI/Generated/Entities/GameCenterAppVersionCompatibilityVersionsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/GameCenterAppVersionCompatibilityVersionsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterAppVersionCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterAppVersionResponse.swift",
"OpenAPI/Generated/Entities/GameCenterAppVersionUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterAppVersionsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterDetail.swift",
"OpenAPI/Generated/Entities/GameCenterDetailCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterDetailGameCenterAchievementsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/GameCenterDetailGameCenterAchievementsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterDetailGameCenterLeaderboardSetsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/GameCenterDetailGameCenterLeaderboardSetsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterDetailGameCenterLeaderboardsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/GameCenterDetailGameCenterLeaderboardsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterDetailResponse.swift",
"OpenAPI/Generated/Entities/GameCenterDetailUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterDetailsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterEnabledVersion.swift",
"OpenAPI/Generated/Entities/GameCenterEnabledVersionCompatibleVersionsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/GameCenterEnabledVersionCompatibleVersionsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterEnabledVersionsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterGroup.swift",
"OpenAPI/Generated/Entities/GameCenterGroupCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterGroupGameCenterAchievementsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/GameCenterGroupGameCenterAchievementsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterGroupGameCenterLeaderboardSetsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/GameCenterGroupGameCenterLeaderboardSetsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterGroupGameCenterLeaderboardsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/GameCenterGroupGameCenterLeaderboardsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterGroupResponse.swift",
"OpenAPI/Generated/Entities/GameCenterGroupUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterGroupsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboard.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardEntrySubmission.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardEntrySubmissionCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardEntrySubmissionResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardFormatter.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardGroupLeaderboardLinkageRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardGroupLeaderboardLinkageResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardImage.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardImageCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardImageResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardImageUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardLocalization.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardLocalizationResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardRelease.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardReleaseCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardReleaseResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardReleasesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSet.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetGroupLeaderboardSetLinkageRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetGroupLeaderboardSetLinkageResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetImage.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetImageCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetImageResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetImageUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetLocalization.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetLocalizationResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetMemberLocalization.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetMemberLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetMemberLocalizationResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetMemberLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetMemberLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetRelease.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetReleaseCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetReleaseResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetReleasesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardSetsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterLeaderboardsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingAppRequestsV1MetricResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingBooleanRuleResultsV1MetricResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingNumberRuleResultsV1MetricResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingQueue.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingQueueCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingQueueRequestsV1MetricResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingQueueResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingQueueSizesV1MetricResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingQueueUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingQueuesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRule.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRuleCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRuleErrorsV1MetricResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRuleResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRuleSet.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRuleSetCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRuleSetResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRuleSetTest.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRuleSetTestCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRuleSetTestResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRuleSetUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRuleSetsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRuleUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingRulesResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingSessionsV1MetricResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingTeam.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingTeamAssignment.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingTeamCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingTeamResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingTeamUpdateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingTeamsResponse.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingTestPlayerPropertyInlineCreate.swift",
"OpenAPI/Generated/Entities/GameCenterMatchmakingTestRequestInlineCreate.swift",
"OpenAPI/Generated/Entities/GameCenterPlayerAchievementSubmission.swift",
"OpenAPI/Generated/Entities/GameCenterPlayerAchievementSubmissionCreateRequest.swift",
"OpenAPI/Generated/Entities/GameCenterPlayerAchievementSubmissionResponse.swift",
"OpenAPI/Generated/Entities/HTTPHeader.swift",
"OpenAPI/Generated/Entities/IconAssetType.swift",
"OpenAPI/Generated/Entities/ImageAsset.swift",
"OpenAPI/Generated/Entities/InAppPurchase.swift",
"OpenAPI/Generated/Entities/InAppPurchaseAppStoreReviewScreenshot.swift",
"OpenAPI/Generated/Entities/InAppPurchaseAppStoreReviewScreenshotCreateRequest.swift",
"OpenAPI/Generated/Entities/InAppPurchaseAppStoreReviewScreenshotResponse.swift",
"OpenAPI/Generated/Entities/InAppPurchaseAppStoreReviewScreenshotUpdateRequest.swift",
"OpenAPI/Generated/Entities/InAppPurchaseAvailability.swift",
"OpenAPI/Generated/Entities/InAppPurchaseAvailabilityCreateRequest.swift",
"OpenAPI/Generated/Entities/InAppPurchaseAvailabilityResponse.swift",
"OpenAPI/Generated/Entities/InAppPurchaseContent.swift",
"OpenAPI/Generated/Entities/InAppPurchaseContentResponse.swift",
"OpenAPI/Generated/Entities/InAppPurchaseLocalization.swift",
"OpenAPI/Generated/Entities/InAppPurchaseLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/InAppPurchaseLocalizationResponse.swift",
"OpenAPI/Generated/Entities/InAppPurchaseLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/InAppPurchaseLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/InAppPurchasePrice.swift",
"OpenAPI/Generated/Entities/InAppPurchasePriceInlineCreate.swift",
"OpenAPI/Generated/Entities/InAppPurchasePricePoint.swift",
"OpenAPI/Generated/Entities/InAppPurchasePricePointsResponse.swift",
"OpenAPI/Generated/Entities/InAppPurchasePriceSchedule.swift",
"OpenAPI/Generated/Entities/InAppPurchasePriceScheduleCreateRequest.swift",
"OpenAPI/Generated/Entities/InAppPurchasePriceScheduleResponse.swift",
"OpenAPI/Generated/Entities/InAppPurchasePricesResponse.swift",
"OpenAPI/Generated/Entities/InAppPurchaseResponse.swift",
"OpenAPI/Generated/Entities/InAppPurchaseState.swift",
"OpenAPI/Generated/Entities/InAppPurchaseSubmission.swift",
"OpenAPI/Generated/Entities/InAppPurchaseSubmissionCreateRequest.swift",
"OpenAPI/Generated/Entities/InAppPurchaseSubmissionResponse.swift",
"OpenAPI/Generated/Entities/InAppPurchaseType.swift",
"OpenAPI/Generated/Entities/InAppPurchaseV2.swift",
"OpenAPI/Generated/Entities/InAppPurchaseV2CreateRequest.swift",
"OpenAPI/Generated/Entities/InAppPurchaseV2Response.swift",
"OpenAPI/Generated/Entities/InAppPurchaseV2UpdateRequest.swift",
"OpenAPI/Generated/Entities/InAppPurchasesResponse.swift",
"OpenAPI/Generated/Entities/InAppPurchasesV2Response.swift",
"OpenAPI/Generated/Entities/InternalBetaState.swift",
"OpenAPI/Generated/Entities/KidsAgeBand.swift",
"OpenAPI/Generated/Entities/Location.swift",
"OpenAPI/Generated/Entities/MarketplaceDomain.swift",
"OpenAPI/Generated/Entities/MarketplaceDomainCreateRequest.swift",
"OpenAPI/Generated/Entities/MarketplaceDomainResponse.swift",
"OpenAPI/Generated/Entities/MarketplaceDomainsResponse.swift",
"OpenAPI/Generated/Entities/MarketplaceSearchDetail.swift",
"OpenAPI/Generated/Entities/MarketplaceSearchDetailCreateRequest.swift",
"OpenAPI/Generated/Entities/MarketplaceSearchDetailResponse.swift",
"OpenAPI/Generated/Entities/MarketplaceSearchDetailUpdateRequest.swift",
"OpenAPI/Generated/Entities/MarketplaceWebhook.swift",
"OpenAPI/Generated/Entities/MarketplaceWebhookCreateRequest.swift",
"OpenAPI/Generated/Entities/MarketplaceWebhookResponse.swift",
"OpenAPI/Generated/Entities/MarketplaceWebhookUpdateRequest.swift",
"OpenAPI/Generated/Entities/MarketplaceWebhooksResponse.swift",
"OpenAPI/Generated/Entities/MetricCategory.swift",
"OpenAPI/Generated/Entities/MetricsInsight.swift",
"OpenAPI/Generated/Entities/PagedDocumentLinks.swift",
"OpenAPI/Generated/Entities/PagingInformation.swift",
"OpenAPI/Generated/Entities/PerfPowerMetric.swift",
"OpenAPI/Generated/Entities/PhasedReleaseState.swift",
"OpenAPI/Generated/Entities/Platform.swift",
"OpenAPI/Generated/Entities/PreReleaseVersionsResponse.swift",
"OpenAPI/Generated/Entities/PreReleaseVersionsWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/PrereleaseVersion.swift",
"OpenAPI/Generated/Entities/PrereleaseVersionResponse.swift",
"OpenAPI/Generated/Entities/PrereleaseVersionWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/PreviewType.swift",
"OpenAPI/Generated/Entities/Profile.swift",
"OpenAPI/Generated/Entities/ProfileCreateRequest.swift",
"OpenAPI/Generated/Entities/ProfileResponse.swift",
"OpenAPI/Generated/Entities/ProfilesResponse.swift",
"OpenAPI/Generated/Entities/ProfilesWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/PromotedPurchase.swift",
"OpenAPI/Generated/Entities/PromotedPurchaseCreateRequest.swift",
"OpenAPI/Generated/Entities/PromotedPurchaseImage.swift",
"OpenAPI/Generated/Entities/PromotedPurchaseImageCreateRequest.swift",
"OpenAPI/Generated/Entities/PromotedPurchaseImageResponse.swift",
"OpenAPI/Generated/Entities/PromotedPurchaseImageUpdateRequest.swift",
"OpenAPI/Generated/Entities/PromotedPurchaseImagesResponse.swift",
"OpenAPI/Generated/Entities/PromotedPurchaseResponse.swift",
"OpenAPI/Generated/Entities/PromotedPurchaseUpdateRequest.swift",
"OpenAPI/Generated/Entities/PromotedPurchasesResponse.swift",
"OpenAPI/Generated/Entities/Property.swift",
"OpenAPI/Generated/Entities/ResourceLinks.swift",
"OpenAPI/Generated/Entities/ReviewSubmission.swift",
"OpenAPI/Generated/Entities/ReviewSubmissionCreateRequest.swift",
"OpenAPI/Generated/Entities/ReviewSubmissionItem.swift",
"OpenAPI/Generated/Entities/ReviewSubmissionItemCreateRequest.swift",
"OpenAPI/Generated/Entities/ReviewSubmissionItemResponse.swift",
"OpenAPI/Generated/Entities/ReviewSubmissionItemUpdateRequest.swift",
"OpenAPI/Generated/Entities/ReviewSubmissionItemsResponse.swift",
"OpenAPI/Generated/Entities/ReviewSubmissionResponse.swift",
"OpenAPI/Generated/Entities/ReviewSubmissionUpdateRequest.swift",
"OpenAPI/Generated/Entities/ReviewSubmissionsResponse.swift",
"OpenAPI/Generated/Entities/RoutingAppCoverage.swift",
"OpenAPI/Generated/Entities/RoutingAppCoverageCreateRequest.swift",
"OpenAPI/Generated/Entities/RoutingAppCoverageResponse.swift",
"OpenAPI/Generated/Entities/RoutingAppCoverageUpdateRequest.swift",
"OpenAPI/Generated/Entities/RoutingAppCoverageWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/SandboxTesterV2.swift",
"OpenAPI/Generated/Entities/SandboxTesterV2Response.swift",
"OpenAPI/Generated/Entities/SandboxTesterV2UpdateRequest.swift",
"OpenAPI/Generated/Entities/SandboxTestersClearPurchaseHistoryRequestV2.swift",
"OpenAPI/Generated/Entities/SandboxTestersClearPurchaseHistoryRequestV2CreateRequest.swift",
"OpenAPI/Generated/Entities/SandboxTestersClearPurchaseHistoryRequestV2Response.swift",
"OpenAPI/Generated/Entities/SandboxTestersV2Response.swift",
"OpenAPI/Generated/Entities/ScmGitReference.swift",
"OpenAPI/Generated/Entities/ScmGitReferenceResponse.swift",
"OpenAPI/Generated/Entities/ScmGitReferencesResponse.swift",
"OpenAPI/Generated/Entities/ScmProvider.swift",
"OpenAPI/Generated/Entities/ScmProviderResponse.swift",
"OpenAPI/Generated/Entities/ScmProviderType.swift",
"OpenAPI/Generated/Entities/ScmProvidersResponse.swift",
"OpenAPI/Generated/Entities/ScmPullRequest.swift",
"OpenAPI/Generated/Entities/ScmPullRequestResponse.swift",
"OpenAPI/Generated/Entities/ScmPullRequestsResponse.swift",
"OpenAPI/Generated/Entities/ScmRepositoriesResponse.swift",
"OpenAPI/Generated/Entities/ScmRepository.swift",
"OpenAPI/Generated/Entities/ScmRepositoryResponse.swift",
"OpenAPI/Generated/Entities/ScreenshotDisplayType.swift",
"OpenAPI/Generated/Entities/Subscription.swift",
"OpenAPI/Generated/Entities/SubscriptionAppStoreReviewScreenshot.swift",
"OpenAPI/Generated/Entities/SubscriptionAppStoreReviewScreenshotCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionAppStoreReviewScreenshotResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionAppStoreReviewScreenshotUpdateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionAvailability.swift",
"OpenAPI/Generated/Entities/SubscriptionAvailabilityCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionAvailabilityResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionCustomerEligibility.swift",
"OpenAPI/Generated/Entities/SubscriptionGracePeriod.swift",
"OpenAPI/Generated/Entities/SubscriptionGracePeriodDuration.swift",
"OpenAPI/Generated/Entities/SubscriptionGracePeriodResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionGracePeriodUpdateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionGroup.swift",
"OpenAPI/Generated/Entities/SubscriptionGroupCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionGroupLocalization.swift",
"OpenAPI/Generated/Entities/SubscriptionGroupLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionGroupLocalizationResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionGroupLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionGroupLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionGroupResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionGroupSubmission.swift",
"OpenAPI/Generated/Entities/SubscriptionGroupSubmissionCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionGroupSubmissionResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionGroupUpdateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionGroupsResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionIntroductoryOffer.swift",
"OpenAPI/Generated/Entities/SubscriptionIntroductoryOfferCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionIntroductoryOfferInlineCreate.swift",
"OpenAPI/Generated/Entities/SubscriptionIntroductoryOfferResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionIntroductoryOfferUpdateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionIntroductoryOffersLinkagesRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionIntroductoryOffersLinkagesResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionIntroductoryOffersResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionLocalization.swift",
"OpenAPI/Generated/Entities/SubscriptionLocalizationCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionLocalizationResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionLocalizationUpdateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionLocalizationsResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCode.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeCustomCode.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeCustomCodeCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeCustomCodeResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeCustomCodeUpdateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeCustomCodesResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeOneTimeUseCode.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeOneTimeUseCodeCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeOneTimeUseCodeResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeOneTimeUseCodeUpdateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeOneTimeUseCodeValue.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeOneTimeUseCodesResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodePrice.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodePriceInlineCreate.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodePricesResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodeUpdateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferCodesResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferDuration.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferEligibility.swift",
"OpenAPI/Generated/Entities/SubscriptionOfferMode.swift",
"OpenAPI/Generated/Entities/SubscriptionPrice.swift",
"OpenAPI/Generated/Entities/SubscriptionPriceCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionPriceInlineCreate.swift",
"OpenAPI/Generated/Entities/SubscriptionPricePoint.swift",
"OpenAPI/Generated/Entities/SubscriptionPricePointInlineCreate.swift",
"OpenAPI/Generated/Entities/SubscriptionPricePointResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionPricePointsResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionPriceResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionPricesLinkagesRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionPricesLinkagesResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionPricesResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionPromotionalOffer.swift",
"OpenAPI/Generated/Entities/SubscriptionPromotionalOfferCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionPromotionalOfferInlineCreate.swift",
"OpenAPI/Generated/Entities/SubscriptionPromotionalOfferPrice.swift",
"OpenAPI/Generated/Entities/SubscriptionPromotionalOfferPriceInlineCreate.swift",
"OpenAPI/Generated/Entities/SubscriptionPromotionalOfferPricesResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionPromotionalOfferResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionPromotionalOfferUpdateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionPromotionalOffersResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionStatusURLVersion.swift",
"OpenAPI/Generated/Entities/SubscriptionSubmission.swift",
"OpenAPI/Generated/Entities/SubscriptionSubmissionCreateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionSubmissionResponse.swift",
"OpenAPI/Generated/Entities/SubscriptionUpdateRequest.swift",
"OpenAPI/Generated/Entities/SubscriptionsResponse.swift",
"OpenAPI/Generated/Entities/TerritoriesResponse.swift",
"OpenAPI/Generated/Entities/TerritoriesWithoutIncludesResponse.swift",
"OpenAPI/Generated/Entities/Territory.swift",
"OpenAPI/Generated/Entities/TerritoryAvailabilitiesResponse.swift",
"OpenAPI/Generated/Entities/TerritoryAvailability.swift",
"OpenAPI/Generated/Entities/TerritoryAvailabilityInlineCreate.swift",
"OpenAPI/Generated/Entities/TerritoryAvailabilityResponse.swift",
"OpenAPI/Generated/Entities/TerritoryAvailabilityUpdateRequest.swift",
"OpenAPI/Generated/Entities/TerritoryCode.swift",
"OpenAPI/Generated/Entities/TerritoryInlineCreate.swift",
"OpenAPI/Generated/Entities/TerritoryResponse.swift",
"OpenAPI/Generated/Entities/UploadOperation.swift",
"OpenAPI/Generated/Entities/User.swift",
"OpenAPI/Generated/Entities/UserInvitation.swift",
"OpenAPI/Generated/Entities/UserInvitationCreateRequest.swift",
"OpenAPI/Generated/Entities/UserInvitationResponse.swift",
"OpenAPI/Generated/Entities/UserInvitationsResponse.swift",
"OpenAPI/Generated/Entities/UserResponse.swift",
"OpenAPI/Generated/Entities/UserRole.swift",
"OpenAPI/Generated/Entities/UserUpdateRequest.swift",
"OpenAPI/Generated/Entities/UserVisibleAppsLinkagesRequest.swift",
"OpenAPI/Generated/Entities/UserVisibleAppsLinkagesResponse.swift",
"OpenAPI/Generated/Entities/UsersResponse.swift",
"OpenAPI/Generated/Entities/XcodeMetrics.swift",
"OpenAPI/Generated/Extensions/APIEndpoint.swift",
"OpenAPI/Generated/Extensions/AnyJSON.swift",
"OpenAPI/Generated/Extensions/StringCodingKey.swift",
"OpenAPI/Generated/Paths/PathsV1.swift",
"OpenAPI/Generated/Paths/PathsV1Actors.swift",
"OpenAPI/Generated/Paths/PathsV1ActorsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AgeRatingDeclarations.swift",
"OpenAPI/Generated/Paths/PathsV1AgeRatingDeclarationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionKeys.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionKeysWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackageDeltas.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackageDeltasWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackageVariants.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackageVariantsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackageVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackageVersionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackageVersionsWithIDDeltas.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackageVersionsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackageVersionsWithIDRelationshipsDeltas.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackageVersionsWithIDRelationshipsVariants.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackageVersionsWithIDVariants.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackages.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackagesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackagesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackagesWithIDRelationshipsVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AlternativeDistributionPackagesWithIDVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportInstances.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportInstancesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportInstancesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportInstancesWithIDRelationshipsSegments.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportInstancesWithIDSegments.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportRequests.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportRequestsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportRequestsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportRequestsWithIDRelationshipsReports.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportRequestsWithIDReports.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportSegments.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportSegmentsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReports.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportsWithIDInstances.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AnalyticsReportsWithIDRelationshipsInstances.swift",
"OpenAPI/Generated/Paths/PathsV1AppAvailabilities.swift",
"OpenAPI/Generated/Paths/PathsV1AppAvailabilitiesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppAvailabilitiesWithIDAvailableTerritories.swift",
"OpenAPI/Generated/Paths/PathsV1AppAvailabilitiesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppAvailabilitiesWithIDRelationshipsAvailableTerritories.swift",
"OpenAPI/Generated/Paths/PathsV1AppCategories.swift",
"OpenAPI/Generated/Paths/PathsV1AppCategoriesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppCategoriesWithIDParent.swift",
"OpenAPI/Generated/Paths/PathsV1AppCategoriesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppCategoriesWithIDRelationshipsParent.swift",
"OpenAPI/Generated/Paths/PathsV1AppCategoriesWithIDRelationshipsSubcategories.swift",
"OpenAPI/Generated/Paths/PathsV1AppCategoriesWithIDSubcategories.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipAdvancedExperienceImages.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipAdvancedExperienceImagesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipAdvancedExperiences.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipAdvancedExperiencesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipAppStoreReviewDetails.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipAppStoreReviewDetailsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperienceLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperienceLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperienceLocalizationsWithIDAppClipHeaderImage.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperienceLocalizationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperienceLocalizationsWithIDRelationshipsAppClipHeaderImage.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperiences.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperiencesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperiencesWithIDAppClipAppStoreReviewDetail.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperiencesWithIDAppClipDefaultExperienceLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperiencesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperiencesWithIDRelationshipsAppClipAppStoreReviewDetail.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperiencesWithIDRelationshipsAppClipDefaultExperienceLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperiencesWithIDRelationshipsReleaseWithAppStoreVersion.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipDefaultExperiencesWithIDReleaseWithAppStoreVersion.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipHeaderImages.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipHeaderImagesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppClips.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipsWithIDAppClipAdvancedExperiences.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipsWithIDAppClipDefaultExperiences.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipsWithIDRelationshipsAppClipAdvancedExperiences.swift",
"OpenAPI/Generated/Paths/PathsV1AppClipsWithIDRelationshipsAppClipDefaultExperiences.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPageLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPageLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPageLocalizationsWithIDAppPreviewSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPageLocalizationsWithIDAppScreenshotSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPageLocalizationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPageLocalizationsWithIDRelationshipsAppPreviewSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPageLocalizationsWithIDRelationshipsAppScreenshotSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPageVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPageVersionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPageVersionsWithIDAppCustomProductPageLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPageVersionsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPageVersionsWithIDRelationshipsAppCustomProductPageLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPages.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPagesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPagesWithIDAppCustomProductPageVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPagesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppCustomProductPagesWithIDRelationshipsAppCustomProductPageVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AppEncryptionDeclarationDocuments.swift",
"OpenAPI/Generated/Paths/PathsV1AppEncryptionDeclarationDocumentsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppEncryptionDeclarations.swift",
"OpenAPI/Generated/Paths/PathsV1AppEncryptionDeclarationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppEncryptionDeclarationsWithIDApp.swift",
"OpenAPI/Generated/Paths/PathsV1AppEncryptionDeclarationsWithIDAppEncryptionDeclarationDocument.swift",
"OpenAPI/Generated/Paths/PathsV1AppEncryptionDeclarationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppEncryptionDeclarationsWithIDRelationshipsApp.swift",
"OpenAPI/Generated/Paths/PathsV1AppEncryptionDeclarationsWithIDRelationshipsAppEncryptionDeclarationDocument.swift",
"OpenAPI/Generated/Paths/PathsV1AppEncryptionDeclarationsWithIDRelationshipsBuilds.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventLocalizationsWithIDAppEventScreenshots.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventLocalizationsWithIDAppEventVideoClips.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventLocalizationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventLocalizationsWithIDRelationshipsAppEventScreenshots.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventLocalizationsWithIDRelationshipsAppEventVideoClips.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventScreenshots.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventScreenshotsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventVideoClips.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventVideoClipsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppEvents.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventsWithIDLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppEventsWithIDRelationshipsLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfoLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfoLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfos.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDAgeRatingDeclaration.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDAppInfoLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDPrimaryCategory.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDPrimarySubcategoryOne.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDPrimarySubcategoryTwo.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDRelationshipsAgeRatingDeclaration.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDRelationshipsAppInfoLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDRelationshipsPrimaryCategory.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDRelationshipsPrimarySubcategoryOne.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDRelationshipsPrimarySubcategoryTwo.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDRelationshipsSecondaryCategory.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDRelationshipsSecondarySubcategoryOne.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDRelationshipsSecondarySubcategoryTwo.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDSecondaryCategory.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDSecondarySubcategoryOne.swift",
"OpenAPI/Generated/Paths/PathsV1AppInfosWithIDSecondarySubcategoryTwo.swift",
"OpenAPI/Generated/Paths/PathsV1AppPreOrders.swift",
"OpenAPI/Generated/Paths/PathsV1AppPreOrdersWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppPreviewSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppPreviewSetsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppPreviewSetsWithIDAppPreviews.swift",
"OpenAPI/Generated/Paths/PathsV1AppPreviewSetsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppPreviewSetsWithIDRelationshipsAppPreviews.swift",
"OpenAPI/Generated/Paths/PathsV1AppPreviews.swift",
"OpenAPI/Generated/Paths/PathsV1AppPreviewsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV1AppPricePointsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppPricePointsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppPricePointsWithIDRelationshipsTerritory.swift",
"OpenAPI/Generated/Paths/PathsV1AppPricePointsWithIDTerritory.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceSchedules.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceSchedulesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceSchedulesWithIDAutomaticPrices.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceSchedulesWithIDBaseTerritory.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceSchedulesWithIDManualPrices.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceSchedulesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceSchedulesWithIDRelationshipsAutomaticPrices.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceSchedulesWithIDRelationshipsBaseTerritory.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceSchedulesWithIDRelationshipsManualPrices.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceTiers.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceTiersWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceTiersWithIDPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceTiersWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppPriceTiersWithIDRelationshipsPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV1AppPrices.swift",
"OpenAPI/Generated/Paths/PathsV1AppPricesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppScreenshotSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppScreenshotSetsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppScreenshotSetsWithIDAppScreenshots.swift",
"OpenAPI/Generated/Paths/PathsV1AppScreenshotSetsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppScreenshotSetsWithIDRelationshipsAppScreenshots.swift",
"OpenAPI/Generated/Paths/PathsV1AppScreenshots.swift",
"OpenAPI/Generated/Paths/PathsV1AppScreenshotsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreReviewAttachments.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreReviewAttachmentsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreReviewDetails.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreReviewDetailsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreReviewDetailsWithIDAppStoreReviewAttachments.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreReviewDetailsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreReviewDetailsWithIDRelationshipsAppStoreReviewAttachments.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentLocalizationsWithIDAppPreviewSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentLocalizationsWithIDAppScreenshotSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentLocalizationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentLocalizationsWithIDRelationshipsAppPreviewSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentLocalizationsWithIDRelationshipsAppScreenshotSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentTreatments.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentsWithIDAppStoreVersionExperimentTreatmentLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentsWithIDRelationshipsAppStoreVersionExperimentTreatmentLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperiments.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentsWithIDAppStoreVersionExperimentTreatments.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionExperimentsWithIDRelationshipsAppStoreVersionExperimentTreatments.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionLocalizationsWithIDAppPreviewSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionLocalizationsWithIDAppScreenshotSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionLocalizationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionLocalizationsWithIDRelationshipsAppPreviewSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionLocalizationsWithIDRelationshipsAppScreenshotSets.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionPhasedReleases.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionPhasedReleasesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionPromotions.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionReleaseRequests.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionSubmissions.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionSubmissionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDAgeRatingDeclaration.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDAlternativeDistributionPackage.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDAppClipDefaultExperience.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDAppStoreReviewDetail.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDAppStoreVersionExperiments.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDAppStoreVersionExperimentsV2.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDAppStoreVersionLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDAppStoreVersionPhasedRelease.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDAppStoreVersionSubmission.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDBuild.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDCustomerReviews.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsAgeRatingDeclaration.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsAlternativeDistributionPackage.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsAppClipDefaultExperience.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsAppStoreReviewDetail.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsAppStoreVersionExperiments.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsAppStoreVersionExperimentsV2.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsAppStoreVersionLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsAppStoreVersionPhasedRelease.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsAppStoreVersionSubmission.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsBuild.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsCustomerReviews.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsRoutingAppCoverage.swift",
"OpenAPI/Generated/Paths/PathsV1AppStoreVersionsWithIDRoutingAppCoverage.swift",
"OpenAPI/Generated/Paths/PathsV1Apps.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAlternativeDistributionKey.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAnalyticsReportRequests.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAppAvailability.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAppClips.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAppCustomProductPages.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAppEncryptionDeclarations.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAppEvents.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAppInfos.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAppPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAppPriceSchedule.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAppStoreVersionExperimentsV2.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAppStoreVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDAvailableTerritories.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDBetaAppLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDBetaAppReviewDetail.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDBetaGroups.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDBetaLicenseAgreement.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDBuilds.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDCiProduct.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDCustomerReviews.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDEndUserLicenseAgreement.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDGameCenterDetail.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDGameCenterEnabledVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDInAppPurchases.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDInAppPurchasesV2.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDMarketplaceSearchDetail.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDMetrics.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDMetricsBetaTesterUsages.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDPerfPowerMetrics.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDPreOrder.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDPreReleaseVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDPrices.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDPromotedPurchases.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAlternativeDistributionKey.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAnalyticsReportRequests.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAppAvailability.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAppClips.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAppCustomProductPages.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAppEncryptionDeclarations.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAppEvents.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAppInfos.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAppPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAppPriceSchedule.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAppStoreVersionExperimentsV2.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAppStoreVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsAvailableTerritories.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsBetaAppLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsBetaAppReviewDetail.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsBetaGroups.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsBetaLicenseAgreement.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsBetaTesters.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsBuilds.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsCiProduct.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsCustomerReviews.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsEndUserLicenseAgreement.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsGameCenterDetail.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsGameCenterEnabledVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsInAppPurchases.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsInAppPurchasesV2.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsMarketplaceSearchDetail.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsPreOrder.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsPreReleaseVersions.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsPrices.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsPromotedPurchases.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsReviewSubmissions.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsSubscriptionGracePeriod.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDRelationshipsSubscriptionGroups.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDReviewSubmissions.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDSubscriptionGracePeriod.swift",
"OpenAPI/Generated/Paths/PathsV1AppsWithIDSubscriptionGroups.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppClipInvocationLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppClipInvocationLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppClipInvocations.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppClipInvocationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppLocalizationsWithIDApp.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppLocalizationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppLocalizationsWithIDRelationshipsApp.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppReviewDetails.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppReviewDetailsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppReviewDetailsWithIDApp.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppReviewDetailsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppReviewDetailsWithIDRelationshipsApp.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppReviewSubmissions.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppReviewSubmissionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppReviewSubmissionsWithIDBuild.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppReviewSubmissionsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1BetaAppReviewSubmissionsWithIDRelationshipsBuild.swift",
"OpenAPI/Generated/Paths/PathsV1BetaBuildLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1BetaBuildLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BetaBuildLocalizationsWithIDBuild.swift",
"OpenAPI/Generated/Paths/PathsV1BetaBuildLocalizationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1BetaBuildLocalizationsWithIDRelationshipsBuild.swift",
"OpenAPI/Generated/Paths/PathsV1BetaGroups.swift",
"OpenAPI/Generated/Paths/PathsV1BetaGroupsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BetaGroupsWithIDApp.swift",
"OpenAPI/Generated/Paths/PathsV1BetaGroupsWithIDBetaTesters.swift",
"OpenAPI/Generated/Paths/PathsV1BetaGroupsWithIDBuilds.swift",
"OpenAPI/Generated/Paths/PathsV1BetaGroupsWithIDMetrics.swift",
"OpenAPI/Generated/Paths/PathsV1BetaGroupsWithIDMetricsBetaTesterUsages.swift",
"OpenAPI/Generated/Paths/PathsV1BetaGroupsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1BetaGroupsWithIDRelationshipsApp.swift",
"OpenAPI/Generated/Paths/PathsV1BetaGroupsWithIDRelationshipsBetaTesters.swift",
"OpenAPI/Generated/Paths/PathsV1BetaGroupsWithIDRelationshipsBuilds.swift",
"OpenAPI/Generated/Paths/PathsV1BetaLicenseAgreements.swift",
"OpenAPI/Generated/Paths/PathsV1BetaLicenseAgreementsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BetaLicenseAgreementsWithIDApp.swift",
"OpenAPI/Generated/Paths/PathsV1BetaLicenseAgreementsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1BetaLicenseAgreementsWithIDRelationshipsApp.swift",
"OpenAPI/Generated/Paths/PathsV1BetaTesterInvitations.swift",
"OpenAPI/Generated/Paths/PathsV1BetaTesters.swift",
"OpenAPI/Generated/Paths/PathsV1BetaTestersWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BetaTestersWithIDApps.swift",
"OpenAPI/Generated/Paths/PathsV1BetaTestersWithIDBetaGroups.swift",
"OpenAPI/Generated/Paths/PathsV1BetaTestersWithIDBuilds.swift",
"OpenAPI/Generated/Paths/PathsV1BetaTestersWithIDMetrics.swift",
"OpenAPI/Generated/Paths/PathsV1BetaTestersWithIDMetricsBetaTesterUsages.swift",
"OpenAPI/Generated/Paths/PathsV1BetaTestersWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1BetaTestersWithIDRelationshipsApps.swift",
"OpenAPI/Generated/Paths/PathsV1BetaTestersWithIDRelationshipsBetaGroups.swift",
"OpenAPI/Generated/Paths/PathsV1BetaTestersWithIDRelationshipsBuilds.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBetaDetails.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBetaDetailsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBetaDetailsWithIDBuild.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBetaDetailsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBetaDetailsWithIDRelationshipsBuild.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBetaNotifications.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBundles.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBundlesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBundlesWithIDAppClipDomainCacheStatus.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBundlesWithIDAppClipDomainDebugStatus.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBundlesWithIDBetaAppClipInvocations.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBundlesWithIDBuildBundleFileSizes.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBundlesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBundlesWithIDRelationshipsAppClipDomainCacheStatus.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBundlesWithIDRelationshipsAppClipDomainDebugStatus.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBundlesWithIDRelationshipsBetaAppClipInvocations.swift",
"OpenAPI/Generated/Paths/PathsV1BuildBundlesWithIDRelationshipsBuildBundleFileSizes.swift",
"OpenAPI/Generated/Paths/PathsV1Builds.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDApp.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDAppEncryptionDeclaration.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDAppStoreVersion.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDBetaAppReviewSubmission.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDBetaBuildLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDBuildBetaDetail.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDDiagnosticSignatures.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDIcons.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDIndividualTesters.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDMetrics.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDMetricsBetaBuildUsages.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDPerfPowerMetrics.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDPreReleaseVersion.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDRelationshipsApp.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDRelationshipsAppEncryptionDeclaration.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDRelationshipsAppStoreVersion.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDRelationshipsBetaAppReviewSubmission.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDRelationshipsBetaBuildLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDRelationshipsBetaGroups.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDRelationshipsBuildBetaDetail.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDRelationshipsDiagnosticSignatures.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDRelationshipsIcons.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDRelationshipsIndividualTesters.swift",
"OpenAPI/Generated/Paths/PathsV1BuildsWithIDRelationshipsPreReleaseVersion.swift",
"OpenAPI/Generated/Paths/PathsV1BundleIDCapabilities.swift",
"OpenAPI/Generated/Paths/PathsV1BundleIDCapabilitiesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BundleIDs.swift",
"OpenAPI/Generated/Paths/PathsV1BundleIDsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1BundleIDsWithIDApp.swift",
"OpenAPI/Generated/Paths/PathsV1BundleIDsWithIDBundleIDCapabilities.swift",
"OpenAPI/Generated/Paths/PathsV1BundleIDsWithIDProfiles.swift",
"OpenAPI/Generated/Paths/PathsV1BundleIDsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1BundleIDsWithIDRelationshipsApp.swift",
"OpenAPI/Generated/Paths/PathsV1BundleIDsWithIDRelationshipsBundleIDCapabilities.swift",
"OpenAPI/Generated/Paths/PathsV1BundleIDsWithIDRelationshipsProfiles.swift",
"OpenAPI/Generated/Paths/PathsV1Certificates.swift",
"OpenAPI/Generated/Paths/PathsV1CertificatesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1CiArtifacts.swift",
"OpenAPI/Generated/Paths/PathsV1CiArtifactsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildActions.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildActionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildActionsWithIDArtifacts.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildActionsWithIDBuildRun.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildActionsWithIDIssues.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildActionsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildActionsWithIDRelationshipsArtifacts.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildActionsWithIDRelationshipsBuildRun.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildActionsWithIDRelationshipsIssues.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildActionsWithIDRelationshipsTestResults.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildActionsWithIDTestResults.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildRuns.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildRunsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildRunsWithIDActions.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildRunsWithIDBuilds.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildRunsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildRunsWithIDRelationshipsActions.swift",
"OpenAPI/Generated/Paths/PathsV1CiBuildRunsWithIDRelationshipsBuilds.swift",
"OpenAPI/Generated/Paths/PathsV1CiIssues.swift",
"OpenAPI/Generated/Paths/PathsV1CiIssuesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1CiMacOsVersions.swift",
"OpenAPI/Generated/Paths/PathsV1CiMacOsVersionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1CiMacOsVersionsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1CiMacOsVersionsWithIDRelationshipsXcodeVersions.swift",
"OpenAPI/Generated/Paths/PathsV1CiMacOsVersionsWithIDXcodeVersions.swift",
"OpenAPI/Generated/Paths/PathsV1CiProducts.swift",
"OpenAPI/Generated/Paths/PathsV1CiProductsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1CiProductsWithIDAdditionalRepositories.swift",
"OpenAPI/Generated/Paths/PathsV1CiProductsWithIDApp.swift",
"OpenAPI/Generated/Paths/PathsV1CiProductsWithIDBuildRuns.swift",
"OpenAPI/Generated/Paths/PathsV1CiProductsWithIDPrimaryRepositories.swift",
"OpenAPI/Generated/Paths/PathsV1CiProductsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1CiProductsWithIDRelationshipsAdditionalRepositories.swift",
"OpenAPI/Generated/Paths/PathsV1CiProductsWithIDRelationshipsApp.swift",
"OpenAPI/Generated/Paths/PathsV1CiProductsWithIDRelationshipsBuildRuns.swift",
"OpenAPI/Generated/Paths/PathsV1CiProductsWithIDRelationshipsPrimaryRepositories.swift",
"OpenAPI/Generated/Paths/PathsV1CiProductsWithIDRelationshipsWorkflows.swift",
"OpenAPI/Generated/Paths/PathsV1CiProductsWithIDWorkflows.swift",
"OpenAPI/Generated/Paths/PathsV1CiTestResults.swift",
"OpenAPI/Generated/Paths/PathsV1CiTestResultsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1CiWorkflows.swift",
"OpenAPI/Generated/Paths/PathsV1CiWorkflowsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1CiWorkflowsWithIDBuildRuns.swift",
"OpenAPI/Generated/Paths/PathsV1CiWorkflowsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1CiWorkflowsWithIDRelationshipsBuildRuns.swift",
"OpenAPI/Generated/Paths/PathsV1CiWorkflowsWithIDRelationshipsRepository.swift",
"OpenAPI/Generated/Paths/PathsV1CiWorkflowsWithIDRepository.swift",
"OpenAPI/Generated/Paths/PathsV1CiXcodeVersions.swift",
"OpenAPI/Generated/Paths/PathsV1CiXcodeVersionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1CiXcodeVersionsWithIDMacOsVersions.swift",
"OpenAPI/Generated/Paths/PathsV1CiXcodeVersionsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1CiXcodeVersionsWithIDRelationshipsMacOsVersions.swift",
"OpenAPI/Generated/Paths/PathsV1CustomerReviewResponses.swift",
"OpenAPI/Generated/Paths/PathsV1CustomerReviewResponsesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1CustomerReviews.swift",
"OpenAPI/Generated/Paths/PathsV1CustomerReviewsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1CustomerReviewsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1CustomerReviewsWithIDRelationshipsResponse.swift",
"OpenAPI/Generated/Paths/PathsV1CustomerReviewsWithIDResponse.swift",
"OpenAPI/Generated/Paths/PathsV1Devices.swift",
"OpenAPI/Generated/Paths/PathsV1DevicesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1DiagnosticSignatures.swift",
"OpenAPI/Generated/Paths/PathsV1DiagnosticSignaturesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1DiagnosticSignaturesWithIDLogs.swift",
"OpenAPI/Generated/Paths/PathsV1EndAppAvailabilityPreOrders.swift",
"OpenAPI/Generated/Paths/PathsV1EndUserLicenseAgreements.swift",
"OpenAPI/Generated/Paths/PathsV1EndUserLicenseAgreementsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1EndUserLicenseAgreementsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1EndUserLicenseAgreementsWithIDRelationshipsTerritories.swift",
"OpenAPI/Generated/Paths/PathsV1EndUserLicenseAgreementsWithIDTerritories.swift",
"OpenAPI/Generated/Paths/PathsV1FinanceReports.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementImages.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementImagesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementLocalizationsWithIDGameCenterAchievement.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementLocalizationsWithIDGameCenterAchievementImage.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementLocalizationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementLocalizationsWithIDRelationshipsGameCenterAchievement.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementLocalizationsWithIDRelationshipsGameCenterAchievementImage.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementReleasesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievements.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementsWithIDGroupAchievement.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementsWithIDLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementsWithIDRelationshipsGroupAchievement.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementsWithIDRelationshipsLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementsWithIDRelationshipsReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAchievementsWithIDReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAppVersions.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAppVersionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAppVersionsWithIDAppStoreVersion.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAppVersionsWithIDCompatibilityVersions.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAppVersionsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAppVersionsWithIDRelationshipsAppStoreVersion.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterAppVersionsWithIDRelationshipsCompatibilityVersions.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetails.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDAchievementReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDGameCenterAchievements.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDGameCenterAppVersions.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDGameCenterGroup.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDGameCenterLeaderboardSets.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDGameCenterLeaderboards.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDLeaderboardReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDLeaderboardSetReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDMetrics.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDMetricsClassicMatchmakingRequests.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDMetricsRuleBasedMatchmakingRequests.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDRelationshipsAchievementReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDRelationshipsGameCenterAchievements.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDRelationshipsGameCenterAppVersions.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDRelationshipsGameCenterGroup.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDRelationshipsGameCenterLeaderboardSets.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDRelationshipsGameCenterLeaderboards.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDRelationshipsLeaderboardReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterDetailsWithIDRelationshipsLeaderboardSetReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterEnabledVersions.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterEnabledVersionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterEnabledVersionsWithIDCompatibleVersions.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterEnabledVersionsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterEnabledVersionsWithIDRelationshipsCompatibleVersions.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterGroups.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterGroupsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterGroupsWithIDGameCenterAchievements.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterGroupsWithIDGameCenterDetails.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterGroupsWithIDGameCenterLeaderboardSets.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterGroupsWithIDGameCenterLeaderboards.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterGroupsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterGroupsWithIDRelationshipsGameCenterAchievements.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterGroupsWithIDRelationshipsGameCenterDetails.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterGroupsWithIDRelationshipsGameCenterLeaderboardSets.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterGroupsWithIDRelationshipsGameCenterLeaderboards.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardEntrySubmissions.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardImages.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardImagesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardLocalizationsWithIDGameCenterLeaderboardImage.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardLocalizationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardLocalizationsWithIDRelationshipsGameCenterLeaderboardImage.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardReleasesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetImages.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetImagesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetLocalizationsWithIDGameCenterLeaderboardSetImage.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetLocalizationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetLocalizationsWithIDRelationshipsGameCenterLeaderboardSetImage.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetMemberLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetMemberLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetMemberLocalizationsWithIDGameCenterLeaderboard.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetMemberLocalizationsWithIDGameCenterLeaderboardSet.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetMemberLocalizationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetMemberLocalizationsWithIDRelationshipsGameCenterLeaderboard.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetMemberLocalizationsWithIDRelationshipsGameCenterLeaderboardSet.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetReleasesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSets.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDGameCenterLeaderboards.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDGroupLeaderboardSet.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDRelationshipsGameCenterLeaderboards.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDRelationshipsGroupLeaderboardSet.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDRelationshipsLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDRelationshipsReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboards.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardsWithIDGroupLeaderboard.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardsWithIDLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardsWithIDRelationshipsGroupLeaderboard.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardsWithIDRelationshipsLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardsWithIDRelationshipsReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterLeaderboardsWithIDReleases.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingQueues.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithIDMetrics.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithIDMetricsExperimentMatchmakingQueueSizes.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithIDMetricsExperimentMatchmakingRequests.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithIDMetricsMatchmakingQueueSizes.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithIDMetricsMatchmakingRequests.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithIDMetricsMatchmakingSessions.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRuleSetTests.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRuleSets.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRuleSetsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRuleSetsWithIDMatchmakingQueues.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRuleSetsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRuleSetsWithIDRelationshipsMatchmakingQueues.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRuleSetsWithIDRelationshipsRules.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRuleSetsWithIDRelationshipsTeams.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRuleSetsWithIDRules.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRuleSetsWithIDTeams.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRules.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRulesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRulesWithIDMetrics.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRulesWithIDMetricsMatchmakingBooleanRuleResults.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRulesWithIDMetricsMatchmakingNumberRuleResults.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingRulesWithIDMetricsMatchmakingRuleErrors.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingTeams.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterMatchmakingTeamsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1GameCenterPlayerAchievementSubmissions.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchaseAppStoreReviewScreenshots.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchaseAppStoreReviewScreenshotsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchaseAvailabilities.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchaseAvailabilitiesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchaseAvailabilitiesWithIDAvailableTerritories.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchaseAvailabilitiesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchaseAvailabilitiesWithIDRelationshipsAvailableTerritories.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchaseContents.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchaseContentsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchaseLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchaseLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchasePriceSchedules.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchasePriceSchedulesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchasePriceSchedulesWithIDAutomaticPrices.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchasePriceSchedulesWithIDBaseTerritory.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchasePriceSchedulesWithIDManualPrices.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchasePriceSchedulesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchasePriceSchedulesWithIDRelationshipsAutomaticPrices.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchasePriceSchedulesWithIDRelationshipsBaseTerritory.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchasePriceSchedulesWithIDRelationshipsManualPrices.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchaseSubmissions.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchases.swift",
"OpenAPI/Generated/Paths/PathsV1InAppPurchasesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1MarketplaceDomains.swift",
"OpenAPI/Generated/Paths/PathsV1MarketplaceDomainsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1MarketplaceSearchDetails.swift",
"OpenAPI/Generated/Paths/PathsV1MarketplaceSearchDetailsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1MarketplaceWebhooks.swift",
"OpenAPI/Generated/Paths/PathsV1MarketplaceWebhooksWithID.swift",
"OpenAPI/Generated/Paths/PathsV1PreReleaseVersions.swift",
"OpenAPI/Generated/Paths/PathsV1PreReleaseVersionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1PreReleaseVersionsWithIDApp.swift",
"OpenAPI/Generated/Paths/PathsV1PreReleaseVersionsWithIDBuilds.swift",
"OpenAPI/Generated/Paths/PathsV1PreReleaseVersionsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1PreReleaseVersionsWithIDRelationshipsApp.swift",
"OpenAPI/Generated/Paths/PathsV1PreReleaseVersionsWithIDRelationshipsBuilds.swift",
"OpenAPI/Generated/Paths/PathsV1Profiles.swift",
"OpenAPI/Generated/Paths/PathsV1ProfilesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1ProfilesWithIDBundleID.swift",
"OpenAPI/Generated/Paths/PathsV1ProfilesWithIDCertificates.swift",
"OpenAPI/Generated/Paths/PathsV1ProfilesWithIDDevices.swift",
"OpenAPI/Generated/Paths/PathsV1ProfilesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1ProfilesWithIDRelationshipsBundleID.swift",
"OpenAPI/Generated/Paths/PathsV1ProfilesWithIDRelationshipsCertificates.swift",
"OpenAPI/Generated/Paths/PathsV1ProfilesWithIDRelationshipsDevices.swift",
"OpenAPI/Generated/Paths/PathsV1PromotedPurchaseImages.swift",
"OpenAPI/Generated/Paths/PathsV1PromotedPurchaseImagesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1PromotedPurchases.swift",
"OpenAPI/Generated/Paths/PathsV1PromotedPurchasesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1PromotedPurchasesWithIDPromotionImages.swift",
"OpenAPI/Generated/Paths/PathsV1PromotedPurchasesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1PromotedPurchasesWithIDRelationshipsPromotionImages.swift",
"OpenAPI/Generated/Paths/PathsV1ReviewSubmissionItems.swift",
"OpenAPI/Generated/Paths/PathsV1ReviewSubmissionItemsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1ReviewSubmissions.swift",
"OpenAPI/Generated/Paths/PathsV1ReviewSubmissionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1ReviewSubmissionsWithIDItems.swift",
"OpenAPI/Generated/Paths/PathsV1ReviewSubmissionsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1ReviewSubmissionsWithIDRelationshipsItems.swift",
"OpenAPI/Generated/Paths/PathsV1RoutingAppCoverages.swift",
"OpenAPI/Generated/Paths/PathsV1RoutingAppCoveragesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SalesReports.swift",
"OpenAPI/Generated/Paths/PathsV1ScmGitReferences.swift",
"OpenAPI/Generated/Paths/PathsV1ScmGitReferencesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1ScmProviders.swift",
"OpenAPI/Generated/Paths/PathsV1ScmProvidersWithID.swift",
"OpenAPI/Generated/Paths/PathsV1ScmProvidersWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1ScmProvidersWithIDRelationshipsRepositories.swift",
"OpenAPI/Generated/Paths/PathsV1ScmProvidersWithIDRepositories.swift",
"OpenAPI/Generated/Paths/PathsV1ScmPullRequests.swift",
"OpenAPI/Generated/Paths/PathsV1ScmPullRequestsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1ScmRepositories.swift",
"OpenAPI/Generated/Paths/PathsV1ScmRepositoriesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1ScmRepositoriesWithIDGitReferences.swift",
"OpenAPI/Generated/Paths/PathsV1ScmRepositoriesWithIDPullRequests.swift",
"OpenAPI/Generated/Paths/PathsV1ScmRepositoriesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1ScmRepositoriesWithIDRelationshipsGitReferences.swift",
"OpenAPI/Generated/Paths/PathsV1ScmRepositoriesWithIDRelationshipsPullRequests.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionAppStoreReviewScreenshots.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionAppStoreReviewScreenshotsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionAvailabilities.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionAvailabilitiesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionAvailabilitiesWithIDAvailableTerritories.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionAvailabilitiesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionAvailabilitiesWithIDRelationshipsAvailableTerritories.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionGracePeriods.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionGracePeriodsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionGroupLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionGroupLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionGroupSubmissions.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionGroups.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionGroupsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionGroupsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionGroupsWithIDRelationshipsSubscriptionGroupLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionGroupsWithIDRelationshipsSubscriptions.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionGroupsWithIDSubscriptionGroupLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionGroupsWithIDSubscriptions.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionIntroductoryOffers.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionIntroductoryOffersWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionLocalizationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodeCustomCodes.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodeCustomCodesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodeOneTimeUseCodes.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodeOneTimeUseCodesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodeOneTimeUseCodesWithIDValues.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodes.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodesWithIDCustomCodes.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodesWithIDOneTimeUseCodes.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodesWithIDPrices.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodesWithIDRelationshipsCustomCodes.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodesWithIDRelationshipsOneTimeUseCodes.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionOfferCodesWithIDRelationshipsPrices.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionPricePointsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionPricePointsWithIDEqualizations.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionPricePointsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionPricePointsWithIDRelationshipsEqualizations.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionPrices.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionPricesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionPromotionalOffers.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionPromotionalOffersWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionPromotionalOffersWithIDPrices.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionPromotionalOffersWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionPromotionalOffersWithIDRelationshipsPrices.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionSubmissions.swift",
"OpenAPI/Generated/Paths/PathsV1Subscriptions.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDAppStoreReviewScreenshot.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDIntroductoryOffers.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDOfferCodes.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDPrices.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDPromotedPurchase.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDPromotionalOffers.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDRelationshipsAppStoreReviewScreenshot.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDRelationshipsIntroductoryOffers.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDRelationshipsOfferCodes.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDRelationshipsPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDRelationshipsPrices.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDRelationshipsPromotedPurchase.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDRelationshipsPromotionalOffers.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDRelationshipsSubscriptionAvailability.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDRelationshipsSubscriptionLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDSubscriptionAvailability.swift",
"OpenAPI/Generated/Paths/PathsV1SubscriptionsWithIDSubscriptionLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV1Territories.swift",
"OpenAPI/Generated/Paths/PathsV1TerritoryAvailabilities.swift",
"OpenAPI/Generated/Paths/PathsV1TerritoryAvailabilitiesWithID.swift",
"OpenAPI/Generated/Paths/PathsV1UserInvitations.swift",
"OpenAPI/Generated/Paths/PathsV1UserInvitationsWithID.swift",
"OpenAPI/Generated/Paths/PathsV1UserInvitationsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1UserInvitationsWithIDRelationshipsVisibleApps.swift",
"OpenAPI/Generated/Paths/PathsV1UserInvitationsWithIDVisibleApps.swift",
"OpenAPI/Generated/Paths/PathsV1Users.swift",
"OpenAPI/Generated/Paths/PathsV1UsersWithID.swift",
"OpenAPI/Generated/Paths/PathsV1UsersWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV1UsersWithIDRelationshipsVisibleApps.swift",
"OpenAPI/Generated/Paths/PathsV1UsersWithIDVisibleApps.swift",
"OpenAPI/Generated/Paths/PathsV2.swift",
"OpenAPI/Generated/Paths/PathsV2AppAvailabilities.swift",
"OpenAPI/Generated/Paths/PathsV2AppAvailabilitiesWithID.swift",
"OpenAPI/Generated/Paths/PathsV2AppAvailabilitiesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV2AppAvailabilitiesWithIDRelationshipsTerritoryAvailabilities.swift",
"OpenAPI/Generated/Paths/PathsV2AppAvailabilitiesWithIDTerritoryAvailabilities.swift",
"OpenAPI/Generated/Paths/PathsV2AppStoreVersionExperiments.swift",
"OpenAPI/Generated/Paths/PathsV2AppStoreVersionExperimentsWithID.swift",
"OpenAPI/Generated/Paths/PathsV2AppStoreVersionExperimentsWithIDAppStoreVersionExperimentTreatments.swift",
"OpenAPI/Generated/Paths/PathsV2AppStoreVersionExperimentsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV2AppStoreVersionExperimentsWithIDRelationshipsAppStoreVersionExperimentTreatments.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchases.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithID.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDAppStoreReviewScreenshot.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDContent.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDIapPriceSchedule.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDInAppPurchaseAvailability.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDInAppPurchaseLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDPromotedPurchase.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDRelationshipsAppStoreReviewScreenshot.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDRelationshipsContent.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDRelationshipsIapPriceSchedule.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDRelationshipsInAppPurchaseAvailability.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDRelationshipsInAppPurchaseLocalizations.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDRelationshipsPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV2InAppPurchasesWithIDRelationshipsPromotedPurchase.swift",
"OpenAPI/Generated/Paths/PathsV2SandboxTesters.swift",
"OpenAPI/Generated/Paths/PathsV2SandboxTestersClearPurchaseHistoryRequest.swift",
"OpenAPI/Generated/Paths/PathsV2SandboxTestersWithID.swift",
"OpenAPI/Generated/Paths/PathsV3.swift",
"OpenAPI/Generated/Paths/PathsV3AppPricePoints.swift",
"OpenAPI/Generated/Paths/PathsV3AppPricePointsWithID.swift",
"OpenAPI/Generated/Paths/PathsV3AppPricePointsWithIDEqualizations.swift",
"OpenAPI/Generated/Paths/PathsV3AppPricePointsWithIDRelationships.swift",
"OpenAPI/Generated/Paths/PathsV3AppPricePointsWithIDRelationshipsEqualizations.swift",
"PagedRequest.swift",
"RateLimit.swift",
"RequestExecutor.swift",
"Result.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/OpenCombine/OpenCombine.git
Fetching https://github.com/CreateAPI/URLQueryEncoder.git
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
[2/22216] Fetching swift-crypto, opencombine
[3/22344] Fetching swift-crypto, opencombine, urlqueryencoder
Fetched https://github.com/CreateAPI/URLQueryEncoder.git from cache (0.82s)
[11904/22216] Fetching swift-crypto, opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.54s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.57s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (2.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.57s)
Computing version for https://github.com/CreateAPI/URLQueryEncoder.git
Computed https://github.com/CreateAPI/URLQueryEncoder.git at 0.2.1 (0.77s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/CreateAPI/URLQueryEncoder.git
Working copy of https://github.com/CreateAPI/URLQueryEncoder.git resolved at 0.2.1
Downloading binary artifact https://github.com/CreateAPI/CreateAPI/releases/download/0.2.0/create-api.artifactbundle.zip
[1369/5323848] Downloading https://github.com/CreateAPI/CreateAPI/releases/download/0.2.0/create-api.artifactbundle.zip
Downloaded https://github.com/CreateAPI/CreateAPI/releases/download/0.2.0/create-api.artifactbundle.zip (0.75s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/OpenAPI/create-api.yml
[1/1] Compiling plugin CreateAPI
Building for debugging...
[1/422] Write sources
[4/422] Compiling derive_key.c
[5/422] Write sources
[6/422] Compiling a_bool.c
[7/422] Compiling a_bitstr.c
[8/422] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[9/422] Compiling printf.c
[10/422] Compiling f_int.c
[11/422] Compiling fiat_curve25519_adx_square.S
[12/422] Compiling fiat_curve25519_adx_mul.S
[13/422] Write swift-version-24593BA9C3E375BF.txt
[13/422] Compiling a_d2i_fp.c
[15/422] Compiling v3_skey.c
[16/422] Compiling CCryptoBoringSSLShims shims.c
[17/422] Compiling v3_utl.c
[18/422] Compiling v3_prn.c
[19/422] Compiling v3_pcons.c
[20/422] Compiling v3_pmaps.c
[21/422] Compiling v3_purp.c
[22/422] Compiling v3_ocsp.c
[23/424] Compiling v3_int.c
[24/424] Compiling v3_ia5.c
[24/424] Compiling v3_ncons.c
[24/424] Compiling v3_info.c
[27/424] Compiling v3_lib.c
[28/424] Compiling v3_genn.c
[29/424] Compiling v3_extku.c
[30/424] Compiling v3_enum.c
[31/424] Compiling v3_crld.c
[32/424] Compiling v3_conf.c
[33/424] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[34/424] Compiling v3_cpols.c
[35/424] Compiling v3_bitst.c
[36/424] Compiling v3_akeya.c
[37/424] Compiling v3_bcons.c
[38/424] Compiling v3_alt.c
[39/424] Compiling v3_akey.c
[40/424] Compiling x_x509a.c
[41/430] Compiling x_x509.c
[42/513] Compiling x_sig.c
[43/516] Compiling x_spki.c
[44/516] Compiling x_val.c
[45/516] Compiling x_req.c
[46/516] Compiling x_pkey.c
[47/516] Compiling x_pubkey.c
[48/516] Compiling x_name.c
[49/516] Compiling x_info.c
[50/516] Compiling x_exten.c
[51/516] Compiling x_attrib.c
[52/516] Compiling x_algor.c
[53/516] Compiling x_crl.c
[54/516] Compiling x509spki.c
[55/516] Compiling x_all.c
[56/516] Compiling x509cset.c
[57/516] Compiling x509rset.c
[58/516] Compiling x509_vpm.c
[59/516] Compiling x509_v3.c
[60/516] Compiling x509name.c
[61/516] Compiling x509_set.c
[62/516] Compiling x509_vfy.c
[63/516] Compiling x509_txt.c
[64/516] Compiling x509_req.c
[65/516] Compiling x509_d2.c
[66/516] Compiling x509_obj.c
[67/516] Compiling x509_trs.c
[68/516] Compiling x509_lu.c
[69/516] Compiling x509_def.c
[70/516] Compiling t_x509a.c
[71/516] Compiling x509.c
[72/516] Compiling x509_att.c
[73/516] Compiling x509_cmp.c
[74/516] Compiling x509_ext.c
[75/516] Compiling t_req.c
[76/516] Compiling t_x509.c
[77/516] Compiling policy.c
[78/516] Compiling i2d_pr.c
[79/516] Compiling t_crl.c
[80/516] Compiling rsa_pss.c
[81/516] Compiling name_print.c
[82/516] Compiling algorithm.c
[83/516] Compiling by_file.c
[84/516] Compiling by_dir.c
[85/516] Compiling asn1_gen.c
[86/516] Compiling a_sign.c
[87/516] Compiling a_verify.c
[88/516] Compiling a_digest.c
[89/516] Compiling voprf.c
[90/516] Compiling trust_token.c
[91/516] Compiling thread_win.c
[92/516] Compiling pmbtoken.c
[93/516] Compiling thread.c
[94/516] Compiling thread_pthread.c
[95/516] Compiling siphash.c
[96/516] Compiling thread_none.c
[97/516] Compiling rsa_print.c
[98/516] Compiling refcount.c
[98/516] Compiling stack.c
[100/516] Compiling windows.c
[101/516] Compiling rc4.c
[102/516] Compiling rsa_asn1.c
[103/516] Compiling rsa_crypt.c
[104/516] Compiling rand_extra.c
[105/516] Compiling trusty.c
[106/516] Compiling passive.c
[107/516] Compiling ios.c
[108/516] Compiling getentropy.c
[109/516] Compiling poly1305_arm_asm.S
[110/516] Compiling deterministic.c
[111/516] Compiling forkunsafe.c
[112/516] Compiling poly1305_vec.c
[113/516] Compiling poly1305_arm.c
[114/516] Compiling poly1305.c
[115/516] Compiling pool.c
[116/516] Compiling pkcs7.c
[117/516] Compiling pkcs8.c
[118/516] Compiling pkcs7_x509.c
[119/516] Compiling p5_pbev2.c
[120/516] Compiling pem_x509.c
[120/516] Compiling pem_xaux.c
[122/516] Compiling pkcs8_x509.c
[123/516] Compiling pem_oth.c
[124/516] Compiling pem_pk8.c
[125/516] Compiling pem_pkey.c
[126/516] Compiling pem_info.c
[127/516] Compiling pem_all.c
[128/516] Compiling pem_lib.c
[129/516] Compiling mem.c
[129/516] Compiling lhash.c
[131/516] Compiling obj_xref.c
[132/516] Compiling obj.c
[133/516] Compiling keccak.c
[134/516] Compiling kyber.c
[135/516] Compiling hpke.c
[136/516] Compiling x86_64-mont-linux.linux.x86_64.S
[137/516] Compiling x86_64-mont-mac.mac.x86_64.S
[137/516] Compiling poly_rq_mul.S
[137/516] Compiling x86_64-mont5-mac.mac.x86_64.S
[140/516] Compiling x86_64-mont5-linux.linux.x86_64.S
[141/516] Compiling x86-mont-linux.linux.x86.S
[142/516] Compiling vpaes-x86_64-linux.linux.x86_64.S
[143/516] Compiling vpaes-x86-windows.windows.x86.S
[144/516] Compiling x86-mont-windows.windows.x86.S
[145/516] Compiling vpaes-x86_64-mac.mac.x86_64.S
[146/516] Compiling vpaes-x86-linux.linux.x86.S
[147/516] Compiling vpaes-armv8-ios.ios.aarch64.S
[148/516] Compiling vpaes-armv7-ios.ios.arm.S
[149/516] Compiling vpaes-armv7-linux.linux.arm.S
[150/516] Compiling vpaes-armv8-linux.linux.aarch64.S
[151/516] Compiling sha512-x86_64-linux.linux.x86_64.S
[152/516] Compiling sha512-armv8-ios.ios.aarch64.S
[153/516] Compiling sha512-x86_64-mac.mac.x86_64.S
[154/516] Compiling sha512-armv4-linux.linux.arm.S
[154/516] Compiling sha512-armv8-linux.linux.aarch64.S
[156/516] Compiling sha512-armv4-ios.ios.arm.S
[157/516] Compiling kdf.c
[158/516] Compiling sha512-586-windows.windows.x86.S
[159/516] Compiling sha256-x86_64-mac.mac.x86_64.S
[160/516] Compiling sha512-586-linux.linux.x86.S
[161/516] Compiling sha256-x86_64-linux.linux.x86_64.S
[162/516] Compiling hrss.c
[163/516] Compiling sha256-armv8-ios.ios.aarch64.S
[164/516] Compiling sha256-armv8-linux.linux.aarch64.S
[165/516] Compiling sha256-armv4-linux.linux.arm.S
[166/516] Compiling sha256-armv4-ios.ios.arm.S
[167/516] Compiling sha256-586-windows.windows.x86.S
[168/516] Compiling sha256-586-linux.linux.x86.S
[169/516] Compiling sha1-x86_64-mac.mac.x86_64.S
[170/516] Compiling sha1-x86_64-linux.linux.x86_64.S
[171/516] Compiling sha1-armv8-ios.ios.aarch64.S
[172/516] Compiling sha1-armv4-large-linux.linux.arm.S
[173/516] Compiling sha1-armv8-linux.linux.aarch64.S
[174/516] Compiling sha1-armv4-large-ios.ios.arm.S
[175/516] Compiling sha1-586-linux.linux.x86.S
[176/516] Compiling sha1-586-windows.windows.x86.S
[177/516] Compiling sha512.c
[178/516] Compiling sha1.c
[179/516] Compiling sha256.c
[180/516] Compiling service_indicator.c
[181/516] Compiling fips.c
[182/516] Compiling rsaz-avx2-mac.mac.x86_64.S
[183/516] Compiling rsaz-avx2-linux.linux.x86_64.S
[184/516] Compiling rdrand-x86_64-mac.mac.x86_64.S
[185/516] Compiling self_check.c
[186/516] Compiling padding.c
[187/516] Compiling blinding.c
[188/516] Compiling rdrand-x86_64-linux.linux.x86_64.S
[189/516] Compiling rsa_impl.c
[190/516] Compiling rsa.c
[191/516] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[192/516] Compiling urandom.c
[193/516] Compiling fork_detect.c
[194/516] Compiling rand.c
[195/516] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[196/516] Compiling ctrdrbg.c
[197/516] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[198/516] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[199/516] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[200/516] Compiling p256-armv8-asm-ios.ios.aarch64.S
[201/516] Compiling p256-armv8-asm-linux.linux.aarch64.S
[202/516] Compiling polyval.c
[203/516] Compiling ofb.c
[204/516] Compiling gcm_nohw.c
[206/516] Compiling OpenCombine ConduitBase.swift
[207/516] Compiling OpenCombine ConduitList.swift
[208/516] Compiling OpenCombine DebugHook.swift
[209/516] Compiling OpenCombine FilterProducer.swift
[210/516] Compiling OpenCombine Locking.swift
[211/516] Compiling OpenCombine PartialCompletion.swift
[212/516] Compiling OpenCombine PublishedSubject.swift
[213/516] Compiling OpenCombine PublishedSubscriber.swift
[214/516] Compiling OpenCombine ReduceProducer.swift
[215/516] Compiling OpenCombine SubjectSubscriber.swift
[216/516] Compiling OpenCombine SubscriberTap.swift
[217/516] Compiling OpenCombine SubscriptionStatus.swift
[218/516] Compiling OpenCombine SubscriptionTap.swift
[218/516] Compiling cfb.c
[219/517] Compiling ctr.c
[220/528] Compiling cbc.c
[221/528] Compiling md5-x86_64-mac.mac.x86_64.S
[222/528] Compiling gcm.c
[223/528] Compiling md5-x86_64-linux.linux.x86_64.S
[224/528] Compiling md5-586-linux.linux.x86.S
[225/528] Compiling md5-586-windows.windows.x86.S
[226/528] Compiling md5.c
[227/528] Compiling md4.c
[229/528] Emitting module OpenCombine
[230/528] Compiling OpenCombine AnyCancellable.swift
[231/528] Compiling OpenCombine AnyPublisher.swift
[232/528] Compiling OpenCombine AnySubscriber.swift
[233/528] Compiling OpenCombine Cancellable.swift
[234/528] Compiling OpenCombine Codable.swift
[235/528] Compiling OpenCombine CombineIdentifier.swift
[236/528] Compiling OpenCombine ConcurrencyHelpers.swift
[237/528] Compiling OpenCombine Future+Concurrency.swift
[238/528] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[239/528] Compiling OpenCombine CurrentValueSubject.swift
[240/528] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[241/528] Compiling OpenCombine Future.swift
[242/528] Compiling OpenCombine GENERATED-RootProtocols.swift
[242/528] Compiling hmac.c
[244/528] Compiling OpenCombine Utils.swift
[245/528] Compiling OpenCombine Violations.swift
[246/528] Compiling OpenCombine ImmediateScheduler.swift
[247/528] Compiling OpenCombine ObservableObject.swift
[248/528] Compiling OpenCombine PassthroughSubject.swift
[249/528] Compiling OpenCombine Published.swift
[250/528] Compiling OpenCombine Publisher+Subscribe.swift
[251/528] Compiling OpenCombine Deferred.swift
[252/528] Compiling OpenCombine Empty.swift
[253/528] Compiling OpenCombine Fail.swift
[254/528] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[255/528] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[256/528] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[257/528] Compiling OpenCombine Just.swift
[258/528] Compiling OpenCombine Optional.Publisher.swift
[259/528] Compiling OpenCombine Publishers.AllSatisfy.swift
[260/528] Compiling OpenCombine Publishers.AssertNoFailure.swift
[261/528] Compiling OpenCombine Publishers.Autoconnect.swift
[262/528] Compiling OpenCombine Publishers.Breakpoint.swift
[263/528] Compiling OpenCombine Publishers.Buffer.swift
[264/528] Compiling OpenCombine Publishers.Collect.swift
[265/528] Compiling OpenCombine Publishers.CollectByCount.swift
[266/528] Compiling OpenCombine Publishers.CompactMap.swift
[267/528] Compiling OpenCombine Publishers.Comparison.swift
[268/528] Compiling OpenCombine Publishers.Concatenate.swift
[269/528] Compiling OpenCombine Publishers.Contains.swift
[269/528] Compiling hkdf.c
[271/528] Compiling OpenCombine Publishers.Map.swift
[272/528] Compiling OpenCombine Publishers.MapError.swift
[273/528] Compiling OpenCombine Publishers.MeasureInterval.swift
[274/528] Compiling OpenCombine Publishers.Multicast.swift
[275/528] Compiling OpenCombine Publishers.Output.swift
[276/528] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[277/528] Compiling OpenCombine Publishers.PrefixWhile.swift
[278/528] Compiling OpenCombine Publishers.Print.swift
[279/528] Compiling OpenCombine Publishers.ReceiveOn.swift
[280/528] Compiling OpenCombine Publishers.Reduce.swift
[281/528] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[282/528] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[283/528] Compiling OpenCombine Publishers.ReplaceError.swift
[284/528] Compiling OpenCombine Publishers.Retry.swift
[285/528] Compiling OpenCombine Publishers.Scan.swift
[286/528] Compiling OpenCombine Publishers.Sequence.swift
[287/528] Compiling OpenCombine Publishers.SetFailureType.swift
[288/528] Compiling OpenCombine Publishers.Share.swift
[289/528] Compiling OpenCombine Publishers.SubscribeOn.swift
[290/528] Compiling OpenCombine Publishers.SwitchToLatest.swift
[291/528] Compiling OpenCombine Publishers.Throttle.swift
[292/528] Compiling OpenCombine Publishers.Timeout.swift
[293/528] Compiling OpenCombine Publishers.Zip.swift
[294/528] Compiling OpenCombine Publishers.swift
[295/528] Compiling OpenCombine Record.swift
[296/528] Compiling OpenCombine Result.Publisher.swift
[297/528] Compiling OpenCombine Publishers.Count.swift
[298/528] Compiling OpenCombine Publishers.Debounce.swift
[299/528] Compiling OpenCombine Publishers.Delay.swift
[300/528] Compiling OpenCombine Publishers.Drop.swift
[301/528] Compiling OpenCombine Publishers.DropUntilOutput.swift
[302/528] Compiling OpenCombine Publishers.DropWhile.swift
[303/528] Compiling OpenCombine Publishers.Filter.swift
[304/528] Compiling OpenCombine Publishers.First.swift
[305/528] Compiling OpenCombine Publishers.FlatMap.swift
[306/528] Compiling OpenCombine Publishers.HandleEvents.swift
[307/528] Compiling OpenCombine Publishers.IgnoreOutput.swift
[308/528] Compiling OpenCombine Publishers.Last.swift
[309/528] Compiling OpenCombine Publishers.MakeConnectable.swift
[309/528] Compiling ghashv8-armv8-linux.linux.aarch64.S
[310/528] Compiling ghashv8-armv8-ios.ios.aarch64.S
[311/528] Compiling ghashv8-armv7-linux.linux.arm.S
[312/528] Compiling ghashv8-armv7-ios.ios.arm.S
[313/528] Compiling ghash-x86_64-mac.mac.x86_64.S
[314/528] Compiling ghash-x86_64-linux.linux.x86_64.S
[315/528] Compiling ghash-x86-linux.linux.x86.S
[316/528] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[317/528] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[318/528] Compiling ghash-x86-windows.windows.x86.S
[319/528] Compiling ghash-ssse3-x86-linux.linux.x86.S
[320/528] Compiling ghash-armv4-linux.linux.arm.S
[320/528] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[322/528] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[323/528] Compiling ghash-ssse3-x86-windows.windows.x86.S
[324/528] Compiling ghash-armv4-ios.ios.arm.S
[325/528] Compiling fips_shared_support.c
[327/528] Compiling OpenCombine Result.swift
[328/528] Compiling OpenCombine Scheduler.swift
[329/528] Compiling OpenCombine Subject+Void.swift
[330/528] Compiling OpenCombine Subscriber+Void.swift
[331/528] Compiling OpenCombine Subscribers.Assign.swift
[332/528] Compiling OpenCombine Subscribers.Completion.swift
[333/528] Compiling OpenCombine Subscribers.Demand.swift
[334/528] Compiling OpenCombine Subscribers.Sink.swift
[335/528] Compiling OpenCombine Subscribers.swift
[336/528] Compiling OpenCombine Subscription.swift
[336/528] Compiling ecdh.c
[337/528] Compiling OpenCombine Subscriptions.swift
[338/528] Compiling OpenCombine _Introspection.swift
[340/529] Compiling wnaf.c
[341/529] Compiling util.c
[342/529] Compiling simple_mul.c
[343/529] Compiling ecdsa.c
[344/529] Compiling simple.c
[344/529] Compiling scalar.c
[346/529] Compiling felem.c
[347/529] Compiling oct.c
[348/529] Compiling ec_montgomery.c
[349/529] Compiling p224-64.c
[350/529] Compiling p256.c
[351/529] Compiling digest.c
[352/529] Compiling ec_key.c
[353/529] Compiling ec.c
[354/529] Compiling digestsign.c
[355/529] Compiling digests.c
[356/529] Compiling co-586-linux.linux.x86.S
[357/529] Compiling co-586-windows.windows.x86.S
[358/529] Compiling check.c
[358/529] Compiling cmac.c
[360/529] Compiling dh.c
[360/529] Compiling e_aesccm.c
[362/529] Compiling p256-nistz.c
[363/529] Compiling bsaes-armv7-linux.linux.arm.S
[364/529] Compiling bsaes-armv7-ios.ios.arm.S
[365/529] Compiling aead.c
[366/529] Compiling cipher.c
[367/529] Compiling sqrt.c
[368/529] Compiling e_aes.c
[369/529] Compiling shift.c
[370/529] Compiling rsaz_exp.c
[371/529] Compiling random.c
[372/529] Compiling jacobi.c
[373/529] Compiling montgomery_inv.c
[374/529] Compiling prime.c
[375/529] Compiling mul.c
[376/529] Compiling gcd_extra.c
[377/529] Compiling montgomery.c
[378/529] Compiling div_extra.c
[379/529] Compiling div.c
[380/529] Compiling generic.c
[381/529] Compiling ctx.c
[382/529] Compiling bn.c
[383/529] Compiling gcd.c
[384/529] Compiling bytes.c
[385/529] Compiling cmp.c
[386/529] Compiling x86_64-gcc.c
[387/529] Compiling bn-armv8-linux.linux.aarch64.S
[388/529] Compiling bn-586-windows.windows.x86.S
[389/529] Compiling exponentiation.c
[390/529] Compiling bn-armv8-ios.ios.aarch64.S
[391/529] Compiling armv8-mont-ios.ios.aarch64.S
[392/529] Compiling add.c
[393/529] Compiling bn-586-linux.linux.x86.S
[394/529] Compiling armv8-mont-linux.linux.aarch64.S
[395/529] Compiling armv4-mont-linux.linux.arm.S
[396/529] Compiling armv4-mont-ios.ios.arm.S
[397/529] Compiling aesv8-armv8-ios.ios.aarch64.S
[398/529] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[399/529] Compiling aesv8-armv7-ios.ios.arm.S
[399/529] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[401/529] Compiling aesv8-armv8-linux.linux.aarch64.S
[402/529] Compiling aesni-x86_64-mac.mac.x86_64.S
[403/529] Compiling aesv8-armv7-linux.linux.arm.S
[404/529] Compiling aesni-x86_64-linux.linux.x86_64.S
[405/529] Compiling aesni-x86-linux.linux.x86.S
[406/529] Compiling aesni-x86-windows.windows.x86.S
[407/529] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[408/529] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[409/529] Compiling mode_wrappers.c
[410/529] Compiling key_wrap.c
[411/529] Compiling aes.c
[412/529] Compiling ex_data.c
[413/529] Compiling aes_nohw.c
[414/529] Compiling scrypt.c
[415/529] Compiling sign.c
[416/529] Compiling pbkdf.c
[417/529] Compiling print.c
[418/529] Compiling p_hkdf.c
[419/529] Compiling p_x25519.c
[420/529] Compiling p_x25519_asn1.c
[421/529] Compiling p_rsa_asn1.c
[422/529] Compiling p_ed25519.c
[423/529] Compiling p_ed25519_asn1.c
[424/529] Compiling p_rsa.c
[425/529] Compiling p_ec_asn1.c
[426/529] Compiling err_data.c
[427/529] Compiling p_ec.c
[428/529] Compiling p_dsa_asn1.c
[429/529] Compiling evp_asn1.c
[430/529] Compiling evp.c
[431/529] Compiling err.c
[432/529] Compiling evp_ctx.c
[433/529] Compiling engine.c
[434/529] Compiling ecdsa_asn1.c
[435/529] Compiling ecdh_extra.c
[436/529] Compiling ec_derive.c
[437/529] Compiling hash_to_curve.c
[438/529] Compiling ec_asn1.c
[439/529] Compiling dsa_asn1.c
[440/529] Compiling params.c
[441/529] Compiling digest_extra.c
[442/529] Compiling dsa.c
[443/529] Compiling dh_asn1.c
[444/529] Compiling curve25519_64_adx.c
[445/529] Compiling x25519-asm-arm.S
[446/529] Compiling spake25519.c
[447/529] Compiling cpu_intel.c
[448/529] Compiling crypto.c
[449/529] Compiling cpu_arm_linux.c
[450/529] Compiling cpu_arm_freebsd.c
[451/529] Compiling des.c
[452/529] Compiling cpu_arm.c
[453/529] Compiling cpu_aarch64_openbsd.c
[454/529] Compiling cpu_aarch64_win.c
[455/529] Compiling cpu_aarch64_sysreg.c
[456/529] Compiling cpu_aarch64_fuchsia.c
[457/529] Compiling cpu_aarch64_linux.c
[458/529] Compiling cpu_aarch64_apple.c
[459/529] Compiling tls_cbc.c
[460/529] Compiling conf.c
[461/529] Compiling e_tls.c
[462/529] Compiling e_rc4.c
[463/529] Compiling curve25519.c
[464/529] Compiling e_null.c
[465/529] Compiling e_rc2.c
[466/529] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[467/529] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[468/529] Compiling e_des.c
[469/529] Compiling e_chacha20poly1305.c
[470/529] Compiling e_aesgcmsiv.c
[471/529] Compiling e_aesctrhmac.c
[472/529] Compiling cipher_extra.c
[473/529] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[474/529] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[475/529] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[476/529] Compiling chacha-x86_64-linux.linux.x86_64.S
[477/529] Compiling chacha-x86_64-mac.mac.x86_64.S
[478/529] Compiling chacha-x86-windows.windows.x86.S
[479/529] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[480/529] Compiling chacha.c
[481/529] Compiling chacha-x86-linux.linux.x86.S
[482/529] Compiling chacha-armv4-linux.linux.arm.S
[483/529] Compiling chacha-armv8-ios.ios.aarch64.S
[484/529] Compiling chacha-armv4-ios.ios.arm.S
[485/529] Compiling chacha-armv8-linux.linux.aarch64.S
[486/529] Compiling unicode.c
[487/529] Compiling ber.c
[488/529] Compiling asn1_compat.c
[489/529] Compiling buf.c
[490/529] Compiling cbb.c
[491/529] Compiling bn_asn1.c
[493/529] Emitting module URLQueryEncoder
[494/529] Compiling URLQueryEncoder URLQueryEncoder.swift
[494/530] Compiling convert.c
[494/530] Compiling cbs.c
[496/530] Compiling blake2.c
[497/530] Compiling hexdump.c
[498/530] Compiling pair.c
[499/530] Compiling errno.c
[500/530] Compiling file.c
[500/530] Compiling fd.c
[503/530] Compiling bio_mem.c
[504/530] Compiling tasn_fre.c
[505/530] Compiling base64.c
[506/530] Compiling bio.c
[507/530] Compiling tasn_utl.c
[508/530] Compiling tasn_typ.c
[509/530] Compiling tasn_new.c
[510/530] Compiling tasn_dec.c
[511/530] Compiling tasn_enc.c
[512/530] Compiling posix_time.c
[513/530] Compiling f_string.c
[514/530] Compiling asn_pack.c
[515/530] Compiling asn1_par.c
[516/530] Compiling a_utctm.c
[517/530] Compiling asn1_lib.c
[518/530] Compiling a_octet.c
[519/530] Compiling a_type.c
[520/530] Compiling a_time.c
[521/530] Compiling a_strnid.c
[521/530] Compiling a_strex.c
[523/530] Write sources
[524/530] Compiling a_object.c
[525/530] Compiling a_i2d_fp.c
[526/530] Compiling a_mbstr.c
[527/530] Compiling a_gentm.c
[528/530] Compiling a_dup.c
[529/530] Compiling a_int.c
[531/533] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[532/533] Emitting module CryptoBoringWrapper
[533/533] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[535/594] Compiling Crypto ECDSASignature_boring.swift
[536/594] Compiling Crypto ECDSA_boring.swift
[537/594] Compiling Crypto EdDSA_boring.swift
[538/594] Compiling Crypto ECDSA.swift
[539/594] Compiling Crypto EdDSA.swift
[540/594] Compiling Crypto Signature.swift
[541/594] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[542/594] Compiling Crypto CryptoKitErrors_boring.swift
[543/602] Emitting module Crypto
[544/602] Compiling Crypto HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[545/602] Compiling Crypto HashFunctions_SHA2.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[546/602] Compiling Crypto Insecure.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[547/602] Compiling Crypto Insecure_HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[548/602] Compiling Crypto ECDH_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[549/602] Compiling Crypto DH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[550/602] Compiling Crypto ECDH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[551/602] Compiling Crypto HKDF.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[552/602] Compiling Crypto AES-GCM.swift
[553/602] Compiling Crypto AES-GCM_boring.swift
[554/602] Compiling Crypto ChaChaPoly_boring.swift
[555/602] Compiling Crypto ChaChaPoly.swift
[556/602] Compiling Crypto Cipher.swift
[557/602] Compiling Crypto Nonces.swift
[558/602] Compiling Crypto ASN1.swift
[559/602] Compiling Crypto ASN1Any.swift
[560/602] Compiling Crypto ASN1BitString.swift
[561/602] Compiling Crypto ECDSASignature.swift
[562/602] Compiling Crypto PEMDocument.swift
[563/602] Compiling Crypto PKCS8PrivateKey.swift
[564/602] Compiling Crypto SEC1PrivateKey.swift
[565/602] Compiling Crypto SubjectPublicKeyInfo.swift
[566/602] Compiling Crypto CryptoKitErrors.swift
[567/602] Compiling Crypto Digest_boring.swift
[568/602] Compiling Crypto Digest.swift
[569/602] Compiling Crypto Digests.swift
[570/602] Compiling Crypto AESWrap.swift
[571/602] Compiling Crypto AESWrap_boring.swift
[572/602] Compiling Crypto Ed25519_boring.swift
[573/602] Compiling Crypto EllipticCurvePoint_boring.swift
[574/602] Compiling Crypto EllipticCurve_boring.swift
[575/602] Compiling Crypto NISTCurvesKeys_boring.swift
[576/602] Compiling Crypto X25519Keys_boring.swift
[577/602] Compiling Crypto Curve25519.swift
[578/602] Compiling Crypto Ed25519.swift
[579/602] Compiling Crypto NISTCurvesKeys.swift
[580/602] Compiling Crypto X25519Keys.swift
[581/602] Compiling Crypto SymmetricKeys.swift
[582/602] Compiling Crypto HMAC.swift
[583/602] Compiling Crypto MACFunctions.swift
[584/602] Compiling Crypto MessageAuthenticationCode.swift
[585/602] Compiling Crypto AES.swift
[586/602] Compiling Crypto ASN1Boolean.swift
[587/602] Compiling Crypto ASN1Identifier.swift
[588/602] Compiling Crypto ASN1Integer.swift
[589/602] Compiling Crypto ASN1Null.swift
[590/602] Compiling Crypto ASN1OctetString.swift
[591/602] Compiling Crypto ASN1Strings.swift
[592/602] Compiling Crypto ArraySliceBigint.swift
[593/602] Compiling Crypto GeneralizedTime.swift
[594/602] Compiling Crypto ObjectIdentifier.swift
[595/602] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[596/602] Compiling Crypto RNG_boring.swift
[597/602] Compiling Crypto SafeCompare_boring.swift
[598/602] Compiling Crypto Zeroization_boring.swift
[599/602] Compiling Crypto PrettyBytes.swift
[600/602] Compiling Crypto SafeCompare.swift
[601/602] Compiling Crypto SecureBytes.swift
[602/602] Compiling Crypto Zeroization.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/OpenAPI/create-api.yml
[0/1] Planning build
[1/1] Compiling plugin CreateAPI
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/99] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[4/99] Emitting module CryptoBoringWrapper
[5/99] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[7/100] Emitting module URLQueryEncoder
[8/100] Compiling URLQueryEncoder URLQueryEncoder.swift
[10/161] Compiling Crypto ASN1OctetString.swift
[11/161] Compiling Crypto ASN1Strings.swift
[12/161] Compiling Crypto ArraySliceBigint.swift
[13/161] Compiling Crypto GeneralizedTime.swift
[14/161] Compiling Crypto ObjectIdentifier.swift
[15/161] Compiling Crypto ECDSASignature.swift
[16/161] Compiling Crypto PEMDocument.swift
[17/161] Compiling Crypto PKCS8PrivateKey.swift
[18/161] Compiling Crypto SEC1PrivateKey.swift
[19/161] Compiling Crypto SubjectPublicKeyInfo.swift
[20/161] Compiling Crypto CryptoKitErrors.swift
[21/161] Compiling Crypto Digest_boring.swift
[22/161] Compiling Crypto Digest.swift
[23/173] Compiling Crypto AES-GCM.swift
[24/173] Compiling Crypto AES-GCM_boring.swift
[25/173] Compiling Crypto ChaChaPoly_boring.swift
[26/173] Compiling Crypto ChaChaPoly.swift
[27/173] Compiling Crypto Cipher.swift
[28/173] Compiling Crypto Nonces.swift
[29/173] Compiling Crypto ASN1.swift
[30/173] Compiling Crypto ASN1Any.swift
[31/173] Compiling Crypto ASN1BitString.swift
[32/173] Compiling Crypto ASN1Boolean.swift
[33/173] Compiling Crypto ASN1Identifier.swift
[34/173] Compiling Crypto ASN1Integer.swift
[35/173] Compiling Crypto ASN1Null.swift
[36/173] Compiling Crypto Ed25519.swift
[37/173] Compiling Crypto NISTCurvesKeys.swift
[38/173] Compiling Crypto X25519Keys.swift
[39/173] Compiling Crypto SymmetricKeys.swift
[40/173] Compiling Crypto HMAC.swift
[41/173] Compiling Crypto MACFunctions.swift
[42/173] Compiling Crypto MessageAuthenticationCode.swift
[43/173] Compiling Crypto AES.swift
[52/181] Compiling Crypto Digests.swift
[53/181] Compiling Crypto AESWrap.swift
[54/181] Compiling Crypto AESWrap_boring.swift
[55/181] Compiling Crypto Ed25519_boring.swift
[56/181] Compiling Crypto EllipticCurvePoint_boring.swift
[57/181] Compiling Crypto EllipticCurve_boring.swift
[58/181] Compiling Crypto NISTCurvesKeys_boring.swift
[59/181] Compiling Crypto X25519Keys_boring.swift
[60/181] Compiling Crypto Curve25519.swift
[61/181] Compiling Crypto HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[62/181] Compiling Crypto HashFunctions_SHA2.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[63/181] Compiling Crypto Insecure.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[64/181] Compiling Crypto Insecure_HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[65/181] Compiling Crypto ECDH_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[66/181] Compiling Crypto DH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[67/181] Compiling Crypto ECDH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[68/181] Compiling Crypto HKDF.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[69/181] Emitting module OpenCombine
[70/181] Compiling OpenCombine Result.swift
[71/181] Compiling OpenCombine Scheduler.swift
[72/181] Compiling OpenCombine Subject+Void.swift
[73/181] Compiling OpenCombine Subscriber+Void.swift
[74/181] Compiling OpenCombine Subscribers.Assign.swift
[75/181] Compiling OpenCombine Subscribers.Completion.swift
[76/181] Compiling OpenCombine Subscribers.Demand.swift
[77/181] Compiling OpenCombine Subscribers.Sink.swift
[78/181] Compiling OpenCombine Subscribers.swift
[79/181] Compiling OpenCombine Subscription.swift
[80/181] Compiling OpenCombine Subscriptions.swift
[81/181] Compiling OpenCombine _Introspection.swift
[95/181] Compiling Crypto ECDSASignature_boring.swift
[96/181] Compiling Crypto ECDSA_boring.swift
[97/181] Compiling Crypto EdDSA_boring.swift
[98/181] Compiling Crypto ECDSA.swift
[99/181] Compiling Crypto EdDSA.swift
[100/181] Compiling Crypto Signature.swift
[101/181] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[102/181] Compiling Crypto CryptoKitErrors_boring.swift
[103/181] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[104/181] Compiling Crypto RNG_boring.swift
[105/181] Compiling Crypto SafeCompare_boring.swift
[106/181] Compiling Crypto Zeroization_boring.swift
[107/181] Compiling Crypto PrettyBytes.swift
[108/181] Compiling Crypto SafeCompare.swift
[109/181] Compiling Crypto SecureBytes.swift
[110/181] Compiling Crypto Zeroization.swift
[133/181] Emitting module Crypto
[145/181] Compiling OpenCombine Publishers.MeasureInterval.swift
[146/181] Compiling OpenCombine Publishers.Multicast.swift
[147/181] Compiling OpenCombine Publishers.Output.swift
[148/181] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[149/181] Compiling OpenCombine Publishers.PrefixWhile.swift
[150/181] Compiling OpenCombine Publishers.Print.swift
[151/181] Compiling OpenCombine Publishers.ReceiveOn.swift
[152/181] Compiling OpenCombine Publishers.Reduce.swift
[153/181] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[154/181] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[155/181] Compiling OpenCombine Publishers.ReplaceError.swift
BUILD FAILURE 6.1 android