The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Appwrite, reference main (8ea3de), with Swift 6.1 for Android on 8 Sep 2025 19:08:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/appwrite/sdk-for-swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/appwrite/sdk-for-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8ea3ded Merge pull request #39 from appwrite/dev
Cloned https://github.com/appwrite/sdk-for-swift.git
Revision (git rev-parse @):
8ea3ded19b70419c8be1b00c93df62be73e0d67d
SUCCESS checkout https://github.com/appwrite/sdk-for-swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/appwrite/sdk-for-swift.git
https://github.com/appwrite/sdk-for-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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",
        "AttributeLine.swift",
        "AttributeList.swift",
        "AttributePoint.swift",
        "AttributePolygon.swift",
        "AttributeRelationship.swift",
        "AttributeString.swift",
        "AttributeUrl.swift",
        "Bucket.swift",
        "BucketList.swift",
        "Collection.swift",
        "CollectionList.swift",
        "ColumnBoolean.swift",
        "ColumnDatetime.swift",
        "ColumnEmail.swift",
        "ColumnEnum.swift",
        "ColumnFloat.swift",
        "ColumnIndex.swift",
        "ColumnIndexList.swift",
        "ColumnInteger.swift",
        "ColumnIp.swift",
        "ColumnLine.swift",
        "ColumnList.swift",
        "ColumnPoint.swift",
        "ColumnPolygon.swift",
        "ColumnRelationship.swift",
        "ColumnString.swift",
        "ColumnUrl.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",
        "Framework.swift",
        "FrameworkAdapter.swift",
        "FrameworkList.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",
        "ResourceToken.swift",
        "ResourceTokenList.swift",
        "Row.swift",
        "RowList.swift",
        "Runtime.swift",
        "RuntimeList.swift",
        "Session.swift",
        "SessionList.swift",
        "Site.swift",
        "SiteList.swift",
        "Specification.swift",
        "SpecificationList.swift",
        "Subscriber.swift",
        "SubscriberList.swift",
        "Table.swift",
        "TableList.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" : [
        "Adapter.swift",
        "AuthenticationFactor.swift",
        "AuthenticatorType.swift",
        "Browser.swift",
        "BuildRuntime.swift",
        "Compression.swift",
        "CreditCard.swift",
        "DeploymentDownloadType.swift",
        "ExecutionMethod.swift",
        "Flag.swift",
        "Framework.swift",
        "ImageFormat.swift",
        "ImageGravity.swift",
        "IndexType.swift",
        "MessagePriority.swift",
        "MessagingProviderType.swift",
        "Name.swift",
        "OAuthProvider.swift",
        "PasswordHash.swift",
        "RelationMutate.swift",
        "RelationshipType.swift",
        "Runtime.swift",
        "SmtpEncryption.swift",
        "VCSDeploymentType.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/Sites.swift",
        "Services/Storage.swift",
        "Services/TablesDb.swift",
        "Services/Teams.swift",
        "Services/Tokens.swift",
        "Services/Users.swift",
        "StreamingDelegate.swift"
      ],
      "target_dependencies" : [
        "AppwriteModels",
        "AppwriteEnums",
        "JSONCodable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/async-http-client.git
[1/14168] Fetching async-http-client
[14169/92221] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.10s)
[14050/78053] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.71s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (7.56s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5985] Fetching swift-algorithms
[720/7799] Fetching swift-algorithms, swift-atomics
[2276/11702] Fetching swift-algorithms, swift-atomics, swift-log
[2990/14406] Fetching swift-algorithms, swift-atomics, swift-log, swift-nio-transport-services
[5948/20533] Fetching swift-algorithms, swift-atomics, swift-log, swift-nio-transport-services, swift-nio-extras
[13520/32194] Fetching swift-algorithms, swift-atomics, swift-log, swift-nio-transport-services, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.18s)
Fetching https://github.com/apple/swift-nio-ssl.git
[20628/29490] Fetching swift-algorithms, swift-atomics, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (2.52s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.52s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.52s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.52s)
[1/15075] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.90s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.25s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (6.35s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (5.79s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.28s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
[3457/22347] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.76s)
[4005/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.14s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.97s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.43s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.50s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.00s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
[474/2546] Fetching swift-asn1, swift-http-types
[2547/3722] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[2712/8984] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms
[2765/11454] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[6258/17915] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.52s)
[6282/16286] Fetching swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.70s)
[11943/13816] Fetching swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.94s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.95s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.95s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.96s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.01s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.06s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.97s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.86s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.89s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.81s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.96s)
Fetching https://github.com/apple/swift-crypto.git
[1/16627] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.47s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (3.00s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.81s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (2.46s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.27.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Building for debugging...
[0/446] Write sources
[24/446] Compiling CNIOWindows shim.c
[25/446] Compiling CNIOWindows WSAStartup.c
[25/446] Compiling CNIOWASI CNIOWASI.c
[27/446] Compiling _NumericsShims _NumericsShims.c
[27/446] Compiling _AtomicsShims.c
[29/446] Compiling CNIOPosix event_loop_id.c
[30/446] Compiling CNIOLinux liburing_shims.c
[31/446] Compiling CNIOSHA1 c_nio_sha1.c
[32/446] Compiling CNIOLLHTTP c_nio_http.c
[33/446] Compiling CNIOExtrasZlib empty.c
[34/446] Compiling CNIODarwin shim.c
[35/446] Compiling CNIOLinux shim.c
[36/446] Compiling CNIOLLHTTP c_nio_api.c
[37/446] Compiling fiat_p256_adx_sqr.S
[37/446] Compiling fiat_p256_adx_mul.S
[39/446] Compiling fiat_curve25519_adx_square.S
[40/446] Compiling fiat_curve25519_adx_mul.S
[41/446] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/446] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[43/446] Write swift-version-24593BA9C3E375BF.txt
[44/446] Compiling CNIOBoringSSLShims shims.c
[45/450] Compiling tls_record.cc
[46/450] Compiling tls_method.cc
[47/451] Compiling tls13_enc.cc
[48/452] Compiling t1_enc.cc
[49/463] Compiling tls13_both.cc
[50/468] Compiling tls13_server.cc
[52/470] Emitting module _NIOBase64
[52/484] Compiling tls13_client.cc
[54/484] Emitting module _NIODataStructures
[54/484] Compiling ssl_x509.cc
[56/484] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/485] Compiling ssl_versions.cc
[58/485] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/485] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/485] Compiling RealModule Real.swift
[61/485] Emitting module InternalCollectionsUtilities
[62/485] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/485] Compiling InternalCollectionsUtilities Integer rank.swift
[66/486] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[67/486] Compiling InternalCollectionsUtilities UInt+reversed.swift
[68/486] Compiling _NIOBase64 Base64.swift
[69/487] Compiling RealModule Float16+Real.swift
[70/487] Compiling RealModule Float80+Real.swift
[71/487] Compiling RealModule RealFunctions.swift
[72/487] Compiling _NIODataStructures _TinyArray.swift
[73/487] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/487] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/487] Emitting module RealModule
[80/487] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[81/487] Compiling InternalCollectionsUtilities Debugging.swift
[82/487] Compiling InternalCollectionsUtilities Descriptions.swift
[83/487] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[84/487] Compiling RealModule RelaxedArithmetic.swift
[85/487] Compiling _NIODataStructures PriorityQueue.swift
[87/488] Compiling _NIODataStructures Heap.swift
[90/489] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[92/505] Compiling DequeModule Deque+CustomReflectable.swift
[93/505] Compiling DequeModule Deque+Descriptions.swift
[94/507] Compiling DequeModule _DequeBuffer.swift
[95/507] Compiling DequeModule _DequeBufferHeader.swift
[96/507] Compiling DequeModule Deque+Equatable.swift
[97/507] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/507] Compiling DequeModule Deque+Extras.swift
[99/507] Compiling DequeModule Deque+Hashable.swift
[100/507] Compiling DequeModule Deque+Codable.swift
[101/507] Compiling DequeModule Deque+Collection.swift
[102/507] Compiling DequeModule Deque+Testing.swift
[103/507] Compiling DequeModule Deque._Storage.swift
[104/507] Compiling DequeModule _DequeSlot.swift
[105/507] Compiling DequeModule _UnsafeWrappedBuffer.swift
[106/507] Compiling DequeModule Deque._UnsafeHandle.swift
[107/507] Compiling DequeModule Deque.swift
[108/507] Emitting module JSONCodable
[108/507] Compiling ssl_transcript.cc
[109/507] Compiling ssl_stat.cc
[111/507] Emitting module DequeModule
[113/508] Emitting module Logging
[114/508] Compiling Logging LogHandler.swift
[115/508] Compiling Logging Locks.swift
[116/508] Compiling Logging MetadataProvider.swift
[117/508] Compiling Logging Logging.swift
[117/509] Compiling ssl_session.cc
[119/509] Compiling ssl_privkey.cc
[120/509] Compiling ssl_lib.cc
[121/509] Compiling ssl_key_share.cc
[122/509] Compiling ssl_file.cc
[123/509] Compiling ssl_credential.cc
[125/509] Compiling JSONCodable Codable+JSON.swift
[126/510] Compiling ssl_buffer.cc
[127/510] Compiling ssl_cipher.cc
[128/510] Compiling ssl_cert.cc
[129/510] Compiling s3_lib.cc
[130/510] Compiling ssl_asn1.cc
[131/510] Compiling ssl_aead_ctx.cc
[132/510] Compiling s3_both.cc
[133/510] Compiling s3_pkt.cc
[134/510] Compiling handshake_client.cc
[135/510] Compiling handshake_server.cc
[136/510] Compiling handshake.cc
[137/510] Compiling handoff.cc
[138/510] Compiling extensions.cc
[139/510] Compiling encrypted_client_hello.cc
[140/510] Compiling dtls_record.cc
[141/510] Compiling md5-x86_64-linux.S
[142/519] Compiling md5-x86_64-apple.S
[143/611] Compiling d1_pkt.cc
[144/616] Compiling md5-586-linux.S
[145/616] Compiling md5-586-apple.S
[146/616] Compiling chacha20_poly1305_x86_64-linux.S
[147/616] Compiling chacha20_poly1305_x86_64-apple.S
[148/616] Compiling dtls_method.cc
[149/616] Compiling chacha20_poly1305_armv8-win.S
[150/616] Compiling chacha20_poly1305_armv8-apple.S
[151/616] Compiling chacha20_poly1305_armv8-linux.S
[152/616] Compiling chacha-x86_64-linux.S
[153/616] Compiling chacha-x86_64-apple.S
[154/616] Compiling chacha-x86-linux.S
[155/616] Compiling d1_srtp.cc
[156/616] Compiling chacha-armv8-win.S
[157/616] Compiling chacha-x86-apple.S
[158/616] Compiling chacha-armv8-apple.S
[159/616] Compiling chacha-armv4-linux.S
[160/616] Compiling chacha-armv8-linux.S
[161/616] Compiling aes128gcmsiv-x86_64-linux.S
[162/616] Compiling bio_ssl.cc
[163/616] Compiling aes128gcmsiv-x86_64-apple.S
[164/616] Compiling x86_64-mont5-linux.S
[165/616] Compiling err_data.cc
[166/616] Compiling x86_64-mont5-apple.S
[167/616] Compiling x86_64-mont-linux.S
[168/616] Compiling x86-mont-linux.S
[169/616] Compiling x86-mont-apple.S
[170/616] Compiling x86_64-mont-apple.S
[171/616] Compiling vpaes-x86_64-apple.S
[172/616] Compiling vpaes-x86-linux.S
[173/616] Compiling vpaes-x86_64-linux.S
[174/616] Compiling vpaes-x86-apple.S
[175/616] Compiling vpaes-armv8-win.S
[176/616] Compiling vpaes-armv8-linux.S
[177/616] Compiling vpaes-armv7-linux.S
[178/616] Compiling sha512-x86_64-linux.S
[179/616] Compiling vpaes-armv8-apple.S
[180/616] Compiling sha512-x86_64-apple.S
[181/616] Compiling sha512-armv8-win.S
[182/616] Compiling sha512-armv8-apple.S
[183/616] Compiling sha512-armv4-linux.S
[184/616] Compiling sha512-armv8-linux.S
[185/616] Compiling sha512-586-linux.S
[186/616] Compiling sha512-586-apple.S
[187/616] Compiling sha256-x86_64-apple.S
[188/616] Compiling sha256-x86_64-linux.S
[189/616] Compiling sha256-armv8-win.S
[190/616] Compiling sha256-armv8-apple.S
[191/616] Compiling sha256-armv8-linux.S
[192/616] Compiling sha256-armv4-linux.S
[193/616] Compiling sha256-586-apple.S
[194/616] Compiling sha256-586-linux.S
[195/616] Compiling sha1-x86_64-linux.S
[196/616] Compiling sha1-x86_64-apple.S
[197/616] Compiling sha1-armv8-win.S
[198/616] Compiling sha1-armv8-apple.S
[199/616] Compiling sha1-armv8-linux.S
[200/616] Compiling sha1-armv4-large-linux.S
[201/616] Compiling sha1-586-linux.S
[202/616] Compiling sha1-586-apple.S
[203/616] Compiling rsaz-avx2-linux.S
[204/616] Compiling rdrand-x86_64-linux.S
[205/616] Compiling rsaz-avx2-apple.S
[206/616] Compiling p256_beeu-x86_64-asm-linux.S
[207/616] Compiling d1_lib.cc
[208/616] Compiling rdrand-x86_64-apple.S
[209/616] Compiling p256_beeu-armv8-asm-linux.S
[210/616] Compiling p256_beeu-armv8-asm-win.S
[211/616] Compiling p256_beeu-x86_64-asm-apple.S
[212/616] Compiling p256-x86_64-asm-linux.S
[213/616] Compiling p256_beeu-armv8-asm-apple.S
[214/616] Compiling d1_both.cc
[215/616] Compiling p256-armv8-asm-win.S
[216/616] Compiling p256-x86_64-asm-apple.S
[217/616] Compiling ghashv8-armv8-win.S
[218/616] Compiling ghashv8-armv8-linux.S
[219/616] Compiling p256-armv8-asm-apple.S
[220/616] Compiling p256-armv8-asm-linux.S
[221/616] Compiling ghashv8-armv8-apple.S
[222/616] Compiling ghashv8-armv7-linux.S
[223/616] Compiling ghash-x86_64-linux.S
[224/616] Compiling ghash-ssse3-x86_64-linux.S
[225/616] Compiling ghash-x86-linux.S
[226/616] Compiling ghash-x86-apple.S
[227/616] Compiling ghash-x86_64-apple.S
[228/616] Compiling ghash-ssse3-x86-linux.S
[229/616] Compiling ghash-ssse3-x86_64-apple.S
[230/616] Compiling ghash-ssse3-x86-apple.S
[231/616] Compiling ghash-neon-armv8-win.S
[232/616] Compiling ghash-neon-armv8-apple.S
[233/616] Compiling ghash-neon-armv8-linux.S
[234/616] Compiling co-586-apple.S
[235/616] Compiling ghash-armv4-linux.S
[237/616] Emitting module AppwriteModels
[237/616] Compiling co-586-linux.S
[238/631] Compiling bn-armv8-win.S
[239/631] Compiling bsaes-armv7-linux.S
[240/631] Compiling bn-armv8-apple.S
[241/631] Compiling bn-armv8-linux.S
[242/631] Compiling armv8-mont-win.S
[243/631] Compiling bn-586-linux.S
[244/631] Compiling bn-586-apple.S
[245/631] Compiling armv8-mont-apple.S
[245/631] Compiling armv8-mont-linux.S
[247/631] Compiling armv4-mont-linux.S
[248/631] Compiling aesv8-gcm-armv8-win.S
[249/631] Compiling aesv8-armv8-win.S
[250/631] Compiling aesv8-gcm-armv8-apple.S
[251/631] Compiling aesv8-gcm-armv8-linux.S
[252/631] Compiling aesv8-armv8-apple.S
[253/631] Compiling aesv8-armv8-linux.S
[254/631] Compiling aesni-x86_64-apple.S
[255/631] Compiling aesni-x86_64-linux.S
[256/631] Compiling aesv8-armv7-linux.S
[257/631] Compiling aesni-x86-linux.S
[258/631] Compiling aesni-gcm-x86_64-linux.S
[259/631] Compiling aesni-x86-apple.S
[260/631] Compiling aes-gcm-avx10-x86_64-linux.S
[261/631] Compiling aesni-gcm-x86_64-apple.S
[262/631] Compiling aes-gcm-avx2-x86_64-linux.S
[263/631] Compiling aes-gcm-avx2-x86_64-apple.S
[263/631] Compiling aes-gcm-avx10-x86_64-apple.S
[266/631] Compiling AppwriteModels Function.swift
[267/631] Compiling AppwriteModels FunctionList.swift
[268/631] Compiling AppwriteModels Headers.swift
[269/631] Compiling AppwriteModels HealthAntivirus.swift
[270/631] Compiling AppwriteModels HealthCertificate.swift
[271/631] Compiling AppwriteModels HealthQueue.swift
[272/631] Compiling AppwriteModels HealthStatus.swift
[273/631] Compiling AppwriteModels HealthTime.swift
[274/631] Compiling AppwriteModels Identity.swift
[275/631] Compiling AppwriteModels IdentityList.swift
[276/631] Compiling AppwriteModels Index.swift
[277/631] Compiling AppwriteModels IndexList.swift
[278/631] Compiling AppwriteModels Jwt.swift
[279/631] Compiling AppwriteModels Language.swift
[280/631] Compiling AppwriteModels LanguageList.swift
[281/631] Compiling AppwriteModels AlgoArgon2.swift
[282/631] Compiling AppwriteModels AlgoBcrypt.swift
[283/631] Compiling AppwriteModels AlgoMd5.swift
[284/631] Compiling AppwriteModels AlgoPhpass.swift
[285/631] Compiling AppwriteModels AlgoScrypt.swift
[286/631] Compiling AppwriteModels AlgoScryptModified.swift
[287/631] Compiling AppwriteModels AlgoSha.swift
[288/631] Compiling AppwriteModels AttributeBoolean.swift
[289/631] Compiling AppwriteModels AttributeDatetime.swift
[290/631] Compiling AppwriteModels AttributeEmail.swift
[291/631] Compiling AppwriteModels AttributeEnum.swift
[292/631] Compiling AppwriteModels AttributeFloat.swift
[293/631] Compiling AppwriteModels AttributeInteger.swift
[294/631] Compiling AppwriteModels AttributeIp.swift
[295/631] Compiling AppwriteModels AttributeLine.swift
[296/631] Compiling AppwriteModels Currency.swift
[297/631] Compiling AppwriteModels CurrencyList.swift
[298/631] Compiling AppwriteModels Database.swift
[299/631] Compiling AppwriteModels DatabaseList.swift
[300/631] Compiling AppwriteModels Deployment.swift
[301/631] Compiling AppwriteModels DeploymentList.swift
[302/631] Compiling AppwriteModels Document.swift
[303/631] Compiling AppwriteModels DocumentList.swift
[304/631] Compiling AppwriteModels Execution.swift
[305/631] Compiling AppwriteModels ExecutionList.swift
[306/631] Compiling AppwriteModels File.swift
[307/631] Compiling AppwriteModels FileList.swift
[308/631] Compiling AppwriteModels Framework.swift
[309/631] Compiling AppwriteModels FrameworkAdapter.swift
[310/631] Compiling AppwriteModels FrameworkList.swift
[311/631] Compiling AppwriteModels Locale.swift
[312/631] Compiling AppwriteModels LocaleCode.swift
[313/631] Compiling AppwriteModels LocaleCodeList.swift
[314/631] Compiling AppwriteModels Log.swift
[315/631] Compiling AppwriteModels LogList.swift
[316/631] Compiling AppwriteModels Membership.swift
[317/631] Compiling AppwriteModels MembershipList.swift
[318/631] Compiling AppwriteModels Message.swift
[319/631] Compiling AppwriteModels MessageList.swift
[320/631] Compiling AppwriteModels MfaChallenge.swift
[321/631] Compiling AppwriteModels MfaFactors.swift
[322/631] Compiling AppwriteModels MfaRecoveryCodes.swift
[323/631] Compiling AppwriteModels MfaType.swift
[324/631] Compiling AppwriteModels Phone.swift
[325/631] Compiling AppwriteModels PhoneList.swift
[326/631] Compiling AppwriteModels Preferences.swift
[327/631] Compiling AppwriteModels Provider.swift
[328/631] Compiling AppwriteModels ProviderList.swift
[329/631] Compiling AppwriteModels ResourceToken.swift
[330/631] Compiling AppwriteModels ResourceTokenList.swift
[331/631] Compiling AppwriteModels Row.swift
[332/631] Compiling AppwriteModels RowList.swift
[333/631] Compiling AppwriteModels Runtime.swift
[334/631] Compiling AppwriteModels RuntimeList.swift
[335/631] Compiling AppwriteModels Session.swift
[336/631] Compiling AppwriteModels SessionList.swift
[337/631] Compiling AppwriteModels Site.swift
[338/631] Compiling AppwriteModels SiteList.swift
[339/631] Compiling AppwriteModels Specification.swift
[340/631] Compiling AppwriteModels SpecificationList.swift
[341/631] Compiling AppwriteModels ColumnIndex.swift
[342/631] Compiling AppwriteModels ColumnIndexList.swift
[343/631] Compiling AppwriteModels ColumnInteger.swift
[344/631] Compiling AppwriteModels ColumnIp.swift
[345/631] Compiling AppwriteModels ColumnLine.swift
[346/631] Compiling AppwriteModels ColumnList.swift
[347/631] Compiling AppwriteModels ColumnPoint.swift
[348/631] Compiling AppwriteModels ColumnPolygon.swift
[349/631] Compiling AppwriteModels ColumnRelationship.swift
[350/631] Compiling AppwriteModels ColumnString.swift
[351/631] Compiling AppwriteModels ColumnUrl.swift
[352/631] Compiling AppwriteModels Continent.swift
[353/631] Compiling AppwriteModels ContinentList.swift
[354/631] Compiling AppwriteModels Country.swift
[355/631] Compiling AppwriteModels CountryList.swift
[356/631] Compiling AppwriteModels AttributeList.swift
[357/631] Compiling AppwriteModels AttributePoint.swift
[358/631] Compiling AppwriteModels AttributePolygon.swift
[359/631] Compiling AppwriteModels AttributeRelationship.swift
[360/631] Compiling AppwriteModels AttributeString.swift
[361/631] Compiling AppwriteModels AttributeUrl.swift
[362/631] Compiling AppwriteModels Bucket.swift
[363/631] Compiling AppwriteModels BucketList.swift
[364/631] Compiling AppwriteModels Collection.swift
[365/631] Compiling AppwriteModels CollectionList.swift
[366/631] Compiling AppwriteModels ColumnBoolean.swift
[367/631] Compiling AppwriteModels ColumnDatetime.swift
[368/631] Compiling AppwriteModels ColumnEmail.swift
[369/631] Compiling AppwriteModels ColumnEnum.swift
[370/631] Compiling AppwriteModels ColumnFloat.swift
[370/631] Compiling x_spki.cc
[371/631] Compiling x_sig.cc
[372/631] Compiling x_pubkey.cc
[373/631] Compiling x_x509a.cc
[374/631] Compiling x_req.cc
[375/631] Compiling x_val.cc
[376/631] Compiling x_x509.cc
[377/631] Compiling x_name.cc
[379/631] Compiling AppwriteModels Subscriber.swift
[380/631] Compiling AppwriteModels SubscriberList.swift
[381/631] Compiling AppwriteModels Table.swift
[382/631] Compiling AppwriteModels TableList.swift
[383/631] Compiling AppwriteModels Target.swift
[384/631] Compiling AppwriteModels TargetList.swift
[385/631] Compiling AppwriteModels Team.swift
[386/631] Compiling AppwriteModels TeamList.swift
[387/631] Compiling AppwriteModels Token.swift
[388/631] Compiling AppwriteModels Topic.swift
[389/631] Compiling AppwriteModels TopicList.swift
[390/631] Compiling AppwriteModels User.swift
[391/631] Compiling AppwriteModels UserList.swift
[392/631] Compiling AppwriteModels Variable.swift
[393/631] Compiling AppwriteModels VariableList.swift
[394/632] Compiling x_attrib.cc
[395/632] Compiling x_algor.cc
[396/632] Compiling x_exten.cc
[397/632] Compiling x_crl.cc
[398/632] Compiling x509spki.cc
[399/632] Compiling x_all.cc
[400/632] Compiling x509rset.cc
[401/632] Compiling x509_vpm.cc
[402/632] Compiling x509name.cc
[403/632] Compiling x509cset.cc
[404/632] Compiling x509_vfy.cc
[405/632] Compiling x509_v3.cc
[406/632] Compiling x509_txt.cc
[407/632] Compiling x509_trs.cc
[408/632] Compiling x509_set.cc
[409/632] Compiling x509_obj.cc
[410/632] Compiling x509_req.cc
[411/632] Compiling x509_d2.cc
[412/632] Compiling x509_ext.cc
[413/632] Compiling x509_lu.cc
[414/632] Compiling x509_def.cc
[415/632] Compiling x509_cmp.cc
[416/632] Compiling x509.cc
[417/632] Compiling v3_purp.cc
[418/632] Compiling x509_att.cc
[419/632] Compiling v3_utl.cc
[420/632] Compiling v3_skey.cc
[421/632] Compiling v3_prn.cc
[422/632] Compiling v3_pmaps.cc
[423/632] Compiling v3_pcons.cc
[424/632] Compiling v3_ocsp.cc
[425/632] Compiling v3_ncons.cc
[426/632] Compiling v3_int.cc
[427/632] Compiling v3_genn.cc
[428/632] Compiling v3_info.cc
[429/632] Compiling v3_lib.cc
[430/632] Compiling v3_ia5.cc
[431/632] Compiling v3_extku.cc
[432/632] Compiling v3_enum.cc
[433/632] Compiling v3_conf.cc
[434/632] Compiling v3_bitst.cc
[435/632] Compiling v3_cpols.cc
[436/632] Compiling v3_crld.cc
[437/632] Compiling v3_bcons.cc
[438/632] Compiling v3_akey.cc
[439/632] Compiling v3_akeya.cc
[440/632] Compiling v3_alt.cc
[441/632] Compiling t_x509a.cc
[442/632] Compiling t_x509.cc
[443/632] Compiling t_req.cc
[444/632] Compiling t_crl.cc
[445/632] Compiling i2d_pr.cc
[446/632] Compiling rsa_pss.cc
[447/632] Compiling name_print.cc
[448/632] Compiling by_file.cc
[449/632] Compiling policy.cc
[450/632] Compiling by_dir.cc
[451/632] Compiling asn1_gen.cc
[452/632] Compiling algorithm.cc
[453/632] Compiling a_verify.cc
[454/632] Compiling thread_win.cc
[455/632] Compiling voprf.cc
[456/632] Compiling a_sign.cc
[457/632] Compiling trust_token.cc
[458/632] Compiling pmbtoken.cc
[459/632] Compiling thread_none.cc
[460/632] Compiling thread_pthread.cc
[461/632] Compiling a_digest.cc
[462/632] Compiling thread.cc
[463/632] Compiling siphash.cc
[464/632] Compiling sha1.cc
[464/632] Compiling rsa_print.cc
[466/632] Compiling spake2plus.cc
[467/632] Compiling sha512.cc
[468/632] Compiling sha256.cc
[469/632] Compiling slhdsa.cc
[470/632] Compiling stack.cc
[471/632] Compiling urandom.cc
[472/632] Compiling trusty.cc
[473/632] Compiling windows.cc
[474/632] Compiling rc4.cc
[475/632] Compiling rsa_extra.cc
[476/632] Compiling refcount.cc
[477/632] Compiling rsa_crypt.cc
[478/632] Compiling rsa_asn1.cc
[479/632] Compiling passive.cc
[480/632] Compiling ios.cc
[481/632] Compiling forkunsafe.cc
[482/632] Compiling rand.cc
[483/632] Compiling getentropy.cc
[484/632] Compiling poly1305_arm_asm.S
[485/632] Compiling deterministic.cc
[486/632] Compiling fork_detect.cc
[487/632] Compiling poly1305_vec.cc
[488/632] Compiling poly1305_arm.cc
[489/632] Compiling poly1305.cc
[490/632] Compiling pool.cc
[491/632] Compiling pkcs8_x509.cc
[492/632] Compiling pkcs7_x509.cc
[493/632] Compiling pkcs8.cc
[494/632] Compiling pkcs7.cc
[495/632] Compiling p5_pbev2.cc
[496/632] Compiling pem_pkey.cc
[497/632] Compiling pem_x509.cc
[498/632] Compiling pem_xaux.cc
[499/632] Compiling pem_pk8.cc
[500/632] Compiling pem_info.cc
[501/632] Compiling pem_lib.cc
[502/632] Compiling pem_all.cc
[503/632] Compiling mlkem.cc
[504/632] Compiling obj_xref.cc
[505/632] Compiling mldsa.cc
[506/632] Compiling pem_oth.cc
[507/632] Compiling poly_rq_mul.S
[508/632] Compiling mem.cc
[509/632] Compiling fips_shared_support.cc
[510/632] Compiling obj.cc
[511/632] Compiling md5.cc
[512/632] Compiling md4.cc
[513/632] Compiling lhash.cc
[514/632] Compiling kyber.cc
[515/632] Compiling sign.cc
[516/632] Compiling scrypt.cc
[517/632] Compiling hpke.cc
[518/632] Compiling ex_data.cc
[519/632] Compiling hrss.cc
[520/632] Compiling pbkdf.cc
[521/632] Compiling print.cc
[522/632] Compiling p_x25519.cc
[523/632] Compiling p_ed25519.cc
[524/632] Compiling p_rsa_asn1.cc
[525/632] Compiling p_x25519_asn1.cc
[526/632] Compiling p_rsa.cc
[527/632] Compiling p_hkdf.cc
[528/632] Compiling p_ed25519_asn1.cc
[529/632] Compiling p_dh.cc
[530/632] Compiling p_ec.cc
[531/632] Compiling p_ec_asn1.cc
[532/632] Compiling evp_ctx.cc
[533/632] Compiling p_dh_asn1.cc
[534/632] Compiling p_dsa_asn1.cc
[535/632] Compiling evp_asn1.cc
[536/632] Compiling evp.cc
[537/632] Compiling err.cc
[538/632] Compiling engine.cc
[539/632] Compiling ecdh.cc
[540/632] Compiling ec_derive.cc
[541/632] Compiling hash_to_curve.cc
[542/632] Compiling ecdsa_asn1.cc
[543/632] Compiling ec_asn1.cc
[544/632] Compiling dsa.cc
[545/632] Compiling bcm.cc
[546/632] Compiling params.cc
[547/632] Compiling x25519-asm-arm.S
[548/632] Compiling dsa_asn1.cc
[549/632] Compiling digest_extra.cc
[550/632] Compiling des.cc
[551/632] Compiling curve25519_64_adx.cc
[552/632] Compiling cpu_intel.cc
[553/632] Compiling dh_asn1.cc
[554/632] Compiling crypto.cc
[555/632] Compiling curve25519.cc
[556/632] Compiling cpu_aarch64_sysreg.cc
[557/632] Compiling cpu_arm_freebsd.cc
[558/632] Compiling spake25519.cc
[559/632] Compiling cpu_aarch64_win.cc
[560/632] Compiling cpu_arm_linux.cc
[561/632] Compiling cpu_aarch64_apple.cc
[562/632] Compiling cpu_aarch64_openbsd.cc
[563/632] Compiling cpu_aarch64_linux.cc
[564/632] Compiling cpu_aarch64_fuchsia.cc
[565/632] Compiling tls_cbc.cc
[566/632] Compiling conf.cc
[567/632] Compiling e_rc4.cc
[568/632] Compiling get_cipher.cc
[569/632] Compiling e_tls.cc
[570/632] Compiling e_des.cc
[571/632] Compiling e_null.cc
[572/632] Compiling e_chacha20poly1305.cc
[573/632] Compiling e_rc2.cc
[574/632] Compiling e_aesgcmsiv.cc
[575/632] Compiling e_aesctrhmac.cc
[576/632] Compiling derive_key.cc
[577/632] Compiling chacha.cc
[578/632] Compiling unicode.cc
[579/632] Compiling cbb.cc
[580/632] Compiling cbs.cc
[581/632] Compiling ber.cc
[582/632] Compiling asn1_compat.cc
[583/632] Compiling buf.cc
[584/632] Compiling blake2.cc
[585/632] Compiling socket_helper.cc
[586/632] Compiling convert.cc
[587/632] Compiling bn_asn1.cc
[588/632] Compiling socket.cc
[589/632] Compiling printf.cc
[590/632] Compiling hexdump.cc
[591/632] Compiling fd.cc
[592/632] Compiling pair.cc
[593/632] Compiling file.cc
[594/632] Compiling errno.cc
[595/632] Compiling connect.cc
[596/632] Compiling base64.cc
[597/632] Compiling bio_mem.cc
[598/632] Compiling bio.cc
[599/632] Compiling tasn_typ.cc
[600/632] Compiling tasn_fre.cc
[601/632] Compiling tasn_utl.cc
[602/632] Compiling tasn_dec.cc
[603/632] Compiling tasn_enc.cc
[604/632] Compiling posix_time.cc
[605/632] Compiling tasn_new.cc
[606/632] Compiling f_string.cc
[607/632] Compiling f_int.cc
[608/632] Compiling asn1_par.cc
[609/632] Compiling asn_pack.cc
[610/632] Compiling a_utctm.cc
[611/632] Compiling a_type.cc
[612/632] Compiling a_time.cc
[613/632] Compiling a_octet.cc
[614/632] Compiling a_strnid.cc
[615/632] Compiling asn1_lib.cc
[616/632] Compiling a_strex.cc
[617/632] Compiling a_object.cc
[618/632] Compiling a_d2i_fp.cc
[619/632] Compiling a_i2d_fp.cc
[620/632] Compiling a_dup.cc
[621/632] Write sources
[622/650] Compiling a_gentm.cc
[623/650] Write sources
[624/650] Compiling a_mbstr.cc
[624/650] Write sources
[627/650] Compiling a_int.cc
[629/697] Compiling AppwriteEnums ImageFormat.swift
[630/697] Compiling AppwriteEnums MessagingProviderType.swift
[631/697] Compiling AppwriteEnums Flag.swift
[632/697] Compiling AppwriteEnums Framework.swift
[633/697] Compiling AppwriteEnums Name.swift
[634/697] Compiling AppwriteEnums OAuthProvider.swift
[635/697] Compiling AppwriteEnums ImageGravity.swift
[636/697] Compiling AppwriteEnums IndexType.swift
[636/699] Compiling a_bitstr.cc
[638/699] Compiling Atomics IntegerOperations.swift
[639/699] Compiling Atomics Unmanaged extensions.swift
[641/699] Compiling AppwriteEnums RelationMutate.swift
[642/699] Compiling AppwriteEnums RelationshipType.swift
[649/702] Compiling AppwriteEnums Browser.swift
[650/702] Compiling AppwriteEnums BuildRuntime.swift
[651/702] Compiling AppwriteEnums Compression.swift
[652/702] Compiling AppwriteEnums Adapter.swift
[653/702] Compiling AppwriteEnums AuthenticationFactor.swift
[654/702] Compiling AppwriteEnums AuthenticatorType.swift
[655/702] Compiling AppwriteEnums CreditCard.swift
[656/702] Compiling AppwriteEnums DeploymentDownloadType.swift
[657/702] Compiling AppwriteEnums ExecutionMethod.swift
[657/702] Compiling a_bool.cc
[665/702] Compiling AppwriteEnums Runtime.swift
[666/702] Compiling AppwriteEnums SmtpEncryption.swift
[667/702] Compiling AppwriteEnums VCSDeploymentType.swift
[668/702] Emitting module AppwriteEnums
[690/706] Compiling Algorithms Trim.swift
[691/706] Compiling Algorithms Unique.swift
[692/706] Compiling Algorithms Windows.swift
[700/706] Emitting module Atomics
[705/707] Emitting module Algorithms
[705/708] Compiling c-nioatomics.c
[707/708] Compiling c-atomics.c
[709/714] Compiling NIOConcurrencyHelpers lock.swift
[710/714] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[711/714] Compiling NIOConcurrencyHelpers NIOLock.swift
[712/714] Compiling NIOConcurrencyHelpers atomics.swift
[713/714] Emitting module NIOConcurrencyHelpers
[714/714] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[716/776] Compiling NIOCore NIOAny.swift
[717/776] Compiling NIOCore NIOCloseOnErrorHandler.swift
[718/776] Compiling NIOCore NIOCoreSendableMetatype.swift
[719/776] Compiling NIOCore NIOLoopBound.swift
[720/776] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[721/776] Compiling NIOCore NIOScheduledCallback.swift
[722/776] Compiling NIOCore NIOSendable.swift
[723/776] Compiling NIOCore RecvByteBufferAllocator.swift
[724/784] Compiling NIOCore IOData.swift
[725/784] Compiling NIOCore IPProtocol.swift
[726/784] Compiling NIOCore IntegerBitPacking.swift
[727/784] Compiling NIOCore IntegerTypes.swift
[728/784] Compiling NIOCore Interfaces.swift
[729/784] Compiling NIOCore Linux.swift
[730/784] Compiling NIOCore MarkedCircularBuffer.swift
[731/784] Compiling NIOCore MulticastChannel.swift
[732/784] Compiling NIOCore EventLoopFuture+Deprecated.swift
[733/784] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[734/784] Compiling NIOCore EventLoopFuture.swift
[735/784] Compiling NIOCore FileDescriptor.swift
[736/784] Compiling NIOCore FileHandle.swift
[737/784] Compiling NIOCore FileRegion.swift
[738/784] Compiling NIOCore GlobalSingletons.swift
[739/784] Compiling NIOCore IO.swift
[740/784] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[741/784] Compiling NIOCore SocketAddresses.swift
[742/784] Compiling NIOCore SocketOptionProvider.swift
[743/784] Compiling NIOCore SystemCallHelpers.swift
[744/784] Compiling NIOCore TimeAmount+Duration.swift
[745/784] Compiling NIOCore TypeAssistedChannelHandler.swift
[746/784] Compiling NIOCore UniversalBootstrapSupport.swift
[747/784] Compiling NIOCore Utilities.swift
[748/784] Compiling NIOCore AddressedEnvelope.swift
[749/784] Compiling NIOCore AsyncAwaitSupport.swift
[750/784] Compiling NIOCore AsyncChannel.swift
[751/784] Compiling NIOCore AsyncChannelHandler.swift
[752/784] Compiling NIOCore AsyncChannelInboundStream.swift
[753/784] Compiling NIOCore AsyncChannelOutboundWriter.swift
[754/784] Compiling NIOCore NIOAsyncSequenceProducer.swift
[755/784] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[756/784] Compiling NIOCore NIOAsyncWriter.swift
[757/784] Compiling NIOCore CircularBuffer.swift
[758/784] Compiling NIOCore Codec.swift
[759/784] Compiling NIOCore ConvenienceOptionSupport.swift
[760/784] Compiling NIOCore DeadChannel.swift
[761/784] Compiling NIOCore DispatchQueue+WithFuture.swift
[762/784] Compiling NIOCore EventLoop+Deprecated.swift
[763/784] Compiling NIOCore EventLoop+SerialExecutor.swift
[764/784] Compiling NIOCore EventLoop.swift
[765/784] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[766/784] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[767/784] Compiling NIOCore BSDSocketAPI.swift
[768/784] Compiling NIOCore ByteBuffer-aux.swift
[769/784] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[770/784] Compiling NIOCore ByteBuffer-conversions.swift
[771/784] Compiling NIOCore ByteBuffer-core.swift
[772/784] Compiling NIOCore ByteBuffer-hex.swift
[773/784] Compiling NIOCore ByteBuffer-int.swift
[774/784] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[775/784] Compiling NIOCore ByteBuffer-multi-int.swift
[776/784] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[777/784] Compiling NIOCore ByteBuffer-views.swift
[778/784] Compiling NIOCore Channel.swift
[779/784] Compiling NIOCore ChannelHandler.swift
[780/784] Compiling NIOCore ChannelHandlers.swift
[781/784] Compiling NIOCore ChannelInvoker.swift
[782/784] Compiling NIOCore ChannelOption.swift
[783/784] Compiling NIOCore ChannelPipeline.swift
[784/784] Emitting module NIOCore
[786/837] Emitting module NIOEmbedded
[787/837] Compiling NIOEmbedded AsyncTestingChannel.swift
[788/837] Compiling NIOPosix IO.swift
[789/837] Compiling NIOPosix IntegerBitPacking.swift
[790/837] Compiling NIOPosix IntegerTypes.swift
[791/837] Compiling NIOPosix Linux.swift
[792/837] Compiling NIOPosix LinuxCPUSet.swift
[793/837] Compiling NIOPosix LinuxUring.swift
[794/837] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[795/843] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[796/843] Compiling NIOEmbedded Embedded.swift
[798/844] Emitting module NIOPosix
[799/844] Compiling NIOPosix ThreadPosix.swift
[800/844] Compiling NIOPosix ThreadWindows.swift
[801/844] Compiling NIOPosix UnsafeTransfer.swift
[802/844] Compiling NIOPosix Utilities.swift
[803/844] Compiling NIOPosix VsockAddress.swift
[804/844] Compiling NIOPosix VsockChannelEvents.swift
[805/844] Compiling NIOPosix BSDSocketAPICommon.swift
[806/844] Compiling NIOPosix BSDSocketAPIPosix.swift
[807/844] Compiling NIOPosix BSDSocketAPIWindows.swift
[808/844] Compiling NIOPosix BaseSocket.swift
[809/844] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[810/844] Compiling NIOPosix BaseSocketChannel.swift
[811/844] Compiling NIOPosix BaseStreamSocketChannel.swift
[812/844] Compiling NIOPosix SelectableEventLoop.swift
[813/844] Compiling NIOPosix SelectorEpoll.swift
[814/844] Compiling NIOPosix SelectorGeneric.swift
[815/844] Compiling NIOPosix SelectorKqueue.swift
[816/844] Compiling NIOPosix SelectorUring.swift
[817/844] Compiling NIOPosix ServerSocket.swift
[818/844] Compiling NIOPosix Bootstrap.swift
[819/844] Compiling NIOPosix ControlMessage.swift
[820/844] Compiling NIOPosix DatagramVectorReadManager.swift
[821/844] Compiling NIOPosix Errors+Any.swift
[822/844] Compiling NIOPosix FileDescriptor.swift
[823/844] Compiling NIOPosix GetaddrinfoResolver.swift
[824/844] Compiling NIOPosix HappyEyeballs.swift
[825/844] Compiling NIOPosix Socket.swift
[826/844] Compiling NIOPosix SocketChannel.swift
[827/844] Compiling NIOPosix SocketProtocols.swift
[828/844] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[829/844] Compiling NIOPosix System.swift
[830/844] Compiling NIOPosix Thread.swift
[831/844] Compiling NIOPosix Pool.swift
[832/844] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[833/844] Compiling NIOPosix PosixSingletons.swift
[834/844] Compiling NIOPosix RawSocketBootstrap.swift
[835/844] Compiling NIOPosix Resolver.swift
[836/844] Compiling NIOPosix Selectable.swift
[837/844] Compiling NIOPosix SelectableChannel.swift
[838/844] Compiling NIOPosix NIOPosixSendableMetatype.swift
[839/844] Compiling NIOPosix NIOThreadPool.swift
[840/844] Compiling NIOPosix NonBlockingFileIO.swift
[841/844] Compiling NIOPosix PendingDatagramWritesManager.swift
[842/844] Compiling NIOPosix PendingWritesManager.swift
[843/844] Compiling NIOPosix PipeChannel.swift
[844/844] Compiling NIOPosix PipePair.swift
[846/847] Emitting module NIO
[847/847] Compiling NIO Exports.swift
[849/887] Compiling NIOTLS TLSEvents.swift
[850/887] Emitting module NIOFoundationCompat
[851/887] Emitting module NIOSOCKS
[852/888] Emitting module NIOTLS
[853/888] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[854/888] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[855/888] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[856/888] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[857/888] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[858/888] Compiling NIOSOCKS ClientStateMachine.swift
[859/888] Compiling NIOSOCKS SOCKSResponse.swift
[860/888] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[861/888] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[862/888] Compiling NIOTLS SNIHandler.swift
[863/889] Compiling NIOSOCKS SOCKSClientHandler.swift
[864/889] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[865/889] Compiling NIOSOCKS SOCKSRequest.swift
[866/889] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[867/891] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[868/891] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[869/891] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[872/892] Compiling NIOSOCKS ServerStateMachine.swift
[873/892] Compiling NIOSOCKS Errors.swift
[874/892] Compiling NIOSOCKS Helpers.swift
[875/892] Compiling NIOSOCKS AuthenticationMethod.swift
[876/892] Compiling NIOSOCKS ClientGreeting.swift
[877/892] Compiling NIOSOCKS Messages.swift
[882/893] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[883/893] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[884/893] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[885/893] Compiling NIOHTTP1 HTTPTypes.swift
[886/893] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[887/893] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[888/893] Emitting module NIOHTTP1
[895/945] Compiling NIOTransportServices StateManagedChannel.swift
[896/945] Compiling NIOTransportServices StateManagedListenerChannel.swift
[897/945] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[898/945] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[899/945] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[900/945] Compiling NIOTransportServices NIOTSListenerChannel.swift
[901/945] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[902/945] Compiling NIOTransportServices NIOTSSingletons.swift
[903/945] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[904/945] Compiling NIOTransportServices NIOTSBootstraps.swift
[905/945] Compiling NIOTransportServices NIOTSChannelOptions.swift
[906/945] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[907/945] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[908/945] Compiling NIOTransportServices NIOTSErrors.swift
[909/945] Compiling NIOTransportServices NIOTSEventLoop.swift
[910/947] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[911/947] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[912/947] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[913/947] Compiling NIOTransportServices AcceptHandler.swift
[914/947] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[915/947] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[916/947] Emitting module NIOTransportServices
[917/962] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[918/962] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[920/976] Emitting module NIOHTTPCompression
[921/976] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[922/976] Compiling NIOWebSocket WebSocketOpcode.swift
[923/977] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[924/977] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[925/977] Compiling NIOHTTPCompression HTTPCompression.swift
[926/977] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[927/977] Compiling NIOHPACK IndexedHeaderTable.swift
[928/977] Compiling NIOHPACK IntegerCoding.swift
[929/978] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[930/978] Compiling NIOHTTPCompression HTTPDecompression.swift
[931/978] Compiling NIOHPACK HuffmanTables.swift
[932/978] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[933/978] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[934/979] Emitting module NIOHPACK
[936/979] Compiling NIOWebSocket WebSocketErrorCodes.swift
[937/979] Compiling NIOHPACK DynamicHeaderTable.swift
[938/979] Compiling NIOHPACK HPACKDecoder.swift
[939/979] Emitting module NIOWebSocket
[940/979] Compiling NIOWebSocket WebSocketFrame.swift
[941/979] Compiling NIOHPACK HPACKEncoder.swift
[942/979] Compiling NIOHPACK HPACKErrors.swift
[943/979] Compiling NIOHPACK HuffmanCoding.swift
[944/980] Compiling NIOHPACK StaticHeaderTable.swift
[950/980] Compiling NIOHPACK HPACKHeader.swift
[951/980] Compiling NIOHPACK HeaderTables.swift
[956/985] Emitting module NIOSSL
[962/1019] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[963/1019] Compiling NIOHTTP2 ReceivingHeadersState.swift
[964/1019] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[965/1019] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[966/1045] Compiling NIOHTTP2 HasRemoteSettings.swift
[967/1045] Compiling NIOHTTP2 LocallyQuiescingState.swift
[968/1045] Compiling NIOHTTP2 QuiescingState.swift
[969/1045] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[970/1045] Compiling NIOHTTP2 HTTP2SettingsState.swift
[971/1045] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[972/1045] Compiling NIOHTTP2 HasFlowControlWindows.swift
[973/1045] Compiling NIOHTTP2 HasLocalSettings.swift
[974/1045] Compiling NIOHTTP2 MaySendFrames.swift
[975/1045] Compiling NIOHTTP2 SendingDataState.swift
[976/1045] Compiling NIOHTTP2 SendingGoawayState.swift
[977/1045] Compiling NIOHTTP2 SendingHeadersState.swift
[978/1045] Compiling NIOHTTP2 SendingPushPromiseState.swift
[979/1045] Compiling NIOHTTP2 SendingRstStreamState.swift
[980/1045] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[987/1053] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[988/1053] Compiling NIOHTTP2 StateMachineResult.swift
[989/1053] Compiling NIOHTTP2 ContentLengthVerifier.swift
[990/1053] Compiling NIOHTTP2 DOSHeuristics.swift
[991/1053] Compiling NIOHTTP2 Error+Any.swift
[992/1053] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[993/1053] Compiling NIOHTTP2 ControlFrameBuffer.swift
[994/1053] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1005/1054] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1006/1054] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1007/1054] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1008/1054] Compiling NIOHTTP2 StreamChannelList.swift
[1009/1054] Compiling NIOHTTP2 StreamMap.swift
[1010/1054] Compiling NIOHTTP2 StreamStateMachine.swift
[1011/1054] Compiling NIOHTTP2 UnsafeTransfer.swift
[1012/1054] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1013/1054] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1014/1054] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1015/1054] Compiling NIOHTTP2 HTTP2StreamID.swift
[1016/1054] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1017/1054] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1018/1054] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1019/1054] Compiling NIOHTTP2 InboundEventBuffer.swift
[1020/1054] Compiling NIOHTTP2 InboundWindowManager.swift
[1021/1054] Emitting module NIOHTTP2
[1022/1054] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1023/1054] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1024/1054] Compiling NIOHTTP2 MayReceiveFrames.swift
[1025/1054] Compiling NIOHTTP2 ReceivingDataState.swift
[1030/1054] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1031/1054] Compiling NIOHTTP2 HTTP2Frame.swift
[1032/1054] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1033/1054] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1034/1054] Compiling NIOHTTP2 HTTP2PingData.swift
[1035/1054] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1036/1054] Compiling NIOHTTP2 HTTP2Settings.swift
[1037/1054] Compiling NIOHTTP2 HTTP2Stream.swift
[1038/1054] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1039/1054] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1040/1054] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1041/1054] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1042/1054] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1043/1054] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1044/1054] Compiling NIOHTTP2 HTTP2Error.swift
[1045/1054] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1046/1054] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1052/1054] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1053/1054] Compiling NIOHTTP2 GlitchesMonitor.swift
[1054/1054] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1056/1115] Emitting module AsyncHTTPClient
[1057/1123] Compiling AsyncHTTPClient HTTPHandler.swift
[1058/1123] Compiling AsyncHTTPClient LRUCache.swift
[1059/1123] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1060/1123] Compiling AsyncHTTPClient NWErrorHandler.swift
[1061/1123] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1062/1123] Compiling AsyncHTTPClient TLSConfiguration.swift
[1063/1123] Compiling AsyncHTTPClient RedirectState.swift
[1064/1123] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1065/1123] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1066/1123] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1067/1123] Compiling AsyncHTTPClient Transaction.swift
[1068/1123] Compiling AsyncHTTPClient Base64.swift
[1069/1123] Compiling AsyncHTTPClient BasicAuth.swift
[1070/1123] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1071/1123] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1072/1123] Compiling AsyncHTTPClient ConnectionPool.swift
[1073/1123] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1074/1123] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1075/1123] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1076/1123] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1077/1123] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1078/1123] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1079/1123] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1080/1123] Compiling AsyncHTTPClient RequestBodyLength.swift
[1081/1123] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1082/1123] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1083/1123] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1084/1123] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1085/1123] Compiling AsyncHTTPClient HTTP1Connection.swift
[1086/1123] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1087/1123] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1088/1123] Compiling AsyncHTTPClient HTTP2Connection.swift
[1089/1123] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1090/1123] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1091/1123] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1092/1123] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1093/1123] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1094/1123] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1095/1123] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1096/1123] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1097/1123] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1098/1123] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1099/1123] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1100/1123] Compiling AsyncHTTPClient ConnectionTarget.swift
[1101/1123] Compiling AsyncHTTPClient DeconstructedURL.swift
[1102/1123] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1103/1123] Compiling AsyncHTTPClient FoundationExtensions.swift
[1104/1123] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1105/1123] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1106/1123] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1107/1123] Compiling AsyncHTTPClient HTTPClient.swift
[1108/1123] Compiling AsyncHTTPClient RequestOptions.swift
[1109/1123] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1110/1123] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1111/1123] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1112/1123] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1113/1123] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1114/1123] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1115/1123] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1116/1123] Compiling AsyncHTTPClient RequestBag.swift
[1117/1123] Compiling AsyncHTTPClient RequestValidation.swift
[1118/1123] Compiling AsyncHTTPClient SSLContextCache.swift
[1119/1123] Compiling AsyncHTTPClient Scheme.swift
[1120/1123] Compiling AsyncHTTPClient Singleton.swift
[1121/1123] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1122/1123] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1123/1123] Compiling AsyncHTTPClient Utils.swift
[1125/1161] Compiling Appwrite UploadProgress.swift
/host/spi-builder-workspace/Sources/Appwrite/PackageInfo/OSPackageInfo.swift:13:5: error: missing return in static method expected to return 'PackageInfo'
11 |         return PackageInfo.getWindowsPackage()
12 |         #endif
13 |     }
   |     `- error: missing return in static method expected to return 'PackageInfo'
14 | }
15 |
[1126/1161] Compiling Appwrite PackageInfo+Apple.swift
/host/spi-builder-workspace/Sources/Appwrite/PackageInfo/OSPackageInfo.swift:13:5: error: missing return in static method expected to return 'PackageInfo'
11 |         return PackageInfo.getWindowsPackage()
12 |         #endif
13 |     }
   |     `- error: missing return in static method expected to return 'PackageInfo'
