The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of AppStoreConnect, reference main (6b85e5), with Swift 5.10 for Linux on 15 Feb 2025 16:45:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2079/2112] Compiling AppStoreAPI AppEncryptionDeclarationWithoutIncludesResponse.swift
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:20:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2080/2112] Compiling AppStoreAPI AppEncryptionDeclarationsResponse.swift
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:20:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2081/2112] Compiling AppStoreAPI AppEvent.swift
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:20:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2082/2112] Compiling AppStoreAPI AppEventAssetType.swift
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:20:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2083/2112] Compiling AppStoreAPI AppEventCreateRequest.swift
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:20:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2084/2112] Compiling AppStoreAPI AppEventLocalization.swift
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:20:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2085/2112] Compiling AppStoreAPI AppEventLocalizationCreateRequest.swift
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:20:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2086/2112] Compiling AppStoreAPI AppEventLocalizationResponse.swift
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:20:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2087/2112] Compiling AppStoreAPI AppEventLocalizationUpdateRequest.swift
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:20:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2088/2112] Compiling AppStoreAPI AppEventLocalizationsResponse.swift
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:20:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2089/2112] Compiling AppStoreAPI AppEventResponse.swift
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:20:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2090/2112] Emitting module AppStoreAPI
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AlternativeDistributionPackageDelta.swift:20:20: warning: stored property 'url' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var url: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AlternativeDistributionPackageDelta.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AlternativeDistributionPackageVariant.swift:20:20: warning: stored property 'url' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var url: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AlternativeDistributionPackageVariant.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AlternativeDistributionPackageVersion.swift:21:20: warning: stored property 'url' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var url: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AlternativeDistributionPackageVersion.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AnalyticsReportSegment.swift:22:20: warning: stored property 'url' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var url: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AnalyticsReportSegment.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/App.swift:26:20: warning: stored property 'subscriptionStatusURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var subscriptionStatusURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/App.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/App.swift:28:20: warning: stored property 'subscriptionStatusURLForSandbox' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var subscriptionStatusURLForSandbox: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppClipAdvancedExperience.swift:21:20: warning: stored property 'link' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var link: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppClipAdvancedExperience.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppClipAdvancedExperienceCreateRequest.swift:23:24: warning: stored property 'link' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL'
            public var link: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppClipAdvancedExperienceCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppClipAppStoreReviewDetail.swift:21:20: warning: stored property 'invocationURLs' of 'Sendable'-conforming struct 'Attributes' has non-sendable type '[URL]?'
        public var invocationURLs: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppClipAppStoreReviewDetail.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppClipAppStoreReviewDetailCreateRequest.swift:22:24: warning: stored property 'invocationURLs' of 'Sendable'-conforming struct 'Attributes' has non-sendable type '[URL]?'
            public var invocationURLs: [URL]?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppClipAppStoreReviewDetailCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppClipAppStoreReviewDetailUpdateRequest.swift:22:24: warning: stored property 'invocationURLs' of 'Sendable'-conforming struct 'Attributes' has non-sendable type '[URL]?'
            public var invocationURLs: [URL]?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppClipAppStoreReviewDetailUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPage.swift:22:20: warning: stored property 'url' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var url: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPage.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersion.swift:23:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersion.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionCreateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:20:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionInlineCreate.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:22:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEncryptionDeclarationDocument.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:24:20: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var deepLink: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEvent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventUpdateRequest.swift:24:24: warning: stored property 'deepLink' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var deepLink: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppEventUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppStoreVersionLocalization.swift:24:20: warning: stored property 'marketingURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var marketingURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppStoreVersionLocalization.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppStoreVersionLocalization.swift:26:20: warning: stored property 'supportURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var supportURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppStoreVersionLocalizationCreateRequest.swift:25:24: warning: stored property 'marketingURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var marketingURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppStoreVersionLocalizationCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppStoreVersionLocalizationCreateRequest.swift:27:24: warning: stored property 'supportURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var supportURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppStoreVersionLocalizationUpdateRequest.swift:24:24: warning: stored property 'marketingURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var marketingURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppStoreVersionLocalizationUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppStoreVersionLocalizationUpdateRequest.swift:26:24: warning: stored property 'supportURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var supportURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppUpdateRequest.swift:24:24: warning: stored property 'subscriptionStatusURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var subscriptionStatusURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppUpdateRequest.swift:26:24: warning: stored property 'subscriptionStatusURLForSandbox' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var subscriptionStatusURLForSandbox: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppsBetaTesterUsagesV1MetricResponse.swift:51:32: warning: stored property 'groupBy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var groupBy: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppsBetaTesterUsagesV1MetricResponse.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/AppsBetaTesterUsagesV1MetricResponse.swift:52:32: warning: stored property 'related' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var related: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/BetaAppClipInvocation.swift:21:20: warning: stored property 'url' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var url: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/BetaAppClipInvocation.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/BetaAppClipInvocationCreateRequest.swift:23:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL'
            public var url: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/BetaAppClipInvocationCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/BetaAppClipInvocationUpdateRequest.swift:22:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var url: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/BetaAppClipInvocationUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/BetaTesterUsagesV1MetricResponse.swift:50:32: warning: stored property 'groupBy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var groupBy: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/BetaTesterUsagesV1MetricResponse.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/BetaTesterUsagesV1MetricResponse.swift:51:32: warning: stored property 'related' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var related: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/BuildBundle.swift:32:20: warning: stored property 'dSYMURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var dSYMURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/BuildBundle.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/CiArtifact.swift:23:20: warning: stored property 'downloadURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var downloadURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/CiArtifact.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/CiBuildRun.swift:39:24: warning: stored property 'webURL' of 'Sendable'-conforming struct 'SourceCommit' has non-sendable type 'URL?'
            public var webURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/CiBuildRun.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/CiBuildRun.swift:63:24: warning: stored property 'webURL' of 'Sendable'-conforming struct 'DestinationCommit' has non-sendable type 'URL?'
            public var webURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/CiGitUser.swift:11:16: warning: stored property 'avatarURL' of 'Sendable'-conforming struct 'CiGitUser' has non-sendable type 'URL?'
    public var avatarURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/CiGitUser.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/DocumentLinks.swift:10:16: warning: stored property 'this' of 'Sendable'-conforming struct 'DocumentLinks' has non-sendable type 'URL'
    public var this: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/DocumentLinks.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingAppRequestsV1MetricResponse.swift:53:32: warning: stored property 'groupBy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var groupBy: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingAppRequestsV1MetricResponse.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingBooleanRuleResultsV1MetricResponse.swift:48:32: warning: stored property 'groupBy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var groupBy: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingBooleanRuleResultsV1MetricResponse.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingBooleanRuleResultsV1MetricResponse.swift:66:32: warning: stored property 'groupBy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var groupBy: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingBooleanRuleResultsV1MetricResponse.swift:67:32: warning: stored property 'related' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var related: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingNumberRuleResultsV1MetricResponse.swift:53:32: warning: stored property 'groupBy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var groupBy: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingNumberRuleResultsV1MetricResponse.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingNumberRuleResultsV1MetricResponse.swift:54:32: warning: stored property 'related' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var related: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingQueueRequestsV1MetricResponse.swift:54:32: warning: stored property 'groupBy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var groupBy: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingQueueRequestsV1MetricResponse.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingQueueRequestsV1MetricResponse.swift:78:32: warning: stored property 'groupBy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var groupBy: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingQueueRequestsV1MetricResponse.swift:79:32: warning: stored property 'related' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var related: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingRuleErrorsV1MetricResponse.swift:47:32: warning: stored property 'groupBy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var groupBy: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingRuleErrorsV1MetricResponse.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/GameCenterMatchmakingRuleErrorsV1MetricResponse.swift:48:32: warning: stored property 'related' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
                    public var related: URL?
                               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/InAppPurchaseContent.swift:23:20: warning: stored property 'url' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var url: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/InAppPurchaseContent.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/MarketplaceSearchDetail.swift:20:20: warning: stored property 'catalogURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var catalogURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/MarketplaceSearchDetail.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/MarketplaceSearchDetailCreateRequest.swift:22:24: warning: stored property 'catalogURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL'
            public var catalogURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/MarketplaceSearchDetailCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/MarketplaceSearchDetailUpdateRequest.swift:22:24: warning: stored property 'catalogURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var catalogURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/MarketplaceSearchDetailUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/MarketplaceWebhook.swift:20:20: warning: stored property 'endpointURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var endpointURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/MarketplaceWebhook.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/MarketplaceWebhookCreateRequest.swift:21:24: warning: stored property 'endpointURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL'
            public var endpointURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/MarketplaceWebhookCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/MarketplaceWebhookUpdateRequest.swift:22:24: warning: stored property 'endpointURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
            public var endpointURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/MarketplaceWebhookUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/Nomination.swift:32:20: warning: stored property 'supplementalMaterialsUris' of 'Sendable'-conforming struct 'Attributes' has non-sendable type '[URL]?'
        public var supplementalMaterialsUris: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/Nomination.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/NominationCreateRequest.swift:30:24: warning: stored property 'supplementalMaterialsUris' of 'Sendable'-conforming struct 'Attributes' has non-sendable type '[URL]?'
            public var supplementalMaterialsUris: [URL]?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/NominationCreateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/NominationUpdateRequest.swift:32:24: warning: stored property 'supplementalMaterialsUris' of 'Sendable'-conforming struct 'Attributes' has non-sendable type '[URL]?'
            public var supplementalMaterialsUris: [URL]?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/NominationUpdateRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/RelationshipLinks.swift:10:16: warning: stored property 'this' of 'Sendable'-conforming struct 'RelationshipLinks' has non-sendable type 'URL?'
    public var this: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/RelationshipLinks.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/RelationshipLinks.swift:11:16: warning: stored property 'related' of 'Sendable'-conforming struct 'RelationshipLinks' has non-sendable type 'URL?'
    public var related: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/ResourceLinks.swift:10:16: warning: stored property 'this' of 'Sendable'-conforming struct 'ResourceLinks' has non-sendable type 'URL?'
    public var this: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/ResourceLinks.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/ScmProvider.swift:22:20: warning: stored property 'url' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var url: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/ScmProvider.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/ScmPullRequest.swift:23:20: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var webURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/ScmPullRequest.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/ScmRepository.swift:22:20: warning: stored property 'httpCloneURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var httpCloneURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/ScmRepository.swift:6:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AppStoreAPI/Generated/Entities/ScmRepository.swift:23:20: warning: stored property 'sshCloneURL' of 'Sendable'-conforming struct 'Attributes' has non-sendable type 'URL?'
        public var sshCloneURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[2091/2122] Wrapping AST for AppStoreAPI for debugging
