Build Information
Successful build of asc-mcp, reference v2.0.1 (6ea1c4), with Swift 6.1 for macOS (SPM) on 3 Apr 2026 21:30:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
131 | public let relationships: Relationships
132 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:148:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
146 |
147 | public struct CreateData: Codable, Sendable {
148 | public let type: String = "appCustomProductPageLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
149 | public let attributes: Attributes
150 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |
171 | public struct UpdateData: Codable, Sendable {
172 | public let type: String = "appCustomProductPageLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
173 | public let id: String
174 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:91:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
89 |
90 | public struct CreateData: Codable, Sendable {
91 | public let type: String = "appStoreVersionExperiments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
92 | public let attributes: Attributes
93 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:116:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
114 |
115 | public struct UpdateData: Codable, Sendable {
116 | public let type: String = "appStoreVersionExperiments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
117 | public let id: String
118 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |
132 | public struct CreateData: Codable, Sendable {
133 | public let type: String = "appStoreVersionExperimentTreatments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
134 | public let attributes: Attributes
135 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:156:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
154 |
155 | public struct CreateData: Codable, Sendable {
156 | public let type: String = "appStoreVersionExperimentTreatmentLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
157 | public let attributes: Attributes
158 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseImageModels.swift:34:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
32 |
33 | public struct CreateData: Codable, Sendable {
34 | public let type: String = "promotedPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
35 | public let attributes: Attributes
36 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseImageModels.swift:58:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
56 |
57 | public struct CommitData: Codable, Sendable {
58 | public let type: String = "promotedPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
59 | public let id: String
60 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseModels.swift:53:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
51 |
52 | public struct CreateData: Codable, Sendable {
53 | public let type: String = "promotedPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
54 | public let attributes: Attributes
55 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseModels.swift:87:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
85 |
86 | public struct UpdateData: Codable, Sendable {
87 | public let type: String = "promotedPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
88 | public let id: String
89 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:67:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
65 |
66 | public struct CreateData: Codable, Sendable {
67 | public let type: String = "appScreenshotSets"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
68 | public let attributes: Attributes
69 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:90:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
88 |
89 | public struct CreateData: Codable, Sendable {
90 | public let type: String = "appScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
91 | public let attributes: Attributes
92 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:173:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
171 |
172 | public struct CreateData: Codable, Sendable {
173 | public let type: String = "appPreviewSets"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
174 | public let attributes: Attributes
175 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:201:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
199 | public let data: CommitData
200 | public struct CommitData: Codable, Sendable {
201 | public let type: String = "appScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
202 | public let id: String
203 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:215:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
213 | public let data: CommitData
214 | public struct CommitData: Codable, Sendable {
215 | public let type: String = "appPreviews"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
216 | public let id: String
217 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:230:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
228 |
229 | public struct CreateData: Codable, Sendable {
230 | public let type: String = "appPreviews"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
231 | public let attributes: Attributes
232 | public let relationships: Relationships
[473/479] Compiling asc_mcp PromotedPurchaseImageModels.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift:226:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
224 |
225 | public struct Data: Codable, Sendable {
226 | public let type: String = "appStoreVersionLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
227 | public let id: String
228 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift:453:32: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
451 |
452 | public struct ResourceRef: Codable, Sendable {
453 | public let type: String = "appStoreVersions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
454 | public let id: String
455 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift:432:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
430 |
431 | public struct Data: Codable, Sendable {
432 | public let type: String = "appStoreVersionLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
433 | public let attributes: Attributes
434 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
38 |
39 | public struct CreateData: Codable, Sendable {
40 | public let type: String = "betaAppLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
41 | public let attributes: Attributes
42 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:68:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
66 |
67 | public struct UpdateData: Codable, Sendable {
68 | public let type: String = "betaAppLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
69 | public let id: String
70 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:115:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
113 |
114 | public struct CreateData: Codable, Sendable {
115 | public let type: String = "betaAppReviewSubmissions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
116 | public let relationships: Relationships
117 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:161:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
159 |
160 | public struct UpdateData: Codable, Sendable {
161 | public let type: String = "betaAppReviewDetails"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
162 | public let id: String
163 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaLicenseAgreementModels.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
33 |
34 | public struct UpdateData: Codable, Sendable {
35 | public let type: String = "betaLicenseAgreements"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
36 | public let id: String
37 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:189:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
187 |
188 | public struct CreateBetaBuildLocalizationData: Codable, Sendable {
189 | public let type: String = "betaBuildLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
190 | public let attributes: BetaBuildLocalizationAttributes
191 | public let relationships: CreateBetaBuildLocalizationRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:208:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
206 |
207 | public struct UpdateBetaBuildLocalizationData: Codable, Sendable {
208 | public let type: String = "betaBuildLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
209 | public let id: String
210 | public let attributes: BetaBuildLocalizationUpdateAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:234:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
232 |
233 | public struct CreateBetaGroupData: Codable, Sendable {
234 | public let type: String = "betaGroups"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
235 | public let attributes: CreateBetaGroupAttributes
236 | public let relationships: CreateBetaGroupRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:261:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
259 |
260 | public struct UpdateBetaGroupData: Codable, Sendable {
261 | public let type: String = "betaGroups"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
262 | public let id: String
263 | public let attributes: UpdateBetaGroupAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:284:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
282 |
283 | public struct UpdateBuildBetaDetailData: Codable, Sendable {
284 | public let type: String = "buildBetaDetails"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
285 | public let id: String
286 | public let attributes: BuildBetaDetailUpdateAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:350:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
348 |
349 | public struct CreateBetaTesterData: Codable, Sendable {
350 | public let type: String = "betaTesters"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
351 | public let attributes: CreateBetaTesterAttributes
352 | public let relationships: CreateBetaTesterRelationships?
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:10:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
8 |
9 | public struct UpdateBuildProcessingData: Codable, Sendable {
10 | public let type: String = "builds"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
11 | public let id: String
12 | public let attributes: BuildProcessingAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:71:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
69 |
70 | public struct CreateAppEncryptionDeclarationData: Codable, Sendable {
71 | public let type: String = "appEncryptionDeclarations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
72 | public let attributes: CreateAppEncryptionDeclarationAttributes
73 | public let relationships: CreateAppEncryptionDeclarationRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:108:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
106 |
107 | public struct AttachEncryptionDeclarationData: Codable, Sendable {
108 | public let type: String = "builds"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
109 | public let id: String
110 | public let relationships: AttachEncryptionDeclarationRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:129:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
127 |
128 | public struct UpdateData: Codable, Sendable {
129 | public let type: String = "appEncryptionDeclarations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
130 | public let id: String
131 | public let attributes: UpdateAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
39 |
40 | public struct CreateIAPData: Codable, Sendable {
41 | public let type: String = "inAppPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
42 | public let attributes: CreateIAPAttributes
43 | public let relationships: CreateIAPRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:68:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
66 |
67 | public struct UpdateIAPData: Codable, Sendable {
68 | public let type: String = "inAppPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
69 | public let id: String
70 | public let attributes: UpdateIAPAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:141:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
139 |
140 | public struct CreateData: Codable, Sendable {
141 | public let type: String = "inAppPurchaseLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
142 | public let attributes: Attributes
143 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:166:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
164 |
165 | public struct UpdateData: Codable, Sendable {
166 | public let type: String = "inAppPurchaseLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
167 | public let id: String
168 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:184:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
182 |
183 | public struct CreateData: Codable, Sendable {
184 | public let type: String = "inAppPurchaseSubmissions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
185 | public let relationships: Relationships
186 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:239:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
237 |
238 | public struct CreateData: Codable, Sendable {
239 | public let type: String = "inAppPurchasePriceSchedules"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
240 | public let relationships: Relationships
241 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:331:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
329 |
330 | public struct CreateData: Codable, Sendable {
331 | public let type: String = "inAppPurchaseAvailabilities"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
332 | public let attributes: Attributes
333 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:383:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
381 |
382 | public struct CreateData: Codable, Sendable {
383 | public let type: String = "inAppPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
384 | public let attributes: Attributes
385 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:407:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
405 |
406 | public struct CommitData: Codable, Sendable {
407 | public let type: String = "inAppPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
408 | public let id: String
409 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:425:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
423 |
424 | public struct CreateData: Codable, Sendable {
425 | public let type: String = "inAppPurchaseAppStoreReviewScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
426 | public let attributes: Attributes
427 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:449:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
447 |
448 | public struct CommitData: Codable, Sendable {
449 | public let type: String = "inAppPurchaseAppStoreReviewScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
450 | public let id: String
451 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:91:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
89 |
90 | public struct CreateData: Codable, Sendable {
91 | public let type: String = "appCustomProductPages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
92 | public let attributes: Attributes
93 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:114:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
112 |
113 | public struct UpdateData: Codable, Sendable {
114 | public let type: String = "appCustomProductPages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
115 | public let id: String
116 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:130:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
128 |
129 | public struct CreateData: Codable, Sendable {
130 | public let type: String = "appCustomProductPageVersions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
131 | public let relationships: Relationships
132 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:148:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
146 |
147 | public struct CreateData: Codable, Sendable {
148 | public let type: String = "appCustomProductPageLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
149 | public let attributes: Attributes
150 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |
171 | public struct UpdateData: Codable, Sendable {
172 | public let type: String = "appCustomProductPageLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
173 | public let id: String
174 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:91:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
89 |
90 | public struct CreateData: Codable, Sendable {
91 | public let type: String = "appStoreVersionExperiments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
92 | public let attributes: Attributes
93 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:116:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
114 |
115 | public struct UpdateData: Codable, Sendable {
116 | public let type: String = "appStoreVersionExperiments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
117 | public let id: String
118 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |
132 | public struct CreateData: Codable, Sendable {
133 | public let type: String = "appStoreVersionExperimentTreatments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
134 | public let attributes: Attributes
135 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:156:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
154 |
155 | public struct CreateData: Codable, Sendable {
156 | public let type: String = "appStoreVersionExperimentTreatmentLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
157 | public let attributes: Attributes
158 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseImageModels.swift:34:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
32 |
33 | public struct CreateData: Codable, Sendable {
34 | public let type: String = "promotedPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
35 | public let attributes: Attributes
36 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseImageModels.swift:58:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
56 |
57 | public struct CommitData: Codable, Sendable {
58 | public let type: String = "promotedPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
59 | public let id: String
60 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseModels.swift:53:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
51 |
52 | public struct CreateData: Codable, Sendable {
53 | public let type: String = "promotedPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
54 | public let attributes: Attributes
55 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseModels.swift:87:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
85 |
86 | public struct UpdateData: Codable, Sendable {
87 | public let type: String = "promotedPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
88 | public let id: String
89 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:67:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
65 |
66 | public struct CreateData: Codable, Sendable {
67 | public let type: String = "appScreenshotSets"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
68 | public let attributes: Attributes
69 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:90:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
88 |
89 | public struct CreateData: Codable, Sendable {
90 | public let type: String = "appScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
91 | public let attributes: Attributes
92 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:173:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
171 |
172 | public struct CreateData: Codable, Sendable {
173 | public let type: String = "appPreviewSets"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
174 | public let attributes: Attributes
175 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:201:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
199 | public let data: CommitData
200 | public struct CommitData: Codable, Sendable {
201 | public let type: String = "appScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
202 | public let id: String
203 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:215:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
213 | public let data: CommitData
214 | public struct CommitData: Codable, Sendable {
215 | public let type: String = "appPreviews"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
216 | public let id: String
217 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:230:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
228 |
229 | public struct CreateData: Codable, Sendable {
230 | public let type: String = "appPreviews"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
231 | public let attributes: Attributes
232 | public let relationships: Relationships
[474/479] Compiling asc_mcp PromotedPurchaseModels.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift:226:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
224 |
225 | public struct Data: Codable, Sendable {
226 | public let type: String = "appStoreVersionLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
227 | public let id: String
228 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift:453:32: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
451 |
452 | public struct ResourceRef: Codable, Sendable {
453 | public let type: String = "appStoreVersions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
454 | public let id: String
455 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift:432:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
430 |
431 | public struct Data: Codable, Sendable {
432 | public let type: String = "appStoreVersionLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
433 | public let attributes: Attributes
434 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
38 |
39 | public struct CreateData: Codable, Sendable {
40 | public let type: String = "betaAppLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
41 | public let attributes: Attributes
42 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:68:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
66 |
67 | public struct UpdateData: Codable, Sendable {
68 | public let type: String = "betaAppLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
69 | public let id: String
70 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:115:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
113 |
114 | public struct CreateData: Codable, Sendable {
115 | public let type: String = "betaAppReviewSubmissions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
116 | public let relationships: Relationships
117 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:161:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
159 |
160 | public struct UpdateData: Codable, Sendable {
161 | public let type: String = "betaAppReviewDetails"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
162 | public let id: String
163 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaLicenseAgreementModels.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
33 |
34 | public struct UpdateData: Codable, Sendable {
35 | public let type: String = "betaLicenseAgreements"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
36 | public let id: String
37 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:189:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
187 |
188 | public struct CreateBetaBuildLocalizationData: Codable, Sendable {
189 | public let type: String = "betaBuildLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
190 | public let attributes: BetaBuildLocalizationAttributes
191 | public let relationships: CreateBetaBuildLocalizationRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:208:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
206 |
207 | public struct UpdateBetaBuildLocalizationData: Codable, Sendable {
208 | public let type: String = "betaBuildLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
209 | public let id: String
210 | public let attributes: BetaBuildLocalizationUpdateAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:234:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
232 |
233 | public struct CreateBetaGroupData: Codable, Sendable {
234 | public let type: String = "betaGroups"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
235 | public let attributes: CreateBetaGroupAttributes
236 | public let relationships: CreateBetaGroupRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:261:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
259 |
260 | public struct UpdateBetaGroupData: Codable, Sendable {
261 | public let type: String = "betaGroups"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
262 | public let id: String
263 | public let attributes: UpdateBetaGroupAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:284:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
282 |
283 | public struct UpdateBuildBetaDetailData: Codable, Sendable {
284 | public let type: String = "buildBetaDetails"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
285 | public let id: String
286 | public let attributes: BuildBetaDetailUpdateAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:350:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
348 |
349 | public struct CreateBetaTesterData: Codable, Sendable {
350 | public let type: String = "betaTesters"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
351 | public let attributes: CreateBetaTesterAttributes
352 | public let relationships: CreateBetaTesterRelationships?
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:10:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
8 |
9 | public struct UpdateBuildProcessingData: Codable, Sendable {
10 | public let type: String = "builds"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
11 | public let id: String
12 | public let attributes: BuildProcessingAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:71:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
69 |
70 | public struct CreateAppEncryptionDeclarationData: Codable, Sendable {
71 | public let type: String = "appEncryptionDeclarations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
72 | public let attributes: CreateAppEncryptionDeclarationAttributes
73 | public let relationships: CreateAppEncryptionDeclarationRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:108:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
106 |
107 | public struct AttachEncryptionDeclarationData: Codable, Sendable {
108 | public let type: String = "builds"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
109 | public let id: String
110 | public let relationships: AttachEncryptionDeclarationRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:129:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
127 |
128 | public struct UpdateData: Codable, Sendable {
129 | public let type: String = "appEncryptionDeclarations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
130 | public let id: String
131 | public let attributes: UpdateAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
39 |
40 | public struct CreateIAPData: Codable, Sendable {
41 | public let type: String = "inAppPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
42 | public let attributes: CreateIAPAttributes
43 | public let relationships: CreateIAPRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:68:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
66 |
67 | public struct UpdateIAPData: Codable, Sendable {
68 | public let type: String = "inAppPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
69 | public let id: String
70 | public let attributes: UpdateIAPAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:141:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
139 |
140 | public struct CreateData: Codable, Sendable {
141 | public let type: String = "inAppPurchaseLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
142 | public let attributes: Attributes
143 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:166:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
164 |
165 | public struct UpdateData: Codable, Sendable {
166 | public let type: String = "inAppPurchaseLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
167 | public let id: String
168 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:184:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
182 |
183 | public struct CreateData: Codable, Sendable {
184 | public let type: String = "inAppPurchaseSubmissions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
185 | public let relationships: Relationships
186 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:239:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
237 |
238 | public struct CreateData: Codable, Sendable {
239 | public let type: String = "inAppPurchasePriceSchedules"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
240 | public let relationships: Relationships
241 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:331:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
329 |
330 | public struct CreateData: Codable, Sendable {
331 | public let type: String = "inAppPurchaseAvailabilities"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
332 | public let attributes: Attributes
333 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:383:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
381 |
382 | public struct CreateData: Codable, Sendable {
383 | public let type: String = "inAppPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
384 | public let attributes: Attributes
385 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:407:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
405 |
406 | public struct CommitData: Codable, Sendable {
407 | public let type: String = "inAppPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
408 | public let id: String
409 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:425:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
423 |
424 | public struct CreateData: Codable, Sendable {
425 | public let type: String = "inAppPurchaseAppStoreReviewScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
426 | public let attributes: Attributes
427 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:449:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
447 |
448 | public struct CommitData: Codable, Sendable {
449 | public let type: String = "inAppPurchaseAppStoreReviewScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
450 | public let id: String
451 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:91:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
89 |
90 | public struct CreateData: Codable, Sendable {
91 | public let type: String = "appCustomProductPages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
92 | public let attributes: Attributes
93 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:114:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
112 |
113 | public struct UpdateData: Codable, Sendable {
114 | public let type: String = "appCustomProductPages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
115 | public let id: String
116 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:130:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
128 |
129 | public struct CreateData: Codable, Sendable {
130 | public let type: String = "appCustomProductPageVersions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
131 | public let relationships: Relationships
132 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:148:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
146 |
147 | public struct CreateData: Codable, Sendable {
148 | public let type: String = "appCustomProductPageLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
149 | public let attributes: Attributes
150 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |
171 | public struct UpdateData: Codable, Sendable {
172 | public let type: String = "appCustomProductPageLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
173 | public let id: String
174 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:91:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
89 |
90 | public struct CreateData: Codable, Sendable {
91 | public let type: String = "appStoreVersionExperiments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
92 | public let attributes: Attributes
93 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:116:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
114 |
115 | public struct UpdateData: Codable, Sendable {
116 | public let type: String = "appStoreVersionExperiments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
117 | public let id: String
118 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |
132 | public struct CreateData: Codable, Sendable {
133 | public let type: String = "appStoreVersionExperimentTreatments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
134 | public let attributes: Attributes
135 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:156:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
154 |
155 | public struct CreateData: Codable, Sendable {
156 | public let type: String = "appStoreVersionExperimentTreatmentLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
157 | public let attributes: Attributes
158 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseImageModels.swift:34:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
32 |
33 | public struct CreateData: Codable, Sendable {
34 | public let type: String = "promotedPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
35 | public let attributes: Attributes
36 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseImageModels.swift:58:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
56 |
57 | public struct CommitData: Codable, Sendable {
58 | public let type: String = "promotedPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
59 | public let id: String
60 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseModels.swift:53:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
51 |
52 | public struct CreateData: Codable, Sendable {
53 | public let type: String = "promotedPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
54 | public let attributes: Attributes
55 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseModels.swift:87:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
85 |
86 | public struct UpdateData: Codable, Sendable {
87 | public let type: String = "promotedPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
88 | public let id: String
89 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:67:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
65 |
66 | public struct CreateData: Codable, Sendable {
67 | public let type: String = "appScreenshotSets"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
68 | public let attributes: Attributes
69 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:90:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
88 |
89 | public struct CreateData: Codable, Sendable {
90 | public let type: String = "appScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
91 | public let attributes: Attributes
92 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:173:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
171 |
172 | public struct CreateData: Codable, Sendable {
173 | public let type: String = "appPreviewSets"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
174 | public let attributes: Attributes
175 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:201:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
199 | public let data: CommitData
200 | public struct CommitData: Codable, Sendable {
201 | public let type: String = "appScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
202 | public let id: String
203 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:215:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
213 | public let data: CommitData
214 | public struct CommitData: Codable, Sendable {
215 | public let type: String = "appPreviews"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
216 | public let id: String
217 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:230:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
228 |
229 | public struct CreateData: Codable, Sendable {
230 | public let type: String = "appPreviews"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
231 | public let attributes: Attributes
232 | public let relationships: Relationships
[475/479] Compiling asc_mcp ScreenshotModels.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift:226:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
224 |
225 | public struct Data: Codable, Sendable {
226 | public let type: String = "appStoreVersionLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
227 | public let id: String
228 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift:453:32: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
451 |
452 | public struct ResourceRef: Codable, Sendable {
453 | public let type: String = "appStoreVersions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
454 | public let id: String
455 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift:432:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
430 |
431 | public struct Data: Codable, Sendable {
432 | public let type: String = "appStoreVersionLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
433 | public let attributes: Attributes
434 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
38 |
39 | public struct CreateData: Codable, Sendable {
40 | public let type: String = "betaAppLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
41 | public let attributes: Attributes
42 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:68:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
66 |
67 | public struct UpdateData: Codable, Sendable {
68 | public let type: String = "betaAppLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
69 | public let id: String
70 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:115:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
113 |
114 | public struct CreateData: Codable, Sendable {
115 | public let type: String = "betaAppReviewSubmissions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
116 | public let relationships: Relationships
117 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:161:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
159 |
160 | public struct UpdateData: Codable, Sendable {
161 | public let type: String = "betaAppReviewDetails"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
162 | public let id: String
163 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaLicenseAgreementModels.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
33 |
34 | public struct UpdateData: Codable, Sendable {
35 | public let type: String = "betaLicenseAgreements"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
36 | public let id: String
37 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:189:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
187 |
188 | public struct CreateBetaBuildLocalizationData: Codable, Sendable {
189 | public let type: String = "betaBuildLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
190 | public let attributes: BetaBuildLocalizationAttributes
191 | public let relationships: CreateBetaBuildLocalizationRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:208:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
206 |
207 | public struct UpdateBetaBuildLocalizationData: Codable, Sendable {
208 | public let type: String = "betaBuildLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
209 | public let id: String
210 | public let attributes: BetaBuildLocalizationUpdateAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:234:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
232 |
233 | public struct CreateBetaGroupData: Codable, Sendable {
234 | public let type: String = "betaGroups"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
235 | public let attributes: CreateBetaGroupAttributes
236 | public let relationships: CreateBetaGroupRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:261:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
259 |
260 | public struct UpdateBetaGroupData: Codable, Sendable {
261 | public let type: String = "betaGroups"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
262 | public let id: String
263 | public let attributes: UpdateBetaGroupAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:284:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
282 |
283 | public struct UpdateBuildBetaDetailData: Codable, Sendable {
284 | public let type: String = "buildBetaDetails"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
285 | public let id: String
286 | public let attributes: BuildBetaDetailUpdateAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:350:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
348 |
349 | public struct CreateBetaTesterData: Codable, Sendable {
350 | public let type: String = "betaTesters"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
351 | public let attributes: CreateBetaTesterAttributes
352 | public let relationships: CreateBetaTesterRelationships?
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:10:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
8 |
9 | public struct UpdateBuildProcessingData: Codable, Sendable {
10 | public let type: String = "builds"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
11 | public let id: String
12 | public let attributes: BuildProcessingAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:71:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
69 |
70 | public struct CreateAppEncryptionDeclarationData: Codable, Sendable {
71 | public let type: String = "appEncryptionDeclarations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
72 | public let attributes: CreateAppEncryptionDeclarationAttributes
73 | public let relationships: CreateAppEncryptionDeclarationRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:108:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
106 |
107 | public struct AttachEncryptionDeclarationData: Codable, Sendable {
108 | public let type: String = "builds"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
109 | public let id: String
110 | public let relationships: AttachEncryptionDeclarationRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:129:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
127 |
128 | public struct UpdateData: Codable, Sendable {
129 | public let type: String = "appEncryptionDeclarations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
130 | public let id: String
131 | public let attributes: UpdateAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
39 |
40 | public struct CreateIAPData: Codable, Sendable {
41 | public let type: String = "inAppPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
42 | public let attributes: CreateIAPAttributes
43 | public let relationships: CreateIAPRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:68:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
66 |
67 | public struct UpdateIAPData: Codable, Sendable {
68 | public let type: String = "inAppPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
69 | public let id: String
70 | public let attributes: UpdateIAPAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:141:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
139 |
140 | public struct CreateData: Codable, Sendable {
141 | public let type: String = "inAppPurchaseLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
142 | public let attributes: Attributes
143 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:166:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
164 |
165 | public struct UpdateData: Codable, Sendable {
166 | public let type: String = "inAppPurchaseLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
167 | public let id: String
168 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:184:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
182 |
183 | public struct CreateData: Codable, Sendable {
184 | public let type: String = "inAppPurchaseSubmissions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
185 | public let relationships: Relationships
186 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:239:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
237 |
238 | public struct CreateData: Codable, Sendable {
239 | public let type: String = "inAppPurchasePriceSchedules"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
240 | public let relationships: Relationships
241 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:331:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
329 |
330 | public struct CreateData: Codable, Sendable {
331 | public let type: String = "inAppPurchaseAvailabilities"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
332 | public let attributes: Attributes
333 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:383:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
381 |
382 | public struct CreateData: Codable, Sendable {
383 | public let type: String = "inAppPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
384 | public let attributes: Attributes
385 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:407:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
405 |
406 | public struct CommitData: Codable, Sendable {
407 | public let type: String = "inAppPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
408 | public let id: String
409 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:425:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
423 |
424 | public struct CreateData: Codable, Sendable {
425 | public let type: String = "inAppPurchaseAppStoreReviewScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
426 | public let attributes: Attributes
427 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:449:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
447 |
448 | public struct CommitData: Codable, Sendable {
449 | public let type: String = "inAppPurchaseAppStoreReviewScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
450 | public let id: String
451 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:91:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
89 |
90 | public struct CreateData: Codable, Sendable {
91 | public let type: String = "appCustomProductPages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
92 | public let attributes: Attributes
93 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:114:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
112 |
113 | public struct UpdateData: Codable, Sendable {
114 | public let type: String = "appCustomProductPages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
115 | public let id: String
116 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:130:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
128 |
129 | public struct CreateData: Codable, Sendable {
130 | public let type: String = "appCustomProductPageVersions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
131 | public let relationships: Relationships
132 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:148:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
146 |
147 | public struct CreateData: Codable, Sendable {
148 | public let type: String = "appCustomProductPageLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
149 | public let attributes: Attributes
150 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |
171 | public struct UpdateData: Codable, Sendable {
172 | public let type: String = "appCustomProductPageLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
173 | public let id: String
174 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:91:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
89 |
90 | public struct CreateData: Codable, Sendable {
91 | public let type: String = "appStoreVersionExperiments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
92 | public let attributes: Attributes
93 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:116:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
114 |
115 | public struct UpdateData: Codable, Sendable {
116 | public let type: String = "appStoreVersionExperiments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
117 | public let id: String
118 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |
132 | public struct CreateData: Codable, Sendable {
133 | public let type: String = "appStoreVersionExperimentTreatments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
134 | public let attributes: Attributes
135 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:156:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
154 |
155 | public struct CreateData: Codable, Sendable {
156 | public let type: String = "appStoreVersionExperimentTreatmentLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
157 | public let attributes: Attributes
158 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseImageModels.swift:34:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
32 |
33 | public struct CreateData: Codable, Sendable {
34 | public let type: String = "promotedPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
35 | public let attributes: Attributes
36 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseImageModels.swift:58:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
56 |
57 | public struct CommitData: Codable, Sendable {
58 | public let type: String = "promotedPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
59 | public let id: String
60 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseModels.swift:53:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
51 |
52 | public struct CreateData: Codable, Sendable {
53 | public let type: String = "promotedPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
54 | public let attributes: Attributes
55 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseModels.swift:87:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
85 |
86 | public struct UpdateData: Codable, Sendable {
87 | public let type: String = "promotedPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
88 | public let id: String
89 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:67:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
65 |
66 | public struct CreateData: Codable, Sendable {
67 | public let type: String = "appScreenshotSets"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
68 | public let attributes: Attributes
69 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:90:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
88 |
89 | public struct CreateData: Codable, Sendable {
90 | public let type: String = "appScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
91 | public let attributes: Attributes
92 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:173:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
171 |
172 | public struct CreateData: Codable, Sendable {
173 | public let type: String = "appPreviewSets"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
174 | public let attributes: Attributes
175 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:201:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
199 | public let data: CommitData
200 | public struct CommitData: Codable, Sendable {
201 | public let type: String = "appScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
202 | public let id: String
203 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:215:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
213 | public let data: CommitData
214 | public struct CommitData: Codable, Sendable {
215 | public let type: String = "appPreviews"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
216 | public let id: String
217 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:230:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
228 |
229 | public struct CreateData: Codable, Sendable {
230 | public let type: String = "appPreviews"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
231 | public let attributes: Attributes
232 | public let relationships: Relationships
[476/479] Compiling asc_mcp MetricsModels.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift:226:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
224 |
225 | public struct Data: Codable, Sendable {
226 | public let type: String = "appStoreVersionLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
227 | public let id: String
228 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift:453:32: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
451 |
452 | public struct ResourceRef: Codable, Sendable {
453 | public let type: String = "appStoreVersions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
454 | public let id: String
455 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift:432:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
430 |
431 | public struct Data: Codable, Sendable {
432 | public let type: String = "appStoreVersionLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
433 | public let attributes: Attributes
434 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
38 |
39 | public struct CreateData: Codable, Sendable {
40 | public let type: String = "betaAppLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
41 | public let attributes: Attributes
42 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:68:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
66 |
67 | public struct UpdateData: Codable, Sendable {
68 | public let type: String = "betaAppLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
69 | public let id: String
70 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:115:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
113 |
114 | public struct CreateData: Codable, Sendable {
115 | public let type: String = "betaAppReviewSubmissions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
116 | public let relationships: Relationships
117 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaAppModels.swift:161:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
159 |
160 | public struct UpdateData: Codable, Sendable {
161 | public let type: String = "betaAppReviewDetails"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
162 | public let id: String
163 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/BetaApp/BetaLicenseAgreementModels.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
33 |
34 | public struct UpdateData: Codable, Sendable {
35 | public let type: String = "betaLicenseAgreements"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
36 | public let id: String
37 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:189:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
187 |
188 | public struct CreateBetaBuildLocalizationData: Codable, Sendable {
189 | public let type: String = "betaBuildLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
190 | public let attributes: BetaBuildLocalizationAttributes
191 | public let relationships: CreateBetaBuildLocalizationRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:208:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
206 |
207 | public struct UpdateBetaBuildLocalizationData: Codable, Sendable {
208 | public let type: String = "betaBuildLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
209 | public let id: String
210 | public let attributes: BetaBuildLocalizationUpdateAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:234:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
232 |
233 | public struct CreateBetaGroupData: Codable, Sendable {
234 | public let type: String = "betaGroups"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
235 | public let attributes: CreateBetaGroupAttributes
236 | public let relationships: CreateBetaGroupRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:261:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
259 |
260 | public struct UpdateBetaGroupData: Codable, Sendable {
261 | public let type: String = "betaGroups"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
262 | public let id: String
263 | public let attributes: UpdateBetaGroupAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:284:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
282 |
283 | public struct UpdateBuildBetaDetailData: Codable, Sendable {
284 | public let type: String = "buildBetaDetails"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
285 | public let id: String
286 | public let attributes: BuildBetaDetailUpdateAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildBetaDetailModels.swift:350:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
348 |
349 | public struct CreateBetaTesterData: Codable, Sendable {
350 | public let type: String = "betaTesters"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
351 | public let attributes: CreateBetaTesterAttributes
352 | public let relationships: CreateBetaTesterRelationships?
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:10:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
8 |
9 | public struct UpdateBuildProcessingData: Codable, Sendable {
10 | public let type: String = "builds"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
11 | public let id: String
12 | public let attributes: BuildProcessingAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:71:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
69 |
70 | public struct CreateAppEncryptionDeclarationData: Codable, Sendable {
71 | public let type: String = "appEncryptionDeclarations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
72 | public let attributes: CreateAppEncryptionDeclarationAttributes
73 | public let relationships: CreateAppEncryptionDeclarationRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:108:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
106 |
107 | public struct AttachEncryptionDeclarationData: Codable, Sendable {
108 | public let type: String = "builds"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
109 | public let id: String
110 | public let relationships: AttachEncryptionDeclarationRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Builds/BuildProcessingModels.swift:129:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
127 |
128 | public struct UpdateData: Codable, Sendable {
129 | public let type: String = "appEncryptionDeclarations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
130 | public let id: String
131 | public let attributes: UpdateAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
39 |
40 | public struct CreateIAPData: Codable, Sendable {
41 | public let type: String = "inAppPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
42 | public let attributes: CreateIAPAttributes
43 | public let relationships: CreateIAPRelationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:68:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
66 |
67 | public struct UpdateIAPData: Codable, Sendable {
68 | public let type: String = "inAppPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
69 | public let id: String
70 | public let attributes: UpdateIAPAttributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:141:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
139 |
140 | public struct CreateData: Codable, Sendable {
141 | public let type: String = "inAppPurchaseLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
142 | public let attributes: Attributes
143 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:166:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
164 |
165 | public struct UpdateData: Codable, Sendable {
166 | public let type: String = "inAppPurchaseLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
167 | public let id: String
168 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:184:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
182 |
183 | public struct CreateData: Codable, Sendable {
184 | public let type: String = "inAppPurchaseSubmissions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
185 | public let relationships: Relationships
186 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:239:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
237 |
238 | public struct CreateData: Codable, Sendable {
239 | public let type: String = "inAppPurchasePriceSchedules"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
240 | public let relationships: Relationships
241 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:331:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
329 |
330 | public struct CreateData: Codable, Sendable {
331 | public let type: String = "inAppPurchaseAvailabilities"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
332 | public let attributes: Attributes
333 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:383:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
381 |
382 | public struct CreateData: Codable, Sendable {
383 | public let type: String = "inAppPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
384 | public let attributes: Attributes
385 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:407:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
405 |
406 | public struct CommitData: Codable, Sendable {
407 | public let type: String = "inAppPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
408 | public let id: String
409 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:425:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
423 |
424 | public struct CreateData: Codable, Sendable {
425 | public let type: String = "inAppPurchaseAppStoreReviewScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
426 | public let attributes: Attributes
427 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/InAppPurchases/InAppPurchaseModels.swift:449:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
447 |
448 | public struct CommitData: Codable, Sendable {
449 | public let type: String = "inAppPurchaseAppStoreReviewScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
450 | public let id: String
451 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:91:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
89 |
90 | public struct CreateData: Codable, Sendable {
91 | public let type: String = "appCustomProductPages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
92 | public let attributes: Attributes
93 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:114:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
112 |
113 | public struct UpdateData: Codable, Sendable {
114 | public let type: String = "appCustomProductPages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
115 | public let id: String
116 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:130:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
128 |
129 | public struct CreateData: Codable, Sendable {
130 | public let type: String = "appCustomProductPageVersions"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
131 | public let relationships: Relationships
132 | }
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:148:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
146 |
147 | public struct CreateData: Codable, Sendable {
148 | public let type: String = "appCustomProductPageLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
149 | public let attributes: Attributes
150 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/CustomProductPageModels.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |
171 | public struct UpdateData: Codable, Sendable {
172 | public let type: String = "appCustomProductPageLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
173 | public let id: String
174 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:91:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
89 |
90 | public struct CreateData: Codable, Sendable {
91 | public let type: String = "appStoreVersionExperiments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
92 | public let attributes: Attributes
93 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:116:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
114 |
115 | public struct UpdateData: Codable, Sendable {
116 | public let type: String = "appStoreVersionExperiments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
117 | public let id: String
118 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |
132 | public struct CreateData: Codable, Sendable {
133 | public let type: String = "appStoreVersionExperimentTreatments"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
134 | public let attributes: Attributes
135 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ProductPageOptimizationModels.swift:156:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
154 |
155 | public struct CreateData: Codable, Sendable {
156 | public let type: String = "appStoreVersionExperimentTreatmentLocalizations"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
157 | public let attributes: Attributes
158 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseImageModels.swift:34:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
32 |
33 | public struct CreateData: Codable, Sendable {
34 | public let type: String = "promotedPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
35 | public let attributes: Attributes
36 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseImageModels.swift:58:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
56 |
57 | public struct CommitData: Codable, Sendable {
58 | public let type: String = "promotedPurchaseImages"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
59 | public let id: String
60 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseModels.swift:53:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
51 |
52 | public struct CreateData: Codable, Sendable {
53 | public let type: String = "promotedPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
54 | public let attributes: Attributes
55 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/PromotedPurchaseModels.swift:87:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
85 |
86 | public struct UpdateData: Codable, Sendable {
87 | public let type: String = "promotedPurchases"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
88 | public let id: String
89 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:67:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
65 |
66 | public struct CreateData: Codable, Sendable {
67 | public let type: String = "appScreenshotSets"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
68 | public let attributes: Attributes
69 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:90:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
88 |
89 | public struct CreateData: Codable, Sendable {
90 | public let type: String = "appScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
91 | public let attributes: Attributes
92 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:173:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
171 |
172 | public struct CreateData: Codable, Sendable {
173 | public let type: String = "appPreviewSets"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
174 | public let attributes: Attributes
175 | public let relationships: Relationships
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:201:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
199 | public let data: CommitData
200 | public struct CommitData: Codable, Sendable {
201 | public let type: String = "appScreenshots"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
202 | public let id: String
203 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:215:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
213 | public let data: CommitData
214 | public struct CommitData: Codable, Sendable {
215 | public let type: String = "appPreviews"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
216 | public let id: String
217 | public let attributes: Attributes
/Users/admin/builder/spi-builder-workspace/Sources/asc-mcp/Models/Marketing/ScreenshotModels.swift:230:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
228 |
229 | public struct CreateData: Codable, Sendable {
230 | public let type: String = "appPreviews"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
| `- note: make the property mutable instead
231 | public let attributes: Attributes
232 | public let relationships: Relationships
[476/479] Write Objects.LinkFileList
[477/479] Linking asc-mcp
[478/479] Applying asc-mcp
Build complete! (73.64s)
Fetching https://github.com/modelcontextprotocol/swift-sdk.git
[1/3447] Fetching swift-sdk
Fetched https://github.com/modelcontextprotocol/swift-sdk.git from cache (0.98s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk.git
Computed https://github.com/modelcontextprotocol/swift-sdk.git at 0.12.0 (1.51s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/mattt/eventsource.git
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/271] Fetching eventsource
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
Fetched https://github.com/mattt/eventsource.git from cache (2.40s)
Fetched https://github.com/apple/swift-system.git from cache (2.43s)
Fetched https://github.com/apple/swift-nio.git from cache (2.51s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.4.1 (3.09s)
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/swift-server/async-http-client.git from cache (1.11s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.72s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.49s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.49s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/5720] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-algorithms.git from cache (0.77s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.92s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.92s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.03s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.03s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.03s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.55s)
Fetching https://github.com/apple/swift-service-context.git
[1/1230] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.93s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.04s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.81s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.50s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.55s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2713] Fetching swift-service-lifecycle
[625/8937] Fetching swift-service-lifecycle, swift-async-algorithms
[1996/16082] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.87s)
[2251/13369] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.31s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.31s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.32s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.32s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.32s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.66s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.55s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (2.09s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.55s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.49s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.64s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.44s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (1.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.64s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (1.09s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/modelcontextprotocol/swift-sdk.git
Working copy of https://github.com/modelcontextprotocol/swift-sdk.git resolved at 0.12.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.1
Creating working copy for https://github.com/mattt/eventsource.git
Working copy of https://github.com/mattt/eventsource.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/modelcontextprotocol/swift-sdk.git"
}
],
"manifest_display_name" : "asc-mcp",
"name" : "asc-mcp",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "asc-mcp",
"targets" : [
"asc-mcp"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "asc_mcp",
"module_type" : "SwiftTarget",
"name" : "asc-mcp",
"path" : "Sources/asc-mcp",
"product_dependencies" : [
"MCP"
],
"product_memberships" : [
"asc-mcp"
],
"sources" : [
"Core/ASCError.swift",
"Core/Application.swift",
"EntryPoint.swift",
"Helpers/GzipHelper.swift",
"Helpers/JSONFormatter.swift",
"Helpers/PaginationHelper.swift",
"Helpers/ReportSummary.swift",
"Helpers/SafeJSONHelpers.swift",
"Helpers/StderrWriter.swift",
"Helpers/TSVParser.swift",
"Models/Analytics/AnalyticsModels.swift",
"Models/AppEvents/AppEventModels.swift",
"Models/AppInfo/AppInfoModels.swift",
"Models/AppLifecycle/AppLifecycleModels.swift",
"Models/AppLifecycle/ReviewAttachmentModels.swift",
"Models/AppStoreConnect/AppModel.swift",
"Models/AppStoreConnect/AppStoreVersionLocalizationModel.swift",
"Models/AppStoreConnect/AppStoreVersionModel.swift",
"Models/BetaApp/BetaAppModels.swift",
"Models/BetaApp/BetaLicenseAgreementModels.swift",
"Models/Builds/BuildBetaDetailModels.swift",
"Models/Builds/BuildModels.swift",
"Models/Builds/BuildProcessingModels.swift",
"Models/Builds/PreReleaseVersionModels.swift",
"Models/Company.swift",
"Models/InAppPurchases/InAppPurchaseModels.swift",
"Models/Marketing/CustomProductPageModels.swift",
"Models/Marketing/ProductPageOptimizationModels.swift",
"Models/Marketing/PromotedPurchaseImageModels.swift",
"Models/Marketing/PromotedPurchaseModels.swift",
"Models/Marketing/ScreenshotModels.swift",
"Models/Metrics/MetricsModels.swift",
"Models/Pricing/AppAvailabilityModels.swift",
"Models/Pricing/PricingModels.swift",
"Models/Provisioning/ProvisioningModels.swift",
"Models/Shared/UploadModels.swift",
"Models/Subscriptions/IntroductoryOfferModels.swift",
"Models/Subscriptions/OfferCodeModels.swift",
"Models/Subscriptions/PromotionalOfferModels.swift",
"Models/Subscriptions/SandboxTesterModels.swift",
"Models/Subscriptions/SubscriptionGroupLocalizationModels.swift",
"Models/Subscriptions/SubscriptionImageModels.swift",
"Models/Subscriptions/SubscriptionModels.swift",
"Models/Subscriptions/WinBackOfferModels.swift",
"Models/Users/UserModels.swift",
"Services/CompaniesManager.swift",
"Services/HTTPClient.swift",
"Services/JWTService.swift",
"Services/UploadService.swift",
"Tests/TestCompanySwitching.swift",
"Tests/TestMetadata.swift",
"Workers/AnalyticsWorker/AnalyticsWorker+Handlers.swift",
"Workers/AnalyticsWorker/AnalyticsWorker+ToolDefinitions.swift",
"Workers/AnalyticsWorker/AnalyticsWorker.swift",
"Workers/AppEventsWorker/AppEventsWorker+Handlers.swift",
"Workers/AppEventsWorker/AppEventsWorker+ToolDefinitions.swift",
"Workers/AppEventsWorker/AppEventsWorker.swift",
"Workers/AppInfoWorker/AppInfoWorker+Handlers.swift",
"Workers/AppInfoWorker/AppInfoWorker+ToolDefinitions.swift",
"Workers/AppInfoWorker/AppInfoWorker.swift",
"Workers/AppLifecycleWorker/AppLifecycleWorker+Handlers.swift",
"Workers/AppLifecycleWorker/AppLifecycleWorker+ToolDefinitions.swift",
"Workers/AppLifecycleWorker/AppLifecycleWorker.swift",
"Workers/AppsWorker/AppsWorker+Handlers.swift",
"Workers/AppsWorker/AppsWorker+ToolDefinitions.swift",
"Workers/AppsWorker/AppsWorker.swift",
"Workers/AuthWorker/AuthWorker+Handlers.swift",
"Workers/AuthWorker/AuthWorker+ToolDefinitions.swift",
"Workers/AuthWorker/AuthWorker.swift",
"Workers/BetaAppWorker/BetaAppWorker+Handlers.swift",
"Workers/BetaAppWorker/BetaAppWorker+ToolDefinitions.swift",
"Workers/BetaAppWorker/BetaAppWorker.swift",
"Workers/BetaGroupsWorker/BetaGroupsWorker+Handlers.swift",
"Workers/BetaGroupsWorker/BetaGroupsWorker+ToolDefinitions.swift",
"Workers/BetaGroupsWorker/BetaGroupsWorker.swift",
"Workers/BetaLicenseAgreementsWorker/BetaLicenseAgreementsWorker+Handlers.swift",
"Workers/BetaLicenseAgreementsWorker/BetaLicenseAgreementsWorker+ToolDefinitions.swift",
"Workers/BetaLicenseAgreementsWorker/BetaLicenseAgreementsWorker.swift",
"Workers/BetaTestersWorker/BetaTestersWorker+Handlers.swift",
"Workers/BetaTestersWorker/BetaTestersWorker+ToolDefinitions.swift",
"Workers/BetaTestersWorker/BetaTestersWorker.swift",
"Workers/BuildBetaDetailsWorker/BuildBetaDetailsWorker+Handlers.swift",
"Workers/BuildBetaDetailsWorker/BuildBetaDetailsWorker+Parsers.swift",
"Workers/BuildBetaDetailsWorker/BuildBetaDetailsWorker+ToolDefinitions.swift",
"Workers/BuildBetaDetailsWorker/BuildBetaDetailsWorker.swift",
"Workers/BuildProcessingWorker/BuildProcessingWorker+Handlers.swift",
"Workers/BuildProcessingWorker/BuildProcessingWorker+Helpers.swift",
"Workers/BuildProcessingWorker/BuildProcessingWorker+ToolDefinitions.swift",
"Workers/BuildProcessingWorker/BuildProcessingWorker.swift",
"Workers/BuildsWorker/BuildsWorker+Handlers.swift",
"Workers/BuildsWorker/BuildsWorker+Parsers.swift",
"Workers/BuildsWorker/BuildsWorker+ToolDefinitions.swift",
"Workers/BuildsWorker/BuildsWorker.swift",
"Workers/CompaniesWorker/CompaniesWorker+Handlers.swift",
"Workers/CompaniesWorker/CompaniesWorker+ToolDefinitions.swift",
"Workers/CompaniesWorker/CompaniesWorker.swift",
"Workers/CustomProductPagesWorker/CustomProductPagesWorker+Handlers.swift",
"Workers/CustomProductPagesWorker/CustomProductPagesWorker+ToolDefinitions.swift",
"Workers/CustomProductPagesWorker/CustomProductPagesWorker.swift",
"Workers/InAppPurchasesWorker/InAppPurchasesWorker+Handlers.swift",
"Workers/InAppPurchasesWorker/InAppPurchasesWorker+ToolDefinitions.swift",
"Workers/InAppPurchasesWorker/InAppPurchasesWorker.swift",
"Workers/IntroductoryOffersWorker/IntroductoryOffersWorker+Handlers.swift",
"Workers/IntroductoryOffersWorker/IntroductoryOffersWorker+ToolDefinitions.swift",
"Workers/IntroductoryOffersWorker/IntroductoryOffersWorker.swift",
"Workers/MainWorker/WorkerManager.swift",
"Workers/MetricsWorker/MetricsWorker+Handlers.swift",
"Workers/MetricsWorker/MetricsWorker+ToolDefinitions.swift",
"Workers/MetricsWorker/MetricsWorker.swift",
"Workers/OfferCodesWorker/OfferCodesWorker+Handlers.swift",
"Workers/OfferCodesWorker/OfferCodesWorker+ToolDefinitions.swift",
"Workers/OfferCodesWorker/OfferCodesWorker.swift",
"Workers/PreReleaseVersionsWorker/PreReleaseVersionsWorker+Handlers.swift",
"Workers/PreReleaseVersionsWorker/PreReleaseVersionsWorker+ToolDefinitions.swift",
"Workers/PreReleaseVersionsWorker/PreReleaseVersionsWorker.swift",
"Workers/PricingWorker/PricingWorker+Handlers.swift",
"Workers/PricingWorker/PricingWorker+ToolDefinitions.swift",
"Workers/PricingWorker/PricingWorker.swift",
"Workers/ProductPageOptimizationWorker/ProductPageOptimizationWorker+Handlers.swift",
"Workers/ProductPageOptimizationWorker/ProductPageOptimizationWorker+ToolDefinitions.swift",
"Workers/ProductPageOptimizationWorker/ProductPageOptimizationWorker.swift",
"Workers/PromotedPurchasesWorker/PromotedPurchasesWorker+Handlers.swift",
"Workers/PromotedPurchasesWorker/PromotedPurchasesWorker+ToolDefinitions.swift",
"Workers/PromotedPurchasesWorker/PromotedPurchasesWorker.swift",
"Workers/PromotionalOffersWorker/PromotionalOffersWorker+Handlers.swift",
"Workers/PromotionalOffersWorker/PromotionalOffersWorker+ToolDefinitions.swift",
"Workers/PromotionalOffersWorker/PromotionalOffersWorker.swift",
"Workers/ProvisioningWorker/ProvisioningWorker+Handlers.swift",
"Workers/ProvisioningWorker/ProvisioningWorker+ToolDefinitions.swift",
"Workers/ProvisioningWorker/ProvisioningWorker.swift",
"Workers/ReviewAttachmentsWorker/ReviewAttachmentsWorker+Handlers.swift",
"Workers/ReviewAttachmentsWorker/ReviewAttachmentsWorker+ToolDefinitions.swift",
"Workers/ReviewAttachmentsWorker/ReviewAttachmentsWorker.swift",
"Workers/ReviewsWorker/ReviewsWorker+Handlers.swift",
"Workers/ReviewsWorker/ReviewsWorker+Parsers.swift",
"Workers/ReviewsWorker/ReviewsWorker+ToolDefinitions.swift",
"Workers/ReviewsWorker/ReviewsWorker.swift",
"Workers/SandboxTestersWorker/SandboxTestersWorker+Handlers.swift",
"Workers/SandboxTestersWorker/SandboxTestersWorker+ToolDefinitions.swift",
"Workers/SandboxTestersWorker/SandboxTestersWorker.swift",
"Workers/ScreenshotsWorker/ScreenshotsWorker+Handlers.swift",
"Workers/ScreenshotsWorker/ScreenshotsWorker+ToolDefinitions.swift",
"Workers/ScreenshotsWorker/ScreenshotsWorker.swift",
"Workers/SubscriptionsWorker/SubscriptionsWorker+Handlers.swift",
"Workers/SubscriptionsWorker/SubscriptionsWorker+ToolDefinitions.swift",
"Workers/SubscriptionsWorker/SubscriptionsWorker.swift",
"Workers/UsersWorker/UsersWorker+Handlers.swift",
"Workers/UsersWorker/UsersWorker+ToolDefinitions.swift",
"Workers/UsersWorker/UsersWorker.swift",
"Workers/WinBackOffersWorker/WinBackOffersWorker+Handlers.swift",
"Workers/WinBackOffersWorker/WinBackOffersWorker+ToolDefinitions.swift",
"Workers/WinBackOffersWorker/WinBackOffersWorker.swift"
],
"type" : "executable"
},
{
"c99name" : "ASCMCPTests",
"module_type" : "SwiftTarget",
"name" : "ASCMCPTests",
"path" : "Tests/ASCMCPTests",
"product_dependencies" : [
"MCP"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ASCMCPTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Core/ASCErrorTests.swift",
"Core/CompanyErrorTests.swift",
"HelperTests/GzipHelperTests.swift",
"HelperTests/JSONFormatterTests.swift",
"HelperTests/PaginationHelperTests.swift",
"HelperTests/ReportSummaryTests.swift",
"HelperTests/SafeJSONHelpersTests.swift",
"HelperTests/TSVParserTests.swift",
"Helpers/TestHelpers.swift",
"Models/AgeRatingValueTests.swift",
"Models/AnalyticsModelTests.swift",
"Models/AppEventModelTests.swift",
"Models/AppInfoModelTests.swift",
"Models/AppLifecycleModelTests.swift",
"Models/AppModelTests.swift",
"Models/AppStoreVersionModelTests.swift",
"Models/BuildBetaDetailModelTests.swift",
"Models/BuildModelTests.swift",
"Models/BuildProcessingModelTests.swift",
"Models/CompaniesConfigModelTests.swift",
"Models/CompanyModelTests.swift",
"Models/InAppPurchaseModelTests.swift",
"Models/IncludedResourceTests.swift",
"Models/JSONValueTests.swift",
"Models/LocalizationModelTests.swift",
"Models/PricingModelTests.swift",
"Models/ProvisioningModelTests.swift",
"Models/UserModelTests.swift",
"Services/JWTServiceTests.swift",
"Workers/ParameterValidationTests.swift",
"Workers/WorkerRoutingTests.swift",
"Workers/WorkerToolDefinitionsTests.swift"
],
"target_dependencies" : [
"asc-mcp"
],
"type" : "test"
}
],
"tools_version" : "6.1"
}
Done.