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

Successful build of Appwrite, reference main (52a3a6), with Swift 6.1 for Linux on 4 Jun 2025 09:41:53 UTC.

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/appwrite/sdk-for-apple.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-apple
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 52a3a6f Merge pull request #80 from appwrite/dev
Cloned https://github.com/appwrite/sdk-for-apple.git
Revision (git rev-parse @):
52a3a6fae3e75d85fd9a8398c6dcaf55c6759e55
SUCCESS checkout https://github.com/appwrite/sdk-for-apple.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/appwrite/sdk-for-apple.git
https://github.com/appwrite/sdk-for-apple.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",
        "Continent.swift",
        "ContinentList.swift",
        "Country.swift",
        "CountryList.swift",
        "Currency.swift",
        "CurrencyList.swift",
        "Document.swift",
        "DocumentList.swift",
        "Execution.swift",
        "ExecutionList.swift",
        "File.swift",
        "FileList.swift",
        "Headers.swift",
        "Identity.swift",
        "IdentityList.swift",
        "Jwt.swift",
        "Language.swift",
        "LanguageList.swift",
        "Locale.swift",
        "LocaleCode.swift",
        "LocaleCodeList.swift",
        "Log.swift",
        "LogList.swift",
        "Membership.swift",
        "MembershipList.swift",
        "MfaChallenge.swift",
        "MfaFactors.swift",
        "MfaRecoveryCodes.swift",
        "MfaType.swift",
        "Phone.swift",
        "PhoneList.swift",
        "Preferences.swift",
        "Session.swift",
        "SessionList.swift",
        "Subscriber.swift",
        "Target.swift",
        "Team.swift",
        "TeamList.swift",
        "Token.swift",
        "User.swift"
      ],
      "target_dependencies" : [
        "JSONCodable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppwriteEnums",
      "module_type" : "SwiftTarget",
      "name" : "AppwriteEnums",
      "path" : "Sources/AppwriteEnums",
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "AuthenticationFactor.swift",
        "AuthenticatorType.swift",
        "Browser.swift",
        "CreditCard.swift",
        "ExecutionMethod.swift",
        "Flag.swift",
        "ImageFormat.swift",
        "ImageGravity.swift",
        "OAuthProvider.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/RealtimeModels.swift",
        "Models/UploadProgress.swift",
        "OAuth/View+OAuth.swift",
        "OAuth/WebAuthComponent.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/Locale.swift",
        "Services/Messaging.swift",
        "Services/Realtime.swift",
        "Services/Service.swift",
        "Services/Storage.swift",
        "Services/Teams.swift",
        "StreamingDelegate.swift",
        "WebSockets/HTTPHandler.swift",
        "WebSockets/MessageHandler.swift",
        "WebSockets/WebSocketClient.swift",
        "WebSockets/WebSocketClientDelegate.swift",
        "WebSockets/WebSocketClientError.swift"
      ],
      "target_dependencies" : [
        "AppwriteModels",
        "AppwriteEnums",
        "JSONCodable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/async-http-client.git
[1/14014] Fetching async-http-client
[1823/90161] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.65s)
[26652/76147] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.02s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (9.10s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[1789/17486] Fetching swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.67s)
Fetching https://github.com/apple/swift-nio-ssl.git
[2652/11527] Fetching swift-nio-http2
[11528/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.09s)
[5641/14843] Fetching swift-nio-ssl
[10243/18679] Fetching swift-nio-ssl, swift-log
[11428/24602] Fetching swift-nio-ssl, swift-log, swift-nio-extras
[12513/27269] Fetching swift-nio-ssl, swift-log, swift-nio-extras, swift-nio-transport-services
[18989/29031] Fetching swift-nio-ssl, swift-log, swift-nio-extras, swift-nio-transport-services, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.14s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.14s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.14s)
[15391/18679] Fetching swift-nio-ssl, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.15s)
[11726/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.66s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (5.29s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.96s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.05s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.42s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.79s)
Fetched https://github.com/apple/swift-collections.git from cache (1.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.86s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.91s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.65s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.98s)
Fetching https://github.com/apple/swift-http-types.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-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1590] Fetching swift-asn1
[65/2731] Fetching swift-asn1, swift-http-structured-headers
[375/3635] Fetching swift-asn1, swift-http-structured-headers, swift-http-types
[807/6061] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle
[1454/11046] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-async-algorithms
[2583/17201] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.81s)
[10169/16060] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.86s)
[11206/14470] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.03s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.04s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.17s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.19s)
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.10s)
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.00s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.03s)
Fetching https://github.com/apple/swift-crypto.git
[1/14643] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.88s)
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.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.86s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.01s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.13s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.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.24.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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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.3
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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.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.36.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.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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.31.0
Building for debugging...
[0/445] Write sources
[22/445] Compiling CNIOWindows shim.c
[23/445] Compiling CNIOWASI CNIOWASI.c
[24/445] Compiling CNIOWindows WSAStartup.c
[25/445] Compiling _NumericsShims _NumericsShims.c
[26/445] Compiling _AtomicsShims.c
[27/445] Compiling CNIOLinux liburing_shims.c
[28/445] Compiling CNIOLLHTTP c_nio_http.c
[29/445] Compiling CNIOExtrasZlib empty.c
[30/445] Compiling CNIOSHA1 c_nio_sha1.c
[31/445] Compiling CNIODarwin shim.c
[32/445] Compiling fiat_p256_adx_mul.S
[33/445] Compiling CNIOLinux shim.c
[34/445] Compiling fiat_p256_adx_sqr.S
[35/445] Compiling fiat_curve25519_adx_square.S
[36/445] Compiling CNIOLLHTTP c_nio_api.c
[37/445] Compiling fiat_curve25519_adx_mul.S
[38/445] Write swift-version-24593BA9C3E375BF.txt
[39/445] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/445] Compiling CNIOBoringSSLShims shims.c
[41/451] Compiling tls_record.cc
[42/451] Compiling tls_method.cc
[43/451] Compiling tls13_both.cc
[44/451] Compiling tls13_server.cc
[45/451] Compiling tls13_client.cc
[46/451] Compiling tls13_enc.cc
[47/482] Compiling t1_enc.cc
[49/482] Emitting module _NIOBase64
[50/482] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/482] Compiling _NIOBase64 Base64.swift
[52/484] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[53/484] Compiling InternalCollectionsUtilities Integer rank.swift
[54/484] Emitting module RealModule
[55/485] Emitting module InternalCollectionsUtilities
[58/485] Compiling RealModule ElementaryFunctions.swift
[59/485] Compiling RealModule Real.swift
[60/485] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/485] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/485] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[63/485] Compiling InternalCollectionsUtilities Debugging.swift
[64/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[65/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[66/485] Compiling RealModule Float80+Real.swift
[67/485] Compiling InternalCollectionsUtilities Descriptions.swift
[68/485] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/485] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/485] Compiling InternalCollectionsUtilities UInt+reversed.swift
[71/485] Compiling RealModule Float16+Real.swift
[74/485] Compiling RealModule Float+Real.swift
[74/485] Compiling ssl_x509.cc
[76/485] Compiling _NIODataStructures PriorityQueue.swift
[77/485] Compiling _NIODataStructures _TinyArray.swift
[79/485] Compiling RealModule RealFunctions.swift
[81/486] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/487] Compiling Logging MetadataProvider.swift
[84/487] Emitting module Logging
[85/487] Compiling Logging LogHandler.swift
[86/487] Compiling Logging Logging.swift
[87/487] Compiling Logging Locks.swift
[88/487] Emitting module _NIODataStructures
[89/488] Compiling _NIODataStructures Heap.swift
[91/504] Compiling ssl_versions.cc
[93/504] Compiling DequeModule _DequeBuffer.swift
[94/504] Compiling DequeModule _DequeBufferHeader.swift
[95/506] Compiling DequeModule Deque+Equatable.swift
[96/506] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/506] Compiling DequeModule Deque+CustomReflectable.swift
[98/506] Compiling DequeModule Deque+Descriptions.swift
[99/506] Compiling DequeModule Deque+Extras.swift
[100/506] Compiling DequeModule Deque+Hashable.swift
[100/506] Compiling ssl_stat.cc
[101/506] Compiling ssl_transcript.cc
[103/506] Compiling DequeModule _DequeSlot.swift
[104/506] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/506] Compiling DequeModule Deque+Testing.swift
[106/506] Compiling DequeModule Deque._Storage.swift
[107/506] Compiling DequeModule Deque._UnsafeHandle.swift
[108/506] Compiling DequeModule Deque.swift
[109/506] Compiling DequeModule Deque+Codable.swift
[110/506] Compiling DequeModule Deque+Collection.swift
[111/506] Emitting module JSONCodable
[112/506] Compiling JSONCodable Codable+JSON.swift
[112/507] Compiling ssl_privkey.cc
[114/507] Compiling ssl_session.cc
[116/507] Emitting module DequeModule
[117/508] Compiling ssl_key_share.cc
[118/508] Compiling ssl_lib.cc
[119/508] Compiling ssl_file.cc
[120/508] Compiling ssl_credential.cc
[121/508] Compiling ssl_buffer.cc
[122/508] Compiling ssl_cipher.cc
[123/508] Compiling ssl_cert.cc
[124/508] Compiling ssl_asn1.cc
[125/508] Compiling ssl_aead_ctx.cc
[126/508] Compiling s3_pkt.cc
[127/508] Compiling s3_lib.cc
[128/508] Compiling s3_both.cc
[129/508] Compiling handshake_server.cc
[130/508] Compiling handshake_client.cc
[131/508] Compiling handshake.cc
[132/508] Compiling handoff.cc
[133/508] Compiling encrypted_client_hello.cc
[134/508] Compiling extensions.cc
[135/508] Compiling dtls_record.cc
[136/508] Compiling dtls_method.cc
[137/508] Compiling md5-x86_64-linux.S
[138/508] Compiling md5-x86_64-apple.S
[139/508] Compiling md5-586-linux.S
[140/508] Compiling md5-586-apple.S
[141/508] Compiling chacha20_poly1305_x86_64-apple.S
[142/508] Compiling chacha20_poly1305_x86_64-linux.S
[143/508] Compiling chacha20_poly1305_armv8-win.S
[144/508] Compiling chacha20_poly1305_armv8-linux.S
[145/508] Compiling chacha20_poly1305_armv8-apple.S
[146/508] Compiling chacha-x86_64-linux.S
[147/508] Compiling err_data.cc
[148/508] Compiling chacha-x86_64-apple.S
[149/508] Compiling chacha-x86-linux.S
[150/508] Compiling chacha-x86-apple.S
[151/508] Compiling chacha-armv8-win.S
[152/508] Compiling chacha-armv8-linux.S
[153/508] Compiling chacha-armv8-apple.S
[154/508] Compiling d1_srtp.cc
[155/508] Compiling chacha-armv4-linux.S
[156/508] Compiling aes128gcmsiv-x86_64-apple.S
[157/508] Compiling d1_pkt.cc
[158/508] Compiling aes128gcmsiv-x86_64-linux.S
[159/508] Compiling bio_ssl.cc
[160/508] Compiling x86_64-mont5-linux.S
[161/508] Compiling x86_64-mont5-apple.S
[162/508] Compiling x86_64-mont-linux.S
[163/508] Compiling x86_64-mont-apple.S
[164/508] Compiling x86-mont-linux.S
[165/508] Compiling x86-mont-apple.S
[166/508] Compiling vpaes-x86_64-linux.S
[167/508] Compiling vpaes-x86-apple.S
[168/508] Compiling vpaes-x86-linux.S
[169/508] Compiling vpaes-x86_64-apple.S
[170/508] Compiling vpaes-armv8-linux.S
[171/508] Compiling vpaes-armv8-win.S
[172/508] Compiling vpaes-armv7-linux.S
[173/508] Compiling vpaes-armv8-apple.S
[174/508] Compiling sha512-armv8-linux.S
[174/508] Compiling sha512-armv8-win.S
[176/508] Compiling sha512-x86_64-linux.S
[177/508] Compiling sha512-x86_64-apple.S
[178/508] Compiling sha512-armv8-apple.S
[179/508] Compiling sha512-586-linux.S
[180/508] Compiling d1_lib.cc
[181/508] Compiling sha512-armv4-linux.S
[181/508] Compiling sha256-x86_64-apple.S
[183/508] Compiling sha512-586-apple.S
[184/508] Compiling sha256-x86_64-linux.S
[185/508] Compiling sha256-armv8-apple.S
[186/508] Compiling sha256-armv8-win.S
[187/508] Compiling sha256-armv8-linux.S
[188/508] Compiling sha256-armv4-linux.S
[189/508] Compiling sha256-586-linux.S
[190/508] Compiling sha256-586-apple.S
[191/508] Compiling sha1-armv8-linux.S
[192/508] Compiling sha1-x86_64-apple.S
[193/508] Compiling sha1-armv8-apple.S
[194/508] Compiling sha1-armv8-win.S
[195/508] Compiling sha1-586-linux.S
[196/508] Compiling sha1-armv4-large-linux.S
[197/508] Compiling sha1-x86_64-linux.S
[198/508] Compiling sha1-586-apple.S
[199/508] Compiling rsaz-avx2-apple.S
[200/508] Compiling p256_beeu-x86_64-asm-apple.S
[201/508] Compiling p256_beeu-x86_64-asm-linux.S
[202/508] Compiling rdrand-x86_64-linux.S
[203/508] Compiling p256_beeu-armv8-asm-win.S
[204/508] Compiling rdrand-x86_64-apple.S
[204/508] Compiling rsaz-avx2-linux.S
[206/508] Compiling p256_beeu-armv8-asm-apple.S
[207/508] Compiling p256_beeu-armv8-asm-linux.S
[208/508] Compiling p256-x86_64-asm-apple.S
[209/508] Compiling p256-armv8-asm-win.S
[210/508] Compiling p256-armv8-asm-linux.S
[211/508] Compiling p256-armv8-asm-apple.S
[212/508] Compiling p256-x86_64-asm-linux.S
[213/508] Compiling ghashv8-armv8-linux.S
[214/508] Compiling ghashv8-armv8-win.S
[215/508] Compiling ghashv8-armv8-apple.S
[216/508] Compiling ghashv8-armv7-linux.S
[217/508] Compiling ghash-x86_64-linux.S
[218/508] Compiling ghash-x86_64-apple.S
[219/508] Compiling ghash-x86-apple.S
[220/508] Compiling ghash-x86-linux.S
[221/508] Compiling ghash-ssse3-x86_64-apple.S
[222/508] Compiling ghash-ssse3-x86_64-linux.S
[223/508] Compiling ghash-ssse3-x86-apple.S
[224/508] Compiling ghash-ssse3-x86-linux.S
[225/508] Compiling ghash-neon-armv8-win.S
[226/508] Compiling ghash-neon-armv8-apple.S
[226/508] Compiling ghash-neon-armv8-linux.S
[228/508] Compiling ghash-armv4-linux.S
[229/508] Compiling co-586-linux.S
[230/508] Compiling co-586-apple.S
[231/508] Compiling bsaes-armv7-linux.S
[232/508] Compiling bn-armv8-win.S
[233/508] Compiling bn-armv8-linux.S
[234/508] Compiling bn-586-linux.S
[235/508] Compiling bn-armv8-apple.S
[236/508] Compiling bn-586-apple.S
[237/508] Compiling armv4-mont-linux.S
[238/508] Compiling aesv8-gcm-armv8-win.S
[238/508] Compiling armv8-mont-linux.S
[240/508] Compiling aesv8-gcm-armv8-apple.S
[241/508] Compiling armv8-mont-win.S
[242/508] Compiling armv8-mont-apple.S
[243/508] Compiling aesv8-gcm-armv8-linux.S
[244/508] Compiling d1_both.cc
[245/508] Compiling aesv8-armv8-win.S
[246/508] Compiling aesv8-armv8-apple.S
[247/508] Compiling aesv8-armv8-linux.S
[248/508] Compiling aesni-x86-linux.S
[249/508] Compiling aesni-x86_64-linux.S
[250/508] Compiling aesv8-armv7-linux.S
[251/508] Compiling aesni-x86-apple.S
[252/508] Compiling aesni-x86_64-apple.S
[253/508] Compiling aes-gcm-avx2-x86_64-apple.S
[254/508] Compiling aesni-gcm-x86_64-apple.S
[255/508] Compiling aesni-gcm-x86_64-linux.S
[256/508] Compiling aes-gcm-avx10-x86_64-apple.S
[257/508] Compiling aes-gcm-avx10-x86_64-linux.S
[258/508] Compiling aes-gcm-avx2-x86_64-linux.S
[259/508] Compiling x_sig.cc
[260/508] Compiling x_x509a.cc
[261/508] Compiling x_val.cc
[262/508] Compiling x_x509.cc
[263/508] Compiling x_pubkey.cc
[264/508] Compiling x_spki.cc
[265/508] Compiling x_name.cc
[266/508] Compiling x_req.cc
[267/508] Compiling x_exten.cc
[268/508] Compiling x_algor.cc
[269/508] Compiling x_attrib.cc
[270/508] Compiling x509spki.cc
[271/508] Compiling x_crl.cc
[272/508] Compiling x509rset.cc
[273/508] Compiling x_all.cc
[274/508] Compiling x509name.cc
[275/508] Compiling x509_txt.cc
[276/508] Compiling x509_v3.cc
[277/508] Compiling x509cset.cc
[278/508] Compiling x509_vpm.cc
[279/508] Compiling x509_set.cc
[280/508] Compiling x509_trs.cc
[281/508] Compiling x509_vfy.cc
[282/508] Compiling x509_req.cc
[283/508] Compiling x509_def.cc
[284/508] Compiling x509_obj.cc
[285/508] Compiling x509_ext.cc
[286/508] Compiling x509_d2.cc
[287/508] Compiling x509_att.cc
[288/508] Compiling x509_cmp.cc
[289/508] Compiling x509.cc
[290/508] Compiling x509_lu.cc
[291/508] Compiling v3_skey.cc
[292/508] Compiling v3_utl.cc
[293/508] Compiling v3_purp.cc
[294/508] Compiling v3_ocsp.cc
[295/508] Compiling v3_prn.cc
[296/508] Compiling v3_pmaps.cc
[297/508] Compiling v3_pcons.cc
[298/508] Compiling v3_ncons.cc
[299/508] Compiling v3_int.cc
[300/508] Compiling v3_lib.cc
[301/508] Compiling v3_ia5.cc
[302/508] Compiling v3_info.cc
[303/508] Compiling v3_enum.cc
[304/508] Compiling v3_genn.cc
[305/508] Compiling v3_extku.cc
[306/508] Compiling v3_crld.cc
[307/508] Compiling v3_bitst.cc
[308/508] Compiling v3_conf.cc
[309/508] Compiling v3_bcons.cc
[310/508] Compiling v3_cpols.cc
[311/508] Compiling v3_alt.cc
[312/508] Compiling v3_akeya.cc
[313/508] Compiling v3_akey.cc
[314/508] Compiling t_x509a.cc
[315/508] Compiling t_crl.cc
[316/508] Compiling t_x509.cc
[317/508] Compiling t_req.cc
[318/508] Compiling i2d_pr.cc
[319/508] Compiling rsa_pss.cc
[320/508] Compiling name_print.cc
[321/508] Compiling policy.cc
[322/508] Compiling by_file.cc
[323/508] Compiling by_dir.cc
[324/508] Compiling asn1_gen.cc
[325/508] Compiling algorithm.cc
[326/508] Compiling a_verify.cc
[327/508] Compiling a_digest.cc
[328/508] Compiling voprf.cc
[329/508] Compiling a_sign.cc
[330/508] Compiling thread_win.cc
[331/508] Compiling thread_pthread.cc
[332/508] Compiling trust_token.cc
[333/508] Compiling thread.cc
[334/508] Compiling thread_none.cc
[335/508] Compiling pmbtoken.cc
[336/508] Compiling stack.cc
[337/508] Compiling sha512.cc
[338/508] Compiling sha256.cc
[339/508] Compiling siphash.cc
[340/508] Compiling sha1.cc
[341/508] Compiling rsa_print.cc
[342/508] Compiling slhdsa.cc
[343/508] Compiling rsa_extra.cc
[344/508] Compiling rc4.cc
[345/508] Compiling spake2plus.cc
[346/508] Compiling refcount.cc
[347/508] Compiling rsa_crypt.cc
[348/508] Compiling trusty.cc
[349/508] Compiling windows.cc
[350/508] Compiling urandom.cc
[351/508] Compiling passive.cc
[352/508] Compiling rand.cc
[353/508] Compiling ios.cc
[354/508] Compiling rsa_asn1.cc
[355/508] Compiling poly1305_arm_asm.S
[356/508] Compiling getentropy.cc
[357/508] Compiling fork_detect.cc
[358/508] Compiling deterministic.cc
[359/508] Compiling forkunsafe.cc
[360/508] Compiling poly1305.cc
[361/508] Compiling poly1305_arm.cc
[362/508] Compiling poly1305_vec.cc
[363/508] Compiling pool.cc
[364/508] Compiling pkcs7.cc
[365/508] Compiling pkcs8_x509.cc
[366/508] Compiling pem_xaux.cc
[367/508] Compiling pem_x509.cc
[368/508] Compiling pkcs8.cc
[369/508] Compiling p5_pbev2.cc
[370/508] Compiling pkcs7_x509.cc
[371/508] Compiling pem_pkey.cc
[372/508] Compiling pem_pk8.cc
[373/508] Compiling mldsa.cc
[374/508] Compiling pem_oth.cc
[375/508] Compiling mlkem.cc
[376/508] Compiling obj_xref.cc
[377/508] Compiling pem_info.cc
[378/508] Compiling md5.cc
[379/508] Compiling pem_lib.cc
[380/508] Compiling mem.cc
[381/508] Compiling obj.cc
[382/508] Compiling fips_shared_support.cc
[383/508] Compiling lhash.cc
[384/508] Compiling md4.cc
[385/508] Compiling poly_rq_mul.S
[386/508] Compiling kyber.cc
[387/508] Compiling pem_all.cc
[388/508] Compiling hrss.cc
[389/508] Compiling ex_data.cc
[390/508] Compiling pbkdf.cc
[391/508] Compiling sign.cc
[392/508] Compiling print.cc
[393/508] Compiling scrypt.cc
[394/508] Compiling p_x25519.cc
[395/508] Compiling hpke.cc
[396/508] Compiling p_ed25519.cc
[397/508] Compiling p_rsa_asn1.cc
[398/508] Compiling p_x25519_asn1.cc
[399/508] Compiling p_ec.cc
[400/508] Compiling p_hkdf.cc
[401/508] Compiling p_rsa.cc
[402/508] Compiling p_ed25519_asn1.cc
[403/508] Compiling p_dh.cc
[404/508] Compiling p_dh_asn1.cc
[405/508] Compiling p_ec_asn1.cc
[406/508] Compiling err.cc
[407/508] Compiling evp_ctx.cc
[408/508] Compiling engine.cc
[409/508] Compiling p_dsa_asn1.cc
[410/508] Compiling evp.cc
[411/508] Compiling hash_to_curve.cc
[412/508] Compiling ecdh.cc
[413/508] Compiling evp_asn1.cc
[414/508] Compiling ec_derive.cc
[415/508] Compiling ecdsa_asn1.cc
[416/508] Compiling dsa.cc
[417/508] Compiling dsa_asn1.cc
[418/508] Compiling ec_asn1.cc
[419/508] Compiling params.cc
[420/508] Compiling x25519-asm-arm.S
[421/508] Compiling digest_extra.cc
[422/508] Compiling dh_asn1.cc
[423/508] Compiling des.cc
[424/508] Compiling cpu_intel.cc
[425/508] Compiling spake25519.cc
[426/508] Compiling crypto.cc
[427/508] Compiling cpu_arm_linux.cc
[428/508] Compiling cpu_arm_freebsd.cc
[429/508] Compiling cpu_aarch64_sysreg.cc
[430/508] Compiling cpu_aarch64_openbsd.cc
[431/508] Compiling cpu_aarch64_win.cc
[432/508] Compiling curve25519.cc
[433/508] Compiling bcm.cc
[434/508] Compiling cpu_aarch64_linux.cc
[435/508] Compiling cpu_aarch64_fuchsia.cc
[436/508] Compiling cpu_aarch64_apple.cc
[437/508] Compiling conf.cc
[438/508] Compiling tls_cbc.cc
[439/508] Compiling get_cipher.cc
[440/508] Compiling e_tls.cc
[441/508] Compiling e_null.cc
[442/508] Compiling curve25519_64_adx.cc
[443/508] Compiling e_rc4.cc
[444/508] Compiling e_rc2.cc
[445/508] Compiling e_des.cc
[446/508] Compiling e_chacha20poly1305.cc
[447/508] Compiling e_aesgcmsiv.cc
[448/508] Compiling derive_key.cc
[449/508] Compiling chacha.cc
[450/508] Compiling e_aesctrhmac.cc
[451/508] Compiling buf.cc
[452/508] Compiling unicode.cc
[453/508] Compiling cbs.cc
[454/508] Compiling asn1_compat.cc
[455/508] Compiling ber.cc
[456/508] Compiling cbb.cc
[457/508] Compiling pair.cc
[458/508] Compiling printf.cc
[459/508] Compiling socket.cc
[460/508] Compiling bn_asn1.cc
[461/508] Compiling blake2.cc
[462/508] Compiling convert.cc
[463/508] Compiling fd.cc
[464/508] Compiling file.cc
[465/508] Compiling socket_helper.cc
[466/508] Compiling hexdump.cc
[467/508] Compiling bio.cc
[468/508] Compiling errno.cc
[469/508] Compiling connect.cc
[470/508] Compiling base64.cc
[471/508] Compiling bio_mem.cc
[472/508] Compiling tasn_fre.cc
[473/508] Compiling tasn_typ.cc
[474/508] Compiling f_string.cc
[475/508] Compiling tasn_enc.cc
[476/508] Compiling tasn_dec.cc
[477/508] Compiling posix_time.cc
[478/508] Compiling tasn_utl.cc
[479/508] Compiling asn1_par.cc
[480/508] Compiling f_int.cc
[481/508] Compiling a_type.cc
[482/508] Compiling tasn_new.cc
[483/508] Compiling asn_pack.cc
[484/508] Compiling a_strex.cc
[485/508] Compiling asn1_lib.cc
[486/508] Compiling a_utctm.cc
[487/508] Compiling a_octet.cc
[488/508] Compiling a_i2d_fp.cc
[489/508] Compiling a_object.cc
[490/508] Compiling a_strnid.cc
[490/508] Compiling a_time.cc
[492/508] Compiling a_d2i_fp.cc
[493/508] Compiling a_dup.cc
[494/508] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[495/508] Write sources
[496/521] Compiling a_mbstr.cc
[496/521] Write sources
[502/527] Compiling a_bitstr.cc
[503/527] Compiling a_int.cc
[505/527] Compiling Atomics Primitives.shims.swift
[506/527] Compiling Atomics AtomicInteger.swift
[507/527] Compiling Atomics AtomicOptionalWrappable.swift
[508/566] Compiling AppwriteModels CountryList.swift
[509/566] Compiling AppwriteModels Currency.swift
[509/572] Compiling a_bool.cc
[511/572] Compiling AppwriteModels ContinentList.swift
[512/572] Compiling AppwriteModels Country.swift
[512/572] Compiling a_gentm.cc
[514/572] Compiling AppwriteModels AlgoSha.swift
[515/572] Compiling AppwriteModels Continent.swift
[516/606] Compiling Algorithms RandomSample.swift
[517/606] Compiling Algorithms Reductions.swift
[518/606] Compiling Algorithms Keyed.swift
[519/606] Compiling Algorithms MinMax.swift
[520/606] Compiling Algorithms FlattenCollection.swift
[521/606] Compiling AppwriteEnums ExecutionMethod.swift
[522/606] Compiling AppwriteEnums Browser.swift
[523/606] Compiling AppwriteEnums CreditCard.swift
[524/607] Compiling AppwriteEnums ImageGravity.swift
[525/607] Compiling Algorithms AdjacentPairs.swift
[526/607] Compiling Algorithms Chain.swift
[527/607] Compiling AppwriteEnums ImageFormat.swift
[528/607] Compiling AppwriteEnums Flag.swift
[529/607] Compiling AppwriteEnums OAuthProvider.swift
[530/607] Emitting module AppwriteModels
[531/612] Emitting module AppwriteEnums
[534/613] Compiling Algorithms Rotate.swift
[535/613] Compiling Algorithms Split.swift
[536/613] Compiling Algorithms Stride.swift
[537/613] Compiling Algorithms Suffix.swift
[539/613] Compiling AppwriteModels LanguageList.swift
[540/613] Compiling AppwriteModels Locale.swift
[541/613] Compiling AppwriteModels LocaleCode.swift
[542/613] Compiling AppwriteModels LocaleCodeList.swift
[543/613] Compiling AppwriteModels Log.swift
[544/613] Compiling AppwriteModels LogList.swift
[545/613] Compiling Algorithms EitherSequence.swift
[546/613] Compiling Algorithms FirstNonNil.swift
[547/613] Compiling Algorithms Joined.swift
[553/613] Compiling Algorithms Chunked.swift
[554/613] Compiling Algorithms Combinations.swift
[555/613] Compiling Algorithms Compacted.swift
[556/613] Compiling Algorithms Cycle.swift
[557/613] Compiling Algorithms Grouped.swift
[558/613] Compiling Algorithms Indexed.swift
[559/613] Compiling Algorithms Intersperse.swift
[560/613] Compiling Algorithms Partition.swift
[561/613] Compiling Algorithms Permutations.swift
[562/613] Compiling Algorithms Product.swift
[566/616] Compiling AppwriteModels Membership.swift
[567/616] Compiling AppwriteModels MembershipList.swift
[568/616] Compiling AppwriteModels MfaChallenge.swift
[569/616] Compiling AppwriteModels MfaFactors.swift
[570/616] Compiling AppwriteModels MfaRecoveryCodes.swift
[571/616] Compiling AppwriteModels MfaType.swift
[572/616] Compiling AppwriteModels Phone.swift
[573/616] Compiling AppwriteModels PhoneList.swift
[574/616] Compiling AppwriteModels Preferences.swift
[575/616] Compiling AppwriteModels Session.swift
[576/616] Compiling AppwriteModels SessionList.swift
[577/616] Compiling AppwriteModels Subscriber.swift
[595/616] Compiling AppwriteModels Target.swift
[596/616] Compiling AppwriteModels Team.swift
[597/616] Compiling AppwriteModels TeamList.swift
[598/616] Compiling AppwriteModels Token.swift
[599/616] Compiling AppwriteModels User.swift
[601/617] Compiling Algorithms Trim.swift
[602/617] Compiling Algorithms Unique.swift
[603/617] Compiling Algorithms Windows.swift
[604/617] Emitting module Atomics
[615/618] Compiling c-atomics.c
[616/618] Compiling c-nioatomics.c
[618/624] Emitting module Algorithms
[620/625] Compiling NIOConcurrencyHelpers NIOLock.swift
[621/625] Compiling NIOConcurrencyHelpers lock.swift
[622/625] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[623/625] Emitting module NIOConcurrencyHelpers
[624/625] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[625/625] Compiling NIOConcurrencyHelpers atomics.swift
[627/686] Compiling NIOCore MulticastChannel.swift
[628/686] Compiling NIOCore NIOAny.swift
[629/686] Compiling NIOCore NIOCloseOnErrorHandler.swift
[630/686] Compiling NIOCore NIOLoopBound.swift
[631/686] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[632/686] Compiling NIOCore NIOScheduledCallback.swift
[633/686] Compiling NIOCore NIOSendable.swift
[634/686] Compiling NIOCore RecvByteBufferAllocator.swift
[635/694] Compiling NIOCore IO.swift
[636/694] Compiling NIOCore IOData.swift
[637/694] Compiling NIOCore IPProtocol.swift
[638/694] Compiling NIOCore IntegerBitPacking.swift
[639/694] Compiling NIOCore IntegerTypes.swift
[640/694] Compiling NIOCore Interfaces.swift
[641/694] Compiling NIOCore Linux.swift
[642/694] Compiling NIOCore MarkedCircularBuffer.swift
[643/694] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[644/694] Compiling NIOCore EventLoopFuture+Deprecated.swift
[645/694] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[646/694] Compiling NIOCore EventLoopFuture.swift
[647/694] Compiling NIOCore FileDescriptor.swift
[648/694] Compiling NIOCore FileHandle.swift
[649/694] Compiling NIOCore FileRegion.swift
[650/694] Compiling NIOCore GlobalSingletons.swift
[651/694] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[652/694] Compiling NIOCore SocketAddresses.swift
[653/694] Compiling NIOCore SocketOptionProvider.swift
[654/694] Compiling NIOCore SystemCallHelpers.swift
[655/694] Compiling NIOCore TimeAmount+Duration.swift
[656/694] Compiling NIOCore TypeAssistedChannelHandler.swift
[657/694] Compiling NIOCore UniversalBootstrapSupport.swift
[658/694] Compiling NIOCore Utilities.swift
[659/694] Compiling NIOCore CircularBuffer.swift
[660/694] Compiling NIOCore Codec.swift
[661/694] Compiling NIOCore ConvenienceOptionSupport.swift
[662/694] Compiling NIOCore DeadChannel.swift
[663/694] Compiling NIOCore DispatchQueue+WithFuture.swift
[664/694] Compiling NIOCore EventLoop+Deprecated.swift
[665/694] Compiling NIOCore EventLoop+SerialExecutor.swift
[666/694] Compiling NIOCore EventLoop.swift
[667/694] Compiling NIOCore ByteBuffer-multi-int.swift
[668/694] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[669/694] Compiling NIOCore ByteBuffer-views.swift
[670/694] Compiling NIOCore Channel.swift
[671/694] Compiling NIOCore ChannelHandler.swift
[672/694] Compiling NIOCore ChannelHandlers.swift
[673/694] Compiling NIOCore ChannelInvoker.swift
[674/694] Compiling NIOCore ChannelOption.swift
[675/694] Compiling NIOCore ChannelPipeline.swift
[676/694] Compiling NIOCore AddressedEnvelope.swift
[677/694] Compiling NIOCore AsyncAwaitSupport.swift
[678/694] Compiling NIOCore AsyncChannel.swift
[679/694] Compiling NIOCore AsyncChannelHandler.swift
[680/694] Compiling NIOCore AsyncChannelInboundStream.swift
[681/694] Compiling NIOCore AsyncChannelOutboundWriter.swift
[682/694] Compiling NIOCore NIOAsyncSequenceProducer.swift
[683/694] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[684/694] Compiling NIOCore NIOAsyncWriter.swift
[685/694] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[686/694] Compiling NIOCore BSDSocketAPI.swift
[687/694] Compiling NIOCore ByteBuffer-aux.swift
[688/694] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[689/694] Compiling NIOCore ByteBuffer-conversions.swift
[690/694] Compiling NIOCore ByteBuffer-core.swift
[691/694] Compiling NIOCore ByteBuffer-hex.swift
[692/694] Compiling NIOCore ByteBuffer-int.swift
[693/694] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[694/694] Emitting module NIOCore
[696/745] Emitting module NIOEmbedded
[697/745] Compiling NIOPosix Pool.swift
[698/745] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[699/745] Compiling NIOPosix PosixSingletons.swift
[700/745] Compiling NIOPosix RawSocketBootstrap.swift
[701/745] Compiling NIOPosix Resolver.swift
[702/745] Compiling NIOPosix Selectable.swift
[703/751] Compiling NIOEmbedded Embedded.swift
[704/751] Compiling NIOEmbedded AsyncTestingChannel.swift
[705/751] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[707/752] Compiling NIOPosix ThreadPosix.swift
[708/752] Compiling NIOPosix ThreadWindows.swift
[709/752] Compiling NIOPosix UnsafeTransfer.swift
[710/752] Compiling NIOPosix Utilities.swift
[711/752] Compiling NIOPosix VsockAddress.swift
[712/752] Compiling NIOPosix VsockChannelEvents.swift
[713/752] Emitting module NIOPosix
[714/752] Compiling NIOPosix SelectableChannel.swift
[715/752] Compiling NIOPosix SelectableEventLoop.swift
[716/752] Compiling NIOPosix SelectorEpoll.swift
[717/752] Compiling NIOPosix SelectorGeneric.swift
[718/752] Compiling NIOPosix SelectorKqueue.swift
[719/752] Compiling NIOPosix SelectorUring.swift
[720/752] Compiling NIOPosix ServerSocket.swift
[721/752] Compiling NIOPosix Socket.swift
[722/752] Compiling NIOPosix SocketChannel.swift
[723/752] Compiling NIOPosix SocketProtocols.swift
[724/752] Compiling NIOPosix System.swift
[725/752] Compiling NIOPosix Thread.swift
[726/752] Compiling NIOPosix IO.swift
[727/752] Compiling NIOPosix IntegerBitPacking.swift
[728/752] Compiling NIOPosix IntegerTypes.swift
[729/752] Compiling NIOPosix Linux.swift
[730/752] Compiling NIOPosix LinuxCPUSet.swift
[731/752] Compiling NIOPosix LinuxUring.swift
[732/752] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[733/752] Compiling NIOPosix NIOThreadPool.swift
[734/752] Compiling NIOPosix NonBlockingFileIO.swift
[735/752] Compiling NIOPosix PendingDatagramWritesManager.swift
[736/752] Compiling NIOPosix PendingWritesManager.swift
[737/752] Compiling NIOPosix PipeChannel.swift
[738/752] Compiling NIOPosix PipePair.swift
[739/752] Compiling NIOPosix BSDSocketAPICommon.swift
[740/752] Compiling NIOPosix BSDSocketAPIPosix.swift
[741/752] Compiling NIOPosix BSDSocketAPIWindows.swift
[742/752] Compiling NIOPosix BaseSocket.swift
[743/752] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[744/752] Compiling NIOPosix BaseSocketChannel.swift
[745/752] Compiling NIOPosix BaseStreamSocketChannel.swift
[746/752] Compiling NIOPosix Bootstrap.swift
[747/752] Compiling NIOPosix ControlMessage.swift
[748/752] Compiling NIOPosix DatagramVectorReadManager.swift
[749/752] Compiling NIOPosix Errors+Any.swift
[750/752] Compiling NIOPosix FileDescriptor.swift
[751/752] Compiling NIOPosix GetaddrinfoResolver.swift
[752/752] Compiling NIOPosix HappyEyeballs.swift
[754/755] Emitting module NIO
[755/755] Compiling NIO Exports.swift
[757/795] Compiling NIOTLS TLSEvents.swift
[758/795] Compiling NIOSOCKS SOCKSResponse.swift
[759/796] Emitting module NIOTLS
[760/796] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[761/796] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[762/796] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[763/796] Compiling NIOSOCKS ClientStateMachine.swift
[764/796] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[765/796] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[766/796] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[767/796] Compiling NIOSOCKS ServerStateMachine.swift
[768/796] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[769/796] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[770/796] Emitting module NIOSOCKS
[771/796] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[772/796] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[773/796] Compiling NIOHTTP1 HTTPEncoder.swift
[774/796] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[775/796] Compiling NIOHTTP1 ByteCollectionUtils.swift
[776/796] Compiling NIOHTTP1 HTTPDecoder.swift
[778/797] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[779/797] Compiling NIOTLS SNIHandler.swift
[780/798] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[781/798] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[782/800] Emitting module NIOHTTP1
[784/800] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[785/800] Emitting module NIOFoundationCompat
[787/830] Compiling NIOSSL SSLCertificateExtensions.swift
[788/830] Compiling NIOSSL SSLCertificateName.swift
[789/830] Compiling NIOSSL SSLCallbacks.swift
[790/830] Compiling NIOSSL AndroidCABundle.swift
[791/852] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[792/852] Compiling NIOTransportServices NIOTSListenerChannel.swift
[793/852] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[794/852] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[795/852] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[796/852] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[797/852] Emitting module NIOTransportServices
[798/852] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[799/852] Compiling NIOTransportServices NIOTSErrors.swift
[800/852] Compiling NIOTransportServices NIOTSEventLoop.swift
[801/852] Compiling NIOTransportServices StateManagedChannel.swift
[802/852] Compiling NIOTransportServices StateManagedListenerChannel.swift
[807/852] Compiling NIOTransportServices NIOTSBootstraps.swift
[808/852] Compiling NIOTransportServices NIOTSChannelOptions.swift
[809/852] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[810/854] Compiling NIOTransportServices AcceptHandler.swift
[811/854] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[814/854] Compiling NIOTransportServices NIOTSSingletons.swift
[815/854] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[816/854] Compiling NIOTransportServices NIOTSDatagramListener.swift
[817/854] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[818/854] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[819/854] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[820/854] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[828/884] Emitting module NIOHTTPCompression
[829/884] Compiling NIOWebSocket WebSocketOpcode.swift
[830/885] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[831/885] Emitting module NIOSSL
[832/889] Compiling NIOHPACK IntegerCoding.swift
[833/889] Compiling NIOHPACK IndexedHeaderTable.swift
[834/889] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[835/890] Compiling NIOHTTPCompression HTTPCompression.swift
[836/890] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[837/890] Compiling NIOHTTPCompression HTTPDecompression.swift
[838/890] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[839/890] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[840/890] Compiling NIOHPACK HuffmanTables.swift
[841/890] Compiling NIOHPACK StaticHeaderTable.swift
[842/890] Compiling NIOHPACK HuffmanCoding.swift
[843/890] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[844/890] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[845/891] Emitting module NIOHPACK
[847/891] Compiling NIOWebSocket WebSocketErrorCodes.swift
[848/891] Compiling NIOWebSocket WebSocketFrame.swift
[849/891] Compiling NIOHPACK HPACKEncoder.swift
[850/891] Compiling NIOHPACK HPACKErrors.swift
[851/891] Emitting module NIOWebSocket
[855/891] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[856/891] Compiling NIOHPACK DynamicHeaderTable.swift
[857/891] Compiling NIOHPACK HPACKDecoder.swift
[858/891] Compiling NIOSSL SubjectAlternativeName.swift
[859/891] Compiling NIOSSL NIOSSLSecureBytes.swift
[860/891] Compiling NIOSSL RNG.swift
[861/891] Compiling NIOSSL SafeCompare.swift
[867/892] Compiling NIOHPACK HPACKHeader.swift
[868/892] Compiling NIOHPACK HeaderTables.swift
[890/951] Compiling NIOHTTP2 Error+Any.swift
[891/951] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[892/951] Compiling NIOHTTP2 ControlFrameBuffer.swift
[893/951] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[895/952] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[896/952] Compiling NIOHTTP2 HasFlowControlWindows.swift
[897/952] Compiling NIOHTTP2 HasLocalSettings.swift
[898/952] Compiling NIOHTTP2 HasRemoteSettings.swift
[899/952] Compiling NIOHTTP2 LocallyQuiescingState.swift
[900/952] Compiling NIOHTTP2 QuiescingState.swift
[901/952] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[902/952] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[903/960] Compiling NIOHTTP2 MaySendFrames.swift
[904/960] Compiling NIOHTTP2 SendingDataState.swift
[905/960] Compiling NIOHTTP2 SendingGoawayState.swift
[906/960] Compiling NIOHTTP2 SendingHeadersState.swift
[907/960] Compiling NIOHTTP2 SendingPushPromiseState.swift
[908/960] Compiling NIOHTTP2 SendingRstStreamState.swift
[909/960] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[910/960] Compiling NIOHTTP2 HTTP2SettingsState.swift
[911/960] Compiling NIOHTTP2 InboundWindowManager.swift
[912/960] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[913/960] Compiling NIOHTTP2 StreamChannelFlowController.swift
[914/960] Compiling NIOHTTP2 StreamChannelList.swift
[915/960] Compiling NIOHTTP2 StreamMap.swift
[916/960] Compiling NIOHTTP2 StreamStateMachine.swift
[917/960] Compiling NIOHTTP2 UnsafeTransfer.swift
[918/960] Compiling NIOHTTP2 WatermarkedFlowController.swift
[919/960] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[920/960] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[921/960] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[922/960] Compiling NIOHTTP2 HTTP2StreamID.swift
[923/960] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[924/960] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[925/960] Compiling NIOHTTP2 HTTP2UserEvents.swift
[926/960] Compiling NIOHTTP2 InboundEventBuffer.swift
[927/960] Emitting module NIOHTTP2
[928/960] Compiling NIOHTTP2 ConnectionStateMachine.swift
[929/960] Compiling NIOHTTP2 ConnectionStreamsState.swift
[930/960] Compiling NIOHTTP2 MayReceiveFrames.swift
[931/960] Compiling NIOHTTP2 ReceivingDataState.swift
[932/960] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[933/960] Compiling NIOHTTP2 ReceivingHeadersState.swift
[934/960] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[935/960] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[936/960] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[937/960] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[938/960] Compiling NIOHTTP2 HTTP2Frame.swift
[939/960] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[940/960] Compiling NIOHTTP2 HTTP2FrameParser.swift
[941/960] Compiling NIOHTTP2 HTTP2PingData.swift
[942/960] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[943/960] Compiling NIOHTTP2 HTTP2Settings.swift
[944/960] Compiling NIOHTTP2 HTTP2Stream.swift
[945/960] Compiling NIOHTTP2 StateMachineResult.swift
[946/960] Compiling NIOHTTP2 ContentLengthVerifier.swift
[947/960] Compiling NIOHTTP2 DOSHeuristics.swift
[952/960] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[953/960] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[954/960] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[955/960] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[956/960] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[957/960] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[958/960] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[959/960] Compiling NIOHTTP2 HTTP2Error.swift
[960/960] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[962/1021] Emitting module AsyncHTTPClient
[963/1021] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[964/1021] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[965/1021] Compiling AsyncHTTPClient AsyncLazySequence.swift
[966/1021] Compiling AsyncHTTPClient HTTPClient+execute.swift
[967/1021] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[968/1021] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[969/1021] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[970/1021] Compiling AsyncHTTPClient HTTPClientRequest.swift
[971/1021] Compiling AsyncHTTPClient HTTPClientResponse.swift
[972/1029] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[973/1029] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[974/1029] Compiling AsyncHTTPClient Transaction.swift
[975/1029] Compiling AsyncHTTPClient Base64.swift
[976/1029] Compiling AsyncHTTPClient BasicAuth.swift
[977/1029] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[978/1029] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[979/1029] Compiling AsyncHTTPClient ConnectionPool.swift
[980/1029] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[981/1029] Compiling AsyncHTTPClient HTTPHandler.swift
[982/1029] Compiling AsyncHTTPClient LRUCache.swift
[983/1029] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[984/1029] Compiling AsyncHTTPClient NWErrorHandler.swift
[985/1029] Compiling AsyncHTTPClient NWWaitingHandler.swift
[986/1029] Compiling AsyncHTTPClient TLSConfiguration.swift
[987/1029] Compiling AsyncHTTPClient RedirectState.swift
[988/1029] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[989/1029] Compiling AsyncHTTPClient ConnectionTarget.swift
[990/1029] Compiling AsyncHTTPClient DeconstructedURL.swift
[991/1029] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[992/1029] Compiling AsyncHTTPClient FoundationExtensions.swift
[993/1029] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[994/1029] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[995/1029] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[996/1029] Compiling AsyncHTTPClient HTTPClient.swift
[997/1029] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[998/1029] Compiling AsyncHTTPClient TLSEventsHandler.swift
[999/1029] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1000/1029] Compiling AsyncHTTPClient HTTP1Connection.swift
[1001/1029] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1002/1029] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1003/1029] Compiling AsyncHTTPClient HTTP2Connection.swift
[1004/1029] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1005/1029] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1006/1029] Compiling AsyncHTTPClient RequestOptions.swift
[1007/1029] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1008/1029] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1009/1029] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1010/1029] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1011/1029] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1012/1029] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1013/1029] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1014/1029] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1015/1029] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1016/1029] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1017/1029] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1018/1029] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1019/1029] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1020/1029] Compiling AsyncHTTPClient RequestBodyLength.swift
[1021/1029] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1022/1029] Compiling AsyncHTTPClient RequestBag.swift
[1023/1029] Compiling AsyncHTTPClient RequestValidation.swift
[1024/1029] Compiling AsyncHTTPClient SSLContextCache.swift
[1025/1029] Compiling AsyncHTTPClient Scheme.swift
[1026/1029] Compiling AsyncHTTPClient Singleton.swift
[1027/1029] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1028/1029] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1029/1029] Compiling AsyncHTTPClient Utils.swift
[1031/1071] 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:41: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
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     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
 42 |
 43 |     // 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/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
