The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Appwrite, reference 6.1.0 (f75ad9), with Swift 6.0 for Linux on 6 Nov 2024 01:52:06 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

[524/664] Compiling AppwriteModels AttributeIp.swift
[525/664] Compiling AppwriteModels AttributeEnum.swift
[526/664] Compiling AppwriteModels AttributeFloat.swift
[529/664] Compiling AppwriteEnums Runtime.swift
[530/664] Compiling AppwriteEnums SmtpEncryption.swift
[531/666] Compiling AppwriteModels AttributeEmail.swift
[533/666] Compiling AppwriteModels AlgoScryptModified.swift
[534/666] Compiling AppwriteModels AlgoSha.swift
[535/666] Compiling AppwriteModels AttributeBoolean.swift
[536/666] Compiling AppwriteModels AlgoMd5.swift
[537/666] Compiling AppwriteModels AlgoPhpass.swift
[538/666] Compiling AppwriteModels AlgoScrypt.swift
[539/666] Compiling AppwriteModels AttributeDatetime.swift
[546/666] Compiling Atomics IntegerOperations.swift
[547/666] Compiling Atomics Unmanaged extensions.swift
[548/666] Emitting module AppwriteModels
[549/677] Compiling AppwriteModels ExecutionList.swift
[550/677] Compiling AppwriteModels File.swift
[551/677] Compiling AppwriteModels FileList.swift
[552/677] Compiling AppwriteModels Function.swift
[553/677] Compiling AppwriteModels FunctionList.swift
[554/677] Compiling AppwriteModels Headers.swift
[555/677] Compiling AppwriteModels HealthAntivirus.swift
[556/677] Compiling AppwriteModels HealthCertificate.swift
[557/677] Compiling AppwriteModels HealthQueue.swift
[558/677] Compiling AppwriteModels HealthStatus.swift
[559/677] Compiling AppwriteModels HealthTime.swift
[560/677] Compiling AppwriteModels Identity.swift
[561/677] Compiling AppwriteModels IdentityList.swift
[562/677] Compiling AppwriteModels Index.swift
[563/677] Compiling AppwriteModels IndexList.swift
[564/677] Compiling AppwriteModels Jwt.swift
[565/677] Compiling AppwriteModels Language.swift
[566/677] Compiling AppwriteModels LanguageList.swift
[567/677] Compiling AppwriteModels Locale.swift
[568/677] Compiling AppwriteModels LocaleCode.swift
[569/677] Compiling AppwriteModels LocaleCodeList.swift
[570/677] Compiling AppwriteModels Log.swift
[577/677] Emitting module AppwriteEnums
[578/678] Compiling AppwriteModels LogList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Message.swift:108:31: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
106 |             deliveryErrors: map["deliveryErrors"] as? [Any],
107 |             deliveredTotal: map["deliveredTotal"] as! Int,
108 |             data: map["data"] as! Any,
    |                               `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
109 |             status: map["status"] as! String
110 |         )
[579/678] Compiling AppwriteModels Membership.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Message.swift:108:31: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
106 |             deliveryErrors: map["deliveryErrors"] as? [Any],
107 |             deliveredTotal: map["deliveredTotal"] as! Int,
108 |             data: map["data"] as! Any,
    |                               `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
109 |             status: map["status"] as! String
110 |         )
[580/678] Compiling AppwriteModels MembershipList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Message.swift:108:31: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
106 |             deliveryErrors: map["deliveryErrors"] as? [Any],
107 |             deliveredTotal: map["deliveredTotal"] as! Int,
108 |             data: map["data"] as! Any,
    |                               `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
109 |             status: map["status"] as! String
110 |         )
[581/678] Compiling AppwriteModels Message.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Message.swift:108:31: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
106 |             deliveryErrors: map["deliveryErrors"] as? [Any],
107 |             deliveredTotal: map["deliveredTotal"] as! Int,
108 |             data: map["data"] as! Any,
    |                               `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
109 |             status: map["status"] as! String
110 |         )
[582/678] Compiling AppwriteModels MessageList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Message.swift:108:31: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
106 |             deliveryErrors: map["deliveryErrors"] as? [Any],
107 |             deliveredTotal: map["deliveredTotal"] as! Int,
108 |             data: map["data"] as! Any,
    |                               `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
109 |             status: map["status"] as! String
110 |         )
[583/678] Compiling AppwriteModels MfaChallenge.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Message.swift:108:31: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
106 |             deliveryErrors: map["deliveryErrors"] as? [Any],
107 |             deliveredTotal: map["deliveredTotal"] as! Int,
108 |             data: map["data"] as! Any,
    |                               `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
109 |             status: map["status"] as! String
110 |         )
[584/678] Compiling AppwriteModels MfaFactors.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Message.swift:108:31: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
106 |             deliveryErrors: map["deliveryErrors"] as? [Any],
107 |             deliveredTotal: map["deliveredTotal"] as! Int,
108 |             data: map["data"] as! Any,
    |                               `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
109 |             status: map["status"] as! String
110 |         )
[585/678] Compiling AppwriteModels MfaRecoveryCodes.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Message.swift:108:31: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
106 |             deliveryErrors: map["deliveryErrors"] as? [Any],
107 |             deliveredTotal: map["deliveredTotal"] as! Int,
108 |             data: map["data"] as! Any,
    |                               `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
109 |             status: map["status"] as! String
110 |         )
[586/678] Compiling AppwriteModels MfaType.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Message.swift:108:31: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
106 |             deliveryErrors: map["deliveryErrors"] as? [Any],
107 |             deliveredTotal: map["deliveredTotal"] as! Int,
108 |             data: map["data"] as! Any,
    |                               `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
109 |             status: map["status"] as! String
110 |         )
[587/678] Compiling AppwriteModels Phone.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Message.swift:108:31: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
106 |             deliveryErrors: map["deliveryErrors"] as? [Any],
107 |             deliveredTotal: map["deliveredTotal"] as! Int,
108 |             data: map["data"] as! Any,
    |                               `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
109 |             status: map["status"] as! String
110 |         )
[588/678] Compiling AppwriteModels PhoneList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Message.swift:108:31: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
106 |             deliveryErrors: map["deliveryErrors"] as? [Any],
107 |             deliveredTotal: map["deliveredTotal"] as! Int,
108 |             data: map["data"] as! Any,
    |                               `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
109 |             status: map["status"] as! String
110 |         )
[589/678] Compiling AppwriteModels Preferences.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:80:45: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
78 |             enabled: map["enabled"] as! Bool,
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
   |                                             `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
81 |             options: map["options"] as? Any
82 |         )
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:81:37: warning: conditional downcast from 'Any?' to 'Any' does nothing
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
81 |             options: map["options"] as? Any
   |                                     `- warning: conditional downcast from 'Any?' to 'Any' does nothing
82 |         )
83 |     }
[590/678] Compiling AppwriteModels Provider.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:80:45: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
78 |             enabled: map["enabled"] as! Bool,
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
   |                                             `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
81 |             options: map["options"] as? Any
82 |         )
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:81:37: warning: conditional downcast from 'Any?' to 'Any' does nothing
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
81 |             options: map["options"] as? Any
   |                                     `- warning: conditional downcast from 'Any?' to 'Any' does nothing
82 |         )
83 |     }
[591/678] Compiling AppwriteModels ProviderList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:80:45: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
78 |             enabled: map["enabled"] as! Bool,
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
   |                                             `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
81 |             options: map["options"] as? Any
82 |         )
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:81:37: warning: conditional downcast from 'Any?' to 'Any' does nothing
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
81 |             options: map["options"] as? Any
   |                                     `- warning: conditional downcast from 'Any?' to 'Any' does nothing
82 |         )
83 |     }
[592/678] Compiling AppwriteModels Runtime.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:80:45: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
78 |             enabled: map["enabled"] as! Bool,
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
   |                                             `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
81 |             options: map["options"] as? Any
82 |         )
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:81:37: warning: conditional downcast from 'Any?' to 'Any' does nothing
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
81 |             options: map["options"] as? Any
   |                                     `- warning: conditional downcast from 'Any?' to 'Any' does nothing
82 |         )
83 |     }
[593/678] Compiling AppwriteModels RuntimeList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:80:45: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
78 |             enabled: map["enabled"] as! Bool,
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
   |                                             `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