14 | }
15 |
[1127/1161] Compiling Appwrite PackageInfo+Linux.swift
/host/spi-builder-workspace/Sources/Appwrite/PackageInfo/OSPackageInfo.swift:13:5: error: missing return in static method expected to return 'PackageInfo'
11 |         return PackageInfo.getWindowsPackage()
12 |         #endif
13 |     }
   |     `- error: missing return in static method expected to return 'PackageInfo'
14 | }
15 |
[1128/1161] Compiling Appwrite OSPackageInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/PackageInfo/OSPackageInfo.swift:13:5: error: missing return in static method expected to return 'PackageInfo'
11 |         return PackageInfo.getWindowsPackage()
12 |         #endif
13 |     }
   |     `- error: missing return in static method expected to return 'PackageInfo'
14 | }
15 |
[1129/1161] Compiling Appwrite PackageInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/PackageInfo/OSPackageInfo.swift:13:5: error: missing return in static method expected to return 'PackageInfo'
11 |         return PackageInfo.getWindowsPackage()
12 |         #endif
13 |     }
   |     `- error: missing return in static method expected to return 'PackageInfo'
14 | }
15 |
[1130/1166] 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: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- 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: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- 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
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  3 | import AsyncHTTPClient
  4 |
  5 | class StreamingDelegate: HTTPClientResponseDelegate {
    |       `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  6 |
  7 |     public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     var state = State.idle
    |         `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 18 |     let request: HTTPClient.Request
 19 |
[1131/1166] 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: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- 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: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     // MARK: Methods
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:692:5: error: missing return in static method expected to return 'String'
690 |         return "windows"
691 |         #endif
692 |     }
    |     `- error: missing return in static method expected to return 'String'