/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 |
[1032/1076] 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
[1033/1076] 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
[1034/1076] 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
[1035/1076] 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
[1036/1076] Compiling Appwrite RealtimeModels.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
[1037/1076] Compiling Appwrite UploadProgress.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
[1038/1076] Compiling Appwrite View+OAuth.swift
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1039/1076] Compiling Appwrite WebAuthComponent.swift
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1040/1076] Compiling Appwrite PackageInfo+Apple.swift
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1041/1076] Compiling Appwrite PackageInfo+Linux.swift
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1042/1076] Compiling Appwrite OSPackageInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1043/1076] Compiling Appwrite PackageInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1044/1076] Compiling Appwrite Databases.swift
[1045/1076] Compiling Appwrite Functions.swift
[1046/1076] Compiling Appwrite Graphql.swift
[1047/1076] Compiling Appwrite Locale.swift
[1048/1076] Compiling Appwrite Messaging.swift
[1049/1076] 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:41: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
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     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
 42 |
 43 |     // MARK: Methods
[1050/1076] 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:41: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
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     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
 42 |
 43 |     // MARK: Methods
[1051/1076] 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:41: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
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     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
 42 |
 43 |     // MARK: Methods
[1052/1076] 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:41: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
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     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
 42 |
 43 |     // MARK: Methods