81 |             options: map["options"] as? Any
82 |         )
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:81:37: warning: conditional downcast from 'Any?' to 'Any' does nothing
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
81 |             options: map["options"] as? Any
   |                                     `- warning: conditional downcast from 'Any?' to 'Any' does nothing
82 |         )
83 |     }
[594/678] Compiling AppwriteModels Session.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:80:45: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
78 |             enabled: map["enabled"] as! Bool,
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
   |                                             `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
81 |             options: map["options"] as? Any
82 |         )
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:81:37: warning: conditional downcast from 'Any?' to 'Any' does nothing
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
81 |             options: map["options"] as? Any
   |                                     `- warning: conditional downcast from 'Any?' to 'Any' does nothing
82 |         )
83 |     }
[595/678] Compiling AppwriteModels SessionList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:80:45: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
78 |             enabled: map["enabled"] as! Bool,
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
   |                                             `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
81 |             options: map["options"] as? Any
82 |         )
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:81:37: warning: conditional downcast from 'Any?' to 'Any' does nothing
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
81 |             options: map["options"] as? Any
   |                                     `- warning: conditional downcast from 'Any?' to 'Any' does nothing
82 |         )
83 |     }
[596/678] Compiling AppwriteModels Specification.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:80:45: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
78 |             enabled: map["enabled"] as! Bool,
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
   |                                             `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
81 |             options: map["options"] as? Any
82 |         )
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:81:37: warning: conditional downcast from 'Any?' to 'Any' does nothing
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
81 |             options: map["options"] as? Any
   |                                     `- warning: conditional downcast from 'Any?' to 'Any' does nothing
82 |         )
83 |     }
[597/678] Compiling AppwriteModels SpecificationList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:80:45: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
78 |             enabled: map["enabled"] as! Bool,
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
   |                                             `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
81 |             options: map["options"] as? Any
82 |         )
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:81:37: warning: conditional downcast from 'Any?' to 'Any' does nothing
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
81 |             options: map["options"] as? Any
   |                                     `- warning: conditional downcast from 'Any?' to 'Any' does nothing
82 |         )
83 |     }
[598/678] Compiling AppwriteModels Subscriber.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:80:45: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
78 |             enabled: map["enabled"] as! Bool,
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
   |                                             `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
81 |             options: map["options"] as? Any
82 |         )
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:81:37: warning: conditional downcast from 'Any?' to 'Any' does nothing
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
81 |             options: map["options"] as? Any
   |                                     `- warning: conditional downcast from 'Any?' to 'Any' does nothing
82 |         )
83 |     }
[599/678] Compiling AppwriteModels SubscriberList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:80:45: warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
78 |             enabled: map["enabled"] as! Bool,
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
   |                                             `- warning: forced cast from 'Any?' to 'Any' only unwraps optionals; did you mean to use '!'?