[2093/2127] Emitting module register_device
[2094/2127] Compiling register_device RegisterDevice.swift
[2095/2127] Compiling sales_finance_reports SalesFinanceReports.swift
[2096/2127] Emitting module sales_finance_reports
[2097/2127] Compiling list_builds ListBuilds.swift
[2098/2127] Emitting module list_builds
[2100/2129] Emitting module invite_beta_tester
[2101/2129] Compiling invite_beta_tester InviteBetaTester.swift
[2103/2130] Emitting module invite_user
[2104/2130] Compiling invite_user InviteUser.swift
[2105/2130] Wrapping AST for sales_finance_reports for debugging
[2106/2130] Write Objects.LinkFileList
[2107/2130] Wrapping AST for register_device for debugging
[2108/2130] Write Objects.LinkFileList
[2109/2131] Wrapping AST for list_builds for debugging
[2110/2131] Write Objects.LinkFileList
[2113/2132] Wrapping AST for invite_beta_tester for debugging
[2114/2132] Write Objects.LinkFileList
[2115/2132] Wrapping AST for invite_user for debugging
[2116/2132] Write Objects.LinkFileList
[2118/2132] Emitting module upload_preview
[2119/2132] Compiling upload_preview UploadPreview.swift
[2120/2132] Compiling upload_screenshot UploadScreenshot.swift
[2121/2132] Emitting module upload_screenshot
[2123/2134] Wrapping AST for upload_screenshot for debugging
[2124/2134] Write Objects.LinkFileList
[2125/2134] Wrapping AST for upload_preview for debugging
[2126/2134] Write Objects.LinkFileList
[2127/2134] Linking sales_finance_reports
[2128/2134] Linking register_device
[2129/2134] Linking list_builds
[2130/2134] Linking invite_beta_tester
[2131/2134] Linking invite_user
[2132/2134] Linking upload_screenshot
[2133/2134] Linking upload_preview
Build complete! (289.87s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "urlqueryencoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CreateAPI/URLQueryEncoder.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "AppStoreConnect",
  "name" : "AppStoreConnect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "AppStoreConnect",
      "targets" : [
        "AppStoreConnect",
        "AppStoreAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EnterpriseProgram",
      "targets" : [
        "AppStoreConnect",
        "EnterpriseAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "upload_screenshot",
      "targets" : [
        "upload_screenshot"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "upload_preview",
      "targets" : [
        "upload_preview"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "sales_finance_reports",
      "targets" : [
        "sales_finance_reports"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "register_device",
      "targets" : [
        "register_device"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "list_builds",
      "targets" : [
        "list_builds"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "invite_user",
      "targets" : [
        "invite_user"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "invite_beta_tester",
      "targets" : [
        "invite_beta_tester"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "upload_screenshot",
      "module_type" : "SwiftTarget",
      "name" : "upload_screenshot",
      "path" : "Examples/upload_screenshot",
      "product_dependencies" : [
        "ArgumentParser",
        "Crypto"
      ],
      "product_memberships" : [
        "upload_screenshot"
      ],
      "sources" : [
        "UploadScreenshot.swift"
      ],
      "target_dependencies" : [
        "AppStoreAPI",
        "AppStoreConnect",
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "upload_preview",
      "module_type" : "SwiftTarget",
      "name" : "upload_preview",
      "path" : "Examples/upload_preview",
      "product_dependencies" : [
        "ArgumentParser",
        "Crypto"
      ],
      "product_memberships" : [
        "upload_preview"
      ],
      "sources" : [
        "UploadPreview.swift"
      ],
      "target_dependencies" : [
        "AppStoreAPI",
        "AppStoreConnect",
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "sales_finance_reports",
      "module_type" : "SwiftTarget",
      "name" : "sales_finance_reports",
      "path" : "Examples/sales_finance_reports",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sales_finance_reports"
      ],
      "sources" : [
        "SalesFinanceReports.swift"
      ],
      "target_dependencies" : [
        "AppStoreAPI",
        "AppStoreConnect",
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "register_device",
      "module_type" : "SwiftTarget",
      "name" : "register_device",
      "path" : "Examples/register_device",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "register_device"
      ],
      "sources" : [
        "RegisterDevice.swift"
      ],
      "target_dependencies" : [
        "AppStoreAPI",
        "AppStoreConnect",
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "list_builds",
      "module_type" : "SwiftTarget",
      "name" : "list_builds",
      "path" : "Examples/list_builds",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "list_builds"
      ],
      "sources" : [
        "ListBuilds.swift"
      ],
      "target_dependencies" : [
        "AppStoreAPI",
        "AppStoreConnect",
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "invite_user",
      "module_type" : "SwiftTarget",
      "name" : "invite_user",
      "path" : "Examples/invite_user",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "invite_user"
      ],
      "sources" : [
        "InviteUser.swift"
      ],
      "target_dependencies" : [
        "AppStoreAPI",
        "AppStoreConnect",
        "EnterpriseAPI",
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "invite_beta_tester",
      "module_type" : "SwiftTarget",
      "name" : "invite_beta_tester",
      "path" : "Examples/invite_beta_tester",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "invite_beta_tester"
      ],
      "sources" : [
        "InviteBetaTester.swift"
      ],
      "target_dependencies" : [
        "AppStoreAPI",
        "AppStoreConnect",
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Utilities",
      "module_type" : "SwiftTarget",
      "name" : "Utilities",
      "path" : "Examples/Utilities",
      "product_memberships" : [
        "upload_screenshot",
        "upload_preview",
        "sales_finance_reports",
        "register_device",
        "list_builds",
        "invite_user",
        "invite_beta_tester"
      ],
      "sources" : [
        "EnvAuthenticator.swift",
        "Environment.swift"
      ],
      "target_dependencies" : [
        "AppStoreConnect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Mocks",
      "module_type" : "SwiftTarget",
      "name" : "Mocks",
      "path" : "Tests/Mocks",
      "sources" : [
        "MockAuthenticator.swift",
        "MockContext.swift",
        "MockData.swift",
        "MockTransport.swift",
        "URL+AppStoreConnect.swift",
        "XCTAsserts.swift"
      ],
      "target_dependencies" : [
        "AppStoreConnect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EnterpriseAPI",
      "module_type" : "SwiftTarget",
      "name" : "EnterpriseAPI",
      "path" : "Sources/EnterpriseAPI",
      "product_dependencies" : [
        "URLQueryEncoder"
      ],
      "product_memberships" : [
        "EnterpriseProgram",
        "invite_user"
      ],
      "sources" : [
        "Generated/Entities/BundleID.swift",
        "Generated/Entities/BundleIDCapabilitiesResponse.swift",
        "Generated/Entities/BundleIDCapabilitiesWithoutIncludesResponse.swift",
        "Generated/Entities/BundleIDCapability.swift",
        "Generated/Entities/BundleIDCapabilityCreateRequest.swift",
        "Generated/Entities/BundleIDCapabilityResponse.swift",
        "Generated/Entities/BundleIDCapabilityUpdateRequest.swift",
        "Generated/Entities/BundleIDCreateRequest.swift",
        "Generated/Entities/BundleIDPlatform.swift",
        "Generated/Entities/BundleIDResponse.swift",
        "Generated/Entities/BundleIDUpdateRequest.swift",
        "Generated/Entities/BundleIDWithoutIncludesResponse.swift",
        "Generated/Entities/BundleIDsResponse.swift",
        "Generated/Entities/CapabilityOption.swift",
        "Generated/Entities/CapabilitySetting.swift",
        "Generated/Entities/CapabilityType.swift",
        "Generated/Entities/Certificate.swift",
        "Generated/Entities/CertificateCreateRequest.swift",
        "Generated/Entities/CertificateResponse.swift",
        "Generated/Entities/CertificateType.swift",
        "Generated/Entities/CertificatesResponse.swift",
        "Generated/Entities/CertificatesWithoutIncludesResponse.swift",
        "Generated/Entities/Device.swift",
        "Generated/Entities/DeviceCreateRequest.swift",
        "Generated/Entities/DeviceResponse.swift",
        "Generated/Entities/DeviceUpdateRequest.swift",
        "Generated/Entities/DevicesResponse.swift",
        "Generated/Entities/DevicesWithoutIncludesResponse.swift",
        "Generated/Entities/DocumentLinks.swift",
        "Generated/Entities/PagingInformation.swift",
        "Generated/Entities/PassTypeID.swift",
        "Generated/Entities/PassTypeIDCreateRequest.swift",
        "Generated/Entities/PassTypeIDResponse.swift",
        "Generated/Entities/PassTypeIDUpdateRequest.swift",
        "Generated/Entities/PassTypeIDsResponse.swift",
        "Generated/Entities/Profile.swift",
        "Generated/Entities/ProfileCreateRequest.swift",
        "Generated/Entities/ProfileResponse.swift",
        "Generated/Entities/ProfilesResponse.swift",
        "Generated/Entities/ProfilesWithoutIncludesResponse.swift",
        "Generated/Entities/RelationshipLinks.swift",
        "Generated/Entities/ResourceLinks.swift",
        "Generated/Entities/User.swift",
        "Generated/Entities/UserInvitation.swift",
        "Generated/Entities/UserInvitationCreateRequest.swift",
        "Generated/Entities/UserInvitationResponse.swift",
        "Generated/Entities/UserInvitationsResponse.swift",
        "Generated/Entities/UserResponse.swift",
        "Generated/Entities/UserRole.swift",
        "Generated/Entities/UserUpdateRequest.swift",
        "Generated/Entities/UsersResponse.swift",
        "Generated/Extensions/Resources.swift",
        "Generated/Paths/PathsV1BundleIDCapabilities.swift",
        "Generated/Paths/PathsV1BundleIDCapabilitiesWithID.swift",
        "Generated/Paths/PathsV1BundleIDs.swift",
        "Generated/Paths/PathsV1BundleIDsWithID.swift",
        "Generated/Paths/PathsV1BundleIDsWithIDBundleIDCapabilities.swift",
        "Generated/Paths/PathsV1BundleIDsWithIDProfiles.swift",
        "Generated/Paths/PathsV1Certificates.swift",
        "Generated/Paths/PathsV1CertificatesWithID.swift",
        "Generated/Paths/PathsV1CertificatesWithIDPassTypeID.swift",
        "Generated/Paths/PathsV1Devices.swift",
        "Generated/Paths/PathsV1DevicesWithID.swift",
        "Generated/Paths/PathsV1PassTypeIDs.swift",
        "Generated/Paths/PathsV1PassTypeIDsWithID.swift",
        "Generated/Paths/PathsV1PassTypeIDsWithIDCertificates.swift",
        "Generated/Paths/PathsV1Profiles.swift",
        "Generated/Paths/PathsV1ProfilesWithID.swift",
        "Generated/Paths/PathsV1ProfilesWithIDBundleID.swift",
        "Generated/Paths/PathsV1ProfilesWithIDCertificates.swift",
        "Generated/Paths/PathsV1ProfilesWithIDDevices.swift",
        "Generated/Paths/PathsV1UserInvitations.swift",
        "Generated/Paths/PathsV1UserInvitationsWithID.swift",
        "Generated/Paths/PathsV1Users.swift",
        "Generated/Paths/PathsV1UsersWithID.swift"
      ],
      "target_dependencies" : [
        "AppStoreConnect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppStoreConnectTests",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreConnectTests",
      "path" : "Tests/AppStoreConnectTests",
      "sources" : [
        "AppStoreConnectClientTests.swift",
        "FormattersTests.swift",
        "JWTTests.swift",
        "RequestTests.swift",
        "TransportTests.swift"
      ],
      "target_dependencies" : [
        "AppStoreConnect",
        "Mocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppStoreConnect",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreConnect",
      "path" : "Sources/AppStoreConnect",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "AppStoreConnect",
        "EnterpriseProgram",
        "upload_screenshot",
        "upload_preview",
        "sales_finance_reports",
        "register_device",
        "list_builds",
        "invite_user",
        "invite_beta_tester"
      ],
      "sources" : [
        "AppStoreConnectClient.swift",
        "Authentication/JWT.swift",
        "Entities/AnyJSON.swift",
        "Entities/ErrorLinks.swift",
        "Entities/ErrorResponse.swift",
        "Entities/ErrorSourceParameter.swift",
        "Entities/ErrorSourcePointer.swift",
        "Entities/PagedDocumentLinks.swift",
        "Networking/API.swift",
        "Networking/Formatters.swift",
        "Networking/Pagination.swift",
        "Networking/Request.swift",
        "Networking/Response.swift",
        "Networking/RetryStrategy.swift",
        "Networking/Transport.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppStoreAPITests",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreAPITests",
      "path" : "Tests/AppStoreAPITests",
      "sources" : [
        "UploadOperationsTests.swift"
      ],
      "target_dependencies" : [
        "AppStoreAPI",
        "AppStoreConnect",
        "Mocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppStoreAPI",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreAPI",
      "path" : "Sources/AppStoreAPI",
      "product_dependencies" : [
        "URLQueryEncoder"
      ],
      "product_memberships" : [
        "AppStoreConnect",
        "upload_screenshot",
        "upload_preview",
        "sales_finance_reports",
        "register_device",
        "list_builds",
        "invite_user",
        "invite_beta_tester"
      ],
      "sources" : [
        "Generated/Entities/Actor.swift",
        "Generated/Entities/ActorResponse.swift",
        "Generated/Entities/ActorsResponse.swift",
        "Generated/Entities/AgeRatingDeclaration.swift",
        "Generated/Entities/AgeRatingDeclarationResponse.swift",
        "Generated/Entities/AgeRatingDeclarationUpdateRequest.swift",
        "Generated/Entities/AgeRatingDeclarationWithoutIncludesResponse.swift",
        "Generated/Entities/AlternativeDistributionDomain.swift",
        "Generated/Entities/AlternativeDistributionDomainCreateRequest.swift",
        "Generated/Entities/AlternativeDistributionDomainResponse.swift",
        "Generated/Entities/AlternativeDistributionDomainsResponse.swift",
        "Generated/Entities/AlternativeDistributionKey.swift",
        "Generated/Entities/AlternativeDistributionKeyCreateRequest.swift",
        "Generated/Entities/AlternativeDistributionKeyResponse.swift",
        "Generated/Entities/AlternativeDistributionKeysResponse.swift",
        "Generated/Entities/AlternativeDistributionPackage.swift",
        "Generated/Entities/AlternativeDistributionPackageCreateRequest.swift",
        "Generated/Entities/AlternativeDistributionPackageDelta.swift",
        "Generated/Entities/AlternativeDistributionPackageDeltaResponse.swift",
        "Generated/Entities/AlternativeDistributionPackageDeltasResponse.swift",
        "Generated/Entities/AlternativeDistributionPackageResponse.swift",
        "Generated/Entities/AlternativeDistributionPackageVariant.swift",
        "Generated/Entities/AlternativeDistributionPackageVariantResponse.swift",
        "Generated/Entities/AlternativeDistributionPackageVariantsResponse.swift",
        "Generated/Entities/AlternativeDistributionPackageVersion.swift",
        "Generated/Entities/AlternativeDistributionPackageVersionResponse.swift",
        "Generated/Entities/AlternativeDistributionPackageVersionsResponse.swift",
        "Generated/Entities/AnalyticsReport.swift",
        "Generated/Entities/AnalyticsReportInstance.swift",
        "Generated/Entities/AnalyticsReportInstanceResponse.swift",
        "Generated/Entities/AnalyticsReportInstancesResponse.swift",
        "Generated/Entities/AnalyticsReportRequest.swift",
        "Generated/Entities/AnalyticsReportRequestCreateRequest.swift",
        "Generated/Entities/AnalyticsReportRequestResponse.swift",
        "Generated/Entities/AnalyticsReportRequestsResponse.swift",
        "Generated/Entities/AnalyticsReportResponse.swift",
        "Generated/Entities/AnalyticsReportSegment.swift",
        "Generated/Entities/AnalyticsReportSegmentResponse.swift",
        "Generated/Entities/AnalyticsReportSegmentsResponse.swift",
        "Generated/Entities/AnalyticsReportsResponse.swift",
        "Generated/Entities/App.swift",
        "Generated/Entities/AppAvailabilityV2.swift",
        "Generated/Entities/AppAvailabilityV2CreateRequest.swift",
        "Generated/Entities/AppAvailabilityV2Response.swift",
        "Generated/Entities/AppBetaTestersLinkagesRequest.swift",
        "Generated/Entities/AppCategoriesResponse.swift",
        "Generated/Entities/AppCategoriesWithoutIncludesResponse.swift",
        "Generated/Entities/AppCategory.swift",
        "Generated/Entities/AppCategoryResponse.swift",
        "Generated/Entities/AppCategoryWithoutIncludesResponse.swift",
        "Generated/Entities/AppClip.swift",
        "Generated/Entities/AppClipAction.swift",
        "Generated/Entities/AppClipAdvancedExperience.swift",
        "Generated/Entities/AppClipAdvancedExperienceCreateRequest.swift",
        "Generated/Entities/AppClipAdvancedExperienceImage.swift",
        "Generated/Entities/AppClipAdvancedExperienceImageCreateRequest.swift",
        "Generated/Entities/AppClipAdvancedExperienceImageResponse.swift",
        "Generated/Entities/AppClipAdvancedExperienceImageUpdateRequest.swift",
        "Generated/Entities/AppClipAdvancedExperienceLanguage.swift",
        "Generated/Entities/AppClipAdvancedExperienceLocalization.swift",
        "Generated/Entities/AppClipAdvancedExperienceLocalizationInlineCreate.swift",
        "Generated/Entities/AppClipAdvancedExperienceResponse.swift",
        "Generated/Entities/AppClipAdvancedExperienceUpdateRequest.swift",
        "Generated/Entities/AppClipAdvancedExperiencesResponse.swift",
        "Generated/Entities/AppClipAppStoreReviewDetail.swift",
        "Generated/Entities/AppClipAppStoreReviewDetailCreateRequest.swift",
        "Generated/Entities/AppClipAppStoreReviewDetailResponse.swift",
        "Generated/Entities/AppClipAppStoreReviewDetailUpdateRequest.swift",
        "Generated/Entities/AppClipDefaultExperience.swift",
        "Generated/Entities/AppClipDefaultExperienceCreateRequest.swift",
        "Generated/Entities/AppClipDefaultExperienceLocalization.swift",
        "Generated/Entities/AppClipDefaultExperienceLocalizationCreateRequest.swift",
        "Generated/Entities/AppClipDefaultExperienceLocalizationResponse.swift",
        "Generated/Entities/AppClipDefaultExperienceLocalizationUpdateRequest.swift",
        "Generated/Entities/AppClipDefaultExperienceLocalizationsResponse.swift",
        "Generated/Entities/AppClipDefaultExperienceReleaseWithAppStoreVersionLinkageRequest.swift",
        "Generated/Entities/AppClipDefaultExperienceReleaseWithAppStoreVersionLinkageResponse.swift",
        "Generated/Entities/AppClipDefaultExperienceResponse.swift",
        "Generated/Entities/AppClipDefaultExperienceUpdateRequest.swift",
        "Generated/Entities/AppClipDefaultExperiencesResponse.swift",
        "Generated/Entities/AppClipDomainStatus.swift",
        "Generated/Entities/AppClipDomainStatusResponse.swift",
        "Generated/Entities/AppClipHeaderImage.swift",
        "Generated/Entities/AppClipHeaderImageCreateRequest.swift",
        "Generated/Entities/AppClipHeaderImageResponse.swift",
        "Generated/Entities/AppClipHeaderImageUpdateRequest.swift",
        "Generated/Entities/AppClipResponse.swift",
        "Generated/Entities/AppClipsResponse.swift",
        "Generated/Entities/AppCustomProductPage.swift",
        "Generated/Entities/AppCustomProductPageCreateRequest.swift",
        "Generated/Entities/AppCustomProductPageLocalization.swift",
        "Generated/Entities/AppCustomProductPageLocalizationCreateRequest.swift",
        "Generated/Entities/AppCustomProductPageLocalizationInlineCreate.swift",
        "Generated/Entities/AppCustomProductPageLocalizationResponse.swift",
        "Generated/Entities/AppCustomProductPageLocalizationUpdateRequest.swift",
        "Generated/Entities/AppCustomProductPageLocalizationsResponse.swift",
        "Generated/Entities/AppCustomProductPageResponse.swift",
        "Generated/Entities/AppCustomProductPageUpdateRequest.swift",
        "Generated/Entities/AppCustomProductPageVersion.swift",
        "Generated/Entities/AppCustomProductPageVersionCreateRequest.swift",
        "Generated/Entities/AppCustomProductPageVersionInlineCreate.swift",
        "Generated/Entities/AppCustomProductPageVersionResponse.swift",
        "Generated/Entities/AppCustomProductPageVersionUpdateRequest.swift",
        "Generated/Entities/AppCustomProductPageVersionsResponse.swift",
        "Generated/Entities/AppCustomProductPagesResponse.swift",
        "Generated/Entities/AppEncryptionDeclaration.swift",
        "Generated/Entities/AppEncryptionDeclarationBuildsLinkagesRequest.swift",
        "Generated/Entities/AppEncryptionDeclarationCreateRequest.swift",
        "Generated/Entities/AppEncryptionDeclarationDocument.swift",
        "Generated/Entities/AppEncryptionDeclarationDocumentCreateRequest.swift",
        "Generated/Entities/AppEncryptionDeclarationDocumentResponse.swift",
        "Generated/Entities/AppEncryptionDeclarationDocumentUpdateRequest.swift",
        "Generated/Entities/AppEncryptionDeclarationResponse.swift",
        "Generated/Entities/AppEncryptionDeclarationState.swift",
        "Generated/Entities/AppEncryptionDeclarationWithoutIncludesResponse.swift",
        "Generated/Entities/AppEncryptionDeclarationsResponse.swift",
        "Generated/Entities/AppEvent.swift",
        "Generated/Entities/AppEventAssetType.swift",
        "Generated/Entities/AppEventCreateRequest.swift",
        "Generated/Entities/AppEventLocalization.swift",
        "Generated/Entities/AppEventLocalizationCreateRequest.swift",
        "Generated/Entities/AppEventLocalizationResponse.swift",
        "Generated/Entities/AppEventLocalizationUpdateRequest.swift",
        "Generated/Entities/AppEventLocalizationsResponse.swift",
        "Generated/Entities/AppEventResponse.swift",
        "Generated/Entities/AppEventScreenshot.swift",
        "Generated/Entities/AppEventScreenshotCreateRequest.swift",
        "Generated/Entities/AppEventScreenshotResponse.swift",
        "Generated/Entities/AppEventScreenshotUpdateRequest.swift",
        "Generated/Entities/AppEventScreenshotsResponse.swift",
        "Generated/Entities/AppEventUpdateRequest.swift",
        "Generated/Entities/AppEventVideoClip.swift",
        "Generated/Entities/AppEventVideoClipCreateRequest.swift",
        "Generated/Entities/AppEventVideoClipResponse.swift",
        "Generated/Entities/AppEventVideoClipUpdateRequest.swift",
        "Generated/Entities/AppEventVideoClipsResponse.swift",
        "Generated/Entities/AppEventsResponse.swift",
        "Generated/Entities/AppInfo.swift",
        "Generated/Entities/AppInfoLocalization.swift",
        "Generated/Entities/AppInfoLocalizationCreateRequest.swift",
        "Generated/Entities/AppInfoLocalizationResponse.swift",
        "Generated/Entities/AppInfoLocalizationUpdateRequest.swift",
        "Generated/Entities/AppInfoLocalizationsResponse.swift",
        "Generated/Entities/AppInfoResponse.swift",
        "Generated/Entities/AppInfoUpdateRequest.swift",
        "Generated/Entities/AppInfosResponse.swift",
        "Generated/Entities/AppMediaAssetState.swift",
        "Generated/Entities/AppMediaPreviewFrameImageState.swift",
        "Generated/Entities/AppMediaStateError.swift",
        "Generated/Entities/AppMediaVideoState.swift",
        "Generated/Entities/AppPreview.swift",
        "Generated/Entities/AppPreviewCreateRequest.swift",
        "Generated/Entities/AppPreviewResponse.swift",
        "Generated/Entities/AppPreviewSet.swift",
        "Generated/Entities/AppPreviewSetAppPreviewsLinkagesRequest.swift",
        "Generated/Entities/AppPreviewSetAppPreviewsLinkagesResponse.swift",
        "Generated/Entities/AppPreviewSetCreateRequest.swift",
        "Generated/Entities/AppPreviewSetResponse.swift",
        "Generated/Entities/AppPreviewSetsResponse.swift",
        "Generated/Entities/AppPreviewUpdateRequest.swift",
        "Generated/Entities/AppPreviewsResponse.swift",
        "Generated/Entities/AppPricePointV3.swift",
        "Generated/Entities/AppPricePointV3Response.swift",
        "Generated/Entities/AppPricePointsV3Response.swift",
        "Generated/Entities/AppPriceSchedule.swift",
        "Generated/Entities/AppPriceScheduleCreateRequest.swift",
        "Generated/Entities/AppPriceScheduleResponse.swift",
        "Generated/Entities/AppPriceV2.swift",
        "Generated/Entities/AppPriceV2InlineCreate.swift",
        "Generated/Entities/AppPricesV2Response.swift",
        "Generated/Entities/AppPromotedPurchasesLinkagesRequest.swift",
        "Generated/Entities/AppPromotedPurchasesLinkagesResponse.swift",
        "Generated/Entities/AppResponse.swift",
        "Generated/Entities/AppScreenshot.swift",
        "Generated/Entities/AppScreenshotCreateRequest.swift",
        "Generated/Entities/AppScreenshotResponse.swift",
        "Generated/Entities/AppScreenshotSet.swift",
        "Generated/Entities/AppScreenshotSetAppScreenshotsLinkagesRequest.swift",
        "Generated/Entities/AppScreenshotSetAppScreenshotsLinkagesResponse.swift",
        "Generated/Entities/AppScreenshotSetCreateRequest.swift",
        "Generated/Entities/AppScreenshotSetResponse.swift",
        "Generated/Entities/AppScreenshotSetsResponse.swift",
        "Generated/Entities/AppScreenshotUpdateRequest.swift",
        "Generated/Entities/AppScreenshotsResponse.swift",
        "Generated/Entities/AppStoreAgeRating.swift",
        "Generated/Entities/AppStoreReviewAttachment.swift",
        "Generated/Entities/AppStoreReviewAttachmentCreateRequest.swift",
        "Generated/Entities/AppStoreReviewAttachmentResponse.swift",
        "Generated/Entities/AppStoreReviewAttachmentUpdateRequest.swift",
        "Generated/Entities/AppStoreReviewAttachmentsResponse.swift",
        "Generated/Entities/AppStoreReviewDetail.swift",
        "Generated/Entities/AppStoreReviewDetailCreateRequest.swift",
        "Generated/Entities/AppStoreReviewDetailResponse.swift",
        "Generated/Entities/AppStoreReviewDetailUpdateRequest.swift",
        "Generated/Entities/AppStoreVersion.swift",
        "Generated/Entities/AppStoreVersionAppClipDefaultExperienceLinkageRequest.swift",
        "Generated/Entities/AppStoreVersionAppClipDefaultExperienceLinkageResponse.swift",
        "Generated/Entities/AppStoreVersionBuildLinkageRequest.swift",
        "Generated/Entities/AppStoreVersionBuildLinkageResponse.swift",
        "Generated/Entities/AppStoreVersionCreateRequest.swift",
        "Generated/Entities/AppStoreVersionExperiment.swift",
        "Generated/Entities/AppStoreVersionExperimentCreateRequest.swift",
        "Generated/Entities/AppStoreVersionExperimentResponse.swift",
        "Generated/Entities/AppStoreVersionExperimentTreatment.swift",
        "Generated/Entities/AppStoreVersionExperimentTreatmentCreateRequest.swift",
        "Generated/Entities/AppStoreVersionExperimentTreatmentLocalization.swift",
        "Generated/Entities/AppStoreVersionExperimentTreatmentLocalizationCreateRequest.swift",
        "Generated/Entities/AppStoreVersionExperimentTreatmentLocalizationResponse.swift",
        "Generated/Entities/AppStoreVersionExperimentTreatmentLocalizationsResponse.swift",
        "Generated/Entities/AppStoreVersionExperimentTreatmentResponse.swift",
        "Generated/Entities/AppStoreVersionExperimentTreatmentUpdateRequest.swift",
        "Generated/Entities/AppStoreVersionExperimentTreatmentsResponse.swift",
        "Generated/Entities/AppStoreVersionExperimentUpdateRequest.swift",
        "Generated/Entities/AppStoreVersionExperimentV2.swift",
        "Generated/Entities/AppStoreVersionExperimentV2CreateRequest.swift",
        "Generated/Entities/AppStoreVersionExperimentV2Response.swift",
        "Generated/Entities/AppStoreVersionExperimentV2UpdateRequest.swift",
        "Generated/Entities/AppStoreVersionExperimentsResponse.swift",
        "Generated/Entities/AppStoreVersionExperimentsV2Response.swift",
        "Generated/Entities/AppStoreVersionLocalization.swift",
        "Generated/Entities/AppStoreVersionLocalizationCreateRequest.swift",
        "Generated/Entities/AppStoreVersionLocalizationResponse.swift",
        "Generated/Entities/AppStoreVersionLocalizationUpdateRequest.swift",
        "Generated/Entities/AppStoreVersionLocalizationsResponse.swift",
        "Generated/Entities/AppStoreVersionPhasedRelease.swift",
        "Generated/Entities/AppStoreVersionPhasedReleaseCreateRequest.swift",
        "Generated/Entities/AppStoreVersionPhasedReleaseResponse.swift",
        "Generated/Entities/AppStoreVersionPhasedReleaseUpdateRequest.swift",
        "Generated/Entities/AppStoreVersionPhasedReleaseWithoutIncludesResponse.swift",
        "Generated/Entities/AppStoreVersionPromotion.swift",
        "Generated/Entities/AppStoreVersionPromotionCreateRequest.swift",
        "Generated/Entities/AppStoreVersionPromotionResponse.swift",
        "Generated/Entities/AppStoreVersionReleaseRequest.swift",
        "Generated/Entities/AppStoreVersionReleaseRequestCreateRequest.swift",
        "Generated/Entities/AppStoreVersionReleaseRequestResponse.swift",
        "Generated/Entities/AppStoreVersionResponse.swift",
        "Generated/Entities/AppStoreVersionState.swift",
        "Generated/Entities/AppStoreVersionSubmission.swift",
        "Generated/Entities/AppStoreVersionSubmissionCreateRequest.swift",
        "Generated/Entities/AppStoreVersionSubmissionResponse.swift",
        "Generated/Entities/AppStoreVersionUpdateRequest.swift",
        "Generated/Entities/AppStoreVersionsResponse.swift",
        "Generated/Entities/AppUpdateRequest.swift",
        "Generated/Entities/AppVersionState.swift",
        "Generated/Entities/AppWithoutIncludesResponse.swift",
        "Generated/Entities/AppsBetaTesterUsagesV1MetricResponse.swift",
        "Generated/Entities/AppsResponse.swift",
        "Generated/Entities/AppsWithoutIncludesResponse.swift",
        "Generated/Entities/BetaAppClipInvocation.swift",
        "Generated/Entities/BetaAppClipInvocationCreateRequest.swift",
        "Generated/Entities/BetaAppClipInvocationLocalization.swift",
        "Generated/Entities/BetaAppClipInvocationLocalizationCreateRequest.swift",
        "Generated/Entities/BetaAppClipInvocationLocalizationInlineCreate.swift",
        "Generated/Entities/BetaAppClipInvocationLocalizationResponse.swift",
        "Generated/Entities/BetaAppClipInvocationLocalizationUpdateRequest.swift",
        "Generated/Entities/BetaAppClipInvocationResponse.swift",
        "Generated/Entities/BetaAppClipInvocationUpdateRequest.swift",
        "Generated/Entities/BetaAppClipInvocationsResponse.swift",
        "Generated/Entities/BetaAppLocalization.swift",
        "Generated/Entities/BetaAppLocalizationCreateRequest.swift",
        "Generated/Entities/BetaAppLocalizationResponse.swift",
        "Generated/Entities/BetaAppLocalizationUpdateRequest.swift",
        "Generated/Entities/BetaAppLocalizationsResponse.swift",
        "Generated/Entities/BetaAppLocalizationsWithoutIncludesResponse.swift",
        "Generated/Entities/BetaAppReviewDetail.swift",
        "Generated/Entities/BetaAppReviewDetailResponse.swift",
        "Generated/Entities/BetaAppReviewDetailUpdateRequest.swift",
        "Generated/Entities/BetaAppReviewDetailWithoutIncludesResponse.swift",
        "Generated/Entities/BetaAppReviewDetailsResponse.swift",
        "Generated/Entities/BetaAppReviewSubmission.swift",
        "Generated/Entities/BetaAppReviewSubmissionCreateRequest.swift",
        "Generated/Entities/BetaAppReviewSubmissionResponse.swift",
        "Generated/Entities/BetaAppReviewSubmissionWithoutIncludesResponse.swift",
        "Generated/Entities/BetaAppReviewSubmissionsResponse.swift",
        "Generated/Entities/BetaBuildLocalization.swift",
        "Generated/Entities/BetaBuildLocalizationCreateRequest.swift",
        "Generated/Entities/BetaBuildLocalizationResponse.swift",
        "Generated/Entities/BetaBuildLocalizationUpdateRequest.swift",
        "Generated/Entities/BetaBuildLocalizationsResponse.swift",
        "Generated/Entities/BetaBuildLocalizationsWithoutIncludesResponse.swift",
        "Generated/Entities/BetaBuildUsagesV1MetricResponse.swift",
        "Generated/Entities/BetaGroup.swift",
        "Generated/Entities/BetaGroupBetaTestersLinkagesRequest.swift",
        "Generated/Entities/BetaGroupBetaTestersLinkagesResponse.swift",
        "Generated/Entities/BetaGroupBuildsLinkagesRequest.swift",
        "Generated/Entities/BetaGroupBuildsLinkagesResponse.swift",
        "Generated/Entities/BetaGroupCreateRequest.swift",
        "Generated/Entities/BetaGroupResponse.swift",
        "Generated/Entities/BetaGroupUpdateRequest.swift",
        "Generated/Entities/BetaGroupsResponse.swift",
        "Generated/Entities/BetaGroupsWithoutIncludesResponse.swift",
        "Generated/Entities/BetaInviteType.swift",
        "Generated/Entities/BetaLicenseAgreement.swift",
        "Generated/Entities/BetaLicenseAgreementResponse.swift",
        "Generated/Entities/BetaLicenseAgreementUpdateRequest.swift",
        "Generated/Entities/BetaLicenseAgreementWithoutIncludesResponse.swift",
        "Generated/Entities/BetaLicenseAgreementsResponse.swift",
        "Generated/Entities/BetaPublicLinkUsagesV1MetricResponse.swift",
        "Generated/Entities/BetaRecruitmentCriterion.swift",
        "Generated/Entities/BetaRecruitmentCriterionCompatibleBuildCheck.swift",
        "Generated/Entities/BetaRecruitmentCriterionCompatibleBuildCheckResponse.swift",
        "Generated/Entities/BetaRecruitmentCriterionCreateRequest.swift",
        "Generated/Entities/BetaRecruitmentCriterionOption.swift",
        "Generated/Entities/BetaRecruitmentCriterionOptionsResponse.swift",
        "Generated/Entities/BetaRecruitmentCriterionResponse.swift",
        "Generated/Entities/BetaRecruitmentCriterionUpdateRequest.swift",
        "Generated/Entities/BetaReviewState.swift",
        "Generated/Entities/BetaTester.swift",
        "Generated/Entities/BetaTesterAppsLinkagesRequest.swift",
        "Generated/Entities/BetaTesterAppsLinkagesResponse.swift",
        "Generated/Entities/BetaTesterBetaGroupsLinkagesRequest.swift",
        "Generated/Entities/BetaTesterBetaGroupsLinkagesResponse.swift",
        "Generated/Entities/BetaTesterBuildsLinkagesRequest.swift",
        "Generated/Entities/BetaTesterBuildsLinkagesResponse.swift",
        "Generated/Entities/BetaTesterCreateRequest.swift",
        "Generated/Entities/BetaTesterInvitation.swift",
        "Generated/Entities/BetaTesterInvitationCreateRequest.swift",
        "Generated/Entities/BetaTesterInvitationResponse.swift",
        "Generated/Entities/BetaTesterResponse.swift",
        "Generated/Entities/BetaTesterState.swift",
        "Generated/Entities/BetaTesterUsagesV1MetricResponse.swift",
        "Generated/Entities/BetaTestersResponse.swift",
        "Generated/Entities/BetaTestersWithoutIncludesResponse.swift",
        "Generated/Entities/BrazilAgeRating.swift",
        "Generated/Entities/Build.swift",
        "Generated/Entities/BuildAppEncryptionDeclarationLinkageRequest.swift",
        "Generated/Entities/BuildAppEncryptionDeclarationLinkageResponse.swift",
        "Generated/Entities/BuildAudienceType.swift",
        "Generated/Entities/BuildBetaDetail.swift",
        "Generated/Entities/BuildBetaDetailResponse.swift",
        "Generated/Entities/BuildBetaDetailUpdateRequest.swift",
        "Generated/Entities/BuildBetaDetailsResponse.swift",
        "Generated/Entities/BuildBetaGroupsLinkagesRequest.swift",
        "Generated/Entities/BuildBetaNotification.swift",
        "Generated/Entities/BuildBetaNotificationCreateRequest.swift",
        "Generated/Entities/BuildBetaNotificationResponse.swift",
        "Generated/Entities/BuildBundle.swift",
        "Generated/Entities/BuildBundleFileSize.swift",
        "Generated/Entities/BuildBundleFileSizesResponse.swift",
        "Generated/Entities/BuildIcon.swift",
        "Generated/Entities/BuildIconsResponse.swift",
        "Generated/Entities/BuildIconsWithoutIncludesResponse.swift",
        "Generated/Entities/BuildIndividualTestersLinkagesRequest.swift",
        "Generated/Entities/BuildIndividualTestersLinkagesResponse.swift",
        "Generated/Entities/BuildResponse.swift",
        "Generated/Entities/BuildUpdateRequest.swift",
        "Generated/Entities/BuildWithoutIncludesResponse.swift",
        "Generated/Entities/BuildsResponse.swift",
        "Generated/Entities/BuildsWithoutIncludesResponse.swift",
        "Generated/Entities/BundleID.swift",
        "Generated/Entities/BundleIDCapabilitiesResponse.swift",
        "Generated/Entities/BundleIDCapabilitiesWithoutIncludesResponse.swift",
        "Generated/Entities/BundleIDCapability.swift",
        "Generated/Entities/BundleIDCapabilityCreateRequest.swift",
        "Generated/Entities/BundleIDCapabilityResponse.swift",
        "Generated/Entities/BundleIDCapabilityUpdateRequest.swift",
        "Generated/Entities/BundleIDCreateRequest.swift",
        "Generated/Entities/BundleIDPlatform.swift",
        "Generated/Entities/BundleIDResponse.swift",
        "Generated/Entities/BundleIDUpdateRequest.swift",
        "Generated/Entities/BundleIDWithoutIncludesResponse.swift",
        "Generated/Entities/BundleIDsResponse.swift",
        "Generated/Entities/CapabilityOption.swift",
        "Generated/Entities/CapabilitySetting.swift",
        "Generated/Entities/CapabilityType.swift",
        "Generated/Entities/Certificate.swift",
        "Generated/Entities/CertificateCreateRequest.swift",
        "Generated/Entities/CertificateResponse.swift",
        "Generated/Entities/CertificateType.swift",
        "Generated/Entities/CertificateUpdateRequest.swift",
        "Generated/Entities/CertificatesResponse.swift",
        "Generated/Entities/CertificatesWithoutIncludesResponse.swift",
        "Generated/Entities/CiAction.swift",
        "Generated/Entities/CiActionType.swift",
        "Generated/Entities/CiArtifact.swift",
        "Generated/Entities/CiArtifactResponse.swift",
        "Generated/Entities/CiArtifactsResponse.swift",
        "Generated/Entities/CiBranchPatterns.swift",
        "Generated/Entities/CiBranchStartCondition.swift",
        "Generated/Entities/CiBuildAction.swift",
        "Generated/Entities/CiBuildActionResponse.swift",
        "Generated/Entities/CiBuildActionsResponse.swift",
        "Generated/Entities/CiBuildRun.swift",
        "Generated/Entities/CiBuildRunCreateRequest.swift",
        "Generated/Entities/CiBuildRunResponse.swift",
        "Generated/Entities/CiBuildRunsResponse.swift",
        "Generated/Entities/CiCompletionStatus.swift",
        "Generated/Entities/CiExecutionProgress.swift",
        "Generated/Entities/CiFilesAndFoldersRule.swift",
        "Generated/Entities/CiGitRefKind.swift",
        "Generated/Entities/CiGitUser.swift",
        "Generated/Entities/CiIssue.swift",
        "Generated/Entities/CiIssueCounts.swift",
        "Generated/Entities/CiIssueResponse.swift",
        "Generated/Entities/CiIssuesResponse.swift",
        "Generated/Entities/CiMacOsVersion.swift",
        "Generated/Entities/CiMacOsVersionResponse.swift",
        "Generated/Entities/CiMacOsVersionsResponse.swift",
        "Generated/Entities/CiManualBranchStartCondition.swift",
        "Generated/Entities/CiManualPullRequestStartCondition.swift",
        "Generated/Entities/CiManualTagStartCondition.swift",
        "Generated/Entities/CiProduct.swift",
        "Generated/Entities/CiProductResponse.swift",
        "Generated/Entities/CiProductsResponse.swift",
        "Generated/Entities/CiPullRequestStartCondition.swift",
        "Generated/Entities/CiScheduledStartCondition.swift",
        "Generated/Entities/CiStartConditionFileMatcher.swift",
        "Generated/Entities/CiTagPatterns.swift",
        "Generated/Entities/CiTagStartCondition.swift",
        "Generated/Entities/CiTestDestination.swift",
        "Generated/Entities/CiTestDestinationKind.swift",
        "Generated/Entities/CiTestResult.swift",
        "Generated/Entities/CiTestResultResponse.swift",
        "Generated/Entities/CiTestResultsResponse.swift",
        "Generated/Entities/CiTestStatus.swift",
        "Generated/Entities/CiWorkflow.swift",
        "Generated/Entities/CiWorkflowCreateRequest.swift",
        "Generated/Entities/CiWorkflowResponse.swift",
        "Generated/Entities/CiWorkflowUpdateRequest.swift",
        "Generated/Entities/CiWorkflowsResponse.swift",
        "Generated/Entities/CiXcodeVersion.swift",
        "Generated/Entities/CiXcodeVersionResponse.swift",
        "Generated/Entities/CiXcodeVersionsResponse.swift",
        "Generated/Entities/CustomerReview.swift",
        "Generated/Entities/CustomerReviewResponse.swift",
        "Generated/Entities/CustomerReviewResponseV1.swift",
        "Generated/Entities/CustomerReviewResponseV1CreateRequest.swift",
        "Generated/Entities/CustomerReviewResponseV1Response.swift",
        "Generated/Entities/CustomerReviewsResponse.swift",
        "Generated/Entities/Device.swift",
        "Generated/Entities/DeviceCreateRequest.swift",
        "Generated/Entities/DeviceFamily.swift",
        "Generated/Entities/DeviceFamilyOsVersionFilter.swift",
        "Generated/Entities/DeviceResponse.swift",
        "Generated/Entities/DeviceUpdateRequest.swift",
        "Generated/Entities/DevicesResponse.swift",
        "Generated/Entities/DevicesWithoutIncludesResponse.swift",
        "Generated/Entities/DiagnosticInsight.swift",
        "Generated/Entities/DiagnosticInsightDirection.swift",
        "Generated/Entities/DiagnosticInsightType.swift",
        "Generated/Entities/DiagnosticLog.swift",
        "Generated/Entities/DiagnosticLogCallStackNode.swift",
        "Generated/Entities/DiagnosticLogs.swift",
        "Generated/Entities/DiagnosticSignature.swift",
        "Generated/Entities/DiagnosticSignaturesResponse.swift",
        "Generated/Entities/DocumentLinks.swift",
        "Generated/Entities/EndAppAvailabilityPreOrder.swift",
        "Generated/Entities/EndAppAvailabilityPreOrderCreateRequest.swift",
        "Generated/Entities/EndAppAvailabilityPreOrderResponse.swift",
        "Generated/Entities/EndUserLicenseAgreement.swift",
        "Generated/Entities/EndUserLicenseAgreementCreateRequest.swift",
        "Generated/Entities/EndUserLicenseAgreementResponse.swift",
        "Generated/Entities/EndUserLicenseAgreementUpdateRequest.swift",
        "Generated/Entities/EndUserLicenseAgreementWithoutIncludesResponse.swift",
        "Generated/Entities/ExternalBetaState.swift",
        "Generated/Entities/FileLocation.swift",
        "Generated/Entities/GameCenterAchievement.swift",
        "Generated/Entities/GameCenterAchievementCreateRequest.swift",
        "Generated/Entities/GameCenterAchievementGroupAchievementLinkageRequest.swift",
        "Generated/Entities/GameCenterAchievementGroupAchievementLinkageResponse.swift",
        "Generated/Entities/GameCenterAchievementImage.swift",
        "Generated/Entities/GameCenterAchievementImageCreateRequest.swift",
        "Generated/Entities/GameCenterAchievementImageResponse.swift",
        "Generated/Entities/GameCenterAchievementImageUpdateRequest.swift",
        "Generated/Entities/GameCenterAchievementLocalization.swift",
        "Generated/Entities/GameCenterAchievementLocalizationCreateRequest.swift",
        "Generated/Entities/GameCenterAchievementLocalizationResponse.swift",
        "Generated/Entities/GameCenterAchievementLocalizationUpdateRequest.swift",
        "Generated/Entities/GameCenterAchievementLocalizationsResponse.swift",
        "Generated/Entities/GameCenterAchievementRelease.swift",
        "Generated/Entities/GameCenterAchievementReleaseCreateRequest.swift",
        "Generated/Entities/GameCenterAchievementReleaseResponse.swift",
        "Generated/Entities/GameCenterAchievementReleasesResponse.swift",
        "Generated/Entities/GameCenterAchievementResponse.swift",
        "Generated/Entities/GameCenterAchievementUpdateRequest.swift",
        "Generated/Entities/GameCenterAchievementsResponse.swift",
        "Generated/Entities/GameCenterAppVersion.swift",
        "Generated/Entities/GameCenterAppVersionCompatibilityVersionsLinkagesRequest.swift",
        "Generated/Entities/GameCenterAppVersionCompatibilityVersionsLinkagesResponse.swift",
        "Generated/Entities/GameCenterAppVersionCreateRequest.swift",
        "Generated/Entities/GameCenterAppVersionResponse.swift",
        "Generated/Entities/GameCenterAppVersionUpdateRequest.swift",
        "Generated/Entities/GameCenterAppVersionsResponse.swift",
        "Generated/Entities/GameCenterDetail.swift",
        "Generated/Entities/GameCenterDetailCreateRequest.swift",
        "Generated/Entities/GameCenterDetailGameCenterAchievementsLinkagesRequest.swift",
        "Generated/Entities/GameCenterDetailGameCenterAchievementsLinkagesResponse.swift",
        "Generated/Entities/GameCenterDetailGameCenterLeaderboardSetsLinkagesRequest.swift",
        "Generated/Entities/GameCenterDetailGameCenterLeaderboardSetsLinkagesResponse.swift",
        "Generated/Entities/GameCenterDetailGameCenterLeaderboardsLinkagesRequest.swift",
        "Generated/Entities/GameCenterDetailGameCenterLeaderboardsLinkagesResponse.swift",
        "Generated/Entities/GameCenterDetailResponse.swift",
        "Generated/Entities/GameCenterDetailUpdateRequest.swift",
        "Generated/Entities/GameCenterDetailsResponse.swift",
        "Generated/Entities/GameCenterEnabledVersion.swift",
        "Generated/Entities/GameCenterEnabledVersionCompatibleVersionsLinkagesRequest.swift",
        "Generated/Entities/GameCenterEnabledVersionCompatibleVersionsLinkagesResponse.swift",
        "Generated/Entities/GameCenterEnabledVersionsResponse.swift",
        "Generated/Entities/GameCenterGroup.swift",
        "Generated/Entities/GameCenterGroupCreateRequest.swift",
        "Generated/Entities/GameCenterGroupGameCenterAchievementsLinkagesRequest.swift",
        "Generated/Entities/GameCenterGroupGameCenterAchievementsLinkagesResponse.swift",
        "Generated/Entities/GameCenterGroupGameCenterLeaderboardSetsLinkagesRequest.swift",
        "Generated/Entities/GameCenterGroupGameCenterLeaderboardSetsLinkagesResponse.swift",
        "Generated/Entities/GameCenterGroupGameCenterLeaderboardsLinkagesRequest.swift",
        "Generated/Entities/GameCenterGroupGameCenterLeaderboardsLinkagesResponse.swift",
        "Generated/Entities/GameCenterGroupResponse.swift",
        "Generated/Entities/GameCenterGroupUpdateRequest.swift",
        "Generated/Entities/GameCenterGroupsResponse.swift",
        "Generated/Entities/GameCenterLeaderboard.swift",
        "Generated/Entities/GameCenterLeaderboardCreateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardEntrySubmission.swift",
        "Generated/Entities/GameCenterLeaderboardEntrySubmissionCreateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardEntrySubmissionResponse.swift",
        "Generated/Entities/GameCenterLeaderboardFormatter.swift",
        "Generated/Entities/GameCenterLeaderboardGroupLeaderboardLinkageRequest.swift",
        "Generated/Entities/GameCenterLeaderboardGroupLeaderboardLinkageResponse.swift",
        "Generated/Entities/GameCenterLeaderboardImage.swift",
        "Generated/Entities/GameCenterLeaderboardImageCreateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardImageResponse.swift",
        "Generated/Entities/GameCenterLeaderboardImageUpdateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardLocalization.swift",
        "Generated/Entities/GameCenterLeaderboardLocalizationCreateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardLocalizationResponse.swift",
        "Generated/Entities/GameCenterLeaderboardLocalizationUpdateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardLocalizationsResponse.swift",
        "Generated/Entities/GameCenterLeaderboardRelease.swift",
        "Generated/Entities/GameCenterLeaderboardReleaseCreateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardReleaseResponse.swift",
        "Generated/Entities/GameCenterLeaderboardReleasesResponse.swift",
        "Generated/Entities/GameCenterLeaderboardResponse.swift",
        "Generated/Entities/GameCenterLeaderboardSet.swift",
        "Generated/Entities/GameCenterLeaderboardSetCreateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesRequest.swift",
        "Generated/Entities/GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesResponse.swift",
        "Generated/Entities/GameCenterLeaderboardSetGroupLeaderboardSetLinkageRequest.swift",
        "Generated/Entities/GameCenterLeaderboardSetGroupLeaderboardSetLinkageResponse.swift",
        "Generated/Entities/GameCenterLeaderboardSetImage.swift",
        "Generated/Entities/GameCenterLeaderboardSetImageCreateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardSetImageResponse.swift",
        "Generated/Entities/GameCenterLeaderboardSetImageUpdateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardSetLocalization.swift",
        "Generated/Entities/GameCenterLeaderboardSetLocalizationCreateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardSetLocalizationResponse.swift",
        "Generated/Entities/GameCenterLeaderboardSetLocalizationUpdateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardSetLocalizationsResponse.swift",
        "Generated/Entities/GameCenterLeaderboardSetMemberLocalization.swift",
        "Generated/Entities/GameCenterLeaderboardSetMemberLocalizationCreateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardSetMemberLocalizationResponse.swift",
        "Generated/Entities/GameCenterLeaderboardSetMemberLocalizationUpdateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardSetMemberLocalizationsResponse.swift",
        "Generated/Entities/GameCenterLeaderboardSetRelease.swift",
        "Generated/Entities/GameCenterLeaderboardSetReleaseCreateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardSetReleaseResponse.swift",
        "Generated/Entities/GameCenterLeaderboardSetReleasesResponse.swift",
        "Generated/Entities/GameCenterLeaderboardSetResponse.swift",
        "Generated/Entities/GameCenterLeaderboardSetUpdateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardSetsResponse.swift",
        "Generated/Entities/GameCenterLeaderboardUpdateRequest.swift",
        "Generated/Entities/GameCenterLeaderboardsResponse.swift",
        "Generated/Entities/GameCenterMatchmakingAppRequestsV1MetricResponse.swift",
        "Generated/Entities/GameCenterMatchmakingBooleanRuleResultsV1MetricResponse.swift",
        "Generated/Entities/GameCenterMatchmakingNumberRuleResultsV1MetricResponse.swift",
        "Generated/Entities/GameCenterMatchmakingQueue.swift",
        "Generated/Entities/GameCenterMatchmakingQueueCreateRequest.swift",
        "Generated/Entities/GameCenterMatchmakingQueueRequestsV1MetricResponse.swift",
        "Generated/Entities/GameCenterMatchmakingQueueResponse.swift",
        "Generated/Entities/GameCenterMatchmakingQueueSizesV1MetricResponse.swift",
        "Generated/Entities/GameCenterMatchmakingQueueUpdateRequest.swift",
        "Generated/Entities/GameCenterMatchmakingQueuesResponse.swift",
        "Generated/Entities/GameCenterMatchmakingRule.swift",
        "Generated/Entities/GameCenterMatchmakingRuleCreateRequest.swift",
        "Generated/Entities/GameCenterMatchmakingRuleErrorsV1MetricResponse.swift",
        "Generated/Entities/GameCenterMatchmakingRuleResponse.swift",
        "Generated/Entities/GameCenterMatchmakingRuleSet.swift",
        "Generated/Entities/GameCenterMatchmakingRuleSetCreateRequest.swift",
        "Generated/Entities/GameCenterMatchmakingRuleSetResponse.swift",
        "Generated/Entities/GameCenterMatchmakingRuleSetTest.swift",
        "Generated/Entities/GameCenterMatchmakingRuleSetTestCreateRequest.swift",
        "Generated/Entities/GameCenterMatchmakingRuleSetTestResponse.swift",
        "Generated/Entities/GameCenterMatchmakingRuleSetUpdateRequest.swift",
        "Generated/Entities/GameCenterMatchmakingRuleSetsResponse.swift",
        "Generated/Entities/GameCenterMatchmakingRuleUpdateRequest.swift",
        "Generated/Entities/GameCenterMatchmakingRulesResponse.swift",
        "Generated/Entities/GameCenterMatchmakingSessionsV1MetricResponse.swift",
        "Generated/Entities/GameCenterMatchmakingTeam.swift",
        "Generated/Entities/GameCenterMatchmakingTeamAssignment.swift",
        "Generated/Entities/GameCenterMatchmakingTeamCreateRequest.swift",
        "Generated/Entities/GameCenterMatchmakingTeamResponse.swift",
        "Generated/Entities/GameCenterMatchmakingTeamUpdateRequest.swift",
        "Generated/Entities/GameCenterMatchmakingTeamsResponse.swift",
        "Generated/Entities/GameCenterMatchmakingTestPlayerPropertyInlineCreate.swift",
        "Generated/Entities/GameCenterMatchmakingTestRequestInlineCreate.swift",
        "Generated/Entities/GameCenterPlayerAchievementSubmission.swift",
        "Generated/Entities/GameCenterPlayerAchievementSubmissionCreateRequest.swift",
        "Generated/Entities/GameCenterPlayerAchievementSubmissionResponse.swift",
        "Generated/Entities/HTTPHeader.swift",
        "Generated/Entities/IconAssetType.swift",
        "Generated/Entities/ImageAsset.swift",
        "Generated/Entities/InAppPurchase.swift",
        "Generated/Entities/InAppPurchaseAppStoreReviewScreenshot.swift",
        "Generated/Entities/InAppPurchaseAppStoreReviewScreenshotCreateRequest.swift",
        "Generated/Entities/InAppPurchaseAppStoreReviewScreenshotResponse.swift",
        "Generated/Entities/InAppPurchaseAppStoreReviewScreenshotUpdateRequest.swift",
        "Generated/Entities/InAppPurchaseAvailability.swift",
        "Generated/Entities/InAppPurchaseAvailabilityCreateRequest.swift",
        "Generated/Entities/InAppPurchaseAvailabilityResponse.swift",
        "Generated/Entities/InAppPurchaseContent.swift",
        "Generated/Entities/InAppPurchaseContentResponse.swift",
        "Generated/Entities/InAppPurchaseImage.swift",
        "Generated/Entities/InAppPurchaseImageCreateRequest.swift",
        "Generated/Entities/InAppPurchaseImageResponse.swift",
        "Generated/Entities/InAppPurchaseImageUpdateRequest.swift",
        "Generated/Entities/InAppPurchaseImagesResponse.swift",
        "Generated/Entities/InAppPurchaseLocalization.swift",
        "Generated/Entities/InAppPurchaseLocalizationCreateRequest.swift",
        "Generated/Entities/InAppPurchaseLocalizationResponse.swift",
        "Generated/Entities/InAppPurchaseLocalizationUpdateRequest.swift",
        "Generated/Entities/InAppPurchaseLocalizationsResponse.swift",
        "Generated/Entities/InAppPurchasePrice.swift",
        "Generated/Entities/InAppPurchasePriceInlineCreate.swift",
        "Generated/Entities/InAppPurchasePricePoint.swift",
        "Generated/Entities/InAppPurchasePricePointsResponse.swift",
        "Generated/Entities/InAppPurchasePriceSchedule.swift",
        "Generated/Entities/InAppPurchasePriceScheduleCreateRequest.swift",
        "Generated/Entities/InAppPurchasePriceScheduleResponse.swift",
        "Generated/Entities/InAppPurchasePricesResponse.swift",
        "Generated/Entities/InAppPurchaseResponse.swift",
        "Generated/Entities/InAppPurchaseState.swift",
        "Generated/Entities/InAppPurchaseSubmission.swift",
        "Generated/Entities/InAppPurchaseSubmissionCreateRequest.swift",
        "Generated/Entities/InAppPurchaseSubmissionResponse.swift",
        "Generated/Entities/InAppPurchaseType.swift",
        "Generated/Entities/InAppPurchaseV2.swift",
        "Generated/Entities/InAppPurchaseV2CreateRequest.swift",
        "Generated/Entities/InAppPurchaseV2Response.swift",
        "Generated/Entities/InAppPurchaseV2UpdateRequest.swift",
        "Generated/Entities/InAppPurchasesResponse.swift",
        "Generated/Entities/InAppPurchasesV2Response.swift",
        "Generated/Entities/IntegerRange.swift",
        "Generated/Entities/InternalBetaState.swift",
        "Generated/Entities/KidsAgeBand.swift",
        "Generated/Entities/Location.swift",
        "Generated/Entities/MarketplaceDomain.swift",
        "Generated/Entities/MarketplaceDomainCreateRequest.swift",
        "Generated/Entities/MarketplaceDomainResponse.swift",
        "Generated/Entities/MarketplaceDomainsResponse.swift",
        "Generated/Entities/MarketplaceSearchDetail.swift",
        "Generated/Entities/MarketplaceSearchDetailCreateRequest.swift",
        "Generated/Entities/MarketplaceSearchDetailResponse.swift",
        "Generated/Entities/MarketplaceSearchDetailUpdateRequest.swift",
        "Generated/Entities/MarketplaceWebhook.swift",
        "Generated/Entities/MarketplaceWebhookCreateRequest.swift",
        "Generated/Entities/MarketplaceWebhookResponse.swift",
        "Generated/Entities/MarketplaceWebhookUpdateRequest.swift",
        "Generated/Entities/MarketplaceWebhooksResponse.swift",
        "Generated/Entities/MerchantID.swift",
        "Generated/Entities/MerchantIDCreateRequest.swift",
        "Generated/Entities/MerchantIDResponse.swift",
        "Generated/Entities/MerchantIDUpdateRequest.swift",
        "Generated/Entities/MerchantIDsResponse.swift",
        "Generated/Entities/MetricCategories.swift",
        "Generated/Entities/MetricsInsight.swift",
        "Generated/Entities/Nomination.swift",
        "Generated/Entities/NominationCreateRequest.swift",
        "Generated/Entities/NominationResponse.swift",
        "Generated/Entities/NominationUpdateRequest.swift",
        "Generated/Entities/NominationsResponse.swift",
        "Generated/Entities/PagingInformation.swift",
        "Generated/Entities/PerfPowerMetric.swift",
        "Generated/Entities/PhasedReleaseState.swift",
        "Generated/Entities/Platform.swift",
        "Generated/Entities/PreReleaseVersionsResponse.swift",
        "Generated/Entities/PreReleaseVersionsWithoutIncludesResponse.swift",
        "Generated/Entities/PrereleaseVersion.swift",
        "Generated/Entities/PrereleaseVersionResponse.swift",
        "Generated/Entities/PrereleaseVersionWithoutIncludesResponse.swift",
        "Generated/Entities/PreviewFrameImage.swift",
        "Generated/Entities/PreviewType.swift",
        "Generated/Entities/Profile.swift",
        "Generated/Entities/ProfileCreateRequest.swift",
        "Generated/Entities/ProfileResponse.swift",
        "Generated/Entities/ProfilesResponse.swift",
        "Generated/Entities/ProfilesWithoutIncludesResponse.swift",
        "Generated/Entities/PromotedPurchase.swift",
        "Generated/Entities/PromotedPurchaseCreateRequest.swift",
        "Generated/Entities/PromotedPurchaseResponse.swift",
        "Generated/Entities/PromotedPurchaseUpdateRequest.swift",
        "Generated/Entities/PromotedPurchasesResponse.swift",
        "Generated/Entities/Property.swift",
        "Generated/Entities/RelationshipLinks.swift",
        "Generated/Entities/ResourceLinks.swift",
        "Generated/Entities/ReviewSubmission.swift",
        "Generated/Entities/ReviewSubmissionCreateRequest.swift",
        "Generated/Entities/ReviewSubmissionItem.swift",
        "Generated/Entities/ReviewSubmissionItemCreateRequest.swift",
        "Generated/Entities/ReviewSubmissionItemResponse.swift",
        "Generated/Entities/ReviewSubmissionItemUpdateRequest.swift",
        "Generated/Entities/ReviewSubmissionItemsResponse.swift",
        "Generated/Entities/ReviewSubmissionResponse.swift",
        "Generated/Entities/ReviewSubmissionUpdateRequest.swift",
        "Generated/Entities/ReviewSubmissionsResponse.swift",
        "Generated/Entities/RoutingAppCoverage.swift",
        "Generated/Entities/RoutingAppCoverageCreateRequest.swift",
        "Generated/Entities/RoutingAppCoverageResponse.swift",
        "Generated/Entities/RoutingAppCoverageUpdateRequest.swift",
        "Generated/Entities/RoutingAppCoverageWithoutIncludesResponse.swift",
        "Generated/Entities/SandboxTesterV2.swift",
        "Generated/Entities/SandboxTesterV2Response.swift",
        "Generated/Entities/SandboxTesterV2UpdateRequest.swift",
        "Generated/Entities/SandboxTestersClearPurchaseHistoryRequestV2.swift",
        "Generated/Entities/SandboxTestersClearPurchaseHistoryRequestV2CreateRequest.swift",
        "Generated/Entities/SandboxTestersClearPurchaseHistoryRequestV2Response.swift",
        "Generated/Entities/SandboxTestersV2Response.swift",
        "Generated/Entities/ScmGitReference.swift",
        "Generated/Entities/ScmGitReferenceResponse.swift",
        "Generated/Entities/ScmGitReferencesResponse.swift",
        "Generated/Entities/ScmProvider.swift",
        "Generated/Entities/ScmProviderResponse.swift",
        "Generated/Entities/ScmProviderType.swift",
        "Generated/Entities/ScmProvidersResponse.swift",
        "Generated/Entities/ScmPullRequest.swift",
        "Generated/Entities/ScmPullRequestResponse.swift",
        "Generated/Entities/ScmPullRequestsResponse.swift",
        "Generated/Entities/ScmRepositoriesResponse.swift",
        "Generated/Entities/ScmRepository.swift",
        "Generated/Entities/ScmRepositoryResponse.swift",
        "Generated/Entities/ScreenshotDisplayType.swift",
        "Generated/Entities/Subscription.swift",
        "Generated/Entities/SubscriptionAppStoreReviewScreenshot.swift",
        "Generated/Entities/SubscriptionAppStoreReviewScreenshotCreateRequest.swift",
        "Generated/Entities/SubscriptionAppStoreReviewScreenshotResponse.swift",
        "Generated/Entities/SubscriptionAppStoreReviewScreenshotUpdateRequest.swift",
        "Generated/Entities/SubscriptionAvailability.swift",
        "Generated/Entities/SubscriptionAvailabilityCreateRequest.swift",
        "Generated/Entities/SubscriptionAvailabilityResponse.swift",
        "Generated/Entities/SubscriptionCreateRequest.swift",
        "Generated/Entities/SubscriptionCustomerEligibility.swift",
        "Generated/Entities/SubscriptionGracePeriod.swift",
        "Generated/Entities/SubscriptionGracePeriodDuration.swift",
        "Generated/Entities/SubscriptionGracePeriodResponse.swift",
        "Generated/Entities/SubscriptionGracePeriodUpdateRequest.swift",
        "Generated/Entities/SubscriptionGroup.swift",
        "Generated/Entities/SubscriptionGroupCreateRequest.swift",
        "Generated/Entities/SubscriptionGroupLocalization.swift",
        "Generated/Entities/SubscriptionGroupLocalizationCreateRequest.swift",
        "Generated/Entities/SubscriptionGroupLocalizationResponse.swift",
        "Generated/Entities/SubscriptionGroupLocalizationUpdateRequest.swift",
        "Generated/Entities/SubscriptionGroupLocalizationsResponse.swift",
        "Generated/Entities/SubscriptionGroupResponse.swift",
        "Generated/Entities/SubscriptionGroupSubmission.swift",
        "Generated/Entities/SubscriptionGroupSubmissionCreateRequest.swift",
        "Generated/Entities/SubscriptionGroupSubmissionResponse.swift",
        "Generated/Entities/SubscriptionGroupUpdateRequest.swift",
        "Generated/Entities/SubscriptionGroupsResponse.swift",
        "Generated/Entities/SubscriptionImage.swift",
        "Generated/Entities/SubscriptionImageCreateRequest.swift",
        "Generated/Entities/SubscriptionImageResponse.swift",
        "Generated/Entities/SubscriptionImageUpdateRequest.swift",
        "Generated/Entities/SubscriptionImagesResponse.swift",
        "Generated/Entities/SubscriptionIntroductoryOffer.swift",
        "Generated/Entities/SubscriptionIntroductoryOfferCreateRequest.swift",
        "Generated/Entities/SubscriptionIntroductoryOfferInlineCreate.swift",
        "Generated/Entities/SubscriptionIntroductoryOfferResponse.swift",
        "Generated/Entities/SubscriptionIntroductoryOfferUpdateRequest.swift",
        "Generated/Entities/SubscriptionIntroductoryOffersLinkagesRequest.swift",
        "Generated/Entities/SubscriptionIntroductoryOffersLinkagesResponse.swift",
        "Generated/Entities/SubscriptionIntroductoryOffersResponse.swift",
        "Generated/Entities/SubscriptionLocalization.swift",
        "Generated/Entities/SubscriptionLocalizationCreateRequest.swift",
        "Generated/Entities/SubscriptionLocalizationResponse.swift",
        "Generated/Entities/SubscriptionLocalizationUpdateRequest.swift",
        "Generated/Entities/SubscriptionLocalizationsResponse.swift",
        "Generated/Entities/SubscriptionOfferCode.swift",
        "Generated/Entities/SubscriptionOfferCodeCreateRequest.swift",
        "Generated/Entities/SubscriptionOfferCodeCustomCode.swift",
        "Generated/Entities/SubscriptionOfferCodeCustomCodeCreateRequest.swift",
        "Generated/Entities/SubscriptionOfferCodeCustomCodeResponse.swift",
        "Generated/Entities/SubscriptionOfferCodeCustomCodeUpdateRequest.swift",
        "Generated/Entities/SubscriptionOfferCodeCustomCodesResponse.swift",
        "Generated/Entities/SubscriptionOfferCodeOneTimeUseCode.swift",
        "Generated/Entities/SubscriptionOfferCodeOneTimeUseCodeCreateRequest.swift",
        "Generated/Entities/SubscriptionOfferCodeOneTimeUseCodeResponse.swift",
        "Generated/Entities/SubscriptionOfferCodeOneTimeUseCodeUpdateRequest.swift",
        "Generated/Entities/SubscriptionOfferCodeOneTimeUseCodeValue.swift",
        "Generated/Entities/SubscriptionOfferCodeOneTimeUseCodesResponse.swift",
        "Generated/Entities/SubscriptionOfferCodePrice.swift",
        "Generated/Entities/SubscriptionOfferCodePriceInlineCreate.swift",
        "Generated/Entities/SubscriptionOfferCodePricesResponse.swift",
        "Generated/Entities/SubscriptionOfferCodeResponse.swift",
        "Generated/Entities/SubscriptionOfferCodeUpdateRequest.swift",
        "Generated/Entities/SubscriptionOfferCodesResponse.swift",
        "Generated/Entities/SubscriptionOfferDuration.swift",
        "Generated/Entities/SubscriptionOfferEligibility.swift",
        "Generated/Entities/SubscriptionOfferMode.swift",
        "Generated/Entities/SubscriptionPrice.swift",
        "Generated/Entities/SubscriptionPriceCreateRequest.swift",
        "Generated/Entities/SubscriptionPriceInlineCreate.swift",
        "Generated/Entities/SubscriptionPricePoint.swift",
        "Generated/Entities/SubscriptionPricePointInlineCreate.swift",
        "Generated/Entities/SubscriptionPricePointResponse.swift",
        "Generated/Entities/SubscriptionPricePointsResponse.swift",
        "Generated/Entities/SubscriptionPriceResponse.swift",
        "Generated/Entities/SubscriptionPricesLinkagesRequest.swift",
        "Generated/Entities/SubscriptionPricesLinkagesResponse.swift",
        "Generated/Entities/SubscriptionPricesResponse.swift",
        "Generated/Entities/SubscriptionPromotionalOffer.swift",
        "Generated/Entities/SubscriptionPromotionalOfferCreateRequest.swift",
        "Generated/Entities/SubscriptionPromotionalOfferInlineCreate.swift",
        "Generated/Entities/SubscriptionPromotionalOfferPrice.swift",
        "Generated/Entities/SubscriptionPromotionalOfferPriceInlineCreate.swift",
        "Generated/Entities/SubscriptionPromotionalOfferPricesResponse.swift",
        "Generated/Entities/SubscriptionPromotionalOfferResponse.swift",
        "Generated/Entities/SubscriptionPromotionalOfferUpdateRequest.swift",
        "Generated/Entities/SubscriptionPromotionalOffersResponse.swift",
        "Generated/Entities/SubscriptionResponse.swift",
        "Generated/Entities/SubscriptionStatusURLVersion.swift",
        "Generated/Entities/SubscriptionSubmission.swift",
        "Generated/Entities/SubscriptionSubmissionCreateRequest.swift",
        "Generated/Entities/SubscriptionSubmissionResponse.swift",
        "Generated/Entities/SubscriptionUpdateRequest.swift",
        "Generated/Entities/SubscriptionsResponse.swift",
        "Generated/Entities/TerritoriesResponse.swift",
        "Generated/Entities/TerritoriesWithoutIncludesResponse.swift",
        "Generated/Entities/Territory.swift",
        "Generated/Entities/TerritoryAvailabilitiesResponse.swift",
        "Generated/Entities/TerritoryAvailability.swift",
        "Generated/Entities/TerritoryAvailabilityInlineCreate.swift",
        "Generated/Entities/TerritoryAvailabilityResponse.swift",
        "Generated/Entities/TerritoryAvailabilityUpdateRequest.swift",
        "Generated/Entities/TerritoryCode.swift",
        "Generated/Entities/TerritoryInlineCreate.swift",
        "Generated/Entities/TerritoryResponse.swift",
        "Generated/Entities/UploadOperation.swift",
        "Generated/Entities/User.swift",
        "Generated/Entities/UserInvitation.swift",
        "Generated/Entities/UserInvitationCreateRequest.swift",
        "Generated/Entities/UserInvitationResponse.swift",
        "Generated/Entities/UserInvitationsResponse.swift",
        "Generated/Entities/UserResponse.swift",
        "Generated/Entities/UserRole.swift",
        "Generated/Entities/UserUpdateRequest.swift",
        "Generated/Entities/UserVisibleAppsLinkagesRequest.swift",
        "Generated/Entities/UserVisibleAppsLinkagesResponse.swift",
        "Generated/Entities/UsersResponse.swift",
        "Generated/Entities/WinBackOffer.swift",
        "Generated/Entities/WinBackOfferCreateRequest.swift",
        "Generated/Entities/WinBackOfferPrice.swift",
        "Generated/Entities/WinBackOfferPriceInlineCreate.swift",
        "Generated/Entities/WinBackOfferPricesResponse.swift",
        "Generated/Entities/WinBackOfferResponse.swift",
        "Generated/Entities/WinBackOfferUpdateRequest.swift",
        "Generated/Entities/WinBackOffersResponse.swift",
        "Generated/Entities/XcodeMetrics.swift",
        "Generated/Extensions/Resources.swift",
        "Generated/Paths/PathsV1.swift",
        "Generated/Paths/PathsV1Actors.swift",
        "Generated/Paths/PathsV1ActorsWithID.swift",
        "Generated/Paths/PathsV1AgeRatingDeclarations.swift",
        "Generated/Paths/PathsV1AgeRatingDeclarationsWithID.swift",
        "Generated/Paths/PathsV1AlternativeDistributionDomains.swift",
        "Generated/Paths/PathsV1AlternativeDistributionDomainsWithID.swift",
        "Generated/Paths/PathsV1AlternativeDistributionKeys.swift",
        "Generated/Paths/PathsV1AlternativeDistributionKeysWithID.swift",
        "Generated/Paths/PathsV1AlternativeDistributionPackageDeltas.swift",
        "Generated/Paths/PathsV1AlternativeDistributionPackageDeltasWithID.swift",
        "Generated/Paths/PathsV1AlternativeDistributionPackageVariants.swift",
        "Generated/Paths/PathsV1AlternativeDistributionPackageVariantsWithID.swift",
        "Generated/Paths/PathsV1AlternativeDistributionPackageVersions.swift",
        "Generated/Paths/PathsV1AlternativeDistributionPackageVersionsWithID.swift",
        "Generated/Paths/PathsV1AlternativeDistributionPackageVersionsWithIDDeltas.swift",
        "Generated/Paths/PathsV1AlternativeDistributionPackageVersionsWithIDVariants.swift",
        "Generated/Paths/PathsV1AlternativeDistributionPackages.swift",
        "Generated/Paths/PathsV1AlternativeDistributionPackagesWithID.swift",
        "Generated/Paths/PathsV1AlternativeDistributionPackagesWithIDVersions.swift",
        "Generated/Paths/PathsV1AnalyticsReportInstances.swift",
        "Generated/Paths/PathsV1AnalyticsReportInstancesWithID.swift",
        "Generated/Paths/PathsV1AnalyticsReportInstancesWithIDSegments.swift",
        "Generated/Paths/PathsV1AnalyticsReportRequests.swift",
        "Generated/Paths/PathsV1AnalyticsReportRequestsWithID.swift",
        "Generated/Paths/PathsV1AnalyticsReportRequestsWithIDReports.swift",
        "Generated/Paths/PathsV1AnalyticsReportSegments.swift",
        "Generated/Paths/PathsV1AnalyticsReportSegmentsWithID.swift",
        "Generated/Paths/PathsV1AnalyticsReports.swift",
        "Generated/Paths/PathsV1AnalyticsReportsWithID.swift",
        "Generated/Paths/PathsV1AnalyticsReportsWithIDInstances.swift",
        "Generated/Paths/PathsV1AppCategories.swift",
        "Generated/Paths/PathsV1AppCategoriesWithID.swift",
        "Generated/Paths/PathsV1AppCategoriesWithIDParent.swift",
        "Generated/Paths/PathsV1AppCategoriesWithIDSubcategories.swift",
        "Generated/Paths/PathsV1AppClipAdvancedExperienceImages.swift",
        "Generated/Paths/PathsV1AppClipAdvancedExperienceImagesWithID.swift",
        "Generated/Paths/PathsV1AppClipAdvancedExperiences.swift",
        "Generated/Paths/PathsV1AppClipAdvancedExperiencesWithID.swift",
        "Generated/Paths/PathsV1AppClipAppStoreReviewDetails.swift",
        "Generated/Paths/PathsV1AppClipAppStoreReviewDetailsWithID.swift",
        "Generated/Paths/PathsV1AppClipDefaultExperienceLocalizations.swift",
        "Generated/Paths/PathsV1AppClipDefaultExperienceLocalizationsWithID.swift",
        "Generated/Paths/PathsV1AppClipDefaultExperienceLocalizationsWithIDAppClipHeaderImage.swift",
        "Generated/Paths/PathsV1AppClipDefaultExperiences.swift",
        "Generated/Paths/PathsV1AppClipDefaultExperiencesWithID.swift",
        "Generated/Paths/PathsV1AppClipDefaultExperiencesWithIDAppClipAppStoreReviewDetail.swift",
        "Generated/Paths/PathsV1AppClipDefaultExperiencesWithIDAppClipDefaultExperienceLocalizations.swift",
        "Generated/Paths/PathsV1AppClipDefaultExperiencesWithIDRelationships.swift",
        "Generated/Paths/PathsV1AppClipDefaultExperiencesWithIDRelationshipsReleaseWithAppStoreVersion.swift",
        "Generated/Paths/PathsV1AppClipDefaultExperiencesWithIDReleaseWithAppStoreVersion.swift",
        "Generated/Paths/PathsV1AppClipHeaderImages.swift",
        "Generated/Paths/PathsV1AppClipHeaderImagesWithID.swift",
        "Generated/Paths/PathsV1AppClips.swift",
        "Generated/Paths/PathsV1AppClipsWithID.swift",
        "Generated/Paths/PathsV1AppClipsWithIDAppClipAdvancedExperiences.swift",
        "Generated/Paths/PathsV1AppClipsWithIDAppClipDefaultExperiences.swift",
        "Generated/Paths/PathsV1AppCustomProductPageLocalizations.swift",
        "Generated/Paths/PathsV1AppCustomProductPageLocalizationsWithID.swift",
        "Generated/Paths/PathsV1AppCustomProductPageLocalizationsWithIDAppPreviewSets.swift",
        "Generated/Paths/PathsV1AppCustomProductPageLocalizationsWithIDAppScreenshotSets.swift",
        "Generated/Paths/PathsV1AppCustomProductPageVersions.swift",
        "Generated/Paths/PathsV1AppCustomProductPageVersionsWithID.swift",
        "Generated/Paths/PathsV1AppCustomProductPageVersionsWithIDAppCustomProductPageLocalizations.swift",
        "Generated/Paths/PathsV1AppCustomProductPages.swift",
        "Generated/Paths/PathsV1AppCustomProductPagesWithID.swift",
        "Generated/Paths/PathsV1AppCustomProductPagesWithIDAppCustomProductPageVersions.swift",
        "Generated/Paths/PathsV1AppEncryptionDeclarationDocuments.swift",
        "Generated/Paths/PathsV1AppEncryptionDeclarationDocumentsWithID.swift",
        "Generated/Paths/PathsV1AppEncryptionDeclarations.swift",
        "Generated/Paths/PathsV1AppEncryptionDeclarationsWithID.swift",
        "Generated/Paths/PathsV1AppEncryptionDeclarationsWithIDApp.swift",
        "Generated/Paths/PathsV1AppEncryptionDeclarationsWithIDAppEncryptionDeclarationDocument.swift",
        "Generated/Paths/PathsV1AppEncryptionDeclarationsWithIDRelationships.swift",
        "Generated/Paths/PathsV1AppEncryptionDeclarationsWithIDRelationshipsBuilds.swift",
        "Generated/Paths/PathsV1AppEventLocalizations.swift",
        "Generated/Paths/PathsV1AppEventLocalizationsWithID.swift",
        "Generated/Paths/PathsV1AppEventLocalizationsWithIDAppEventScreenshots.swift",
        "Generated/Paths/PathsV1AppEventLocalizationsWithIDAppEventVideoClips.swift",
        "Generated/Paths/PathsV1AppEventScreenshots.swift",
        "Generated/Paths/PathsV1AppEventScreenshotsWithID.swift",
        "Generated/Paths/PathsV1AppEventVideoClips.swift",
        "Generated/Paths/PathsV1AppEventVideoClipsWithID.swift",
        "Generated/Paths/PathsV1AppEvents.swift",
        "Generated/Paths/PathsV1AppEventsWithID.swift",
        "Generated/Paths/PathsV1AppEventsWithIDLocalizations.swift",
        "Generated/Paths/PathsV1AppInfoLocalizations.swift",
        "Generated/Paths/PathsV1AppInfoLocalizationsWithID.swift",
        "Generated/Paths/PathsV1AppInfos.swift",
        "Generated/Paths/PathsV1AppInfosWithID.swift",
        "Generated/Paths/PathsV1AppInfosWithIDAgeRatingDeclaration.swift",
        "Generated/Paths/PathsV1AppInfosWithIDAppInfoLocalizations.swift",
        "Generated/Paths/PathsV1AppInfosWithIDPrimaryCategory.swift",
        "Generated/Paths/PathsV1AppInfosWithIDPrimarySubcategoryOne.swift",
        "Generated/Paths/PathsV1AppInfosWithIDPrimarySubcategoryTwo.swift",
        "Generated/Paths/PathsV1AppInfosWithIDSecondaryCategory.swift",
        "Generated/Paths/PathsV1AppInfosWithIDSecondarySubcategoryOne.swift",
        "Generated/Paths/PathsV1AppInfosWithIDSecondarySubcategoryTwo.swift",
        "Generated/Paths/PathsV1AppPreviewSets.swift",
        "Generated/Paths/PathsV1AppPreviewSetsWithID.swift",
        "Generated/Paths/PathsV1AppPreviewSetsWithIDAppPreviews.swift",
        "Generated/Paths/PathsV1AppPreviewSetsWithIDRelationships.swift",
        "Generated/Paths/PathsV1AppPreviewSetsWithIDRelationshipsAppPreviews.swift",
        "Generated/Paths/PathsV1AppPreviews.swift",
        "Generated/Paths/PathsV1AppPreviewsWithID.swift",
        "Generated/Paths/PathsV1AppPriceSchedules.swift",
        "Generated/Paths/PathsV1AppPriceSchedulesWithID.swift",
        "Generated/Paths/PathsV1AppPriceSchedulesWithIDAutomaticPrices.swift",
        "Generated/Paths/PathsV1AppPriceSchedulesWithIDBaseTerritory.swift",
        "Generated/Paths/PathsV1AppPriceSchedulesWithIDManualPrices.swift",
        "Generated/Paths/PathsV1AppScreenshotSets.swift",
        "Generated/Paths/PathsV1AppScreenshotSetsWithID.swift",
        "Generated/Paths/PathsV1AppScreenshotSetsWithIDAppScreenshots.swift",
        "Generated/Paths/PathsV1AppScreenshotSetsWithIDRelationships.swift",
        "Generated/Paths/PathsV1AppScreenshotSetsWithIDRelationshipsAppScreenshots.swift",
        "Generated/Paths/PathsV1AppScreenshots.swift",
        "Generated/Paths/PathsV1AppScreenshotsWithID.swift",
        "Generated/Paths/PathsV1AppStoreReviewAttachments.swift",
        "Generated/Paths/PathsV1AppStoreReviewAttachmentsWithID.swift",
        "Generated/Paths/PathsV1AppStoreReviewDetails.swift",
        "Generated/Paths/PathsV1AppStoreReviewDetailsWithID.swift",
        "Generated/Paths/PathsV1AppStoreReviewDetailsWithIDAppStoreReviewAttachments.swift",
        "Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentLocalizations.swift",
        "Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentLocalizationsWithID.swift",
        "Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentLocalizationsWithIDAppPreviewSets.swift",
        "Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentLocalizationsWithIDAppScreenshotSets.swift",
        "Generated/Paths/PathsV1AppStoreVersionExperimentTreatments.swift",
        "Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentsWithID.swift",
        "Generated/Paths/PathsV1AppStoreVersionExperimentTreatmentsWithIDAppStoreVersionExperimentTreatmentLocalizations.swift",
        "Generated/Paths/PathsV1AppStoreVersionExperiments.swift",
        "Generated/Paths/PathsV1AppStoreVersionExperimentsWithID.swift",
        "Generated/Paths/PathsV1AppStoreVersionExperimentsWithIDAppStoreVersionExperimentTreatments.swift",
        "Generated/Paths/PathsV1AppStoreVersionLocalizations.swift",
        "Generated/Paths/PathsV1AppStoreVersionLocalizationsWithID.swift",
        "Generated/Paths/PathsV1AppStoreVersionLocalizationsWithIDAppPreviewSets.swift",
        "Generated/Paths/PathsV1AppStoreVersionLocalizationsWithIDAppScreenshotSets.swift",
        "Generated/Paths/PathsV1AppStoreVersionPhasedReleases.swift",
        "Generated/Paths/PathsV1AppStoreVersionPhasedReleasesWithID.swift",
        "Generated/Paths/PathsV1AppStoreVersionPromotions.swift",
        "Generated/Paths/PathsV1AppStoreVersionReleaseRequests.swift",
        "Generated/Paths/PathsV1AppStoreVersionSubmissions.swift",
        "Generated/Paths/PathsV1AppStoreVersionSubmissionsWithID.swift",
        "Generated/Paths/PathsV1AppStoreVersions.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithID.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDAgeRatingDeclaration.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDAlternativeDistributionPackage.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDAppClipDefaultExperience.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDAppStoreReviewDetail.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDAppStoreVersionExperiments.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDAppStoreVersionExperimentsV2.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDAppStoreVersionLocalizations.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDAppStoreVersionPhasedRelease.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDAppStoreVersionSubmission.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDBuild.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDCustomerReviews.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDGameCenterAppVersion.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDRelationships.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsAppClipDefaultExperience.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDRelationshipsBuild.swift",
        "Generated/Paths/PathsV1AppStoreVersionsWithIDRoutingAppCoverage.swift",
        "Generated/Paths/PathsV1Apps.swift",
        "Generated/Paths/PathsV1AppsWithID.swift",
        "Generated/Paths/PathsV1AppsWithIDAlternativeDistributionKey.swift",
        "Generated/Paths/PathsV1AppsWithIDAnalyticsReportRequests.swift",
        "Generated/Paths/PathsV1AppsWithIDAppAvailabilityV2.swift",
        "Generated/Paths/PathsV1AppsWithIDAppClips.swift",
        "Generated/Paths/PathsV1AppsWithIDAppCustomProductPages.swift",
        "Generated/Paths/PathsV1AppsWithIDAppEncryptionDeclarations.swift",
        "Generated/Paths/PathsV1AppsWithIDAppEvents.swift",
        "Generated/Paths/PathsV1AppsWithIDAppInfos.swift",
        "Generated/Paths/PathsV1AppsWithIDAppPricePoints.swift",
        "Generated/Paths/PathsV1AppsWithIDAppPriceSchedule.swift",
        "Generated/Paths/PathsV1AppsWithIDAppStoreVersionExperimentsV2.swift",
        "Generated/Paths/PathsV1AppsWithIDAppStoreVersions.swift",
        "Generated/Paths/PathsV1AppsWithIDBetaAppLocalizations.swift",
        "Generated/Paths/PathsV1AppsWithIDBetaAppReviewDetail.swift",
        "Generated/Paths/PathsV1AppsWithIDBetaGroups.swift",
        "Generated/Paths/PathsV1AppsWithIDBetaLicenseAgreement.swift",
        "Generated/Paths/PathsV1AppsWithIDBuilds.swift",
        "Generated/Paths/PathsV1AppsWithIDCiProduct.swift",
        "Generated/Paths/PathsV1AppsWithIDCustomerReviews.swift",
        "Generated/Paths/PathsV1AppsWithIDEndUserLicenseAgreement.swift",
        "Generated/Paths/PathsV1AppsWithIDGameCenterDetail.swift",
        "Generated/Paths/PathsV1AppsWithIDGameCenterEnabledVersions.swift",
        "Generated/Paths/PathsV1AppsWithIDInAppPurchases.swift",
        "Generated/Paths/PathsV1AppsWithIDInAppPurchasesV2.swift",
        "Generated/Paths/PathsV1AppsWithIDMarketplaceSearchDetail.swift",
        "Generated/Paths/PathsV1AppsWithIDMetrics.swift",
        "Generated/Paths/PathsV1AppsWithIDMetricsBetaTesterUsages.swift",
        "Generated/Paths/PathsV1AppsWithIDPerfPowerMetrics.swift",
        "Generated/Paths/PathsV1AppsWithIDPreReleaseVersions.swift",
        "Generated/Paths/PathsV1AppsWithIDPromotedPurchases.swift",
        "Generated/Paths/PathsV1AppsWithIDRelationships.swift",
        "Generated/Paths/PathsV1AppsWithIDRelationshipsBetaTesters.swift",
        "Generated/Paths/PathsV1AppsWithIDRelationshipsPromotedPurchases.swift",
        "Generated/Paths/PathsV1AppsWithIDReviewSubmissions.swift",
        "Generated/Paths/PathsV1AppsWithIDSubscriptionGracePeriod.swift",
        "Generated/Paths/PathsV1AppsWithIDSubscriptionGroups.swift",
        "Generated/Paths/PathsV1BetaAppClipInvocationLocalizations.swift",
        "Generated/Paths/PathsV1BetaAppClipInvocationLocalizationsWithID.swift",
        "Generated/Paths/PathsV1BetaAppClipInvocations.swift",
        "Generated/Paths/PathsV1BetaAppClipInvocationsWithID.swift",
        "Generated/Paths/PathsV1BetaAppLocalizations.swift",
        "Generated/Paths/PathsV1BetaAppLocalizationsWithID.swift",
        "Generated/Paths/PathsV1BetaAppLocalizationsWithIDApp.swift",
        "Generated/Paths/PathsV1BetaAppReviewDetails.swift",
        "Generated/Paths/PathsV1BetaAppReviewDetailsWithID.swift",
        "Generated/Paths/PathsV1BetaAppReviewDetailsWithIDApp.swift",
        "Generated/Paths/PathsV1BetaAppReviewSubmissions.swift",
        "Generated/Paths/PathsV1BetaAppReviewSubmissionsWithID.swift",
        "Generated/Paths/PathsV1BetaAppReviewSubmissionsWithIDBuild.swift",
        "Generated/Paths/PathsV1BetaBuildLocalizations.swift",
        "Generated/Paths/PathsV1BetaBuildLocalizationsWithID.swift",
        "Generated/Paths/PathsV1BetaBuildLocalizationsWithIDBuild.swift",
        "Generated/Paths/PathsV1BetaGroups.swift",
        "Generated/Paths/PathsV1BetaGroupsWithID.swift",
        "Generated/Paths/PathsV1BetaGroupsWithIDApp.swift",
        "Generated/Paths/PathsV1BetaGroupsWithIDBetaRecruitmentCriteria.swift",
        "Generated/Paths/PathsV1BetaGroupsWithIDBetaRecruitmentCriterionCompatibleBuildCheck.swift",
        "Generated/Paths/PathsV1BetaGroupsWithIDBetaTesters.swift",
        "Generated/Paths/PathsV1BetaGroupsWithIDBuilds.swift",
        "Generated/Paths/PathsV1BetaGroupsWithIDMetrics.swift",
        "Generated/Paths/PathsV1BetaGroupsWithIDMetricsBetaTesterUsages.swift",
        "Generated/Paths/PathsV1BetaGroupsWithIDMetricsPublicLinkUsages.swift",
        "Generated/Paths/PathsV1BetaGroupsWithIDRelationships.swift",
        "Generated/Paths/PathsV1BetaGroupsWithIDRelationshipsBetaTesters.swift",
        "Generated/Paths/PathsV1BetaGroupsWithIDRelationshipsBuilds.swift",
        "Generated/Paths/PathsV1BetaLicenseAgreements.swift",
        "Generated/Paths/PathsV1BetaLicenseAgreementsWithID.swift",
        "Generated/Paths/PathsV1BetaLicenseAgreementsWithIDApp.swift",
        "Generated/Paths/PathsV1BetaRecruitmentCriteria.swift",
        "Generated/Paths/PathsV1BetaRecruitmentCriteriaWithID.swift",
        "Generated/Paths/PathsV1BetaRecruitmentCriterionOptions.swift",
        "Generated/Paths/PathsV1BetaTesterInvitations.swift",
        "Generated/Paths/PathsV1BetaTesters.swift",
        "Generated/Paths/PathsV1BetaTestersWithID.swift",
        "Generated/Paths/PathsV1BetaTestersWithIDApps.swift",
        "Generated/Paths/PathsV1BetaTestersWithIDBetaGroups.swift",
        "Generated/Paths/PathsV1BetaTestersWithIDBuilds.swift",
        "Generated/Paths/PathsV1BetaTestersWithIDMetrics.swift",
        "Generated/Paths/PathsV1BetaTestersWithIDMetricsBetaTesterUsages.swift",
        "Generated/Paths/PathsV1BetaTestersWithIDRelationships.swift",
        "Generated/Paths/PathsV1BetaTestersWithIDRelationshipsApps.swift",
        "Generated/Paths/PathsV1BetaTestersWithIDRelationshipsBetaGroups.swift",
        "Generated/Paths/PathsV1BetaTestersWithIDRelationshipsBuilds.swift",
        "Generated/Paths/PathsV1BuildBetaDetails.swift",
        "Generated/Paths/PathsV1BuildBetaDetailsWithID.swift",
        "Generated/Paths/PathsV1BuildBetaDetailsWithIDBuild.swift",
        "Generated/Paths/PathsV1BuildBetaNotifications.swift",
        "Generated/Paths/PathsV1BuildBundles.swift",
        "Generated/Paths/PathsV1BuildBundlesWithID.swift",
        "Generated/Paths/PathsV1BuildBundlesWithIDAppClipDomainCacheStatus.swift",
        "Generated/Paths/PathsV1BuildBundlesWithIDAppClipDomainDebugStatus.swift",
        "Generated/Paths/PathsV1BuildBundlesWithIDBetaAppClipInvocations.swift",
        "Generated/Paths/PathsV1BuildBundlesWithIDBuildBundleFileSizes.swift",
        "Generated/Paths/PathsV1Builds.swift",
        "Generated/Paths/PathsV1BuildsWithID.swift",
        "Generated/Paths/PathsV1BuildsWithIDApp.swift",
        "Generated/Paths/PathsV1BuildsWithIDAppEncryptionDeclaration.swift",
        "Generated/Paths/PathsV1BuildsWithIDAppStoreVersion.swift",
        "Generated/Paths/PathsV1BuildsWithIDBetaAppReviewSubmission.swift",
        "Generated/Paths/PathsV1BuildsWithIDBetaBuildLocalizations.swift",
        "Generated/Paths/PathsV1BuildsWithIDBuildBetaDetail.swift",
        "Generated/Paths/PathsV1BuildsWithIDDiagnosticSignatures.swift",
        "Generated/Paths/PathsV1BuildsWithIDIcons.swift",
        "Generated/Paths/PathsV1BuildsWithIDIndividualTesters.swift",
        "Generated/Paths/PathsV1BuildsWithIDMetrics.swift",
        "Generated/Paths/PathsV1BuildsWithIDMetricsBetaBuildUsages.swift",
        "Generated/Paths/PathsV1BuildsWithIDPerfPowerMetrics.swift",
        "Generated/Paths/PathsV1BuildsWithIDPreReleaseVersion.swift",
        "Generated/Paths/PathsV1BuildsWithIDRelationships.swift",
        "Generated/Paths/PathsV1BuildsWithIDRelationshipsAppEncryptionDeclaration.swift",
        "Generated/Paths/PathsV1BuildsWithIDRelationshipsBetaGroups.swift",
        "Generated/Paths/PathsV1BuildsWithIDRelationshipsIndividualTesters.swift",
        "Generated/Paths/PathsV1BundleIDCapabilities.swift",
        "Generated/Paths/PathsV1BundleIDCapabilitiesWithID.swift",
        "Generated/Paths/PathsV1BundleIDs.swift",
        "Generated/Paths/PathsV1BundleIDsWithID.swift",
        "Generated/Paths/PathsV1BundleIDsWithIDApp.swift",
        "Generated/Paths/PathsV1BundleIDsWithIDBundleIDCapabilities.swift",
        "Generated/Paths/PathsV1BundleIDsWithIDProfiles.swift",
        "Generated/Paths/PathsV1Certificates.swift",
        "Generated/Paths/PathsV1CertificatesWithID.swift",
        "Generated/Paths/PathsV1CiArtifacts.swift",
        "Generated/Paths/PathsV1CiArtifactsWithID.swift",
        "Generated/Paths/PathsV1CiBuildActions.swift",
        "Generated/Paths/PathsV1CiBuildActionsWithID.swift",
        "Generated/Paths/PathsV1CiBuildActionsWithIDArtifacts.swift",
        "Generated/Paths/PathsV1CiBuildActionsWithIDBuildRun.swift",
        "Generated/Paths/PathsV1CiBuildActionsWithIDIssues.swift",
        "Generated/Paths/PathsV1CiBuildActionsWithIDTestResults.swift",
        "Generated/Paths/PathsV1CiBuildRuns.swift",
        "Generated/Paths/PathsV1CiBuildRunsWithID.swift",
        "Generated/Paths/PathsV1CiBuildRunsWithIDActions.swift",
        "Generated/Paths/PathsV1CiBuildRunsWithIDBuilds.swift",
        "Generated/Paths/PathsV1CiIssues.swift",
        "Generated/Paths/PathsV1CiIssuesWithID.swift",
        "Generated/Paths/PathsV1CiMacOsVersions.swift",
        "Generated/Paths/PathsV1CiMacOsVersionsWithID.swift",
        "Generated/Paths/PathsV1CiMacOsVersionsWithIDXcodeVersions.swift",
        "Generated/Paths/PathsV1CiProducts.swift",
        "Generated/Paths/PathsV1CiProductsWithID.swift",
        "Generated/Paths/PathsV1CiProductsWithIDAdditionalRepositories.swift",
        "Generated/Paths/PathsV1CiProductsWithIDApp.swift",
        "Generated/Paths/PathsV1CiProductsWithIDBuildRuns.swift",
        "Generated/Paths/PathsV1CiProductsWithIDPrimaryRepositories.swift",
        "Generated/Paths/PathsV1CiProductsWithIDWorkflows.swift",
        "Generated/Paths/PathsV1CiTestResults.swift",
        "Generated/Paths/PathsV1CiTestResultsWithID.swift",
        "Generated/Paths/PathsV1CiWorkflows.swift",
        "Generated/Paths/PathsV1CiWorkflowsWithID.swift",
        "Generated/Paths/PathsV1CiWorkflowsWithIDBuildRuns.swift",
        "Generated/Paths/PathsV1CiWorkflowsWithIDRepository.swift",
        "Generated/Paths/PathsV1CiXcodeVersions.swift",
        "Generated/Paths/PathsV1CiXcodeVersionsWithID.swift",
        "Generated/Paths/PathsV1CiXcodeVersionsWithIDMacOsVersions.swift",
        "Generated/Paths/PathsV1CustomerReviewResponses.swift",
        "Generated/Paths/PathsV1CustomerReviewResponsesWithID.swift",
        "Generated/Paths/PathsV1CustomerReviews.swift",
        "Generated/Paths/PathsV1CustomerReviewsWithID.swift",
        "Generated/Paths/PathsV1CustomerReviewsWithIDResponse.swift",
        "Generated/Paths/PathsV1Devices.swift",
        "Generated/Paths/PathsV1DevicesWithID.swift",
        "Generated/Paths/PathsV1DiagnosticSignatures.swift",
        "Generated/Paths/PathsV1DiagnosticSignaturesWithID.swift",
        "Generated/Paths/PathsV1DiagnosticSignaturesWithIDLogs.swift",
        "Generated/Paths/PathsV1EndAppAvailabilityPreOrders.swift",
        "Generated/Paths/PathsV1EndUserLicenseAgreements.swift",
        "Generated/Paths/PathsV1EndUserLicenseAgreementsWithID.swift",
        "Generated/Paths/PathsV1EndUserLicenseAgreementsWithIDTerritories.swift",
        "Generated/Paths/PathsV1FinanceReports.swift",
        "Generated/Paths/PathsV1GameCenterAchievementImages.swift",
        "Generated/Paths/PathsV1GameCenterAchievementImagesWithID.swift",
        "Generated/Paths/PathsV1GameCenterAchievementLocalizations.swift",
        "Generated/Paths/PathsV1GameCenterAchievementLocalizationsWithID.swift",
        "Generated/Paths/PathsV1GameCenterAchievementLocalizationsWithIDGameCenterAchievement.swift",
        "Generated/Paths/PathsV1GameCenterAchievementLocalizationsWithIDGameCenterAchievementImage.swift",
        "Generated/Paths/PathsV1GameCenterAchievementReleases.swift",
        "Generated/Paths/PathsV1GameCenterAchievementReleasesWithID.swift",
        "Generated/Paths/PathsV1GameCenterAchievements.swift",
        "Generated/Paths/PathsV1GameCenterAchievementsWithID.swift",
        "Generated/Paths/PathsV1GameCenterAchievementsWithIDGroupAchievement.swift",
        "Generated/Paths/PathsV1GameCenterAchievementsWithIDLocalizations.swift",
        "Generated/Paths/PathsV1GameCenterAchievementsWithIDRelationships.swift",
        "Generated/Paths/PathsV1GameCenterAchievementsWithIDRelationshipsGroupAchievement.swift",
        "Generated/Paths/PathsV1GameCenterAchievementsWithIDReleases.swift",
        "Generated/Paths/PathsV1GameCenterAppVersions.swift",
        "Generated/Paths/PathsV1GameCenterAppVersionsWithID.swift",
        "Generated/Paths/PathsV1GameCenterAppVersionsWithIDAppStoreVersion.swift",
        "Generated/Paths/PathsV1GameCenterAppVersionsWithIDCompatibilityVersions.swift",
        "Generated/Paths/PathsV1GameCenterAppVersionsWithIDRelationships.swift",
        "Generated/Paths/PathsV1GameCenterAppVersionsWithIDRelationshipsCompatibilityVersions.swift",
        "Generated/Paths/PathsV1GameCenterDetails.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithID.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDAchievementReleases.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDGameCenterAchievements.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDGameCenterAppVersions.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDGameCenterGroup.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDGameCenterLeaderboardSets.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDGameCenterLeaderboards.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDLeaderboardReleases.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDLeaderboardSetReleases.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDMetrics.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDMetricsClassicMatchmakingRequests.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDMetricsRuleBasedMatchmakingRequests.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDRelationships.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDRelationshipsGameCenterAchievements.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDRelationshipsGameCenterLeaderboardSets.swift",
        "Generated/Paths/PathsV1GameCenterDetailsWithIDRelationshipsGameCenterLeaderboards.swift",
        "Generated/Paths/PathsV1GameCenterEnabledVersions.swift",
        "Generated/Paths/PathsV1GameCenterEnabledVersionsWithID.swift",
        "Generated/Paths/PathsV1GameCenterEnabledVersionsWithIDCompatibleVersions.swift",
        "Generated/Paths/PathsV1GameCenterEnabledVersionsWithIDRelationships.swift",
        "Generated/Paths/PathsV1GameCenterEnabledVersionsWithIDRelationshipsCompatibleVersions.swift",
        "Generated/Paths/PathsV1GameCenterGroups.swift",
        "Generated/Paths/PathsV1GameCenterGroupsWithID.swift",
        "Generated/Paths/PathsV1GameCenterGroupsWithIDGameCenterAchievements.swift",
        "Generated/Paths/PathsV1GameCenterGroupsWithIDGameCenterDetails.swift",
        "Generated/Paths/PathsV1GameCenterGroupsWithIDGameCenterLeaderboardSets.swift",
        "Generated/Paths/PathsV1GameCenterGroupsWithIDGameCenterLeaderboards.swift",
        "Generated/Paths/PathsV1GameCenterGroupsWithIDRelationships.swift",
        "Generated/Paths/PathsV1GameCenterGroupsWithIDRelationshipsGameCenterAchievements.swift",
        "Generated/Paths/PathsV1GameCenterGroupsWithIDRelationshipsGameCenterLeaderboardSets.swift",
        "Generated/Paths/PathsV1GameCenterGroupsWithIDRelationshipsGameCenterLeaderboards.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardEntrySubmissions.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardImages.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardImagesWithID.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardLocalizations.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardLocalizationsWithID.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardLocalizationsWithIDGameCenterLeaderboardImage.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardReleases.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardReleasesWithID.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetImages.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetImagesWithID.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetLocalizations.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetLocalizationsWithID.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetLocalizationsWithIDGameCenterLeaderboardSetImage.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetMemberLocalizations.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetMemberLocalizationsWithID.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetMemberLocalizationsWithIDGameCenterLeaderboard.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetMemberLocalizationsWithIDGameCenterLeaderboardSet.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetReleases.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetReleasesWithID.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSets.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetsWithID.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDGameCenterLeaderboards.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDGroupLeaderboardSet.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDLocalizations.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDRelationships.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDRelationshipsGameCenterLeaderboards.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDRelationshipsGroupLeaderboardSet.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardSetsWithIDReleases.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboards.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardsWithID.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardsWithIDGroupLeaderboard.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardsWithIDLocalizations.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardsWithIDRelationships.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardsWithIDRelationshipsGroupLeaderboard.swift",
        "Generated/Paths/PathsV1GameCenterLeaderboardsWithIDReleases.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingQueues.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithID.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithIDMetrics.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithIDMetricsExperimentMatchmakingQueueSizes.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithIDMetricsExperimentMatchmakingRequests.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithIDMetricsMatchmakingQueueSizes.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithIDMetricsMatchmakingRequests.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingQueuesWithIDMetricsMatchmakingSessions.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingRuleSetTests.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingRuleSets.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingRuleSetsWithID.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingRuleSetsWithIDMatchmakingQueues.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingRuleSetsWithIDRules.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingRuleSetsWithIDTeams.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingRules.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingRulesWithID.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingRulesWithIDMetrics.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingRulesWithIDMetricsMatchmakingBooleanRuleResults.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingRulesWithIDMetricsMatchmakingNumberRuleResults.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingRulesWithIDMetricsMatchmakingRuleErrors.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingTeams.swift",
        "Generated/Paths/PathsV1GameCenterMatchmakingTeamsWithID.swift",
        "Generated/Paths/PathsV1GameCenterPlayerAchievementSubmissions.swift",
        "Generated/Paths/PathsV1InAppPurchaseAppStoreReviewScreenshots.swift",
        "Generated/Paths/PathsV1InAppPurchaseAppStoreReviewScreenshotsWithID.swift",
        "Generated/Paths/PathsV1InAppPurchaseAvailabilities.swift",
        "Generated/Paths/PathsV1InAppPurchaseAvailabilitiesWithID.swift",
        "Generated/Paths/PathsV1InAppPurchaseAvailabilitiesWithIDAvailableTerritories.swift",
        "Generated/Paths/PathsV1InAppPurchaseContents.swift",
        "Generated/Paths/PathsV1InAppPurchaseContentsWithID.swift",
        "Generated/Paths/PathsV1InAppPurchaseImages.swift",
        "Generated/Paths/PathsV1InAppPurchaseImagesWithID.swift",
        "Generated/Paths/PathsV1InAppPurchaseLocalizations.swift",
        "Generated/Paths/PathsV1InAppPurchaseLocalizationsWithID.swift",
        "Generated/Paths/PathsV1InAppPurchasePricePoints.swift",
        "Generated/Paths/PathsV1InAppPurchasePricePointsWithID.swift",
        "Generated/Paths/PathsV1InAppPurchasePricePointsWithIDEqualizations.swift",
        "Generated/Paths/PathsV1InAppPurchasePriceSchedules.swift",
        "Generated/Paths/PathsV1InAppPurchasePriceSchedulesWithID.swift",
        "Generated/Paths/PathsV1InAppPurchasePriceSchedulesWithIDAutomaticPrices.swift",
        "Generated/Paths/PathsV1InAppPurchasePriceSchedulesWithIDBaseTerritory.swift",
        "Generated/Paths/PathsV1InAppPurchasePriceSchedulesWithIDManualPrices.swift",
        "Generated/Paths/PathsV1InAppPurchaseSubmissions.swift",
        "Generated/Paths/PathsV1InAppPurchases.swift",
        "Generated/Paths/PathsV1InAppPurchasesWithID.swift",
        "Generated/Paths/PathsV1MarketplaceDomains.swift",
        "Generated/Paths/PathsV1MarketplaceDomainsWithID.swift",
        "Generated/Paths/PathsV1MarketplaceSearchDetails.swift",
        "Generated/Paths/PathsV1MarketplaceSearchDetailsWithID.swift",
        "Generated/Paths/PathsV1MarketplaceWebhooks.swift",
        "Generated/Paths/PathsV1MarketplaceWebhooksWithID.swift",
        "Generated/Paths/PathsV1MerchantIDs.swift",
        "Generated/Paths/PathsV1MerchantIDsWithID.swift",
        "Generated/Paths/PathsV1MerchantIDsWithIDCertificates.swift",
        "Generated/Paths/PathsV1Nominations.swift",
        "Generated/Paths/PathsV1NominationsWithID.swift",
        "Generated/Paths/PathsV1PreReleaseVersions.swift",
        "Generated/Paths/PathsV1PreReleaseVersionsWithID.swift",
        "Generated/Paths/PathsV1PreReleaseVersionsWithIDApp.swift",
        "Generated/Paths/PathsV1PreReleaseVersionsWithIDBuilds.swift",
        "Generated/Paths/PathsV1Profiles.swift",
        "Generated/Paths/PathsV1ProfilesWithID.swift",
        "Generated/Paths/PathsV1ProfilesWithIDBundleID.swift",
        "Generated/Paths/PathsV1ProfilesWithIDCertificates.swift",
        "Generated/Paths/PathsV1ProfilesWithIDDevices.swift",
        "Generated/Paths/PathsV1PromotedPurchases.swift",
        "Generated/Paths/PathsV1PromotedPurchasesWithID.swift",
        "Generated/Paths/PathsV1ReviewSubmissionItems.swift",
        "Generated/Paths/PathsV1ReviewSubmissionItemsWithID.swift",
        "Generated/Paths/PathsV1ReviewSubmissions.swift",
        "Generated/Paths/PathsV1ReviewSubmissionsWithID.swift",
        "Generated/Paths/PathsV1ReviewSubmissionsWithIDItems.swift",
        "Generated/Paths/PathsV1RoutingAppCoverages.swift",
        "Generated/Paths/PathsV1RoutingAppCoveragesWithID.swift",
        "Generated/Paths/PathsV1SalesReports.swift",
        "Generated/Paths/PathsV1ScmGitReferences.swift",
        "Generated/Paths/PathsV1ScmGitReferencesWithID.swift",
        "Generated/Paths/PathsV1ScmProviders.swift",
        "Generated/Paths/PathsV1ScmProvidersWithID.swift",
        "Generated/Paths/PathsV1ScmProvidersWithIDRepositories.swift",
        "Generated/Paths/PathsV1ScmPullRequests.swift",
        "Generated/Paths/PathsV1ScmPullRequestsWithID.swift",
        "Generated/Paths/PathsV1ScmRepositories.swift",
        "Generated/Paths/PathsV1ScmRepositoriesWithID.swift",
        "Generated/Paths/PathsV1ScmRepositoriesWithIDGitReferences.swift",
        "Generated/Paths/PathsV1ScmRepositoriesWithIDPullRequests.swift",
        "Generated/Paths/PathsV1SubscriptionAppStoreReviewScreenshots.swift",
        "Generated/Paths/PathsV1SubscriptionAppStoreReviewScreenshotsWithID.swift",
        "Generated/Paths/PathsV1SubscriptionAvailabilities.swift",
        "Generated/Paths/PathsV1SubscriptionAvailabilitiesWithID.swift",
        "Generated/Paths/PathsV1SubscriptionAvailabilitiesWithIDAvailableTerritories.swift",
        "Generated/Paths/PathsV1SubscriptionGracePeriods.swift",
        "Generated/Paths/PathsV1SubscriptionGracePeriodsWithID.swift",
        "Generated/Paths/PathsV1SubscriptionGroupLocalizations.swift",
        "Generated/Paths/PathsV1SubscriptionGroupLocalizationsWithID.swift",
        "Generated/Paths/PathsV1SubscriptionGroupSubmissions.swift",
        "Generated/Paths/PathsV1SubscriptionGroups.swift",
        "Generated/Paths/PathsV1SubscriptionGroupsWithID.swift",
        "Generated/Paths/PathsV1SubscriptionGroupsWithIDSubscriptionGroupLocalizations.swift",
        "Generated/Paths/PathsV1SubscriptionGroupsWithIDSubscriptions.swift",
        "Generated/Paths/PathsV1SubscriptionImages.swift",
        "Generated/Paths/PathsV1SubscriptionImagesWithID.swift",
        "Generated/Paths/PathsV1SubscriptionIntroductoryOffers.swift",
        "Generated/Paths/PathsV1SubscriptionIntroductoryOffersWithID.swift",
        "Generated/Paths/PathsV1SubscriptionLocalizations.swift",
        "Generated/Paths/PathsV1SubscriptionLocalizationsWithID.swift",
        "Generated/Paths/PathsV1SubscriptionOfferCodeCustomCodes.swift",
        "Generated/Paths/PathsV1SubscriptionOfferCodeCustomCodesWithID.swift",
        "Generated/Paths/PathsV1SubscriptionOfferCodeOneTimeUseCodes.swift",
        "Generated/Paths/PathsV1SubscriptionOfferCodeOneTimeUseCodesWithID.swift",
        "Generated/Paths/PathsV1SubscriptionOfferCodeOneTimeUseCodesWithIDValues.swift",
        "Generated/Paths/PathsV1SubscriptionOfferCodes.swift",
        "Generated/Paths/PathsV1SubscriptionOfferCodesWithID.swift",
        "Generated/Paths/PathsV1SubscriptionOfferCodesWithIDCustomCodes.swift",
        "Generated/Paths/PathsV1SubscriptionOfferCodesWithIDOneTimeUseCodes.swift",
        "Generated/Paths/PathsV1SubscriptionOfferCodesWithIDPrices.swift",
        "Generated/Paths/PathsV1SubscriptionPricePoints.swift",
        "Generated/Paths/PathsV1SubscriptionPricePointsWithID.swift",
        "Generated/Paths/PathsV1SubscriptionPricePointsWithIDEqualizations.swift",
        "Generated/Paths/PathsV1SubscriptionPrices.swift",
        "Generated/Paths/PathsV1SubscriptionPricesWithID.swift",
        "Generated/Paths/PathsV1SubscriptionPromotionalOffers.swift",
        "Generated/Paths/PathsV1SubscriptionPromotionalOffersWithID.swift",
        "Generated/Paths/PathsV1SubscriptionPromotionalOffersWithIDPrices.swift",
        "Generated/Paths/PathsV1SubscriptionSubmissions.swift",
        "Generated/Paths/PathsV1Subscriptions.swift",
        "Generated/Paths/PathsV1SubscriptionsWithID.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDAppStoreReviewScreenshot.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDImages.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDIntroductoryOffers.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDOfferCodes.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDPricePoints.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDPrices.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDPromotedPurchase.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDPromotionalOffers.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDRelationships.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDRelationshipsIntroductoryOffers.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDRelationshipsPrices.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDSubscriptionAvailability.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDSubscriptionLocalizations.swift",
        "Generated/Paths/PathsV1SubscriptionsWithIDWinBackOffers.swift",
        "Generated/Paths/PathsV1Territories.swift",
        "Generated/Paths/PathsV1TerritoryAvailabilities.swift",
        "Generated/Paths/PathsV1TerritoryAvailabilitiesWithID.swift",
        "Generated/Paths/PathsV1UserInvitations.swift",
        "Generated/Paths/PathsV1UserInvitationsWithID.swift",
        "Generated/Paths/PathsV1UserInvitationsWithIDVisibleApps.swift",
        "Generated/Paths/PathsV1Users.swift",
        "Generated/Paths/PathsV1UsersWithID.swift",
        "Generated/Paths/PathsV1UsersWithIDRelationships.swift",
        "Generated/Paths/PathsV1UsersWithIDRelationshipsVisibleApps.swift",
        "Generated/Paths/PathsV1UsersWithIDVisibleApps.swift",
        "Generated/Paths/PathsV1WinBackOffers.swift",
        "Generated/Paths/PathsV1WinBackOffersWithID.swift",
        "Generated/Paths/PathsV1WinBackOffersWithIDPrices.swift",
        "Generated/Paths/PathsV2.swift",
        "Generated/Paths/PathsV2AppAvailabilities.swift",
        "Generated/Paths/PathsV2AppAvailabilitiesWithID.swift",
        "Generated/Paths/PathsV2AppAvailabilitiesWithIDTerritoryAvailabilities.swift",
        "Generated/Paths/PathsV2AppStoreVersionExperiments.swift",
        "Generated/Paths/PathsV2AppStoreVersionExperimentsWithID.swift",
        "Generated/Paths/PathsV2AppStoreVersionExperimentsWithIDAppStoreVersionExperimentTreatments.swift",
        "Generated/Paths/PathsV2InAppPurchases.swift",
        "Generated/Paths/PathsV2InAppPurchasesWithID.swift",
        "Generated/Paths/PathsV2InAppPurchasesWithIDAppStoreReviewScreenshot.swift",
        "Generated/Paths/PathsV2InAppPurchasesWithIDContent.swift",
        "Generated/Paths/PathsV2InAppPurchasesWithIDIapPriceSchedule.swift",
        "Generated/Paths/PathsV2InAppPurchasesWithIDImages.swift",
        "Generated/Paths/PathsV2InAppPurchasesWithIDInAppPurchaseAvailability.swift",
        "Generated/Paths/PathsV2InAppPurchasesWithIDInAppPurchaseLocalizations.swift",
        "Generated/Paths/PathsV2InAppPurchasesWithIDPricePoints.swift",
        "Generated/Paths/PathsV2InAppPurchasesWithIDPromotedPurchase.swift",
        "Generated/Paths/PathsV2SandboxTesters.swift",
        "Generated/Paths/PathsV2SandboxTestersClearPurchaseHistoryRequest.swift",
        "Generated/Paths/PathsV2SandboxTestersWithID.swift",
        "Generated/Paths/PathsV3.swift",
        "Generated/Paths/PathsV3AppPricePoints.swift",
        "Generated/Paths/PathsV3AppPricePointsWithID.swift",
        "Generated/Paths/PathsV3AppPricePointsWithIDEqualizations.swift",
        "UploadOperations.swift"
      ],
      "target_dependencies" : [
        "AppStoreConnect"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.