[1053/1076] 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:41: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
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     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
 42 |
 43 |     // MARK: Methods
[1054/1076] 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:41: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
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     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
 42 |
 43 |     // MARK: Methods
[1055/1076] Compiling Appwrite Realtime.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 |
/host/spi-builder-workspace/Sources/Appwrite/Services/Realtime.swift:28:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 26 |     private func startHeartbeat() {
 27 |         stopHeartbeat()
 28 |         heartbeatTask = Task {
    |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 29 |             do {
 30 |                 while !Task.isCancelled {
 31 |                     if let client = socketClient, client.isConnected {
    |                                     `- note: closure captures 'self' which is accessible to code in the current task
 32 |                         client.send(text: #"{"type": "ping"}"#)
 33 |                     }
[1056/1076] Compiling Appwrite Service.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 |
/host/spi-builder-workspace/Sources/Appwrite/Services/Realtime.swift:28:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 26 |     private func startHeartbeat() {
 27 |         stopHeartbeat()
 28 |         heartbeatTask = Task {
    |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 29 |             do {
 30 |                 while !Task.isCancelled {
 31 |                     if let client = socketClient, client.isConnected {
    |                                     `- note: closure captures 'self' which is accessible to code in the current task
 32 |                         client.send(text: #"{"type": "ping"}"#)
 33 |                     }
[1057/1076] Compiling Appwrite Storage.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 |
/host/spi-builder-workspace/Sources/Appwrite/Services/Realtime.swift:28:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 26 |     private func startHeartbeat() {
 27 |         stopHeartbeat()
 28 |         heartbeatTask = Task {
    |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 29 |             do {
 30 |                 while !Task.isCancelled {
 31 |                     if let client = socketClient, client.isConnected {
    |                                     `- note: closure captures 'self' which is accessible to code in the current task
 32 |                         client.send(text: #"{"type": "ping"}"#)
 33 |                     }
[1058/1076] 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 |
/host/spi-builder-workspace/Sources/Appwrite/Services/Realtime.swift:28:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 26 |     private func startHeartbeat() {
 27 |         stopHeartbeat()
 28 |         heartbeatTask = Task {
    |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 29 |             do {
 30 |                 while !Task.isCancelled {
 31 |                     if let client = socketClient, client.isConnected {
    |                                     `- note: closure captures 'self' which is accessible to code in the current task
 32 |                         client.send(text: #"{"type": "ping"}"#)
 33 |                     }
[1059/1076] 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 |
/host/spi-builder-workspace/Sources/Appwrite/Services/Realtime.swift:28:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 26 |     private func startHeartbeat() {
 27 |         stopHeartbeat()
 28 |         heartbeatTask = Task {
    |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 29 |             do {
 30 |                 while !Task.isCancelled {
 31 |                     if let client = socketClient, client.isConnected {
    |                                     `- note: closure captures 'self' which is accessible to code in the current task
 32 |                         client.send(text: #"{"type": "ping"}"#)
 33 |                     }
[1060/1076] Compiling Appwrite CwlSysCtl.swift
[1061/1076] Compiling Appwrite MacOSDeviceInfo.swift
[1062/1076] Compiling Appwrite WKInterfaceDevice+ModelName.swift
[1063/1076] Compiling Appwrite WatchOSDeviceInfo.swift
[1064/1076] Compiling Appwrite Cookie+Codable.swift
[1065/1076] Compiling Appwrite HTTPClientRequest+Cookies.swift
[1066/1076] Compiling Appwrite PackageInfo+Windows.swift
[1067/1076] Compiling Appwrite Permission.swift
[1068/1076] Compiling Appwrite Query.swift
[1069/1076] Compiling Appwrite Role.swift
[1070/1076] Compiling Appwrite Account.swift
[1071/1076] Compiling Appwrite Avatars.swift
[1072/1076] Compiling Appwrite HTTPHandler.swift
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:210:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
208 |
209 |         DispatchQueue.global(qos: .background).async {
210 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
211 |         }
212 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:237:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
235 |
236 |         DispatchQueue.global(qos: .background).async {
237 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
238 |         }
239 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:257:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
255 |             .channelOption(socketOptions, value: 1)
256 |             .channelInitializer {
257 |                 self.openChannel(channel: $0)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
258 |             }
259 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:279:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
277 |         })
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:285:56: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
284 |                     let sslHandler = try! NIOSSLClientHandler(context: sslContext, serverHostname: self.host)
285 |                     return channel.pipeline.addHandler(sslHandler, position: .first)
    |                                                        `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
286 |                 } else {
287 |                     return channel.eventLoop.makeSucceededFuture(())
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 57 | /// This handler can be used in channels that are acting as the client
 58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
 59 | public final class NIOSSLClientHandler: NIOSSLHandler {
    |                    `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 60 |     /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
 61 |     ///
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  5 | import Dispatch
  6 | import NIOFoundationCompat
  7 | import NIOSSL
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  8 |
  9 | public let WEBSOCKET_LOCKER_QUEUE = "SyncLocker"
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:271:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
269 |             requestKey: self.frameKey,
270 |             upgradePipelineHandler: { channel, response in
271 |                 self.upgradePipelineHandler(channel: channel, response: response)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
272 |             }
273 |         )
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:281:20: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
    |                    `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:281:20: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
    |                    `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:300:44: warning: type 'MessageHandler' does not conform to the 'Sendable' protocol
298 |         }
299 |
300 |         return channel.pipeline.addHandler(handler)
    |                                            `- warning: type 'MessageHandler' does not conform to the 'Sendable' protocol
301 |     }
302 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/MessageHandler.swift:9:7: note: class 'MessageHandler' does not conform to the 'Sendable' protocol
  7 | ///
  8 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
  9 | class MessageHandler {
    |       `- note: class 'MessageHandler' does not conform to the 'Sendable' protocol
 10 |
 11 |     private let client: WebSocketClient
[1073/1076] Compiling Appwrite MessageHandler.swift
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:210:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
208 |
209 |         DispatchQueue.global(qos: .background).async {
210 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
211 |         }
212 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:237:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
235 |
236 |         DispatchQueue.global(qos: .background).async {
237 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
238 |         }
239 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:257:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
255 |             .channelOption(socketOptions, value: 1)
256 |             .channelInitializer {
257 |                 self.openChannel(channel: $0)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
258 |             }
259 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:279:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
277 |         })
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:285:56: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
284 |                     let sslHandler = try! NIOSSLClientHandler(context: sslContext, serverHostname: self.host)
285 |                     return channel.pipeline.addHandler(sslHandler, position: .first)
    |                                                        `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
286 |                 } else {
287 |                     return channel.eventLoop.makeSucceededFuture(())
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 57 | /// This handler can be used in channels that are acting as the client
 58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
 59 | public final class NIOSSLClientHandler: NIOSSLHandler {
    |                    `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 60 |     /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
 61 |     ///
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  5 | import Dispatch
  6 | import NIOFoundationCompat
  7 | import NIOSSL
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  8 |
  9 | public let WEBSOCKET_LOCKER_QUEUE = "SyncLocker"
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:271:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
269 |             requestKey: self.frameKey,
270 |             upgradePipelineHandler: { channel, response in
271 |                 self.upgradePipelineHandler(channel: channel, response: response)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
272 |             }
273 |         )
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:281:20: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
    |                    `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:281:20: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
    |                    `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:300:44: warning: type 'MessageHandler' does not conform to the 'Sendable' protocol
298 |         }
299 |
300 |         return channel.pipeline.addHandler(handler)
    |                                            `- warning: type 'MessageHandler' does not conform to the 'Sendable' protocol
301 |     }
302 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/MessageHandler.swift:9:7: note: class 'MessageHandler' does not conform to the 'Sendable' protocol
  7 | ///
  8 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
  9 | class MessageHandler {
    |       `- note: class 'MessageHandler' does not conform to the 'Sendable' protocol
 10 |
 11 |     private let client: WebSocketClient
[1074/1076] Compiling Appwrite WebSocketClient.swift
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:210:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
208 |
209 |         DispatchQueue.global(qos: .background).async {
210 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
211 |         }
212 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:237:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
235 |
236 |         DispatchQueue.global(qos: .background).async {
237 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
238 |         }
239 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:257:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
255 |             .channelOption(socketOptions, value: 1)
256 |             .channelInitializer {
257 |                 self.openChannel(channel: $0)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
258 |             }
259 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:279:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
277 |         })
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:285:56: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
284 |                     let sslHandler = try! NIOSSLClientHandler(context: sslContext, serverHostname: self.host)
285 |                     return channel.pipeline.addHandler(sslHandler, position: .first)
    |                                                        `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
286 |                 } else {
287 |                     return channel.eventLoop.makeSucceededFuture(())
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 57 | /// This handler can be used in channels that are acting as the client
 58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
 59 | public final class NIOSSLClientHandler: NIOSSLHandler {
    |                    `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 60 |     /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
 61 |     ///
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  5 | import Dispatch
  6 | import NIOFoundationCompat
  7 | import NIOSSL
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  8 |
  9 | public let WEBSOCKET_LOCKER_QUEUE = "SyncLocker"
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:271:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
269 |             requestKey: self.frameKey,
270 |             upgradePipelineHandler: { channel, response in
271 |                 self.upgradePipelineHandler(channel: channel, response: response)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
272 |             }
273 |         )
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:281:20: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
    |                    `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:281:20: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
    |                    `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:300:44: warning: type 'MessageHandler' does not conform to the 'Sendable' protocol
298 |         }
299 |
300 |         return channel.pipeline.addHandler(handler)
    |                                            `- warning: type 'MessageHandler' does not conform to the 'Sendable' protocol
301 |     }
302 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/MessageHandler.swift:9:7: note: class 'MessageHandler' does not conform to the 'Sendable' protocol
  7 | ///
  8 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
  9 | class MessageHandler {
    |       `- note: class 'MessageHandler' does not conform to the 'Sendable' protocol
 10 |
 11 |     private let client: WebSocketClient
[1075/1076] Compiling Appwrite WebSocketClientDelegate.swift
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:210:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
208 |
209 |         DispatchQueue.global(qos: .background).async {
210 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
211 |         }
212 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:237:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
235 |
236 |         DispatchQueue.global(qos: .background).async {
237 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
238 |         }
239 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:257:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
255 |             .channelOption(socketOptions, value: 1)
256 |             .channelInitializer {
257 |                 self.openChannel(channel: $0)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
258 |             }
259 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:279:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
277 |         })
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:285:56: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
284 |                     let sslHandler = try! NIOSSLClientHandler(context: sslContext, serverHostname: self.host)
285 |                     return channel.pipeline.addHandler(sslHandler, position: .first)
    |                                                        `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
286 |                 } else {
287 |                     return channel.eventLoop.makeSucceededFuture(())
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 57 | /// This handler can be used in channels that are acting as the client
 58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
 59 | public final class NIOSSLClientHandler: NIOSSLHandler {
    |                    `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 60 |     /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
 61 |     ///
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  5 | import Dispatch
  6 | import NIOFoundationCompat
  7 | import NIOSSL
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  8 |
  9 | public let WEBSOCKET_LOCKER_QUEUE = "SyncLocker"
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:271:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
269 |             requestKey: self.frameKey,
270 |             upgradePipelineHandler: { channel, response in
271 |                 self.upgradePipelineHandler(channel: channel, response: response)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
272 |             }
273 |         )
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:281:20: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
    |                    `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:281:20: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
    |                    `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:300:44: warning: type 'MessageHandler' does not conform to the 'Sendable' protocol
298 |         }
299 |
300 |         return channel.pipeline.addHandler(handler)
    |                                            `- warning: type 'MessageHandler' does not conform to the 'Sendable' protocol
301 |     }
302 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/MessageHandler.swift:9:7: note: class 'MessageHandler' does not conform to the 'Sendable' protocol
  7 | ///
  8 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
  9 | class MessageHandler {
    |       `- note: class 'MessageHandler' does not conform to the 'Sendable' protocol
 10 |
 11 |     private let client: WebSocketClient
[1076/1076] Compiling Appwrite WebSocketClientError.swift
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:210:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
208 |
209 |         DispatchQueue.global(qos: .background).async {
210 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
211 |         }
212 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:237:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
235 |
236 |         DispatchQueue.global(qos: .background).async {
237 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
238 |         }
239 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:257:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
255 |             .channelOption(socketOptions, value: 1)
256 |             .channelInitializer {
257 |                 self.openChannel(channel: $0)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
258 |             }
259 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:279:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
277 |         })
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:285:56: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
284 |                     let sslHandler = try! NIOSSLClientHandler(context: sslContext, serverHostname: self.host)
285 |                     return channel.pipeline.addHandler(sslHandler, position: .first)
    |                                                        `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
286 |                 } else {
287 |                     return channel.eventLoop.makeSucceededFuture(())
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 57 | /// This handler can be used in channels that are acting as the client
 58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
 59 | public final class NIOSSLClientHandler: NIOSSLHandler {
    |                    `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 60 |     /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
 61 |     ///
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  5 | import Dispatch
  6 | import NIOFoundationCompat
  7 | import NIOSSL
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  8 |
  9 | public let WEBSOCKET_LOCKER_QUEUE = "SyncLocker"
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:271:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
269 |             requestKey: self.frameKey,
270 |             upgradePipelineHandler: { channel, response in
271 |                 self.upgradePipelineHandler(channel: channel, response: response)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
272 |             }
273 |         )
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:281:20: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
    |                    `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:281:20: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
    |                    `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:300:44: warning: type 'MessageHandler' does not conform to the 'Sendable' protocol
298 |         }
299 |
300 |         return channel.pipeline.addHandler(handler)
    |                                            `- warning: type 'MessageHandler' does not conform to the 'Sendable' protocol
301 |     }
302 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/MessageHandler.swift:9:7: note: class 'MessageHandler' does not conform to the 'Sendable' protocol
  7 | ///
  8 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
  9 | class MessageHandler {
    |       `- note: class 'MessageHandler' does not conform to the 'Sendable' protocol
 10 |
 11 |     private let client: WebSocketClient
Build complete! (321.81s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.58.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "Appwrite",
  "name" : "Appwrite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Appwrite",
      "targets" : [
        "Appwrite",
        "AppwriteEnums",
        "AppwriteModels",
        "JSONCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSONCodable",
      "module_type" : "SwiftTarget",
      "name" : "JSONCodable",
      "path" : "Sources/JSONCodable",
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "Codable+JSON.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppwriteTests",
      "module_type" : "SwiftTarget",
      "name" : "AppwriteTests",
      "path" : "Tests/AppwriteTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "Appwrite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppwriteModels",
      "module_type" : "SwiftTarget",
      "name" : "AppwriteModels",
      "path" : "Sources/AppwriteModels",
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "AlgoArgon2.swift",
        "AlgoBcrypt.swift",
        "AlgoMd5.swift",
        "AlgoPhpass.swift",
        "AlgoScrypt.swift",
        "AlgoScryptModified.swift",
        "AlgoSha.swift",
        "Continent.swift",
        "ContinentList.swift",
        "Country.swift",
        "CountryList.swift",
        "Currency.swift",
        "CurrencyList.swift",
        "Document.swift",
        "DocumentList.swift",
        "Execution.swift",
        "ExecutionList.swift",
        "File.swift",
        "FileList.swift",
        "Headers.swift",
        "Identity.swift",
        "IdentityList.swift",
        "Jwt.swift",
        "Language.swift",
        "LanguageList.swift",
        "Locale.swift",
        "LocaleCode.swift",
        "LocaleCodeList.swift",
        "Log.swift",
        "LogList.swift",
        "Membership.swift",
        "MembershipList.swift",
        "MfaChallenge.swift",
        "MfaFactors.swift",
        "MfaRecoveryCodes.swift",
        "MfaType.swift",
        "Phone.swift",
        "PhoneList.swift",
        "Preferences.swift",
        "Session.swift",
        "SessionList.swift",
        "Subscriber.swift",
        "Target.swift",
        "Team.swift",
        "TeamList.swift",
        "Token.swift",
        "User.swift"
      ],
      "target_dependencies" : [
        "JSONCodable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppwriteEnums",
      "module_type" : "SwiftTarget",
      "name" : "AppwriteEnums",
      "path" : "Sources/AppwriteEnums",
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "AuthenticationFactor.swift",
        "AuthenticatorType.swift",
        "Browser.swift",
        "CreditCard.swift",
        "ExecutionMethod.swift",
        "Flag.swift",
        "ImageFormat.swift",
        "ImageGravity.swift",
        "OAuthProvider.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/RealtimeModels.swift",
        "Models/UploadProgress.swift",
        "OAuth/View+OAuth.swift",
        "OAuth/WebAuthComponent.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/Locale.swift",
        "Services/Messaging.swift",
        "Services/Realtime.swift",
        "Services/Service.swift",
        "Services/Storage.swift",
        "Services/Teams.swift",
        "StreamingDelegate.swift",
        "WebSockets/HTTPHandler.swift",
        "WebSockets/MessageHandler.swift",
        "WebSockets/WebSocketClient.swift",
        "WebSockets/WebSocketClientDelegate.swift",
        "WebSockets/WebSocketClientError.swift"
      ],
      "target_dependencies" : [
        "AppwriteModels",
        "AppwriteEnums",
        "JSONCodable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.