81 |             options: map["options"] as? Any
82 |         )
/host/spi-builder-workspace/Sources/AppwriteModels/Provider.swift:81:37: warning: conditional downcast from 'Any?' to 'Any' does nothing
79 |             type: map["type"] as! String,
80 |             credentials: map["credentials"] as! Any,
81 |             options: map["options"] as? Any
   |                                     `- warning: conditional downcast from 'Any?' to 'Any' does nothing
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Int,
80 |             max: map["max"] as? Int,
81 |             `default`: map["default"] as? Int
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeRelationship.swift:95:13: warning: keyword 'required' does not need to be escaped in argument list
 93 |             status: map["status"] as! String,
 94 |             error: map["error"] as! String,
 95 |             `required`: map["required"] as! Bool,
    |             `- warning: keyword 'required' does not need to be escaped in argument list
 96 |             array: map["array"] as? Bool,
 97 |             relatedCollection: map["relatedCollection"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Int,
80 |             max: map["max"] as? Int,
81 |             `default`: map["default"] as? Int
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeRelationship.swift:95:13: warning: keyword 'required' does not need to be escaped in argument list
 93 |             status: map["status"] as! String,
 94 |             error: map["error"] as! String,
 95 |             `required`: map["required"] as! Bool,
    |             `- warning: keyword 'required' does not need to be escaped in argument list
 96 |             array: map["array"] as? Bool,
 97 |             relatedCollection: map["relatedCollection"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Int,
80 |             max: map["max"] as? Int,
81 |             `default`: map["default"] as? Int
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeRelationship.swift:95:13: warning: keyword 'required' does not need to be escaped in argument list
 93 |             status: map["status"] as! String,
 94 |             error: map["error"] as! String,
 95 |             `required`: map["required"] as! Bool,
    |             `- warning: keyword 'required' does not need to be escaped in argument list
 96 |             array: map["array"] as? Bool,
 97 |             relatedCollection: map["relatedCollection"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Int,
80 |             max: map["max"] as? Int,
81 |             `default`: map["default"] as? Int
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeRelationship.swift:95:13: warning: keyword 'required' does not need to be escaped in argument list
 93 |             status: map["status"] as! String,
 94 |             error: map["error"] as! String,
 95 |             `required`: map["required"] as! Bool,
    |             `- warning: keyword 'required' does not need to be escaped in argument list
 96 |             array: map["array"] as? Bool,
 97 |             relatedCollection: map["relatedCollection"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Int,
80 |             max: map["max"] as? Int,
81 |             `default`: map["default"] as? Int
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeRelationship.swift:95:13: warning: keyword 'required' does not need to be escaped in argument list
 93 |             status: map["status"] as! String,
 94 |             error: map["error"] as! String,
 95 |             `required`: map["required"] as! Bool,
    |             `- warning: keyword 'required' does not need to be escaped in argument list
 96 |             array: map["array"] as? Bool,
 97 |             relatedCollection: map["relatedCollection"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Int,
80 |             max: map["max"] as? Int,
81 |             `default`: map["default"] as? Int
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeRelationship.swift:95:13: warning: keyword 'required' does not need to be escaped in argument list
 93 |             status: map["status"] as! String,
 94 |             error: map["error"] as! String,
 95 |             `required`: map["required"] as! Bool,
    |             `- warning: keyword 'required' does not need to be escaped in argument list
 96 |             array: map["array"] as? Bool,
 97 |             relatedCollection: map["relatedCollection"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Int,
80 |             max: map["max"] as? Int,
81 |             `default`: map["default"] as? Int
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeRelationship.swift:95:13: warning: keyword 'required' does not need to be escaped in argument list
 93 |             status: map["status"] as! String,
 94 |             error: map["error"] as! String,
 95 |             `required`: map["required"] as! Bool,
    |             `- warning: keyword 'required' does not need to be escaped in argument list
 96 |             array: map["array"] as? Bool,
 97 |             relatedCollection: map["relatedCollection"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Int,
80 |             max: map["max"] as? Int,
81 |             `default`: map["default"] as? Int
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeRelationship.swift:95:13: warning: keyword 'required' does not need to be escaped in argument list
 93 |             status: map["status"] as! String,
 94 |             error: map["error"] as! String,
 95 |             `required`: map["required"] as! Bool,
    |             `- warning: keyword 'required' does not need to be escaped in argument list
 96 |             array: map["array"] as? Bool,
 97 |             relatedCollection: map["relatedCollection"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
[609/678] Compiling AppwriteModels Build.swift
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Int,
80 |             max: map["max"] as? Int,
81 |             `default`: map["default"] as? Int
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeRelationship.swift:95:13: warning: keyword 'required' does not need to be escaped in argument list
 93 |             status: map["status"] as! String,
 94 |             error: map["error"] as! String,
 95 |             `required`: map["required"] as! Bool,
    |             `- warning: keyword 'required' does not need to be escaped in argument list
 96 |             array: map["array"] as? Bool,
 97 |             relatedCollection: map["relatedCollection"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
[610/678] Compiling AppwriteModels Collection.swift
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Int,
80 |             max: map["max"] as? Int,
81 |             `default`: map["default"] as? Int
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeRelationship.swift:95:13: warning: keyword 'required' does not need to be escaped in argument list
 93 |             status: map["status"] as! String,
 94 |             error: map["error"] as! String,
 95 |             `required`: map["required"] as! Bool,
    |             `- warning: keyword 'required' does not need to be escaped in argument list
 96 |             array: map["array"] as? Bool,
 97 |             relatedCollection: map["relatedCollection"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
[611/678] Compiling AppwriteModels CollectionList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Int,
80 |             max: map["max"] as? Int,
81 |             `default`: map["default"] as? Int
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeRelationship.swift:95:13: warning: keyword 'required' does not need to be escaped in argument list
 93 |             status: map["status"] as! String,
 94 |             error: map["error"] as! String,
 95 |             `required`: map["required"] as! Bool,
    |             `- warning: keyword 'required' does not need to be escaped in argument list
 96 |             array: map["array"] as? Bool,
 97 |             relatedCollection: map["relatedCollection"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
[612/678] Compiling AppwriteModels Continent.swift
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeInteger.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Int,
80 |             max: map["max"] as? Int,
81 |             `default`: map["default"] as? Int
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeIp.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeRelationship.swift:95:13: warning: keyword 'required' does not need to be escaped in argument list
 93 |             status: map["status"] as! String,
 94 |             error: map["error"] as! String,
 95 |             `required`: map["required"] as! Bool,
    |             `- warning: keyword 'required' does not need to be escaped in argument list
 96 |             array: map["array"] as? Bool,
 97 |             relatedCollection: map["relatedCollection"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeString.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             size: map["size"] as! Int,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeUrl.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
[613/678] Compiling AppwriteModels ContinentList.swift
[614/678] Compiling AppwriteModels Country.swift
[615/678] Compiling AppwriteModels CountryList.swift
[616/678] Compiling AppwriteModels Currency.swift
[617/678] Compiling AppwriteModels CurrencyList.swift
[618/678] Compiling AppwriteModels Database.swift
[619/678] Compiling AppwriteModels DatabaseList.swift
[620/678] Compiling AppwriteModels Deployment.swift
[621/678] Compiling AppwriteModels DeploymentList.swift
[622/678] Compiling AppwriteModels Document.swift
[623/678] Compiling AppwriteModels DocumentList.swift
[624/678] Compiling AppwriteModels Execution.swift
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:65:13: warning: keyword 'required' does not need to be escaped in argument list
63 |             status: map["status"] as! String,
64 |             error: map["error"] as! String,
65 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:67:13: warning: keyword 'default' does not need to be escaped in argument list
65 |             `required`: map["required"] as! Bool,
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
   |             `- warning: keyword 'default' does not need to be escaped in argument list
68 |         )
69 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             elements: map["elements"] as! [Any],
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             elements: map["elements"] as! [Any],
80 |             format: map["format"] as! String,
81 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Double,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Double,
80 |             max: map["max"] as? Double,
81 |             `default`: map["default"] as? Double
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:65:13: warning: keyword 'required' does not need to be escaped in argument list
63 |             status: map["status"] as! String,
64 |             error: map["error"] as! String,
65 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:67:13: warning: keyword 'default' does not need to be escaped in argument list
65 |             `required`: map["required"] as! Bool,
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
   |             `- warning: keyword 'default' does not need to be escaped in argument list
68 |         )
69 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             elements: map["elements"] as! [Any],
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             elements: map["elements"] as! [Any],
80 |             format: map["format"] as! String,
81 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Double,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Double,
80 |             max: map["max"] as? Double,
81 |             `default`: map["default"] as? Double
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:65:13: warning: keyword 'required' does not need to be escaped in argument list
63 |             status: map["status"] as! String,
64 |             error: map["error"] as! String,
65 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:67:13: warning: keyword 'default' does not need to be escaped in argument list
65 |             `required`: map["required"] as! Bool,
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
   |             `- warning: keyword 'default' does not need to be escaped in argument list
68 |         )
69 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             elements: map["elements"] as! [Any],
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             elements: map["elements"] as! [Any],
80 |             format: map["format"] as! String,
81 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Double,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Double,
80 |             max: map["max"] as? Double,
81 |             `default`: map["default"] as? Double
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:65:13: warning: keyword 'required' does not need to be escaped in argument list
63 |             status: map["status"] as! String,
64 |             error: map["error"] as! String,
65 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:67:13: warning: keyword 'default' does not need to be escaped in argument list
65 |             `required`: map["required"] as! Bool,
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
   |             `- warning: keyword 'default' does not need to be escaped in argument list
68 |         )
69 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             elements: map["elements"] as! [Any],
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             elements: map["elements"] as! [Any],
80 |             format: map["format"] as! String,
81 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Double,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Double,
80 |             max: map["max"] as? Double,
81 |             `default`: map["default"] as? Double
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:65:13: warning: keyword 'required' does not need to be escaped in argument list
63 |             status: map["status"] as! String,
64 |             error: map["error"] as! String,
65 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:67:13: warning: keyword 'default' does not need to be escaped in argument list
65 |             `required`: map["required"] as! Bool,
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
   |             `- warning: keyword 'default' does not need to be escaped in argument list
68 |         )
69 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             elements: map["elements"] as! [Any],
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             elements: map["elements"] as! [Any],
80 |             format: map["format"] as! String,
81 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Double,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Double,
80 |             max: map["max"] as? Double,
81 |             `default`: map["default"] as? Double
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:65:13: warning: keyword 'required' does not need to be escaped in argument list
63 |             status: map["status"] as! String,
64 |             error: map["error"] as! String,
65 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:67:13: warning: keyword 'default' does not need to be escaped in argument list
65 |             `required`: map["required"] as! Bool,
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
   |             `- warning: keyword 'default' does not need to be escaped in argument list
68 |         )
69 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             elements: map["elements"] as! [Any],
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             elements: map["elements"] as! [Any],
80 |             format: map["format"] as! String,
81 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Double,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Double,
80 |             max: map["max"] as? Double,
81 |             `default`: map["default"] as? Double
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:65:13: warning: keyword 'required' does not need to be escaped in argument list
63 |             status: map["status"] as! String,
64 |             error: map["error"] as! String,
65 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:67:13: warning: keyword 'default' does not need to be escaped in argument list
65 |             `required`: map["required"] as! Bool,
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
   |             `- warning: keyword 'default' does not need to be escaped in argument list
68 |         )
69 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             elements: map["elements"] as! [Any],
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             elements: map["elements"] as! [Any],
80 |             format: map["format"] as! String,
81 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Double,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Double,
80 |             max: map["max"] as? Double,
81 |             `default`: map["default"] as? Double
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:65:13: warning: keyword 'required' does not need to be escaped in argument list
63 |             status: map["status"] as! String,
64 |             error: map["error"] as! String,
65 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:67:13: warning: keyword 'default' does not need to be escaped in argument list
65 |             `required`: map["required"] as! Bool,
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
   |             `- warning: keyword 'default' does not need to be escaped in argument list
68 |         )
69 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             elements: map["elements"] as! [Any],
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             elements: map["elements"] as! [Any],
80 |             format: map["format"] as! String,
81 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Double,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Double,
80 |             max: map["max"] as? Double,
81 |             `default`: map["default"] as? Double
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:65:13: warning: keyword 'required' does not need to be escaped in argument list
63 |             status: map["status"] as! String,
64 |             error: map["error"] as! String,
65 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:67:13: warning: keyword 'default' does not need to be escaped in argument list
65 |             `required`: map["required"] as! Bool,
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
   |             `- warning: keyword 'default' does not need to be escaped in argument list
68 |         )
69 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             elements: map["elements"] as! [Any],
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             elements: map["elements"] as! [Any],
80 |             format: map["format"] as! String,
81 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Double,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Double,
80 |             max: map["max"] as? Double,
81 |             `default`: map["default"] as? Double
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:65:13: warning: keyword 'required' does not need to be escaped in argument list
63 |             status: map["status"] as! String,
64 |             error: map["error"] as! String,
65 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:67:13: warning: keyword 'default' does not need to be escaped in argument list
65 |             `required`: map["required"] as! Bool,
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
   |             `- warning: keyword 'default' does not need to be escaped in argument list
68 |         )
69 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             elements: map["elements"] as! [Any],
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             elements: map["elements"] as! [Any],
80 |             format: map["format"] as! String,
81 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Double,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Double,
80 |             max: map["max"] as? Double,
81 |             `default`: map["default"] as? Double
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:65:13: warning: keyword 'required' does not need to be escaped in argument list
63 |             status: map["status"] as! String,
64 |             error: map["error"] as! String,
65 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:67:13: warning: keyword 'default' does not need to be escaped in argument list
65 |             `required`: map["required"] as! Bool,
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
   |             `- warning: keyword 'default' does not need to be escaped in argument list
68 |         )
69 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             elements: map["elements"] as! [Any],
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             elements: map["elements"] as! [Any],
80 |             format: map["format"] as! String,
81 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Double,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Double,
80 |             max: map["max"] as? Double,
81 |             `default`: map["default"] as? Double
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:65:13: warning: keyword 'required' does not need to be escaped in argument list
63 |             status: map["status"] as! String,
64 |             error: map["error"] as! String,
65 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeBoolean.swift:67:13: warning: keyword 'default' does not need to be escaped in argument list
65 |             `required`: map["required"] as! Bool,
66 |             array: map["array"] as? Bool,
67 |             `default`: map["default"] as? Bool
   |             `- warning: keyword 'default' does not need to be escaped in argument list
68 |         )
69 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeDatetime.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:71:13: warning: keyword 'required' does not need to be escaped in argument list
69 |             status: map["status"] as! String,
70 |             error: map["error"] as! String,
71 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEmail.swift:74:13: warning: keyword 'default' does not need to be escaped in argument list
72 |             array: map["array"] as? Bool,
73 |             format: map["format"] as! String,
74 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
75 |         )
76 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             elements: map["elements"] as! [Any],
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeEnum.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             elements: map["elements"] as! [Any],
80 |             format: map["format"] as! String,
81 |             `default`: map["default"] as? String
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:77:13: warning: keyword 'required' does not need to be escaped in argument list
75 |             status: map["status"] as! String,
76 |             error: map["error"] as! String,
77 |             `required`: map["required"] as! Bool,
   |             `- warning: keyword 'required' does not need to be escaped in argument list