693 |
694 |     private static func getDevice() -> String {
[1132/1166] 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: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- 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: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     // MARK: Methods
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:692:5: error: missing return in static method expected to return 'String'
690 |         return "windows"
691 |         #endif
692 |     }
    |     `- error: missing return in static method expected to return 'String'
693 |
694 |     private static func getDevice() -> String {
[1133/1166] 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: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- 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: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     // MARK: Methods
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:692:5: error: missing return in static method expected to return 'String'
690 |         return "windows"
691 |         #endif
692 |     }
    |     `- error: missing return in static method expected to return 'String'
693 |
694 |     private static func getDevice() -> String {
[1134/1166] 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: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- 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: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     // MARK: Methods
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:692:5: error: missing return in static method expected to return 'String'
690 |         return "windows"
691 |         #endif
692 |     }
    |     `- error: missing return in static method expected to return 'String'
693 |
694 |     private static func getDevice() -> String {
[1135/1166] 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: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- 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: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     // MARK: Methods
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:692:5: error: missing return in static method expected to return 'String'
690 |         return "windows"
691 |         #endif
692 |     }
    |     `- error: missing return in static method expected to return 'String'
693 |
694 |     private static func getDevice() -> String {
[1136/1166] Compiling Appwrite UIDevice+ModelName.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: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- 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: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     // MARK: Methods
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:692:5: error: missing return in static method expected to return 'String'
690 |         return "windows"
691 |         #endif
692 |     }
    |     `- error: missing return in static method expected to return 'String'
693 |
694 |     private static func getDevice() -> String {
[1137/1166] Compiling Appwrite CwlSysCtl.swift
[1138/1166] Compiling Appwrite MacOSDeviceInfo.swift
[1139/1166] Compiling Appwrite WKInterfaceDevice+ModelName.swift
[1140/1166] Compiling Appwrite WatchOSDeviceInfo.swift
[1141/1166] Compiling Appwrite Cookie+Codable.swift
[1142/1166] Compiling Appwrite PackageInfo+Windows.swift
[1143/1166] Compiling Appwrite Permission.swift
[1144/1166] Compiling Appwrite Query.swift
[1145/1166] Compiling Appwrite Role.swift
[1146/1166] Compiling Appwrite Account.swift
[1147/1166] 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
[1148/1166] 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
[1149/1166] 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
[1150/1166] 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
[1151/1166] Compiling Appwrite InputFile.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
[1152/1166] Compiling Appwrite Locale.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 691 |         ]
 692 |
 693 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 694 |
 695 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 |         ]
468 |
469 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 |         ]
539 |
540 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 |         ]
575 |
576 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 |         return try await client.call(
[1153/1166] Compiling Appwrite Messaging.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 691 |         ]
 692 |
 693 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 694 |
 695 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 |         ]
468 |
469 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 |         ]
539 |
540 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 |         ]
575 |
576 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 |         return try await client.call(
[1154/1166] Compiling Appwrite Service.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 691 |         ]
 692 |
 693 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 694 |
 695 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 |         ]
468 |
469 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 |         ]
539 |
540 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 |         ]
575 |
576 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 |         return try await client.call(
[1155/1166] Compiling Appwrite Sites.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 691 |         ]
 692 |
 693 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 694 |
 695 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 |         ]
468 |
469 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 |         ]
539 |
540 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 |         ]
575 |
576 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 |         return try await client.call(
[1156/1166] Compiling Appwrite Storage.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 691 |         ]
 692 |
 693 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 694 |
 695 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 |         ]
468 |
469 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 |         ]
539 |
540 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 |         ]
575 |
576 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 |         return try await client.call(
[1157/1166] Compiling Appwrite Avatars.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 46 |         ]
 47 |
 48 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 49 |
 50 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 91 |         ]
 92 |
 93 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 94 |
 95 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 |         ]
123 |
124 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 |         ]
169 |
170 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 |         ]
213 |
214 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 |         ]
265 |
266 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 |         ]
304 |
305 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 700 |         ]
 701 |
 702 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 703 |
 704 |         return try await client.call(
[1158/1166] Compiling Appwrite Databases.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 46 |         ]
 47 |
 48 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 49 |
 50 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 91 |         ]
 92 |
 93 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 94 |
 95 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 |         ]
123 |
124 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 |         ]
169 |
170 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 |         ]
213 |
214 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 |         ]
265 |
266 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 |         ]
304 |
305 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 700 |         ]
 701 |
 702 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 703 |
 704 |         return try await client.call(
[1159/1166] Compiling Appwrite Functions.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 46 |         ]
 47 |
 48 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 49 |
 50 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 91 |         ]
 92 |
 93 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 94 |
 95 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 |         ]
123 |
124 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 |         ]
169 |
170 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 |         ]
213 |
214 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 |         ]
265 |
266 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 |         ]
304 |
305 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 700 |         ]
 701 |
 702 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 703 |
 704 |         return try await client.call(
[1160/1166] Compiling Appwrite Graphql.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 46 |         ]
 47 |
 48 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 49 |
 50 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 91 |         ]
 92 |
 93 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 94 |
 95 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 |         ]
123 |
124 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 |         ]
169 |
170 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 |         ]
213 |
214 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 |         ]
265 |
266 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 |         ]
304 |
305 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 700 |         ]
 701 |
 702 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 703 |
 704 |         return try await client.call(
[1161/1166] Compiling Appwrite Health.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 46 |         ]
 47 |
 48 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 49 |
 50 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 91 |         ]
 92 |
 93 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 94 |
 95 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 |         ]
123 |
124 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 |         ]
169 |
170 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 |         ]
213 |
214 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 |         ]
265 |
266 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 |         ]
304 |
305 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 700 |         ]
 701 |
 702 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 703 |
 704 |         return try await client.call(
[1162/1166] Compiling Appwrite TablesDb.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  3 | import AsyncHTTPClient
  4 |
  5 | class StreamingDelegate: HTTPClientResponseDelegate {
    |       `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  6 |
  7 |     public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     var state = State.idle
    |         `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 18 |     let request: HTTPClient.Request
 19 |
[1163/1166] Compiling Appwrite Teams.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  3 | import AsyncHTTPClient
  4 |
  5 | class StreamingDelegate: HTTPClientResponseDelegate {
    |       `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  6 |
  7 |     public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     var state = State.idle
    |         `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 18 |     let request: HTTPClient.Request
 19 |
[1164/1166] Compiling Appwrite Tokens.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  3 | import AsyncHTTPClient
  4 |
  5 | class StreamingDelegate: HTTPClientResponseDelegate {
    |       `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  6 |
  7 |     public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     var state = State.idle
    |         `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 18 |     let request: HTTPClient.Request
 19 |
[1165/1166] Compiling Appwrite Users.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  3 | import AsyncHTTPClient
  4 |
  5 | class StreamingDelegate: HTTPClientResponseDelegate {
    |       `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  6 |
  7 |     public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     var state = State.idle
    |         `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 18 |     let request: HTTPClient.Request
 19 |
[1166/1166] Compiling Appwrite StreamingDelegate.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  3 | import AsyncHTTPClient
  4 |
  5 | class StreamingDelegate: HTTPClientResponseDelegate {
    |       `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  6 |
  7 |     public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     var state = State.idle
    |         `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 18 |     let request: HTTPClient.Request
 19 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/63] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/64] Compiling RealModule RealFunctions.swift
[4/65] Compiling RealModule Float80+Real.swift
[5/65] Compiling RealModule Real.swift
[6/65] Compiling Atomics PointerConformances.swift
[7/65] Compiling Atomics Primitives.native.swift
[8/65] Compiling Atomics OptionalRawRepresentable.swift
[9/65] Compiling Atomics RawRepresentable.swift
[10/65] Compiling Logging MetadataProvider.swift
[11/65] Compiling RealModule RelaxedArithmetic.swift
[12/65] Compiling RealModule Float16+Real.swift
[13/65] Compiling Atomics AtomicStorage.swift
[14/65] Compiling Atomics AtomicValue.swift
[17/65] Compiling Atomics AtomicMemoryOrderings.swift
[18/65] Compiling Atomics DoubleWord.swift
[19/67] Compiling Atomics AtomicReference.swift
[20/67] Compiling Atomics IntegerConformances.swift
[21/67] Compiling Atomics UnsafeAtomic.swift
[22/67] Compiling Atomics UnsafeAtomicLazyReference.swift
[23/67] Compiling Atomics ManagedAtomic.swift
[24/67] Compiling Atomics ManagedAtomicLazyReference.swift
[25/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/67] Compiling NIOConcurrencyHelpers atomics.swift
[27/67] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[28/67] Compiling Atomics AtomicInteger.swift
[29/67] Compiling Atomics AtomicOptionalWrappable.swift
[30/67] Compiling NIOConcurrencyHelpers NIOLock.swift
[31/67] Emitting module Logging
[32/67] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[33/67] Compiling _NIODataStructures Heap.swift
[34/67] Emitting module RealModule
[35/68] Compiling NIOConcurrencyHelpers lock.swift
[36/68] Emitting module _NIODataStructures
[37/68] Compiling Atomics IntegerOperations.swift
[38/68] Compiling Atomics Unmanaged extensions.swift
[45/68] Emitting module InternalCollectionsUtilities
[46/68] Compiling _NIODataStructures PriorityQueue.swift
[47/68] Compiling _NIODataStructures _TinyArray.swift
[48/69] Emitting module _NIOBase64
[49/69] Compiling _NIOBase64 Base64.swift
[57/71] Emitting module NIOConcurrencyHelpers
[61/119] Compiling AppwriteEnums ImageGravity.swift
[62/119] Compiling AppwriteEnums IndexType.swift
[63/119] Compiling AppwriteEnums MessagePriority.swift
[64/119] Compiling AppwriteEnums Adapter.swift
[65/119] Compiling AppwriteEnums AuthenticationFactor.swift
[66/119] Compiling AppwriteEnums AuthenticatorType.swift
[67/122] Emitting module JSONCodable
[68/122] Compiling JSONCodable Codable+JSON.swift
[70/138] Compiling AppwriteEnums PasswordHash.swift
[71/138] Compiling AppwriteEnums RelationMutate.swift
[72/138] Compiling AppwriteEnums RelationshipType.swift
[73/138] Compiling AppwriteEnums MessagingProviderType.swift
[74/138] Compiling AppwriteEnums Name.swift
[75/138] Compiling AppwriteEnums OAuthProvider.swift
[76/138] Compiling DequeModule Deque+CustomReflectable.swift
[77/138] Compiling DequeModule Deque+Descriptions.swift
[78/140] Compiling DequeModule _DequeBuffer.swift
[79/140] Compiling DequeModule _DequeBufferHeader.swift
[80/140] Compiling AppwriteEnums Runtime.swift
[81/140] Compiling AppwriteEnums SmtpEncryption.swift
[82/140] Compiling AppwriteEnums VCSDeploymentType.swift
[83/140] Compiling DequeModule Deque+Testing.swift
[84/140] Compiling DequeModule Deque._Storage.swift
[85/140] Compiling DequeModule Deque+Equatable.swift
[88/140] Compiling DequeModule _DequeSlot.swift
[89/140] Compiling DequeModule Deque+Codable.swift
[90/140] Compiling DequeModule Deque+Collection.swift
[92/214] Compiling Logging LogHandler.swift
[93/214] Compiling Logging Locks.swift
[94/214] Compiling Logging Logging.swift
[95/221] Compiling AppwriteModels ColumnLine.swift
[96/221] Compiling AppwriteModels ColumnList.swift
[97/221] Compiling AppwriteModels ColumnRelationship.swift
[98/221] Compiling AppwriteModels ColumnString.swift
[99/221] Compiling AppwriteModels ColumnPoint.swift
[100/221] Compiling AppwriteModels ColumnPolygon.swift
[101/221] Compiling AppwriteModels ColumnUrl.swift
[102/221] Compiling AppwriteModels Continent.swift
[108/250] Emitting module AppwriteEnums
[109/251] Compiling AppwriteModels AttributeRelationship.swift
[110/251] Compiling AppwriteModels AttributeString.swift
[111/251] Compiling AppwriteModels AttributeUrl.swift
[112/251] Compiling AppwriteModels Bucket.swift
[113/251] Compiling AppwriteModels BucketList.swift
[114/251] Compiling AppwriteModels Collection.swift
[116/251] Compiling AppwriteModels CountryList.swift
[117/251] Compiling AppwriteModels AttributeList.swift
[120/251] Compiling AppwriteModels ContinentList.swift
[124/251] Compiling AppwriteModels ColumnIndex.swift
[125/251] Compiling AppwriteModels ColumnIndexList.swift
[126/251] Emitting module DequeModule
[128/252] Compiling AppwriteModels AttributePoint.swift
[129/252] Compiling AppwriteModels AttributePolygon.swift
[131/252] Compiling Algorithms Trim.swift
[132/252] Compiling Algorithms Unique.swift
[133/252] Compiling Algorithms Windows.swift
[139/252] Compiling AppwriteModels Country.swift
[141/252] Emitting module Atomics
[145/253] Compiling AppwriteModels ColumnInteger.swift
[146/253] Compiling AppwriteModels ColumnIp.swift
[147/314] Compiling NIOCore AddressedEnvelope.swift
[148/314] Compiling NIOCore AsyncAwaitSupport.swift
[149/314] Compiling NIOCore AsyncChannel.swift
[150/314] Compiling NIOCore AsyncChannelHandler.swift
[151/314] Compiling NIOCore AsyncChannelInboundStream.swift
[152/314] Compiling NIOCore AsyncChannelOutboundWriter.swift
[153/314] Compiling NIOCore NIOAsyncSequenceProducer.swift
[154/314] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[155/314] Compiling NIOCore NIOAsyncWriter.swift
[156/314] Compiling NIOCore CircularBuffer.swift
[157/314] Compiling NIOCore Codec.swift
[158/314] Compiling NIOCore ConvenienceOptionSupport.swift
[159/314] Compiling NIOCore DeadChannel.swift
[160/314] Compiling NIOCore DispatchQueue+WithFuture.swift
[161/314] Compiling NIOCore EventLoop+Deprecated.swift
[162/329] Compiling AppwriteModels Preferences.swift
[163/329] Compiling AppwriteModels Provider.swift
[164/329] Compiling AppwriteModels ProviderList.swift
[165/329] Compiling AppwriteModels ResourceToken.swift
[166/329] Compiling AppwriteModels ResourceTokenList.swift
[167/329] Compiling AppwriteModels Row.swift
[168/329] Compiling AppwriteModels RowList.swift
[169/329] Compiling AppwriteModels Runtime.swift
[170/329] Compiling AppwriteModels RuntimeList.swift
[171/329] Compiling AppwriteModels Session.swift
[172/329] Compiling AppwriteModels SessionList.swift
[173/329] Compiling AppwriteModels Site.swift
[174/329] Compiling AppwriteModels SiteList.swift
[175/329] Compiling AppwriteModels Specification.swift
[176/329] Compiling AppwriteModels SpecificationList.swift
[177/329] Compiling AppwriteModels Function.swift
[178/329] Compiling AppwriteModels FunctionList.swift
[179/329] Compiling AppwriteModels Headers.swift
[180/329] Compiling AppwriteModels HealthAntivirus.swift
[181/329] Compiling AppwriteModels HealthCertificate.swift
[182/329] Compiling AppwriteModels HealthQueue.swift
[183/329] Compiling AppwriteModels HealthStatus.swift
[184/329] Compiling AppwriteModels HealthTime.swift
[185/329] Compiling AppwriteModels Identity.swift
[186/329] Compiling AppwriteModels IdentityList.swift
[187/329] Compiling AppwriteModels Index.swift
[188/329] Compiling AppwriteModels IndexList.swift
[189/329] Compiling AppwriteModels Jwt.swift
[190/329] Compiling AppwriteModels Language.swift
[191/329] Compiling AppwriteModels LanguageList.swift
[192/329] Compiling AppwriteModels Locale.swift
[193/329] Compiling AppwriteModels LocaleCode.swift
[194/329] Compiling AppwriteModels LocaleCodeList.swift
[195/329] Compiling AppwriteModels Log.swift
[196/329] Compiling AppwriteModels LogList.swift
[197/329] Compiling AppwriteModels Membership.swift
[198/329] Compiling AppwriteModels MembershipList.swift
[199/329] Compiling AppwriteModels Message.swift
[200/329] Compiling AppwriteModels MessageList.swift
[201/329] Compiling AppwriteModels MfaChallenge.swift
[202/329] Compiling AppwriteModels MfaFactors.swift
[203/329] Compiling AppwriteModels MfaRecoveryCodes.swift
[204/329] Compiling AppwriteModels MfaType.swift
[205/329] Compiling AppwriteModels Phone.swift
[206/329] Compiling AppwriteModels PhoneList.swift
[207/329] Compiling NIOCore FileDescriptor.swift
[208/329] Compiling NIOCore FileHandle.swift
[209/329] Compiling NIOCore FileRegion.swift
[210/329] Compiling NIOCore GlobalSingletons.swift
[211/329] Compiling NIOCore IO.swift
[212/329] Compiling NIOCore ByteBuffer-multi-int.swift
[213/329] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[214/329] Compiling NIOCore ByteBuffer-views.swift
[215/329] Compiling NIOCore Channel.swift
[216/329] Compiling NIOCore ChannelHandler.swift
[217/329] Compiling NIOCore ChannelHandlers.swift
[218/329] Compiling NIOCore ChannelInvoker.swift
[219/329] Compiling NIOCore ChannelOption.swift
[220/329] Compiling NIOCore ChannelPipeline.swift
[221/329] Compiling NIOCore NIOAny.swift
[222/329] Compiling NIOCore NIOCloseOnErrorHandler.swift
[223/329] Compiling NIOCore NIOCoreSendableMetatype.swift
[224/329] Compiling NIOCore NIOLoopBound.swift
[225/329] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[226/329] Compiling NIOCore NIOScheduledCallback.swift
[227/329] Compiling NIOCore NIOSendable.swift
[228/329] Compiling NIOCore RecvByteBufferAllocator.swift
[229/329] Compiling NIOCore IOData.swift
[230/329] Compiling NIOCore IPProtocol.swift
[231/329] Compiling NIOCore IntegerBitPacking.swift
[232/329] Compiling NIOCore IntegerTypes.swift
[233/329] Compiling NIOCore Interfaces.swift
[234/329] Compiling NIOCore Linux.swift
[235/329] Compiling NIOCore MarkedCircularBuffer.swift
[236/329] Compiling NIOCore MulticastChannel.swift
[237/329] Emitting module AppwriteModels
[238/329] Compiling NIOCore EventLoop+SerialExecutor.swift
[239/329] Compiling NIOCore EventLoop.swift
[240/329] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[241/329] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[242/329] Compiling NIOCore BSDSocketAPI.swift
[243/329] Compiling NIOCore ByteBuffer-aux.swift
[244/329] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[245/329] Compiling NIOCore ByteBuffer-conversions.swift
[246/329] Compiling NIOCore ByteBuffer-core.swift
[247/329] Compiling NIOCore ByteBuffer-hex.swift
[248/329] Compiling NIOCore ByteBuffer-int.swift
[249/329] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[250/329] Compiling NIOCore EventLoopFuture+Deprecated.swift
[251/329] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[252/329] Compiling NIOCore EventLoopFuture.swift
[261/337] Emitting module Algorithms
[263/338] Compiling AppwriteModels Subscriber.swift
[264/338] Compiling AppwriteModels SubscriberList.swift
[265/338] Compiling AppwriteModels Table.swift
[266/338] Compiling AppwriteModels TableList.swift
[267/338] Compiling AppwriteModels Target.swift
[268/338] Compiling AppwriteModels TargetList.swift
[269/338] Compiling AppwriteModels Team.swift
[270/338] Compiling AppwriteModels TeamList.swift
[271/338] Compiling AppwriteModels Token.swift
[272/338] Compiling AppwriteModels Topic.swift
[273/338] Compiling AppwriteModels TopicList.swift
[274/338] Compiling AppwriteModels User.swift
[275/338] Compiling AppwriteModels UserList.swift
[276/338] Compiling AppwriteModels Variable.swift
[277/338] Compiling AppwriteModels VariableList.swift
[295/339] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[296/339] Compiling NIOCore SocketAddresses.swift
[297/339] Compiling NIOCore SocketOptionProvider.swift
[298/339] Compiling NIOCore SystemCallHelpers.swift
[299/339] Compiling NIOCore TimeAmount+Duration.swift
[300/339] Compiling NIOCore TypeAssistedChannelHandler.swift
[301/339] Compiling NIOCore UniversalBootstrapSupport.swift
[302/339] Compiling NIOCore Utilities.swift
[339/339] Emitting module NIOCore
[341/392] Emitting module NIOEmbedded
[342/392] Compiling NIOEmbedded AsyncTestingChannel.swift
[343/392] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[344/392] Compiling NIOEmbedded Embedded.swift
[346/393] Compiling NIOPosix Pool.swift
[347/393] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[348/393] Compiling NIOPosix PosixSingletons.swift
[349/393] Compiling NIOPosix RawSocketBootstrap.swift
[350/393] Compiling NIOPosix Resolver.swift
[351/393] Compiling NIOPosix Selectable.swift
[352/393] Compiling NIOPosix SelectableChannel.swift
[353/393] Compiling NIOPosix SelectableEventLoop.swift
[354/393] Compiling NIOPosix SelectorEpoll.swift
[355/393] Compiling NIOPosix SelectorGeneric.swift
[356/393] Compiling NIOPosix SelectorKqueue.swift
[357/393] Compiling NIOPosix SelectorUring.swift
[358/393] Compiling NIOPosix ServerSocket.swift
[359/399] Compiling NIOPosix Socket.swift
[360/399] Compiling NIOPosix SocketChannel.swift
[361/399] Compiling NIOPosix SocketProtocols.swift
[362/399] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[363/399] Compiling NIOPosix System.swift
[364/399] Compiling NIOPosix Thread.swift
[365/399] Compiling NIOPosix ThreadPosix.swift
[366/399] Compiling NIOPosix ThreadWindows.swift
[367/399] Compiling NIOPosix UnsafeTransfer.swift
[368/399] Compiling NIOPosix Utilities.swift
[369/399] Compiling NIOPosix VsockAddress.swift
[370/399] Compiling NIOPosix VsockChannelEvents.swift
[371/399] Emitting module NIOPosix
[372/399] Compiling NIOPosix IO.swift
[373/399] Compiling NIOPosix IntegerBitPacking.swift
[374/399] Compiling NIOPosix IntegerTypes.swift
[375/399] Compiling NIOPosix Linux.swift
[376/399] Compiling NIOPosix LinuxCPUSet.swift
[377/399] Compiling NIOPosix LinuxUring.swift
[378/399] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[379/399] Compiling NIOPosix NIOPosixSendableMetatype.swift
[380/399] Compiling NIOPosix NIOThreadPool.swift
[381/399] Compiling NIOPosix NonBlockingFileIO.swift
[382/399] Compiling NIOPosix PendingDatagramWritesManager.swift
[383/399] Compiling NIOPosix PendingWritesManager.swift
[384/399] Compiling NIOPosix PipeChannel.swift
[385/399] Compiling NIOPosix PipePair.swift
[386/399] Compiling NIOPosix BSDSocketAPICommon.swift
[387/399] Compiling NIOPosix BSDSocketAPIPosix.swift
[388/399] Compiling NIOPosix BSDSocketAPIWindows.swift
[389/399] Compiling NIOPosix BaseSocket.swift
[390/399] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[391/399] Compiling NIOPosix BaseSocketChannel.swift
[392/399] Compiling NIOPosix BaseStreamSocketChannel.swift
[393/399] Compiling NIOPosix Bootstrap.swift
[394/399] Compiling NIOPosix ControlMessage.swift
[395/399] Compiling NIOPosix DatagramVectorReadManager.swift
[396/399] Compiling NIOPosix Errors+Any.swift
[397/399] Compiling NIOPosix FileDescriptor.swift
[398/399] Compiling NIOPosix GetaddrinfoResolver.swift
[399/399] Compiling NIOPosix HappyEyeballs.swift
[401/402] Emitting module NIO
[402/402] Compiling NIO Exports.swift
[404/442] Compiling NIOTLS TLSEvents.swift
[405/442] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[406/442] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[407/442] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[408/442] Emitting module NIOTLS
[409/442] Compiling NIOSOCKS SOCKSResponse.swift
[410/442] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[411/443] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[412/443] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[413/443] Compiling NIOSOCKS ClientStateMachine.swift
[414/443] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[415/443] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[416/445] Compiling NIOHTTP1 ByteCollectionUtils.swift
[417/445] Compiling NIOHTTP1 HTTPDecoder.swift
[418/445] Compiling NIOTLS SNIHandler.swift
[419/445] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[421/446] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[422/446] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[423/446] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[424/446] Emitting module NIOSOCKS
[425/446] Compiling NIOHTTP1 HTTPEncoder.swift
[427/446] Compiling NIOSOCKS ServerStateMachine.swift
[430/447] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[431/447] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[432/448] Emitting module NIOFoundationCompat
[433/448] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[434/477] Compiling NIOSSL SafeCompare.swift
[435/477] Compiling NIOSSL SSLPrivateKey.swift
[436/477] Compiling NIOSSL ObjectIdentifier.swift
[437/477] Compiling NIOSSL PosixPort.swift
[439/477] Compiling NIOSSL NIOSSLSecureBytes.swift
[440/477] Compiling NIOSSL RNG.swift
[441/477] Compiling NIOSSL SSLCallbacks.swift
[442/477] Compiling NIOSSL SubjectAlternativeName.swift
[443/477] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[444/477] Compiling NIOSSL AndroidCABundle.swift
[445/499] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[446/499] Compiling NIOTransportServices NIOTSErrors.swift
[447/499] Compiling NIOTransportServices NIOTSEventLoop.swift
[448/501] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[449/501] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[450/501] Compiling NIOTransportServices NIOTSListenerChannel.swift
[451/501] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[452/501] Compiling NIOTransportServices NIOTSSingletons.swift
[453/501] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[454/501] Compiling NIOTransportServices NIOTSBootstraps.swift
[455/501] Compiling NIOTransportServices NIOTSChannelOptions.swift
[456/501] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[457/501] Compiling NIOTransportServices StateManagedChannel.swift
[458/501] Compiling NIOTransportServices StateManagedListenerChannel.swift
[459/501] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[460/501] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[461/501] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[462/501] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[463/501] Emitting module NIOHTTP1
[464/502] Compiling NIOTransportServices AcceptHandler.swift
[465/502] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[466/502] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[467/502] Emitting module NIOTransportServices
[471/502] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[472/502] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[475/513] Emitting module NIOSSL
[484/535] Compiling NIOHPACK HPACKEncoder.swift
[485/535] Compiling NIOHPACK HPACKErrors.swift
[488/535] Compiling NIOHPACK HPACKHeader.swift
[489/535] Compiling NIOHPACK HeaderTables.swift
[490/535] Compiling NIOHPACK DynamicHeaderTable.swift
[491/535] Compiling NIOHPACK HPACKDecoder.swift
[492/535] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[493/535] Compiling NIOWebSocket WebSocketOpcode.swift
[494/536] Compiling NIOHPACK HuffmanTables.swift
[495/537] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[496/537] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[505/537] Compiling NIOSSL SSLContext.swift
[506/537] Compiling NIOSSL SSLErrors.swift
[507/537] Compiling NIOSSL SSLInit.swift
[508/537] Compiling NIOSSL SSLPKCS12Bundle.swift
[512/537] Compiling NIOSSL SSLConnection.swift
[513/537] Compiling NIOHPACK IntegerCoding.swift
[514/537] Compiling NIOHPACK IndexedHeaderTable.swift
[515/537] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[516/537] Compiling NIOWebSocket WebSocketFrame.swift
[517/537] Compiling NIOWebSocket WebSocketErrorCodes.swift
[518/537] Compiling NIOHPACK StaticHeaderTable.swift
[519/537] Emitting module NIOWebSocket
[520/537] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[521/537] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[522/537] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[523/538] Compiling NIOHTTPCompression HTTPCompression.swift
[524/538] Compiling NIOHTTPCompression HTTPDecompression.swift
[525/538] Emitting module NIOHTTPCompression
[526/539] Compiling NIOHPACK HuffmanCoding.swift
[529/539] Emitting module NIOHPACK
[537/540] Compiling NIOSSL Zeroization.swift
[538/540] Compiling NIOSSL TLSConfiguration.swift
[539/540] Compiling NIOSSL UniversalBootstrapSupport.swift
[540/540] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[542/601] Compiling NIOHTTP2 MaySendFrames.swift
[543/601] Compiling NIOHTTP2 SendingDataState.swift
[544/601] Compiling NIOHTTP2 SendingGoawayState.swift
[545/601] Compiling NIOHTTP2 SendingHeadersState.swift
[546/601] Compiling NIOHTTP2 SendingPushPromiseState.swift
[547/601] Compiling NIOHTTP2 SendingRstStreamState.swift
[548/601] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[549/601] Compiling NIOHTTP2 HTTP2SettingsState.swift
[550/601] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[551/601] Compiling NIOHTTP2 HasFlowControlWindows.swift
[552/601] Compiling NIOHTTP2 HasLocalSettings.swift
[553/601] Compiling NIOHTTP2 HasRemoteSettings.swift
[554/601] Compiling NIOHTTP2 LocallyQuiescingState.swift
[555/601] Compiling NIOHTTP2 QuiescingState.swift
[556/601] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[557/601] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[558/601] Compiling NIOHTTP2 StateMachineResult.swift
[559/601] Compiling NIOHTTP2 ContentLengthVerifier.swift
[560/609] Emitting module NIOHTTP2
[561/609] Compiling NIOHTTP2 ConnectionStateMachine.swift
[562/609] Compiling NIOHTTP2 ConnectionStreamsState.swift
[563/609] Compiling NIOHTTP2 MayReceiveFrames.swift
[564/609] Compiling NIOHTTP2 ReceivingDataState.swift
[565/609] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[566/609] Compiling NIOHTTP2 ReceivingHeadersState.swift
[567/609] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[568/609] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[569/609] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[570/609] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[571/609] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[572/609] Compiling NIOHTTP2 HTTP2StreamID.swift
[573/609] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[574/609] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[575/609] Compiling NIOHTTP2 HTTP2UserEvents.swift
[576/609] Compiling NIOHTTP2 InboundEventBuffer.swift
[577/609] Compiling NIOHTTP2 InboundWindowManager.swift
[578/609] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[579/609] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[580/609] Compiling NIOHTTP2 StreamChannelFlowController.swift
[581/609] Compiling NIOHTTP2 StreamChannelList.swift
[582/609] Compiling NIOHTTP2 StreamMap.swift
[583/609] Compiling NIOHTTP2 StreamStateMachine.swift
[584/609] Compiling NIOHTTP2 UnsafeTransfer.swift
[585/609] Compiling NIOHTTP2 WatermarkedFlowController.swift
[586/609] Compiling NIOHTTP2 DOSHeuristics.swift
[587/609] Compiling NIOHTTP2 Error+Any.swift
[588/609] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[589/609] Compiling NIOHTTP2 ControlFrameBuffer.swift
[590/609] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[591/609] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[592/609] Compiling NIOHTTP2 GlitchesMonitor.swift
[593/609] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[594/609] Compiling NIOHTTP2 HTTP2Frame.swift
[595/609] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[596/609] Compiling NIOHTTP2 HTTP2FrameParser.swift
[597/609] Compiling NIOHTTP2 HTTP2PingData.swift
[598/609] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[599/609] Compiling NIOHTTP2 HTTP2Settings.swift
[600/609] Compiling NIOHTTP2 HTTP2Stream.swift
[601/609] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[602/609] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[603/609] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[604/609] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[605/609] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[606/609] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[607/609] Compiling NIOHTTP2 HTTP2Error.swift
[608/609] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[609/609] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[611/670] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[612/670] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[613/670] Compiling AsyncHTTPClient AsyncLazySequence.swift
[614/670] Compiling AsyncHTTPClient HTTPClient+execute.swift
[615/670] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[616/670] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[617/670] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[618/670] Compiling AsyncHTTPClient HTTPClientRequest.swift
[619/670] Compiling AsyncHTTPClient HTTPClientResponse.swift
[620/678] Emitting module AsyncHTTPClient
[621/678] Compiling AsyncHTTPClient ConnectionTarget.swift
[622/678] Compiling AsyncHTTPClient DeconstructedURL.swift
[623/678] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[624/678] Compiling AsyncHTTPClient FoundationExtensions.swift
[625/678] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[626/678] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[627/678] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[628/678] Compiling AsyncHTTPClient HTTPClient.swift
[629/678] Compiling AsyncHTTPClient HTTPHandler.swift
[630/678] Compiling AsyncHTTPClient LRUCache.swift
[631/678] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[632/678] Compiling AsyncHTTPClient NWErrorHandler.swift
[633/678] Compiling AsyncHTTPClient NWWaitingHandler.swift
[634/678] Compiling AsyncHTTPClient TLSConfiguration.swift
[635/678] Compiling AsyncHTTPClient RedirectState.swift
[636/678] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[637/678] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[638/678] Compiling AsyncHTTPClient TLSEventsHandler.swift
[639/678] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[640/678] Compiling AsyncHTTPClient HTTP1Connection.swift
[641/678] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[642/678] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[643/678] Compiling AsyncHTTPClient HTTP2Connection.swift
[644/678] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[645/678] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[646/678] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[647/678] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[648/678] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[649/678] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[650/678] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[651/678] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[652/678] Compiling AsyncHTTPClient RequestBodyLength.swift
[653/678] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[654/678] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[655/678] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[656/678] Compiling AsyncHTTPClient Transaction.swift
[657/678] Compiling AsyncHTTPClient Base64.swift
[658/678] Compiling AsyncHTTPClient BasicAuth.swift
[659/678] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[660/678] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[661/678] Compiling AsyncHTTPClient ConnectionPool.swift
[662/678] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[663/678] Compiling AsyncHTTPClient RequestOptions.swift
[664/678] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[665/678] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[666/678] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[667/678] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[668/678] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[669/678] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[670/678] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[671/678] Compiling AsyncHTTPClient RequestBag.swift
[672/678] Compiling AsyncHTTPClient RequestValidation.swift
[673/678] Compiling AsyncHTTPClient SSLContextCache.swift
[674/678] Compiling AsyncHTTPClient Scheme.swift
[675/678] Compiling AsyncHTTPClient Singleton.swift
[676/678] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[677/678] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[678/678] Compiling AsyncHTTPClient Utils.swift
[680/716] Compiling Appwrite CwlSysCtl.swift
[681/716] Compiling Appwrite MacOSDeviceInfo.swift
[682/716] Compiling Appwrite WKInterfaceDevice+ModelName.swift
[683/716] Compiling Appwrite WatchOSDeviceInfo.swift
[684/716] Compiling Appwrite Cookie+Codable.swift
[685/721] Compiling Appwrite HTTPClientRequest+Cookies.swift
[686/721] Compiling Appwrite String+MimeTypes.swift
[687/721] Compiling Appwrite ID.swift
[688/721] Compiling Appwrite AppwriteError.swift
[689/721] Compiling Appwrite InputFile.swift
[690/721] Emitting module Appwrite
[691/721] Compiling Appwrite Client.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:692:5: error: missing return in static method expected to return 'String'
690 |         return "windows"
691 |         #endif
692 |     }
    |     `- error: missing return in static method expected to return 'String'
