Build Information
Successful build of StripeKit with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
open func dataTask<T : Decodable & ExpressibleByNilLiteral>(_ type: T.Type, with request: URLRequest, completionHandler: ((Result<T, Error>) -> Void)? = nil) -> URLSessionDataTask {
^~~~
public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient+DataTask.swift:99:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func performSyncDataTask<T : Decodable>(_ type: T.Type, with request: URLRequest) throws -> T? {
^~~~
public
[2/22] Compiling RESTClient RESTClient+Async.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/Extensions/URLSessionConfiguration.swift:13:5: warning: 'public' modifier is redundant for static property declared in a public extension
public static var restJSONAPI : URLSessionConfiguration {
^~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/Extensions/URLSessionConfiguration.swift:27:5: warning: 'public' modifier is redundant for static method declared in a public extension
public static func authenticatedRESTJSONApi(withBearer token: String) -> URLSessionConfiguration {
^~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient.swift:13:14: warning: 'let' properties are implicitly 'final'; use 'public' instead of 'open'
open let baseURL : URL
~~~~ ^
public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient+DataTask.swift:17:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func dataTask<T : Decodable>(_ type: T.Type, with request: URLRequest, completionHandler: ((Result<T, Error>) -> Void)? = nil) -> URLSessionDataTask {
^~~~
public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient+DataTask.swift:40:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func dataTask<T : Decodable & ExpressibleByNilLiteral>(_ type: T.Type, with request: URLRequest, completionHandler: ((Result<T, Error>) -> Void)? = nil) -> URLSessionDataTask {
^~~~
public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient+DataTask.swift:99:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func performSyncDataTask<T : Decodable>(_ type: T.Type, with request: URLRequest) throws -> T? {
^~~~
public
[3/22] Compiling RESTClient RESTClient+DataTask.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/Extensions/URLSessionConfiguration.swift:13:5: warning: 'public' modifier is redundant for static property declared in a public extension
public static var restJSONAPI : URLSessionConfiguration {
^~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/Extensions/URLSessionConfiguration.swift:27:5: warning: 'public' modifier is redundant for static method declared in a public extension
public static func authenticatedRESTJSONApi(withBearer token: String) -> URLSessionConfiguration {
^~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient.swift:13:14: warning: 'let' properties are implicitly 'final'; use 'public' instead of 'open'
open let baseURL : URL
~~~~ ^
public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient+DataTask.swift:17:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func dataTask<T : Decodable>(_ type: T.Type, with request: URLRequest, completionHandler: ((Result<T, Error>) -> Void)? = nil) -> URLSessionDataTask {
^~~~
public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient+DataTask.swift:40:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func dataTask<T : Decodable & ExpressibleByNilLiteral>(_ type: T.Type, with request: URLRequest, completionHandler: ((Result<T, Error>) -> Void)? = nil) -> URLSessionDataTask {
^~~~
public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient+DataTask.swift:99:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func performSyncDataTask<T : Decodable>(_ type: T.Type, with request: URLRequest) throws -> T? {
^~~~
public
[4/22] Compiling RESTClient Result.swift
[5/22] Compiling RESTClient _Context.swift
[6/24] Compiling RESTClient AuthorizationHeader.swift
[7/24] Compiling RESTClient Codable+DynamicCoder.swift
[8/24] Compiling RESTClient ContentType.swift
[9/24] Compiling RESTClient RESTClient+Sync.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient.swift:13:14: warning: 'let' properties are implicitly 'final'; use 'public' instead of 'open'
open let baseURL : URL
~~~~ ^
public
[10/24] Compiling RESTClient RESTClient.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient.swift:13:14: warning: 'let' properties are implicitly 'final'; use 'public' instead of 'open'
open let baseURL : URL
~~~~ ^
public
[11/24] Compiling RESTClient Resource.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient.swift:13:14: warning: 'let' properties are implicitly 'final'; use 'public' instead of 'open'
open let baseURL : URL
~~~~ ^
public
[12/24] Compiling RESTClient HTTPStatus.swift
[13/24] Compiling RESTClient URLRequest+CodableBody.swift
[14/24] Compiling RESTClient URLRequest+Convenience.swift
[15/24] Compiling RESTClient Dictionary+URLQueryItem.swift
[16/24] Compiling RESTClient EnumCollection.swift
[17/24] Compiling RESTClient HTTPMethod.swift
[18/24] Compiling RESTClient FormURLEncoder.swift
[19/24] Compiling RESTClient JSONEncoder.swift
[20/24] Compiling RESTClient Accept.swift
[21/24] Emitting module RESTClient
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/Extensions/URLSessionConfiguration.swift:13:5: warning: 'public' modifier is redundant for static property declared in a public extension
public static var restJSONAPI : URLSessionConfiguration {
^~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/Extensions/URLSessionConfiguration.swift:27:5: warning: 'public' modifier is redundant for static method declared in a public extension
public static func authenticatedRESTJSONApi(withBearer token: String) -> URLSessionConfiguration {
^~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient+DataTask.swift:17:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func dataTask<T : Decodable>(_ type: T.Type, with request: URLRequest, completionHandler: ((Result<T, Error>) -> Void)? = nil) -> URLSessionDataTask {
^~~~
public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient+DataTask.swift:40:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func dataTask<T : Decodable & ExpressibleByNilLiteral>(_ type: T.Type, with request: URLRequest, completionHandler: ((Result<T, Error>) -> Void)? = nil) -> URLSessionDataTask {
^~~~
public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient+DataTask.swift:99:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func performSyncDataTask<T : Decodable>(_ type: T.Type, with request: URLRequest) throws -> T? {
^~~~
public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient.swift:13:14: warning: 'let' properties are implicitly 'final'; use 'public' instead of 'open'
open let baseURL : URL
~~~~ ^
public
[22/24] Compiling RESTClient _CreationContext.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient.swift:13:14: warning: 'let' properties are implicitly 'final'; use 'public' instead of 'open'
open let baseURL : URL
~~~~ ^
public
[23/24] Compiling RESTClient _EditingContext.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RESTClient/RESTClient.swift:13:14: warning: 'let' properties are implicitly 'final'; use 'public' instead of 'open'
open let baseURL : URL
~~~~ ^
public
[24/78] Compiling StripeKit ExternalAccountUpdateContext.swift
[25/78] Compiling StripeKit List+ExternalAccount.swift
[26/78] Compiling StripeKit List+Plan.swift
[27/78] Compiling StripeKit Plan+Create.swift
[28/78] Compiling StripeKit Plan+List.swift
[29/78] Compiling StripeKit Plan+Update.swift
[30/78] Compiling StripeKit Plan.swift
[31/78] Compiling StripeKit _PlanCreationContext.swift
[32/85] Compiling StripeKit _PlanEditingContext.swift
[33/85] Compiling StripeKit List+Product.swift
[34/85] Compiling StripeKit Product+Create.swift
[35/85] Compiling StripeKit Product+List.swift
[36/85] Compiling StripeKit Product+Update.swift
[37/85] Compiling StripeKit Product.swift
[38/85] Compiling StripeKit _ProductCreationContext.swift
[39/85] Compiling StripeKit Fee.swift
[40/85] Compiling StripeKit Funds.swift
[41/85] Compiling StripeKit SourcesTypes.swift
[42/85] Compiling StripeKit Card.swift
[43/85] Compiling StripeKit Coupon.swift
[44/85] Compiling StripeKit Customer+Create.swift
[45/85] Compiling StripeKit Customer+List.swift
[46/85] Compiling StripeKit Customer+Update.swift
[47/85] Compiling StripeKit Subscription+Create.swift
[48/85] Compiling StripeKit Subscription+Update.swift
[49/85] Compiling StripeKit Subscription.swift
[50/85] Compiling StripeKit _SubscriptionCreationContext.swift
[51/85] Compiling StripeKit _SubsctiprionEditingContext.swift
[52/85] Compiling StripeKit SubscriptionItem.swift
[53/85] Compiling StripeKit SubscriptionItemCreationContext.swift
[54/85] Compiling StripeKit _ProductEditingContext.swift
[55/85] Compiling StripeKit Mandate.swift
[56/85] Compiling StripeKit Source+Attach.swift
[57/85] Compiling StripeKit Source+Create.swift
[58/85] Compiling StripeKit Source.swift
[59/85] Compiling StripeKit SourceCreationContext.swift
[60/85] Compiling StripeKit SourceEditingContext.swift
[61/85] Compiling StripeKit Customer.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'number' case to silence this warning
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: make the property mutable instead
public let number : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expMonth' case to silence this warning
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: make the property mutable instead
public let expMonth : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expYear' case to silence this warning
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: make the property mutable instead
public let expYear : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'cvc' case to silence this warning
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: make the property mutable instead
public let cvc : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'currency' case to silence this warning
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: make the property mutable instead
public let currency : Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'name' case to silence this warning
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: make the property mutable instead
public let name : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine1' case to silence this warning
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: make the property mutable instead
public let addressLine1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine2' case to silence this warning
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: make the property mutable instead
public let addressLine2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressCity' case to silence this warning
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: make the property mutable instead
public let addressCity : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressState' case to silence this warning
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: make the property mutable instead
public let addressState : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressZip' case to silence this warning
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: make the property mutable instead
public let addressZip : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addresCountry' case to silence this warning
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: make the property mutable instead
public let addresCountry : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'metadata' case to silence this warning
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: make the property mutable instead
public let metadata: Metadata? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'defaultForCurrency' case to silence this warning
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: make the property mutable instead
public let defaultForCurrency: Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'phone' case to silence this warning
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: make the property mutable instead
public let phone : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line1' case to silence this warning
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: make the property mutable instead
public let line1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'city' case to silence this warning
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: make the property mutable instead
public let city : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'country' case to silence this warning
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: make the property mutable instead
public let country : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line2' case to silence this warning
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: make the property mutable instead
public let line2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'postalCode' case to silence this warning
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: make the property mutable instead
public let postalCode : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'state' case to silence this warning
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: make the property mutable instead
public let state : String? = nil
~~~ ^
var
[62/85] Compiling StripeKit List+Customer.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'number' case to silence this warning
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: make the property mutable instead
public let number : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expMonth' case to silence this warning
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: make the property mutable instead
public let expMonth : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expYear' case to silence this warning
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: make the property mutable instead
public let expYear : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'cvc' case to silence this warning
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: make the property mutable instead
public let cvc : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'currency' case to silence this warning
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: make the property mutable instead
public let currency : Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'name' case to silence this warning
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: make the property mutable instead
public let name : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine1' case to silence this warning
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: make the property mutable instead
public let addressLine1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine2' case to silence this warning
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: make the property mutable instead
public let addressLine2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressCity' case to silence this warning
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: make the property mutable instead
public let addressCity : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressState' case to silence this warning
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: make the property mutable instead
public let addressState : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressZip' case to silence this warning
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: make the property mutable instead
public let addressZip : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addresCountry' case to silence this warning
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: make the property mutable instead
public let addresCountry : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'metadata' case to silence this warning
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: make the property mutable instead
public let metadata: Metadata? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'defaultForCurrency' case to silence this warning
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: make the property mutable instead
public let defaultForCurrency: Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'phone' case to silence this warning
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: make the property mutable instead
public let phone : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line1' case to silence this warning
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: make the property mutable instead
public let line1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'city' case to silence this warning
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: make the property mutable instead
public let city : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'country' case to silence this warning
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: make the property mutable instead
public let country : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line2' case to silence this warning
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: make the property mutable instead
public let line2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'postalCode' case to silence this warning
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: make the property mutable instead
public let postalCode : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'state' case to silence this warning
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: make the property mutable instead
public let state : String? = nil
~~~ ^
var
[63/85] Compiling StripeKit _CustomerEditingContext.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'number' case to silence this warning
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: make the property mutable instead
public let number : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expMonth' case to silence this warning
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: make the property mutable instead
public let expMonth : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expYear' case to silence this warning
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: make the property mutable instead
public let expYear : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'cvc' case to silence this warning
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: make the property mutable instead
public let cvc : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'currency' case to silence this warning
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: make the property mutable instead
public let currency : Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'name' case to silence this warning
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: make the property mutable instead
public let name : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine1' case to silence this warning
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: make the property mutable instead
public let addressLine1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine2' case to silence this warning
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: make the property mutable instead
public let addressLine2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressCity' case to silence this warning
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: make the property mutable instead
public let addressCity : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressState' case to silence this warning
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: make the property mutable instead
public let addressState : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressZip' case to silence this warning
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: make the property mutable instead
public let addressZip : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addresCountry' case to silence this warning
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: make the property mutable instead
public let addresCountry : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'metadata' case to silence this warning
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: make the property mutable instead
public let metadata: Metadata? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'defaultForCurrency' case to silence this warning
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: make the property mutable instead
public let defaultForCurrency: Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'phone' case to silence this warning
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: make the property mutable instead
public let phone : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line1' case to silence this warning
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: make the property mutable instead
public let line1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'city' case to silence this warning
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: make the property mutable instead
public let city : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'country' case to silence this warning
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: make the property mutable instead
public let country : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line2' case to silence this warning
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: make the property mutable instead
public let line2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'postalCode' case to silence this warning
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: make the property mutable instead
public let postalCode : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'state' case to silence this warning
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: make the property mutable instead
public let state : String? = nil
~~~ ^
var
[64/85] Compiling StripeKit Discount.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'number' case to silence this warning
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: make the property mutable instead
public let number : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expMonth' case to silence this warning
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: make the property mutable instead
public let expMonth : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expYear' case to silence this warning
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: make the property mutable instead
public let expYear : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'cvc' case to silence this warning
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: make the property mutable instead
public let cvc : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'currency' case to silence this warning
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: make the property mutable instead
public let currency : Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'name' case to silence this warning
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: make the property mutable instead
public let name : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine1' case to silence this warning
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: make the property mutable instead
public let addressLine1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine2' case to silence this warning
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: make the property mutable instead
public let addressLine2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressCity' case to silence this warning
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: make the property mutable instead
public let addressCity : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressState' case to silence this warning
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: make the property mutable instead
public let addressState : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressZip' case to silence this warning
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: make the property mutable instead
public let addressZip : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addresCountry' case to silence this warning
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: make the property mutable instead
public let addresCountry : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'metadata' case to silence this warning
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: make the property mutable instead
public let metadata: Metadata? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'defaultForCurrency' case to silence this warning
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: make the property mutable instead
public let defaultForCurrency: Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'phone' case to silence this warning
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: make the property mutable instead
public let phone : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line1' case to silence this warning
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: make the property mutable instead
public let line1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'city' case to silence this warning
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: make the property mutable instead
public let city : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'country' case to silence this warning
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: make the property mutable instead
public let country : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line2' case to silence this warning
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: make the property mutable instead
public let line2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'postalCode' case to silence this warning
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: make the property mutable instead
public let postalCode : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'state' case to silence this warning
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: make the property mutable instead
public let state : String? = nil
~~~ ^
var
[65/85] Compiling StripeKit ExternalAccount+Create.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'number' case to silence this warning
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: make the property mutable instead
public let number : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expMonth' case to silence this warning
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: make the property mutable instead
public let expMonth : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expYear' case to silence this warning
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: make the property mutable instead
public let expYear : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'cvc' case to silence this warning
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: make the property mutable instead
public let cvc : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'currency' case to silence this warning
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: make the property mutable instead
public let currency : Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'name' case to silence this warning
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: make the property mutable instead
public let name : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine1' case to silence this warning
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: make the property mutable instead
public let addressLine1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine2' case to silence this warning
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: make the property mutable instead
public let addressLine2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressCity' case to silence this warning
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: make the property mutable instead
public let addressCity : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressState' case to silence this warning
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: make the property mutable instead
public let addressState : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressZip' case to silence this warning
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: make the property mutable instead
public let addressZip : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addresCountry' case to silence this warning
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: make the property mutable instead
public let addresCountry : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'metadata' case to silence this warning
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: make the property mutable instead
public let metadata: Metadata? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'defaultForCurrency' case to silence this warning
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: make the property mutable instead
public let defaultForCurrency: Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'phone' case to silence this warning
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: make the property mutable instead
public let phone : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line1' case to silence this warning
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: make the property mutable instead
public let line1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'city' case to silence this warning
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: make the property mutable instead
public let city : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'country' case to silence this warning
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: make the property mutable instead
public let country : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line2' case to silence this warning
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: make the property mutable instead
public let line2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'postalCode' case to silence this warning
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: make the property mutable instead
public let postalCode : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'state' case to silence this warning
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: make the property mutable instead
public let state : String? = nil
~~~ ^
var
[66/85] Compiling StripeKit ExternalAccount+List.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'number' case to silence this warning
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: make the property mutable instead
public let number : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expMonth' case to silence this warning
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: make the property mutable instead
public let expMonth : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expYear' case to silence this warning
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: make the property mutable instead
public let expYear : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'cvc' case to silence this warning
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: make the property mutable instead
public let cvc : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'currency' case to silence this warning
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: make the property mutable instead
public let currency : Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'name' case to silence this warning
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: make the property mutable instead
public let name : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine1' case to silence this warning
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: make the property mutable instead
public let addressLine1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine2' case to silence this warning
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: make the property mutable instead
public let addressLine2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressCity' case to silence this warning
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: make the property mutable instead
public let addressCity : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressState' case to silence this warning
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: make the property mutable instead
public let addressState : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressZip' case to silence this warning
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: make the property mutable instead
public let addressZip : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addresCountry' case to silence this warning
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: make the property mutable instead
public let addresCountry : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'metadata' case to silence this warning
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: make the property mutable instead
public let metadata: Metadata? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'defaultForCurrency' case to silence this warning
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: make the property mutable instead
public let defaultForCurrency: Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'phone' case to silence this warning
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: make the property mutable instead
public let phone : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line1' case to silence this warning
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: make the property mutable instead
public let line1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'city' case to silence this warning
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: make the property mutable instead
public let city : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'country' case to silence this warning
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: make the property mutable instead
public let country : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line2' case to silence this warning
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: make the property mutable instead
public let line2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'postalCode' case to silence this warning
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: make the property mutable instead
public let postalCode : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'state' case to silence this warning
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: make the property mutable instead
public let state : String? = nil
~~~ ^
var
[67/85] Compiling StripeKit ExternalAccount.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'number' case to silence this warning
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: make the property mutable instead
public let number : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expMonth' case to silence this warning
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: make the property mutable instead
public let expMonth : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expYear' case to silence this warning
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: make the property mutable instead
public let expYear : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'cvc' case to silence this warning
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: make the property mutable instead
public let cvc : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'currency' case to silence this warning
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: make the property mutable instead
public let currency : Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'name' case to silence this warning
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: make the property mutable instead
public let name : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine1' case to silence this warning
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: make the property mutable instead
public let addressLine1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine2' case to silence this warning
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: make the property mutable instead
public let addressLine2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressCity' case to silence this warning
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: make the property mutable instead
public let addressCity : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressState' case to silence this warning
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: make the property mutable instead
public let addressState : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressZip' case to silence this warning
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: make the property mutable instead
public let addressZip : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addresCountry' case to silence this warning
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: make the property mutable instead
public let addresCountry : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'metadata' case to silence this warning
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: make the property mutable instead
public let metadata: Metadata? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'defaultForCurrency' case to silence this warning
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: make the property mutable instead
public let defaultForCurrency: Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'phone' case to silence this warning
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: make the property mutable instead
public let phone : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line1' case to silence this warning
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: make the property mutable instead
public let line1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'city' case to silence this warning
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: make the property mutable instead
public let city : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'country' case to silence this warning
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: make the property mutable instead
public let country : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line2' case to silence this warning
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: make the property mutable instead
public let line2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'postalCode' case to silence this warning
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: make the property mutable instead
public let postalCode : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'state' case to silence this warning
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: make the property mutable instead
public let state : String? = nil
~~~ ^
var
[68/85] Compiling StripeKit ExternalAccountCreationContext.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'number' case to silence this warning
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: make the property mutable instead
public let number : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expMonth' case to silence this warning
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: make the property mutable instead
public let expMonth : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expYear' case to silence this warning
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: make the property mutable instead
public let expYear : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'cvc' case to silence this warning
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: make the property mutable instead
public let cvc : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'currency' case to silence this warning
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: make the property mutable instead
public let currency : Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'name' case to silence this warning
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: make the property mutable instead
public let name : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine1' case to silence this warning
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: make the property mutable instead
public let addressLine1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine2' case to silence this warning
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: make the property mutable instead
public let addressLine2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressCity' case to silence this warning
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: make the property mutable instead
public let addressCity : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressState' case to silence this warning
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: make the property mutable instead
public let addressState : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressZip' case to silence this warning
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: make the property mutable instead
public let addressZip : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addresCountry' case to silence this warning
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: make the property mutable instead
public let addresCountry : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'metadata' case to silence this warning
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: make the property mutable instead
public let metadata: Metadata? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'defaultForCurrency' case to silence this warning
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: make the property mutable instead
public let defaultForCurrency: Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'phone' case to silence this warning
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: make the property mutable instead
public let phone : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line1' case to silence this warning
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: make the property mutable instead
public let line1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'city' case to silence this warning
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: make the property mutable instead
public let city : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'country' case to silence this warning
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: make the property mutable instead
public let country : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line2' case to silence this warning
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: make the property mutable instead
public let line2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'postalCode' case to silence this warning
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: make the property mutable instead
public let postalCode : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'state' case to silence this warning
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: make the property mutable instead
public let state : String? = nil
~~~ ^
var
[69/85] Compiling StripeKit EnumCollection.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Extensions/URLSessionConfiguration+Stripe.swift:12:5: warning: 'public' modifier is redundant for static method declared in a public extension
public static func stripeApi(withBearer token: String) -> URLSessionConfiguration {
^~~~~~~
[70/85] Compiling StripeKit Query+Stripe.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Extensions/URLSessionConfiguration+Stripe.swift:12:5: warning: 'public' modifier is redundant for static method declared in a public extension
public static func stripeApi(withBearer token: String) -> URLSessionConfiguration {
^~~~~~~
[71/85] Compiling StripeKit Resource.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Extensions/URLSessionConfiguration+Stripe.swift:12:5: warning: 'public' modifier is redundant for static method declared in a public extension
public static func stripeApi(withBearer token: String) -> URLSessionConfiguration {
^~~~~~~
[72/85] Compiling StripeKit URLSessionConfiguration+Stripe.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Extensions/URLSessionConfiguration+Stripe.swift:12:5: warning: 'public' modifier is redundant for static method declared in a public extension
public static func stripeApi(withBearer token: String) -> URLSessionConfiguration {
^~~~~~~
[73/85] Compiling StripeKit Account+Create.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Extensions/URLSessionConfiguration+Stripe.swift:12:5: warning: 'public' modifier is redundant for static method declared in a public extension
public static func stripeApi(withBearer token: String) -> URLSessionConfiguration {
^~~~~~~
[74/85] Compiling StripeKit Account.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Extensions/URLSessionConfiguration+Stripe.swift:12:5: warning: 'public' modifier is redundant for static method declared in a public extension
public static func stripeApi(withBearer token: String) -> URLSessionConfiguration {
^~~~~~~
[75/85] Compiling StripeKit AccountCreationContext.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Extensions/URLSessionConfiguration+Stripe.swift:12:5: warning: 'public' modifier is redundant for static method declared in a public extension
public static func stripeApi(withBearer token: String) -> URLSessionConfiguration {
^~~~~~~
[76/85] Compiling StripeKit Balance.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Extensions/URLSessionConfiguration+Stripe.swift:12:5: warning: 'public' modifier is redundant for static method declared in a public extension
public static func stripeApi(withBearer token: String) -> URLSessionConfiguration {
^~~~~~~
[77/85] Compiling StripeKit SubscriptionItemEditingContext.swift
[78/85] Compiling StripeKit StripeKit.swift
[79/85] Compiling StripeKit Currency.swift
[80/85] Compiling StripeKit DeleteConfirmation.swift
[81/85] Compiling StripeKit List.swift
[82/85] Compiling StripeKit Metadata.swift
[83/85] Compiling StripeKit StripeError.swift
[84/85] Emitting module StripeKit
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Extensions/URLSessionConfiguration+Stripe.swift:12:5: warning: 'public' modifier is redundant for static method declared in a public extension
public static func stripeApi(withBearer token: String) -> URLSessionConfiguration {
^~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'number' case to silence this warning
public let number : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:35:20: note: make the property mutable instead
public let number : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expMonth' case to silence this warning
public let expMonth : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:36:20: note: make the property mutable instead
public let expMonth : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'expYear' case to silence this warning
public let expYear : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:37:20: note: make the property mutable instead
public let expYear : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'cvc' case to silence this warning
public let cvc : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:38:20: note: make the property mutable instead
public let cvc : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'currency' case to silence this warning
public let currency : Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:39:20: note: make the property mutable instead
public let currency : Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'name' case to silence this warning
public let name : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:40:20: note: make the property mutable instead
public let name : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine1' case to silence this warning
public let addressLine1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:41:20: note: make the property mutable instead
public let addressLine1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressLine2' case to silence this warning
public let addressLine2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:42:20: note: make the property mutable instead
public let addressLine2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressCity' case to silence this warning
public let addressCity : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:43:20: note: make the property mutable instead
public let addressCity : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressState' case to silence this warning
public let addressState : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:44:20: note: make the property mutable instead
public let addressState : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addressZip' case to silence this warning
public let addressZip : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:45:20: note: make the property mutable instead
public let addressZip : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'addresCountry' case to silence this warning
public let addresCountry : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:46:20: note: make the property mutable instead
public let addresCountry : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'metadata' case to silence this warning
public let metadata: Metadata? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:47:20: note: make the property mutable instead
public let metadata: Metadata? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'defaultForCurrency' case to silence this warning
public let defaultForCurrency: Currency? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:48:20: note: make the property mutable instead
public let defaultForCurrency: Currency? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'phone' case to silence this warning
public let phone : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:67:16: note: make the property mutable instead
public let phone : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line1' case to silence this warning
public let line1 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:73:16: note: make the property mutable instead
public let line1 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'city' case to silence this warning
public let city : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:74:16: note: make the property mutable instead
public let city : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'country' case to silence this warning
public let country : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:75:16: note: make the property mutable instead
public let country : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'line2' case to silence this warning
public let line2 : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:76:16: note: make the property mutable instead
public let line2 : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'postalCode' case to silence this warning
public let postalCode : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:77:16: note: make the property mutable instead
public let postalCode : String? = nil
~~~ ^
var
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'state' case to silence this warning
public let state : String? = nil
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKit/Resources/Customer/Customer.swift:78:16: note: make the property mutable instead
public let state : String? = nil
~~~ ^
var
[85/87] Compiling StripeKitHarness main.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKitHarness/main.swift:89:11: warning: expression implicitly coerced from 'Account?' to 'Any'
print(account)
^~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKitHarness/main.swift:89:11: note: provide a default value to avoid this warning
print(account)
^~~~~~~
?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKitHarness/main.swift:89:11: note: force-unwrap the value to avoid this warning
print(account)
^~~~~~~
!
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKitHarness/main.swift:89:11: note: explicitly cast to 'Any' with 'as Any' to silence this warning
print(account)
^~~~~~~
as Any
[86/87] Emitting module StripeKitHarness
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKitHarness/main.swift:89:11: warning: expression implicitly coerced from 'Account?' to 'Any'
print(account)
^~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKitHarness/main.swift:89:11: note: provide a default value to avoid this warning
print(account)
^~~~~~~
?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKitHarness/main.swift:89:11: note: force-unwrap the value to avoid this warning
print(account)
^~~~~~~
!
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StripeKitHarness/main.swift:89:11: note: explicitly cast to 'Any' with 'as Any' to silence this warning
print(account)
^~~~~~~
as Any
[86/87] Linking StripeKitHarness
Build complete! (8.03s)
Build complete.
Done.