78 |             array: map["array"] as? Bool,
79 |             min: map["min"] as? Double,
/host/spi-builder-workspace/Sources/AppwriteModels/AttributeFloat.swift:81:13: warning: keyword 'default' does not need to be escaped in argument list
79 |             min: map["min"] as? Double,
80 |             max: map["max"] as? Double,
81 |             `default`: map["default"] as? Double
   |             `- warning: keyword 'default' does not need to be escaped in argument list
82 |         )
83 |     }
[649/681] Compiling Algorithms Trim.swift
[650/681] Compiling Algorithms Unique.swift
[651/681] Compiling Algorithms Windows.swift
[652/681] Compiling AppwriteModels Target.swift
/host/spi-builder-workspace/Sources/AppwriteModels/User.swift:139:45: warning: conditional downcast from 'Any?' to 'Any' does nothing
137 |             password: map["password"] as? String,
138 |             hash: map["hash"] as? String,
139 |             hashOptions: map["hashOptions"] as? Any,
    |                                             `- warning: conditional downcast from 'Any?' to 'Any' does nothing
140 |             registration: map["registration"] as! String,
141 |             status: map["status"] as! Bool,
[653/681] Compiling AppwriteModels TargetList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/User.swift:139:45: warning: conditional downcast from 'Any?' to 'Any' does nothing
137 |             password: map["password"] as? String,
138 |             hash: map["hash"] as? String,
139 |             hashOptions: map["hashOptions"] as? Any,
    |                                             `- warning: conditional downcast from 'Any?' to 'Any' does nothing
140 |             registration: map["registration"] as! String,
141 |             status: map["status"] as! Bool,
[654/681] Compiling AppwriteModels Team.swift
/host/spi-builder-workspace/Sources/AppwriteModels/User.swift:139:45: warning: conditional downcast from 'Any?' to 'Any' does nothing
137 |             password: map["password"] as? String,
138 |             hash: map["hash"] as? String,
139 |             hashOptions: map["hashOptions"] as? Any,
    |                                             `- warning: conditional downcast from 'Any?' to 'Any' does nothing
140 |             registration: map["registration"] as! String,
141 |             status: map["status"] as! Bool,
[655/681] Compiling AppwriteModels TeamList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/User.swift:139:45: warning: conditional downcast from 'Any?' to 'Any' does nothing
137 |             password: map["password"] as? String,
138 |             hash: map["hash"] as? String,
139 |             hashOptions: map["hashOptions"] as? Any,
    |                                             `- warning: conditional downcast from 'Any?' to 'Any' does nothing
140 |             registration: map["registration"] as! String,
141 |             status: map["status"] as! Bool,
[656/681] Compiling AppwriteModels Token.swift
/host/spi-builder-workspace/Sources/AppwriteModels/User.swift:139:45: warning: conditional downcast from 'Any?' to 'Any' does nothing
137 |             password: map["password"] as? String,
138 |             hash: map["hash"] as? String,
139 |             hashOptions: map["hashOptions"] as? Any,
    |                                             `- warning: conditional downcast from 'Any?' to 'Any' does nothing
140 |             registration: map["registration"] as! String,
141 |             status: map["status"] as! Bool,
[657/681] Compiling AppwriteModels Topic.swift
/host/spi-builder-workspace/Sources/AppwriteModels/User.swift:139:45: warning: conditional downcast from 'Any?' to 'Any' does nothing
137 |             password: map["password"] as? String,
138 |             hash: map["hash"] as? String,
139 |             hashOptions: map["hashOptions"] as? Any,
    |                                             `- warning: conditional downcast from 'Any?' to 'Any' does nothing
140 |             registration: map["registration"] as! String,
141 |             status: map["status"] as! Bool,
[658/681] Compiling AppwriteModels TopicList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/User.swift:139:45: warning: conditional downcast from 'Any?' to 'Any' does nothing
137 |             password: map["password"] as? String,
138 |             hash: map["hash"] as? String,
139 |             hashOptions: map["hashOptions"] as? Any,
    |                                             `- warning: conditional downcast from 'Any?' to 'Any' does nothing
140 |             registration: map["registration"] as! String,
141 |             status: map["status"] as! Bool,
[659/681] Compiling AppwriteModels User.swift
/host/spi-builder-workspace/Sources/AppwriteModels/User.swift:139:45: warning: conditional downcast from 'Any?' to 'Any' does nothing
137 |             password: map["password"] as? String,
138 |             hash: map["hash"] as? String,
139 |             hashOptions: map["hashOptions"] as? Any,
    |                                             `- warning: conditional downcast from 'Any?' to 'Any' does nothing
140 |             registration: map["registration"] as! String,
141 |             status: map["status"] as! Bool,
[660/681] Compiling AppwriteModels UserList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/User.swift:139:45: warning: conditional downcast from 'Any?' to 'Any' does nothing
137 |             password: map["password"] as? String,
138 |             hash: map["hash"] as? String,
139 |             hashOptions: map["hashOptions"] as? Any,
    |                                             `- warning: conditional downcast from 'Any?' to 'Any' does nothing
140 |             registration: map["registration"] as! String,
141 |             status: map["status"] as! Bool,
[661/681] Compiling AppwriteModels Variable.swift
/host/spi-builder-workspace/Sources/AppwriteModels/User.swift:139:45: warning: conditional downcast from 'Any?' to 'Any' does nothing
137 |             password: map["password"] as? String,
138 |             hash: map["hash"] as? String,
139 |             hashOptions: map["hashOptions"] as? Any,
    |                                             `- warning: conditional downcast from 'Any?' to 'Any' does nothing
140 |             registration: map["registration"] as! String,
141 |             status: map["status"] as! Bool,
[662/681] Compiling AppwriteModels VariableList.swift
/host/spi-builder-workspace/Sources/AppwriteModels/User.swift:139:45: warning: conditional downcast from 'Any?' to 'Any' does nothing
137 |             password: map["password"] as? String,
138 |             hash: map["hash"] as? String,
139 |             hashOptions: map["hashOptions"] as? Any,
    |                                             `- warning: conditional downcast from 'Any?' to 'Any' does nothing