693 |
694 |     private static func getDevice() -> String {
[692/721] Compiling Appwrite LinuxDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:692:5: error: missing return in static method expected to return 'String'
690 |         return "windows"
691 |         #endif
692 |     }
    |     `- error: missing return in static method expected to return 'String'
693 |
694 |     private static func getDevice() -> String {
[693/721] Compiling Appwrite OSDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:692:5: error: missing return in static method expected to return 'String'
690 |         return "windows"
691 |         #endif
692 |     }
    |     `- error: missing return in static method expected to return 'String'
693 |
694 |     private static func getDevice() -> String {
[694/721] Compiling Appwrite WindowsDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:692:5: error: missing return in static method expected to return 'String'
690 |         return "windows"
691 |         #endif
692 |     }
    |     `- error: missing return in static method expected to return 'String'
693 |
694 |     private static func getDevice() -> String {
[695/721] Compiling Appwrite IOSDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:692:5: error: missing return in static method expected to return 'String'
690 |         return "windows"
691 |         #endif
692 |     }
    |     `- error: missing return in static method expected to return 'String'
693 |
694 |     private static func getDevice() -> String {
[696/721] Compiling Appwrite UIDevice+ModelName.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:692:5: error: missing return in static method expected to return 'String'
690 |         return "windows"
691 |         #endif
692 |     }
    |     `- error: missing return in static method expected to return 'String'
693 |
694 |     private static func getDevice() -> String {
[697/721] Compiling Appwrite UploadProgress.swift
/host/spi-builder-workspace/Sources/Appwrite/PackageInfo/OSPackageInfo.swift:13:5: error: missing return in static method expected to return 'PackageInfo'
11 |         return PackageInfo.getWindowsPackage()
12 |         #endif
13 |     }
   |     `- error: missing return in static method expected to return 'PackageInfo'