140 |             registration: map["registration"] as! String,
141 |             status: map["status"] as! Bool,
[662/681] Compiling c-nioatomics.c
[672/682] Compiling c-atomics.c
[678/688] Compiling NIOConcurrencyHelpers lock.swift
[679/688] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[680/688] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[681/688] Compiling NIOConcurrencyHelpers NIOLock.swift
[682/688] Compiling NIOConcurrencyHelpers atomics.swift
[683/688] Emitting module NIOConcurrencyHelpers
[688/689] Emitting module Atomics
[690/750] Emitting module Algorithms
[692/751] Compiling NIOCore IO.swift
[693/751] Compiling NIOCore IOData.swift
[694/751] Compiling NIOCore IPProtocol.swift
[695/751] Compiling NIOCore IntegerBitPacking.swift
[696/751] Compiling NIOCore IntegerTypes.swift
[697/751] Compiling NIOCore Interfaces.swift
[698/751] Compiling NIOCore Linux.swift
[699/751] Compiling NIOCore MarkedCircularBuffer.swift
[700/759] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[701/759] Compiling NIOCore EventLoopFuture+Deprecated.swift
[702/759] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[703/759] Compiling NIOCore EventLoopFuture.swift
[704/759] Compiling NIOCore FileDescriptor.swift
[705/759] Compiling NIOCore FileHandle.swift
[706/759] Compiling NIOCore FileRegion.swift
[707/759] Compiling NIOCore GlobalSingletons.swift
[708/759] Compiling NIOCore MulticastChannel.swift
[709/759] Compiling NIOCore NIOAny.swift
[710/759] Compiling NIOCore NIOCloseOnErrorHandler.swift
[711/759] Compiling NIOCore NIOLoopBound.swift
[712/759] Compiling NIOCore NIOScheduledCallback.swift
[713/759] Compiling NIOCore NIOSendable.swift
[714/759] Compiling NIOCore PointerHelpers.swift
[715/759] Compiling NIOCore RecvByteBufferAllocator.swift
[716/759] Compiling NIOCore CircularBuffer.swift
[717/759] Compiling NIOCore Codec.swift
[718/759] Compiling NIOCore ConvenienceOptionSupport.swift
[719/759] Compiling NIOCore DeadChannel.swift
[720/759] Compiling NIOCore DispatchQueue+WithFuture.swift
[721/759] Compiling NIOCore EventLoop+Deprecated.swift
[722/759] Compiling NIOCore EventLoop+SerialExecutor.swift
[723/759] Compiling NIOCore EventLoop.swift
[724/759] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[725/759] Compiling NIOCore SocketAddresses.swift
[726/759] Compiling NIOCore SocketOptionProvider.swift
[727/759] Compiling NIOCore SystemCallHelpers.swift
[728/759] Compiling NIOCore TimeAmount+Duration.swift
[729/759] Compiling NIOCore TypeAssistedChannelHandler.swift
[730/759] Compiling NIOCore UniversalBootstrapSupport.swift
[731/759] Compiling NIOCore Utilities.swift
[732/759] Compiling NIOCore AddressedEnvelope.swift
[733/759] Compiling NIOCore AsyncAwaitSupport.swift
[734/759] Compiling NIOCore AsyncChannel.swift
[735/759] Compiling NIOCore AsyncChannelHandler.swift
[736/759] Compiling NIOCore AsyncChannelInboundStream.swift
[737/759] Compiling NIOCore AsyncChannelOutboundWriter.swift
[738/759] Compiling NIOCore NIOAsyncSequenceProducer.swift
[739/759] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[740/759] Compiling NIOCore NIOAsyncWriter.swift
[741/759] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[742/759] Compiling NIOCore BSDSocketAPI.swift
[743/759] Compiling NIOCore ByteBuffer-aux.swift
[744/759] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[745/759] Compiling NIOCore ByteBuffer-conversions.swift
[746/759] Compiling NIOCore ByteBuffer-core.swift
[747/759] Compiling NIOCore ByteBuffer-hex.swift
[748/759] Compiling NIOCore ByteBuffer-int.swift
[749/759] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[750/759] Compiling NIOCore ByteBuffer-multi-int.swift
[751/759] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[752/759] Compiling NIOCore ByteBuffer-views.swift
[753/759] Compiling NIOCore Channel.swift
[754/759] Compiling NIOCore ChannelHandler.swift
[755/759] Compiling NIOCore ChannelHandlers.swift
[756/759] Compiling NIOCore ChannelInvoker.swift
[757/759] Compiling NIOCore ChannelOption.swift
[758/759] Compiling NIOCore ChannelPipeline.swift
[759/759] Emitting module NIOCore
[761/812] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[762/812] Compiling NIOEmbedded AsyncTestingChannel.swift
[763/812] Compiling NIOEmbedded Embedded.swift
[764/812] Emitting module NIOEmbedded
[766/813] Compiling NIOPosix ServerSocket.swift
[767/813] Compiling NIOPosix Socket.swift
[768/813] Compiling NIOPosix SocketChannel.swift
[769/813] Compiling NIOPosix SocketProtocols.swift
[770/813] Compiling NIOPosix System.swift
[771/813] Compiling NIOPosix Thread.swift
[772/819] Emitting module NIOPosix
[773/819] Compiling NIOPosix BSDSocketAPICommon.swift
[774/819] Compiling NIOPosix BSDSocketAPIPosix.swift
[775/819] Compiling NIOPosix BSDSocketAPIWindows.swift
[776/819] Compiling NIOPosix BaseSocket.swift
[777/819] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[778/819] Compiling NIOPosix BaseSocketChannel.swift
[779/819] Compiling NIOPosix BaseStreamSocketChannel.swift
[780/819] Compiling NIOPosix ThreadPosix.swift
[781/819] Compiling NIOPosix ThreadWindows.swift
[782/819] Compiling NIOPosix UnsafeTransfer.swift
[783/819] Compiling NIOPosix Utilities.swift
[784/819] Compiling NIOPosix VsockAddress.swift
[785/819] Compiling NIOPosix VsockChannelEvents.swift
[786/819] Compiling NIOPosix Bootstrap.swift
[787/819] Compiling NIOPosix ControlMessage.swift
[788/819] Compiling NIOPosix DatagramVectorReadManager.swift
[789/819] Compiling NIOPosix Errors+Any.swift
[790/819] Compiling NIOPosix FileDescriptor.swift
[791/819] Compiling NIOPosix GetaddrinfoResolver.swift
[792/819] Compiling NIOPosix HappyEyeballs.swift
[793/819] Compiling NIOPosix Pool.swift
[794/819] Compiling NIOPosix PooledRecvBufferAllocator.swift
[795/819] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[796/819] Compiling NIOPosix PosixSingletons.swift
[797/819] Compiling NIOPosix RawSocketBootstrap.swift
[798/819] Compiling NIOPosix Resolver.swift
[799/819] Compiling NIOPosix Selectable.swift
[800/819] Compiling NIOPosix SelectableChannel.swift
[801/819] Compiling NIOPosix SelectableEventLoop.swift
[802/819] Compiling NIOPosix SelectorEpoll.swift
[803/819] Compiling NIOPosix SelectorGeneric.swift
[804/819] Compiling NIOPosix SelectorKqueue.swift
[805/819] Compiling NIOPosix SelectorUring.swift
[806/819] Compiling NIOPosix IO.swift
[807/819] Compiling NIOPosix IntegerBitPacking.swift
[808/819] Compiling NIOPosix IntegerTypes.swift
[809/819] Compiling NIOPosix Linux.swift
[810/819] Compiling NIOPosix LinuxCPUSet.swift
[811/819] Compiling NIOPosix LinuxUring.swift
[812/819] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[813/819] Compiling NIOPosix NIOThreadPool.swift
[814/819] Compiling NIOPosix NonBlockingFileIO.swift
[815/819] Compiling NIOPosix PendingDatagramWritesManager.swift
[816/819] Compiling NIOPosix PendingWritesManager.swift
[817/819] Compiling NIOPosix PipeChannel.swift
[818/819] Compiling NIOPosix PipePair.swift
[819/819] Compiling NIOPosix PointerHelpers.swift
[821/822] Emitting module NIO
[822/822] Compiling NIO Exports.swift
[824/861] Compiling NIOTLS TLSEvents.swift
[825/861] Compiling NIOSOCKS SOCKSResponse.swift
[826/862] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[827/862] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[828/862] Emitting module NIOTLS
[829/862] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[830/862] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[831/862] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[832/862] Compiling NIOSOCKS ClientStateMachine.swift
[833/862] Compiling NIOSOCKS ServerStateMachine.swift
[834/862] Compiling NIOHTTP1 ByteCollectionUtils.swift
[835/862] Compiling NIOHTTP1 HTTPDecoder.swift
[836/862] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[837/862] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[838/862] Compiling NIOHTTP1 HTTPEncoder.swift
[839/862] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[840/862] Emitting module NIOSOCKS
[841/862] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[842/862] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[843/863] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[844/863] Emitting module NIOFoundationCompat
[845/864] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[846/864] Compiling NIOTLS SNIHandler.swift
[850/865] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[851/865] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[852/911] Compiling NIOTransportServices NIOTSDatagramListener.swift
[853/911] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[854/917] Compiling NIOTransportServices NIOTSEventLoop.swift
[855/917] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[856/917] Compiling NIOTransportServices StateManagedChannel.swift
[857/917] Compiling NIOTransportServices StateManagedListenerChannel.swift
[858/917] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[859/917] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[860/917] Compiling NIOTransportServices NIOTSSingletons.swift
[861/917] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[862/919] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[863/919] Compiling NIOTransportServices NIOTSErrors.swift
[865/919] Compiling NIOTransportServices NIOTSBootstraps.swift
[866/919] Compiling NIOTransportServices NIOTSChannelOptions.swift
[867/919] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[868/919] Emitting module NIOTransportServices
[869/919] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[870/919] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[872/919] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[873/919] Compiling NIOTransportServices NIOTSListenerChannel.swift
[874/919] Emitting module NIOHTTP1
[875/919] Compiling NIOTransportServices AcceptHandler.swift
[876/919] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[877/919] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[880/919] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[894/921] Compiling NIOSSL NIOSSLSecureBytes.swift
[895/921] Compiling NIOSSL RNG.swift
[896/921] Compiling NIOSSL SafeCompare.swift
[900/941] Compiling NIOSSL SubjectAlternativeName.swift
[905/952] Compiling NIOWebSocket WebSocketOpcode.swift
[906/953] Compiling NIOHPACK IndexedHeaderTable.swift
[907/954] Compiling NIOHPACK IntegerCoding.swift
[908/954] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[909/954] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[910/954] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[911/954] Compiling NIOHPACK StaticHeaderTable.swift
[912/954] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[913/954] Compiling NIOHTTPCompression HTTPDecompression.swift
[914/954] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[915/954] Emitting module NIOHTTPCompression
[916/954] Compiling NIOHTTPCompression HTTPCompression.swift
[917/954] Compiling NIOHPACK DynamicHeaderTable.swift
[918/954] Compiling NIOHPACK HPACKDecoder.swift
[919/954] Compiling NIOHPACK HPACKHeader.swift
[920/954] Compiling NIOHPACK HeaderTables.swift
[921/954] Emitting module NIOSSL
[922/954] Compiling NIOHPACK HPACKEncoder.swift
[923/954] Compiling NIOHPACK HPACKErrors.swift
[926/954] Compiling NIOHPACK HuffmanCoding.swift
[927/954] Compiling NIOHPACK HuffmanTables.swift
[930/954] Compiling NIOWebSocket WebSocketFrame.swift
[931/954] Compiling NIOWebSocket WebSocketErrorCodes.swift
[932/954] Emitting module NIOWebSocket
[935/955] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[936/955] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[939/956] Emitting module NIOHPACK
[955/957] Compiling NIOSSL Zeroization.swift
[956/957] Compiling NIOSSL TLSConfiguration.swift
[957/957] Compiling NIOSSL UniversalBootstrapSupport.swift
[959/1016] Compiling NIOHTTP2 MaySendFrames.swift
[960/1016] Compiling NIOHTTP2 SendingDataState.swift
[961/1016] Compiling NIOHTTP2 SendingGoawayState.swift
[962/1016] Compiling NIOHTTP2 SendingHeadersState.swift
[963/1016] Compiling NIOHTTP2 SendingPushPromiseState.swift
[964/1016] Compiling NIOHTTP2 SendingRstStreamState.swift
[965/1016] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[966/1016] Compiling NIOHTTP2 HTTP2SettingsState.swift
[967/1024] Compiling NIOHTTP2 StateMachineResult.swift
[968/1024] Compiling NIOHTTP2 ContentLengthVerifier.swift
[969/1024] Compiling NIOHTTP2 DOSHeuristics.swift
[970/1024] Compiling NIOHTTP2 Error+Any.swift
[971/1024] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[972/1024] Compiling NIOHTTP2 ControlFrameBuffer.swift
[973/1024] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[974/1024] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[975/1024] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[976/1024] Compiling NIOHTTP2 HasFlowControlWindows.swift
[977/1024] Compiling NIOHTTP2 HasLocalSettings.swift
[978/1024] Compiling NIOHTTP2 HasRemoteSettings.swift
[979/1024] Compiling NIOHTTP2 LocallyQuiescingState.swift
[980/1024] Compiling NIOHTTP2 QuiescingState.swift
[981/1024] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[982/1024] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[983/1024] Emitting module NIOHTTP2
[984/1024] Compiling NIOHTTP2 InboundWindowManager.swift
[985/1024] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[986/1024] Compiling NIOHTTP2 StreamChannelFlowController.swift
[987/1024] Compiling NIOHTTP2 StreamChannelList.swift
[988/1024] Compiling NIOHTTP2 StreamMap.swift
[989/1024] Compiling NIOHTTP2 StreamStateMachine.swift
[990/1024] Compiling NIOHTTP2 UnsafeTransfer.swift
[991/1024] Compiling NIOHTTP2 WatermarkedFlowController.swift
[992/1024] Compiling NIOHTTP2 ConnectionStateMachine.swift
[993/1024] Compiling NIOHTTP2 ConnectionStreamsState.swift
[994/1024] Compiling NIOHTTP2 MayReceiveFrames.swift
[995/1024] Compiling NIOHTTP2 ReceivingDataState.swift
[996/1024] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[997/1024] Compiling NIOHTTP2 ReceivingHeadersState.swift
[998/1024] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[999/1024] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1000/1024] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1001/1024] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1002/1024] Compiling NIOHTTP2 HTTP2Frame.swift
[1003/1024] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1004/1024] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1005/1024] Compiling NIOHTTP2 HTTP2PingData.swift
[1006/1024] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1007/1024] Compiling NIOHTTP2 HTTP2Settings.swift
[1008/1024] Compiling NIOHTTP2 HTTP2Stream.swift
[1009/1024] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1010/1024] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1011/1024] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1012/1024] Compiling NIOHTTP2 HTTP2StreamID.swift
[1013/1024] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1014/1024] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1015/1024] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1016/1024] Compiling NIOHTTP2 InboundEventBuffer.swift
[1017/1024] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1018/1024] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1019/1024] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1020/1024] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1021/1024] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1022/1024] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1023/1024] Compiling NIOHTTP2 HTTP2Error.swift
[1024/1024] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1026/1082] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1027/1082] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1028/1082] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1029/1082] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1030/1082] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1031/1082] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1032/1082] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1033/1082] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1034/1089] Emitting module AsyncHTTPClient
[1035/1089] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1036/1089] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1037/1089] Compiling AsyncHTTPClient Transaction.swift
[1038/1089] Compiling AsyncHTTPClient Base64.swift
[1039/1089] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1040/1089] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1041/1089] Compiling AsyncHTTPClient ConnectionPool.swift
[1042/1089] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1043/1089] Compiling AsyncHTTPClient RequestValidation.swift
[1044/1089] Compiling AsyncHTTPClient SSLContextCache.swift
[1045/1089] Compiling AsyncHTTPClient Scheme.swift
[1046/1089] Compiling AsyncHTTPClient Singleton.swift
[1047/1089] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1048/1089] Compiling AsyncHTTPClient UnsafeTransfer.swift
[1049/1089] Compiling AsyncHTTPClient Utils.swift
[1050/1089] Compiling AsyncHTTPClient HTTPHandler.swift
[1051/1089] Compiling AsyncHTTPClient LRUCache.swift
[1052/1089] Compiling AsyncHTTPClient NWErrorHandler.swift
[1053/1089] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1054/1089] Compiling AsyncHTTPClient TLSConfiguration.swift
[1055/1089] Compiling AsyncHTTPClient RedirectState.swift
[1056/1089] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1057/1089] Compiling AsyncHTTPClient RequestBag.swift
[1058/1089] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1059/1089] Compiling AsyncHTTPClient ConnectionTarget.swift
[1060/1089] Compiling AsyncHTTPClient DeconstructedURL.swift
[1061/1089] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1062/1089] Compiling AsyncHTTPClient FoundationExtensions.swift
[1063/1089] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1064/1089] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1065/1089] Compiling AsyncHTTPClient HTTPClient.swift
[1066/1089] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1067/1089] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1068/1089] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1069/1089] Compiling AsyncHTTPClient HTTP1Connection.swift
[1070/1089] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1071/1089] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1072/1089] Compiling AsyncHTTPClient HTTP2Connection.swift
[1073/1089] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1074/1089] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1075/1089] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1076/1089] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1077/1089] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1078/1089] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1079/1089] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1080/1089] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1081/1089] Compiling AsyncHTTPClient RequestBodyLength.swift
[1082/1089] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1083/1089] Compiling AsyncHTTPClient RequestOptions.swift
[1084/1089] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1085/1089] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1086/1089] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1087/1089] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1088/1089] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1089/1089] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1091/1125] Compiling Appwrite UIDevice+ModelName.swift
[1092/1125] Compiling Appwrite CwlSysCtl.swift
[1093/1125] Compiling Appwrite MacOSDeviceInfo.swift
[1094/1125] Compiling Appwrite WKInterfaceDevice+ModelName.swift
[1095/1125] Compiling Appwrite WatchOSDeviceInfo.swift
[1096/1129] Compiling Appwrite Cookie+Codable.swift
/host/spi-builder-workspace/Sources/Appwrite/Models/AppwriteError.swift:3:12: warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | open class AppwriteError : Swift.Error, Decodable {
   |            `- warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 4 |
 5 |     public let message: String
[1097/1129] Compiling Appwrite HTTPClientRequest+Cookies.swift
/host/spi-builder-workspace/Sources/Appwrite/Models/AppwriteError.swift:3:12: warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | open class AppwriteError : Swift.Error, Decodable {
   |            `- warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 4 |
 5 |     public let message: String
[1098/1129] Compiling Appwrite String+MimeTypes.swift
/host/spi-builder-workspace/Sources/Appwrite/Models/AppwriteError.swift:3:12: warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | open class AppwriteError : Swift.Error, Decodable {
   |            `- warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 4 |
 5 |     public let message: String
[1099/1129] Compiling Appwrite ID.swift
/host/spi-builder-workspace/Sources/Appwrite/Models/AppwriteError.swift:3:12: warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | open class AppwriteError : Swift.Error, Decodable {
   |            `- warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 4 |
 5 |     public let message: String
[1100/1129] Compiling Appwrite AppwriteError.swift
/host/spi-builder-workspace/Sources/Appwrite/Models/AppwriteError.swift:3:12: warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | open class AppwriteError : Swift.Error, Decodable {
   |            `- warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 4 |
 5 |     public let message: String
[1101/1129] Compiling Appwrite PackageInfo.swift
[1102/1129] Compiling Appwrite PackageInfo+Windows.swift
[1103/1129] Compiling Appwrite Permission.swift
[1104/1129] Compiling Appwrite Query.swift
[1105/1129] Compiling Appwrite Role.swift
[1106/1129] Emitting module Appwrite
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 38 |     private static let boundary = randomBoundary()
 39 |
 40 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     // MARK: Methods
/host/spi-builder-workspace/Sources/Appwrite/Models/AppwriteError.swift:3:12: warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | open class AppwriteError : Swift.Error, Decodable {
   |            `- warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 4 |
 5 |     public let message: String
[1107/1129] Compiling Appwrite InputFile.swift
[1108/1129] Compiling Appwrite UploadProgress.swift
[1109/1129] Compiling Appwrite PackageInfo+Apple.swift
[1110/1129] Compiling Appwrite PackageInfo+Linux.swift
[1111/1129] Compiling Appwrite OSPackageInfo.swift
[1112/1129] Compiling Appwrite Client.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 38 |     private static let boundary = randomBoundary()
 39 |
 40 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     // MARK: Methods
[1113/1129] Compiling Appwrite LinuxDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 38 |     private static let boundary = randomBoundary()
 39 |
 40 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     // MARK: Methods
[1114/1129] Compiling Appwrite OSDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 38 |     private static let boundary = randomBoundary()
 39 |
 40 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     // MARK: Methods
[1115/1129] Compiling Appwrite WindowsDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 38 |     private static let boundary = randomBoundary()
 39 |
 40 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     // MARK: Methods
[1116/1129] Compiling Appwrite IOSDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 38 |     private static let boundary = randomBoundary()
 39 |
 40 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     // MARK: Methods
[1117/1129] Compiling Appwrite Storage.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:482:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
480 |         let apiParams: [String: Any] = [:]
481 |
482 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
483 |             "content-type": "application/json"
484 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:553:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
551 |         ]
552 |
553 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
554 |             "content-type": "application/json"
555 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:586:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
584 |         let apiParams: [String: Any] = [:]
585 |
586 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
587 |             "content-type": "application/json"
588 |         ]
[1118/1129] Compiling Appwrite Teams.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:482:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
480 |         let apiParams: [String: Any] = [:]
481 |
482 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
483 |             "content-type": "application/json"
484 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:553:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
551 |         ]
552 |
553 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
554 |             "content-type": "application/json"
555 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:586:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
584 |         let apiParams: [String: Any] = [:]
585 |
586 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
587 |             "content-type": "application/json"
588 |         ]
[1119/1129] Compiling Appwrite Users.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:482:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
480 |         let apiParams: [String: Any] = [:]
481 |
482 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
483 |             "content-type": "application/json"
484 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:553:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
551 |         ]
552 |
553 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
554 |             "content-type": "application/json"
555 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:586:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
584 |         let apiParams: [String: Any] = [:]
585 |
586 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
587 |             "content-type": "application/json"
588 |         ]
[1120/1129] Compiling Appwrite StreamingDelegate.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:482:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
480 |         let apiParams: [String: Any] = [:]
481 |
482 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
483 |             "content-type": "application/json"
484 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:553:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
551 |         ]
552 |
553 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
554 |             "content-type": "application/json"
555 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:586:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
584 |         let apiParams: [String: Any] = [:]
585 |
586 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
587 |             "content-type": "application/json"
588 |         ]
[1121/1129] Compiling Appwrite Health.swift
[1122/1129] Compiling Appwrite Locale.swift
[1123/1129] Compiling Appwrite Messaging.swift
[1124/1129] Compiling Appwrite Service.swift
[1125/1129] Compiling Appwrite Account.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:49:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 47 |         ]
 48 |
 49 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 50 |             "content-type": "application/json"
 51 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:97:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 95 |         ]
 96 |
 97 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 98 |             "content-type": "application/json"
 99 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:131:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
129 |         ]
130 |
131 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
132 |             "content-type": "application/json"
133 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:180:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
178 |         ]
179 |
180 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
181 |             "content-type": "application/json"
182 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:227:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
225 |         ]
226 |
227 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
228 |             "content-type": "application/json"
229 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:282:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
280 |         ]
281 |
282 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
283 |             "content-type": "application/json"
284 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:324:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
322 |         ]
323 |
324 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
325 |             "content-type": "application/json"
326 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:661:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 659 |         let apiParams: [String: Any] = [:]
 660 |
 661 |         let apiHeaders: [String: String] = [
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 662 |             "content-type": "application/json"
 663 |         ]
[1126/1129] Compiling Appwrite Avatars.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:49:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 47 |         ]
 48 |
 49 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 50 |             "content-type": "application/json"
 51 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:97:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 95 |         ]
 96 |
 97 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 98 |             "content-type": "application/json"
 99 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:131:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
129 |         ]
130 |
131 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
132 |             "content-type": "application/json"
133 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:180:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
178 |         ]
179 |
180 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
181 |             "content-type": "application/json"
182 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:227:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
225 |         ]
226 |
227 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
228 |             "content-type": "application/json"
229 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:282:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
280 |         ]
281 |
282 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
283 |             "content-type": "application/json"
284 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:324:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
322 |         ]
323 |
324 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
325 |             "content-type": "application/json"
326 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:661:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 659 |         let apiParams: [String: Any] = [:]
 660 |
 661 |         let apiHeaders: [String: String] = [
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 662 |             "content-type": "application/json"
 663 |         ]