14 | }
15 |
[698/721] Compiling Appwrite PackageInfo+Apple.swift
/host/spi-builder-workspace/Sources/Appwrite/PackageInfo/OSPackageInfo.swift:13:5: error: missing return in static method expected to return 'PackageInfo'
11 |         return PackageInfo.getWindowsPackage()
12 |         #endif
13 |     }
   |     `- error: missing return in static method expected to return 'PackageInfo'
14 | }
15 |
[699/721] Compiling Appwrite PackageInfo+Linux.swift
/host/spi-builder-workspace/Sources/Appwrite/PackageInfo/OSPackageInfo.swift:13:5: error: missing return in static method expected to return 'PackageInfo'
11 |         return PackageInfo.getWindowsPackage()
12 |         #endif
13 |     }
   |     `- error: missing return in static method expected to return 'PackageInfo'
14 | }
15 |
[700/721] Compiling Appwrite OSPackageInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/PackageInfo/OSPackageInfo.swift:13:5: error: missing return in static method expected to return 'PackageInfo'
11 |         return PackageInfo.getWindowsPackage()
12 |         #endif
13 |     }
   |     `- error: missing return in static method expected to return 'PackageInfo'
14 | }
15 |
[701/721] Compiling Appwrite PackageInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/PackageInfo/OSPackageInfo.swift:13:5: error: missing return in static method expected to return 'PackageInfo'
11 |         return PackageInfo.getWindowsPackage()
12 |         #endif
13 |     }
   |     `- error: missing return in static method expected to return 'PackageInfo'