[1127/1129] Compiling Appwrite Databases.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:49:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 47 |         ]
 48 |
 49 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 50 |             "content-type": "application/json"
 51 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:97:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 95 |         ]
 96 |
 97 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 98 |             "content-type": "application/json"
 99 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:131:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
129 |         ]
130 |
131 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
132 |             "content-type": "application/json"
133 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:180:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
178 |         ]
179 |
180 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
181 |             "content-type": "application/json"
182 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:227:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
225 |         ]
226 |
227 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
228 |             "content-type": "application/json"
229 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:282:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
280 |         ]
281 |
282 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
283 |             "content-type": "application/json"
284 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:324:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
322 |         ]
323 |
324 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
325 |             "content-type": "application/json"
326 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:661:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 659 |         let apiParams: [String: Any] = [:]
 660 |
 661 |         let apiHeaders: [String: String] = [
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 662 |             "content-type": "application/json"
 663 |         ]
[1128/1129] Compiling Appwrite Functions.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:49:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 47 |         ]
 48 |
 49 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 50 |             "content-type": "application/json"
 51 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:97:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 95 |         ]
 96 |
 97 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 98 |             "content-type": "application/json"
 99 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:131:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
129 |         ]
130 |
131 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
132 |             "content-type": "application/json"
133 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:180:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
178 |         ]
179 |
180 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
181 |             "content-type": "application/json"
182 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:227:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
225 |         ]
226 |
227 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
228 |             "content-type": "application/json"
229 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:282:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
280 |         ]
281 |
282 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
283 |             "content-type": "application/json"
284 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:324:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
322 |         ]
323 |
324 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
325 |             "content-type": "application/json"
326 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:661:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 659 |         let apiParams: [String: Any] = [:]
 660 |
 661 |         let apiHeaders: [String: String] = [
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 662 |             "content-type": "application/json"
 663 |         ]
[1129/1129] Compiling Appwrite Graphql.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:49:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 47 |         ]
 48 |
 49 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 50 |             "content-type": "application/json"
 51 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:97:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 95 |         ]
 96 |
 97 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 98 |             "content-type": "application/json"
 99 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:131:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
129 |         ]
130 |
131 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
132 |             "content-type": "application/json"
133 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:180:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
178 |         ]
179 |
180 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
181 |             "content-type": "application/json"
182 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:227:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
225 |         ]
226 |
227 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
228 |             "content-type": "application/json"
229 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:282:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
280 |         ]
281 |
282 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
283 |             "content-type": "application/json"
284 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:324:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
322 |         ]
323 |
324 |         let apiHeaders: [String: String] = [
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
325 |             "content-type": "application/json"
326 |         ]
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:661:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 659 |         let apiParams: [String: Any] = [:]
 660 |
 661 |         let apiHeaders: [String: String] = [
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 662 |             "content-type": "application/json"
 663 |         ]
Build complete! (119.95s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.58.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "Appwrite",
  "name" : "Appwrite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Appwrite",
      "targets" : [
        "Appwrite",
        "AppwriteEnums",
        "AppwriteModels",
        "JSONCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSONCodable",
      "module_type" : "SwiftTarget",
      "name" : "JSONCodable",
      "path" : "Sources/JSONCodable",
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "Codable+JSON.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppwriteTests",
      "module_type" : "SwiftTarget",
      "name" : "AppwriteTests",
      "path" : "Tests/AppwriteTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "Appwrite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppwriteModels",
      "module_type" : "SwiftTarget",
      "name" : "AppwriteModels",
      "path" : "Sources/AppwriteModels",
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "AlgoArgon2.swift",
        "AlgoBcrypt.swift",
        "AlgoMd5.swift",
        "AlgoPhpass.swift",
        "AlgoScrypt.swift",
        "AlgoScryptModified.swift",
        "AlgoSha.swift",
        "AttributeBoolean.swift",
        "AttributeDatetime.swift",
        "AttributeEmail.swift",
        "AttributeEnum.swift",
        "AttributeFloat.swift",
        "AttributeInteger.swift",
        "AttributeIp.swift",
        "AttributeList.swift",
        "AttributeRelationship.swift",
        "AttributeString.swift",
        "AttributeUrl.swift",
        "Bucket.swift",
        "BucketList.swift",
        "Build.swift",
        "Collection.swift",
        "CollectionList.swift",
        "Continent.swift",
        "ContinentList.swift",
        "Country.swift",
        "CountryList.swift",
        "Currency.swift",
        "CurrencyList.swift",
        "Database.swift",
        "DatabaseList.swift",
        "Deployment.swift",
        "DeploymentList.swift",
        "Document.swift",
        "DocumentList.swift",
        "Execution.swift",
        "ExecutionList.swift",
        "File.swift",
        "FileList.swift",
        "Function.swift",
        "FunctionList.swift",
        "Headers.swift",
        "HealthAntivirus.swift",
        "HealthCertificate.swift",
        "HealthQueue.swift",
        "HealthStatus.swift",
        "HealthTime.swift",
        "Identity.swift",
        "IdentityList.swift",
        "Index.swift",
        "IndexList.swift",
        "Jwt.swift",
        "Language.swift",
        "LanguageList.swift",
        "Locale.swift",
        "LocaleCode.swift",
        "LocaleCodeList.swift",
        "Log.swift",
        "LogList.swift",
        "Membership.swift",
        "MembershipList.swift",
        "Message.swift",
        "MessageList.swift",
        "MfaChallenge.swift",
        "MfaFactors.swift",
        "MfaRecoveryCodes.swift",
        "MfaType.swift",
        "Phone.swift",
        "PhoneList.swift",
        "Preferences.swift",
        "Provider.swift",
        "ProviderList.swift",
        "Runtime.swift",
        "RuntimeList.swift",
        "Session.swift",
        "SessionList.swift",
        "Specification.swift",
        "SpecificationList.swift",
        "Subscriber.swift",
        "SubscriberList.swift",
        "Target.swift",
        "TargetList.swift",
        "Team.swift",
        "TeamList.swift",
        "Token.swift",
        "Topic.swift",
        "TopicList.swift",
        "User.swift",
        "UserList.swift",
        "Variable.swift",
        "VariableList.swift"
      ],
      "target_dependencies" : [
        "JSONCodable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppwriteEnums",
      "module_type" : "SwiftTarget",
      "name" : "AppwriteEnums",
      "path" : "Sources/AppwriteEnums",
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "AuthenticationFactor.swift",
        "AuthenticatorType.swift",
        "Browser.swift",
        "Compression.swift",
        "CreditCard.swift",
        "ExecutionMethod.swift",
        "Flag.swift",
        "ImageFormat.swift",
        "ImageGravity.swift",
        "IndexType.swift",
        "MessagingProviderType.swift",
        "Name.swift",
        "OAuthProvider.swift",
        "PasswordHash.swift",
        "RelationMutate.swift",
        "RelationshipType.swift",
        "Runtime.swift",
        "SmtpEncryption.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Appwrite",
      "module_type" : "SwiftTarget",
      "name" : "Appwrite",
      "path" : "Sources/Appwrite",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "NIOWebSocket"
      ],
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "Client.swift",
        "DeviceInfo/Linux/LinuxDeviceInfo.swift",
        "DeviceInfo/OSDeviceInfo.swift",
        "DeviceInfo/Windows/WindowsDeviceInfo.swift",
        "DeviceInfo/iOS/IOSDeviceInfo.swift",
        "DeviceInfo/iOS/UIDevice+ModelName.swift",
        "DeviceInfo/macOS/CwlSysCtl.swift",
        "DeviceInfo/macOS/MacOSDeviceInfo.swift",
        "DeviceInfo/watchOS/WKInterfaceDevice+ModelName.swift",
        "DeviceInfo/watchOS/WatchOSDeviceInfo.swift",
        "Extensions/Cookie+Codable.swift",
        "Extensions/HTTPClientRequest+Cookies.swift",
        "Extensions/String+MimeTypes.swift",
        "ID.swift",
        "Models/AppwriteError.swift",
        "Models/InputFile.swift",
        "Models/UploadProgress.swift",
        "PackageInfo/Apple/PackageInfo+Apple.swift",
        "PackageInfo/Linux/PackageInfo+Linux.swift",
        "PackageInfo/OSPackageInfo.swift",
        "PackageInfo/PackageInfo.swift",
        "PackageInfo/Windows/PackageInfo+Windows.swift",
        "Permission.swift",
        "Query.swift",
        "Role.swift",
        "Services/Account.swift",
        "Services/Avatars.swift",
        "Services/Databases.swift",
        "Services/Functions.swift",
        "Services/Graphql.swift",
        "Services/Health.swift",
        "Services/Locale.swift",
        "Services/Messaging.swift",
        "Services/Service.swift",
        "Services/Storage.swift",
        "Services/Teams.swift",
        "Services/Users.swift",
        "StreamingDelegate.swift"
      ],
      "target_dependencies" : [
        "AppwriteModels",
        "AppwriteEnums",
        "JSONCodable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.