14 | }
15 |
[702/721] Compiling Appwrite Locale.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 691 |         ]
 692 |
 693 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 694 |
 695 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 |         ]
468 |
469 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 |         ]
539 |
540 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 |         ]
575 |
576 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 |         return try await client.call(
[703/721] Compiling Appwrite Messaging.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 691 |         ]
 692 |
 693 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 694 |
 695 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 |         ]
468 |
469 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 |         ]
539 |
540 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 |         ]
575 |
576 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 |         return try await client.call(
[704/721] Compiling Appwrite Service.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 691 |         ]
 692 |
 693 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 694 |
 695 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 |         ]
468 |
469 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 |         ]
539 |
540 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 |         ]
575 |
576 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 |         return try await client.call(
[705/721] Compiling Appwrite Sites.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 691 |         ]
 692 |
 693 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 694 |
 695 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 |         ]
468 |
469 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 |         ]
539 |
540 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 |         ]
575 |
576 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 |         return try await client.call(
[706/721] Compiling Appwrite Storage.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 691 |         ]
 692 |
 693 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 694 |
 695 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 |         ]
468 |
469 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 |         ]
539 |
540 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 |         ]
575 |
576 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 |         return try await client.call(
[707/721] Compiling Appwrite Avatars.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 46 |         ]
 47 |
 48 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 49 |
 50 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 91 |         ]
 92 |
 93 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 94 |
 95 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 |         ]
123 |
124 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 |         ]
169 |
170 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 |         ]
213 |
214 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 |         ]
265 |
266 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 |         ]
304 |
305 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 700 |         ]
 701 |
 702 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 703 |
 704 |         return try await client.call(
[708/721] Compiling Appwrite Databases.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 46 |         ]
 47 |
 48 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 49 |
 50 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 91 |         ]
 92 |
 93 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 94 |
 95 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 |         ]
123 |
124 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 |         ]
169 |
170 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 |         ]
213 |
214 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 |         ]
265 |
266 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 |         ]
304 |
305 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 700 |         ]
 701 |
 702 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 703 |
 704 |         return try await client.call(
[709/721] Compiling Appwrite Functions.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 46 |         ]
 47 |
 48 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 49 |
 50 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 91 |         ]
 92 |
 93 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 94 |
 95 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 |         ]
123 |
124 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 |         ]
169 |
170 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 |         ]
213 |
214 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 |         ]
265 |
266 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 |         ]
304 |
305 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 700 |         ]
 701 |
 702 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 703 |
 704 |         return try await client.call(
[710/721] Compiling Appwrite Graphql.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 46 |         ]
 47 |
 48 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 49 |
 50 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 91 |         ]
 92 |
 93 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 94 |
 95 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 |         ]
123 |
124 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 |         ]
169 |
170 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 |         ]
213 |
214 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 |         ]
265 |
266 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 |         ]
304 |
305 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 700 |         ]
 701 |
 702 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 703 |
 704 |         return try await client.call(
[711/721] Compiling Appwrite Health.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 46 |         ]
 47 |
 48 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 49 |
 50 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 91 |         ]
 92 |
 93 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 94 |
 95 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 |         ]
123 |
124 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 |         ]
169 |
170 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 |         ]
213 |
214 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 |         ]
265 |
266 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 |         ]
304 |
305 |         let apiHeaders: [String: String] = [:]
    |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 |         return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 700 |         ]
 701 |
 702 |         let apiHeaders: [String: String] = [:]
     |             `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
 703 |
 704 |         return try await client.call(
[712/721] Compiling Appwrite PackageInfo+Windows.swift
[713/721] Compiling Appwrite Permission.swift
[714/721] Compiling Appwrite Query.swift
[715/721] Compiling Appwrite Role.swift
[716/721] Compiling Appwrite Account.swift
[717/721] Compiling Appwrite TablesDb.swift
[718/721] Compiling Appwrite Teams.swift
[719/721] Compiling Appwrite Tokens.swift
[720/721] Compiling Appwrite Users.swift
[721/721] Compiling Appwrite StreamingDelegate.swift
BUILD FAILURE 6.1 android