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 10.1.1 (52a3a6), with Swift 6.1 for Linux on 4 Jun 2025 09:40:59 UTC.

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 10.1.1
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
 * tag               10.1.1     -> FETCH_HEAD
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 10.1.1
========================================
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-4606859-2":/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/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
[1/14014] Fetching async-http-client
[4766/90161] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.23s)
[28936/76147] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.92s)
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 (7.51s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
[1895/6503] Fetching swift-nio-transport-services, swift-log
[2937/12426] Fetching swift-nio-transport-services, swift-log, swift-nio-extras
[6685/18385] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-algorithms
[7314/29912] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-algorithms, swift-nio-http2
[11836/31674] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-algorithms, swift-nio-http2, swift-atomics
Fetched https://github.com/apple/swift-log.git from cache (0.60s)
Fetching https://github.com/apple/swift-nio-ssl.git
[18963/27838] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2, swift-atomics
Fetched https://github.com/apple/swift-algorithms.git from cache (0.76s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.76s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.77s)
[9036/17450] Fetching swift-nio-extras, swift-nio-http2
[17451/32293] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.61s)
[15832/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.63s)
[4602/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.25s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (3.93s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.07s)
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.12s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.49s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.76s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.90s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.79s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.10s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.18s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/904] Fetching swift-http-types
[336/3330] Fetching swift-http-types, swift-service-lifecycle
[793/4471] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.64s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.65s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.65s)
[1/1590] Fetching swift-asn1
[781/6575] Fetching swift-asn1, swift-async-algorithms
[881/12730] Fetching swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.63s)
[7140/11140] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.81s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.03s)
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.73s)
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.36s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.21s)
Fetching https://github.com/apple/swift-crypto.git
[1/14643] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.14s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.92s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.16s)
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.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.90s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.02s)
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 (1.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.50s)
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-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-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-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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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-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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Building for debugging...
[0/445] Write sources
[21/445] Compiling CNIOWindows WSAStartup.c
[22/445] Compiling _NumericsShims _NumericsShims.c
[22/445] Write sources
[26/445] Compiling CNIOWASI CNIOWASI.c
[27/445] Compiling CNIOWindows shim.c
[28/445] Compiling _AtomicsShims.c
[29/445] Compiling CNIOLinux liburing_shims.c
[30/445] Compiling CNIOSHA1 c_nio_sha1.c
[31/445] Compiling CNIOLLHTTP c_nio_http.c
[32/445] Compiling CNIOExtrasZlib empty.c
[33/445] Compiling CNIODarwin shim.c
[34/445] Compiling CNIOLinux shim.c
[35/445] Compiling fiat_p256_adx_sqr.S
[36/445] Compiling CNIOLLHTTP c_nio_api.c
[37/445] Compiling fiat_curve25519_adx_square.S
[38/445] Compiling fiat_p256_adx_mul.S
[39/445] Compiling fiat_curve25519_adx_mul.S
[40/445] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[41/445] Write swift-version-24593BA9C3E375BF.txt
[42/445] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/449] Compiling CNIOBoringSSLShims shims.c
[44/451] Compiling tls_method.cc
[45/451] Compiling tls13_server.cc
[46/451] Compiling tls_record.cc
[47/454] Compiling tls13_enc.cc
[48/482] Compiling tls13_client.cc
[49/482] Compiling tls13_both.cc
[51/482] Emitting module JSONCodable
[52/482] Compiling RealModule Real.swift
[53/483] Emitting module InternalCollectionsUtilities
[54/484] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[55/484] Compiling InternalCollectionsUtilities Integer rank.swift
[56/484] Compiling RealModule ElementaryFunctions.swift
[57/484] Compiling InternalCollectionsUtilities Descriptions.swift
[58/484] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/484] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/484] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/484] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/484] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[65/484] Compiling InternalCollectionsUtilities Debugging.swift
[66/484] Emitting module RealModule
[67/484] Compiling RealModule Float+Real.swift
[68/484] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/484] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/484] Compiling _NIOBase64 Base64.swift
[71/484] Emitting module _NIOBase64
[72/484] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/484] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/485] Compiling RealModule Float16+Real.swift
[77/485] Compiling RealModule Float80+Real.swift
[78/485] Compiling _NIODataStructures _TinyArray.swift
[79/485] Compiling _NIODataStructures PriorityQueue.swift
[80/485] Compiling RealModule RealFunctions.swift
[80/486] Compiling t1_enc.cc
[83/486] Compiling ssl_x509.cc
[85/486] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[87/502] Compiling DequeModule Deque+CustomReflectable.swift
[88/502] Compiling DequeModule Deque+Descriptions.swift
[89/504] Compiling DequeModule _DequeBuffer.swift
[90/504] Compiling DequeModule _DequeBufferHeader.swift
[91/504] Compiling Logging MetadataProvider.swift
[92/504] Emitting module Logging
[93/504] Compiling Logging Locks.swift
[94/504] Compiling Logging LogHandler.swift
[95/504] Compiling Logging Logging.swift
[96/504] Emitting module _NIODataStructures
[97/505] Compiling _NIODataStructures Heap.swift
[98/506] Compiling DequeModule Deque+Extras.swift
[99/506] Compiling DequeModule Deque+Hashable.swift
[100/506] Compiling DequeModule Deque+Equatable.swift
[101/506] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[104/506] Compiling DequeModule _DequeSlot.swift
[105/506] Compiling DequeModule _UnsafeWrappedBuffer.swift
[106/506] Compiling DequeModule Deque._UnsafeHandle.swift
[107/506] Compiling DequeModule Deque.swift
[108/506] Compiling DequeModule Deque+Testing.swift
[109/506] Compiling DequeModule Deque._Storage.swift
[110/506] Compiling DequeModule Deque+Codable.swift
[111/506] Compiling DequeModule Deque+Collection.swift
[112/506] Emitting module DequeModule
[112/507] Compiling ssl_stat.cc
[115/507] Compiling JSONCodable Codable+JSON.swift
[115/508] Compiling ssl_transcript.cc
[117/508] Compiling ssl_versions.cc
[118/551] Compiling ssl_session.cc
[120/551] Emitting module AppwriteModels
[120/556] Compiling ssl_privkey.cc
[122/556] Compiling AppwriteModels Membership.swift
[123/556] Compiling AppwriteModels MembershipList.swift
[124/556] Compiling AppwriteModels MfaChallenge.swift
[125/556] Compiling AppwriteModels MfaFactors.swift
[126/556] Compiling AppwriteModels MfaRecoveryCodes.swift
[127/556] Compiling AppwriteModels MfaType.swift
[128/556] Compiling AppwriteModels AlgoArgon2.swift
[129/556] Compiling AppwriteModels AlgoBcrypt.swift
[130/556] Compiling AppwriteModels AlgoMd5.swift
[131/556] Compiling AppwriteModels AlgoPhpass.swift
[132/556] Compiling AppwriteModels AlgoScrypt.swift
[133/556] Compiling AppwriteModels AlgoScryptModified.swift
[134/556] Compiling AppwriteModels AlgoSha.swift
[135/556] Compiling AppwriteModels Continent.swift
[136/556] Compiling AppwriteModels ContinentList.swift
[137/556] Compiling AppwriteModels Country.swift
[138/556] Compiling AppwriteModels CountryList.swift
[139/556] Compiling AppwriteModels Currency.swift
[140/556] Compiling AppwriteModels LanguageList.swift
[141/556] Compiling AppwriteModels Locale.swift
[142/556] Compiling AppwriteModels LocaleCode.swift
[143/556] Compiling AppwriteModels LocaleCodeList.swift
[144/556] Compiling AppwriteModels Log.swift
[145/556] Compiling AppwriteModels LogList.swift
[146/556] Compiling AppwriteModels FileList.swift
[147/556] Compiling AppwriteModels Headers.swift
[148/556] Compiling AppwriteModels Identity.swift
[149/556] Compiling AppwriteModels IdentityList.swift
[150/556] Compiling AppwriteModels Jwt.swift
[151/556] Compiling AppwriteModels Language.swift
[152/556] Compiling AppwriteModels Phone.swift
[153/556] Compiling AppwriteModels PhoneList.swift
[154/556] Compiling AppwriteModels Preferences.swift
[155/556] Compiling AppwriteModels Session.swift
[156/556] Compiling AppwriteModels SessionList.swift
[157/556] Compiling AppwriteModels Subscriber.swift
[158/556] Compiling AppwriteModels CurrencyList.swift
[159/556] Compiling AppwriteModels Document.swift
[160/556] Compiling AppwriteModels DocumentList.swift
[161/556] Compiling AppwriteModels Execution.swift
[162/556] Compiling AppwriteModels ExecutionList.swift
[163/556] Compiling AppwriteModels File.swift
[163/556] Compiling ssl_lib.cc
[164/556] Compiling ssl_file.cc
[165/556] Compiling ssl_key_share.cc
[166/556] Compiling ssl_cipher.cc
[168/556] Compiling AppwriteModels Target.swift
[169/556] Compiling AppwriteModels Team.swift
[170/556] Compiling AppwriteModels TeamList.swift
[171/556] Compiling AppwriteModels Token.swift
[172/556] Compiling AppwriteModels User.swift
[172/557] Compiling ssl_credential.cc
[174/557] Compiling ssl_cert.cc
[175/557] Compiling ssl_buffer.cc
[176/557] Compiling ssl_asn1.cc
[177/557] Compiling ssl_aead_ctx.cc
[178/557] Compiling s3_pkt.cc
[179/557] Compiling s3_lib.cc
[180/557] Compiling s3_both.cc
[181/557] Compiling handshake_server.cc
[182/557] Compiling handshake.cc
[183/557] Compiling handshake_client.cc
[184/557] Compiling handoff.cc
[185/557] Compiling dtls_record.cc
[186/557] Compiling dtls_method.cc
[187/557] Compiling md5-x86_64-linux.S
[188/557] Compiling d1_srtp.cc
[189/557] Compiling extensions.cc
[190/557] Compiling encrypted_client_hello.cc
[191/557] Compiling md5-x86_64-apple.S
[192/557] Compiling md5-586-linux.S
[193/557] Compiling md5-586-apple.S
[194/557] Compiling chacha20_poly1305_armv8-win.S
[195/557] Compiling chacha20_poly1305_x86_64-apple.S
[196/557] Compiling chacha20_poly1305_x86_64-linux.S
[197/557] Compiling chacha20_poly1305_armv8-linux.S
[198/557] Compiling chacha20_poly1305_armv8-apple.S
[199/557] Compiling chacha-x86_64-linux.S
[200/557] Compiling chacha-x86_64-apple.S
[201/557] Compiling chacha-x86-linux.S
[202/557] Compiling chacha-x86-apple.S
[203/557] Compiling chacha-armv8-win.S
[204/557] Compiling chacha-armv8-linux.S
[205/557] Compiling chacha-armv8-apple.S
[206/557] Compiling chacha-armv4-linux.S
[207/557] Compiling aes128gcmsiv-x86_64-apple.S
[208/557] Compiling aes128gcmsiv-x86_64-linux.S
[209/557] Compiling x86_64-mont5-linux.S
[210/557] Compiling x86_64-mont5-apple.S
[211/557] Compiling err_data.cc
[212/557] Compiling x86_64-mont-linux.S
[213/557] Compiling x86-mont-apple.S
[214/557] Compiling x86-mont-linux.S
[215/557] Compiling x86_64-mont-apple.S
[216/557] Compiling vpaes-x86_64-linux.S
[217/557] Compiling vpaes-x86_64-apple.S
[218/557] Compiling vpaes-x86-linux.S
[219/557] Compiling vpaes-armv8-win.S
[220/557] Compiling vpaes-x86-apple.S
[221/557] Compiling d1_pkt.cc
[222/557] Compiling vpaes-armv7-linux.S
[223/557] Compiling vpaes-armv8-linux.S
[224/557] Compiling vpaes-armv8-apple.S
[225/557] Compiling sha512-x86_64-linux.S
[226/557] Compiling sha512-x86_64-apple.S
[227/557] Compiling sha512-armv8-linux.S
[228/557] Compiling sha512-armv8-win.S
[229/557] Compiling sha512-armv8-apple.S
[230/557] Compiling sha512-armv4-linux.S
[231/557] Compiling sha512-586-apple.S
[232/557] Compiling sha512-586-linux.S
[233/557] Compiling sha256-x86_64-apple.S
[234/557] Compiling sha256-x86_64-linux.S
[235/557] Compiling sha256-armv8-win.S
[236/557] Compiling sha256-armv8-apple.S
[237/557] Compiling sha256-armv8-linux.S
[238/557] Compiling sha256-armv4-linux.S
[239/557] Compiling sha256-586-linux.S
[240/557] Compiling sha256-586-apple.S
[241/557] Compiling sha1-x86_64-apple.S
[242/557] Compiling sha1-armv8-win.S
[243/557] Compiling sha1-armv8-linux.S
[244/557] Compiling sha1-x86_64-linux.S
[245/557] Compiling sha1-armv8-apple.S
[246/557] Compiling sha1-armv4-large-linux.S
[247/557] Compiling sha1-586-linux.S
[248/557] Compiling rsaz-avx2-apple.S
[249/557] Compiling sha1-586-apple.S
[250/557] Compiling rdrand-x86_64-linux.S
[251/557] Compiling rsaz-avx2-linux.S
[252/557] Compiling rdrand-x86_64-apple.S
[253/557] Compiling p256_beeu-x86_64-asm-apple.S
[254/557] Compiling p256_beeu-x86_64-asm-linux.S
[255/557] Compiling p256_beeu-armv8-asm-win.S
[256/557] Compiling p256_beeu-armv8-asm-linux.S
[257/557] Compiling p256_beeu-armv8-asm-apple.S
[258/557] Compiling p256-x86_64-asm-apple.S
[258/557] Compiling p256-x86_64-asm-linux.S
[260/557] Compiling p256-armv8-asm-linux.S
[261/557] Compiling p256-armv8-asm-win.S
[262/557] Compiling p256-armv8-asm-apple.S
[263/557] Compiling bio_ssl.cc
[264/557] Compiling ghashv8-armv8-win.S
[265/557] Compiling ghashv8-armv8-linux.S
[266/557] Compiling ghashv8-armv8-apple.S
[267/557] Compiling ghashv8-armv7-linux.S
[268/557] Compiling ghash-x86-apple.S
[269/557] Compiling ghash-x86_64-apple.S
[270/557] Compiling ghash-ssse3-x86_64-linux.S
[271/557] Compiling ghash-x86_64-linux.S
[272/557] Compiling ghash-x86-linux.S
[273/557] Compiling ghash-ssse3-x86_64-apple.S
[274/557] Compiling ghash-neon-armv8-win.S
[275/557] Compiling ghash-ssse3-x86-linux.S
[276/557] Compiling ghash-neon-armv8-linux.S
[277/557] Compiling ghash-ssse3-x86-apple.S
[278/557] Compiling ghash-armv4-linux.S
[279/557] Compiling ghash-neon-armv8-apple.S
[280/557] Compiling bsaes-armv7-linux.S
[281/557] Compiling co-586-apple.S
[282/557] Compiling co-586-linux.S
[283/557] Compiling d1_lib.cc
[284/557] Compiling bn-armv8-win.S
[284/557] Compiling bn-armv8-linux.S
[286/557] Compiling bn-armv8-apple.S
[287/557] Compiling armv8-mont-win.S
[288/557] Compiling bn-586-linux.S
[289/557] Compiling bn-586-apple.S
[290/557] Compiling armv8-mont-linux.S
[291/557] Compiling armv8-mont-apple.S
[292/557] Compiling armv4-mont-linux.S
[293/557] Compiling aesv8-gcm-armv8-win.S
[294/557] Compiling aesv8-armv8-linux.S
[295/557] Compiling aesv8-gcm-armv8-apple.S
[296/557] Compiling aesv8-armv8-win.S
[297/557] Compiling aesv8-gcm-armv8-linux.S
[298/557] Compiling aesv8-armv8-apple.S
[299/557] Compiling aesv8-armv7-linux.S
[300/557] Compiling aesni-x86_64-linux.S
[301/557] Compiling aesni-x86_64-apple.S
[302/557] Compiling aesni-x86-linux.S
[303/557] Compiling aesni-x86-apple.S
[304/557] Compiling aesni-gcm-x86_64-linux.S
[305/557] Compiling aesni-gcm-x86_64-apple.S
[306/557] Compiling aes-gcm-avx2-x86_64-apple.S
[307/557] Compiling aes-gcm-avx2-x86_64-linux.S
[308/557] Compiling aes-gcm-avx10-x86_64-linux.S
[309/557] Compiling aes-gcm-avx10-x86_64-apple.S
[310/557] Compiling d1_both.cc
[311/557] Compiling x_req.cc
[312/557] Compiling x_val.cc
[313/557] Compiling x_x509a.cc
[314/557] Compiling x_spki.cc
[315/557] Compiling x_sig.cc
[316/557] Compiling x_pubkey.cc
[317/557] Compiling x_name.cc
[318/557] Compiling x_x509.cc
[319/557] Compiling x_crl.cc
[320/557] Compiling x_exten.cc
[320/557] Compiling x_attrib.cc
[322/557] Compiling x_all.cc
[323/557] Compiling x_algor.cc
[324/557] Compiling x509spki.cc
[325/557] Compiling x509rset.cc
[326/557] Compiling x509name.cc
[327/557] Compiling x509_vfy.cc
[328/557] Compiling x509cset.cc
[329/557] Compiling x509_vpm.cc
[330/557] Compiling x509_txt.cc
[331/557] Compiling x509_v3.cc
[332/557] Compiling x509_trs.cc
[333/557] Compiling x509_set.cc
[334/557] Compiling x509_req.cc
[335/557] Compiling x509_lu.cc
[336/557] Compiling x509_obj.cc
[337/557] Compiling x509_def.cc
[338/557] Compiling x509_d2.cc
[339/557] Compiling x509_ext.cc
[340/557] Compiling x509_cmp.cc
[341/557] Compiling x509_att.cc
[342/557] Compiling x509.cc
[343/557] Compiling v3_utl.cc
[344/557] Compiling v3_skey.cc
[345/557] Compiling v3_prn.cc
[346/557] Compiling v3_ocsp.cc
[347/557] Compiling v3_purp.cc
[348/557] Compiling v3_pmaps.cc
[349/557] Compiling v3_pcons.cc
[350/557] Compiling v3_ncons.cc
[351/557] Compiling v3_lib.cc
[352/557] Compiling v3_int.cc
[353/557] Compiling v3_ia5.cc
[354/557] Compiling v3_info.cc
[355/557] Compiling v3_extku.cc
[356/557] Compiling v3_genn.cc
[357/557] Compiling v3_enum.cc
[358/557] Compiling v3_crld.cc
[359/557] Compiling v3_cpols.cc
[360/557] Compiling v3_conf.cc
[361/557] Compiling v3_bitst.cc
[362/557] Compiling v3_alt.cc
[363/557] Compiling v3_bcons.cc
[364/557] Compiling v3_akey.cc
[365/557] Compiling v3_akeya.cc
[366/557] Compiling t_x509a.cc
[367/557] Compiling i2d_pr.cc
[368/557] Compiling t_x509.cc
[369/557] Compiling t_crl.cc
[370/557] Compiling t_req.cc
[371/557] Compiling name_print.cc
[372/557] Compiling rsa_pss.cc
[373/557] Compiling policy.cc
[374/557] Compiling by_file.cc
[375/557] Compiling by_dir.cc
[376/557] Compiling asn1_gen.cc
[377/557] Compiling voprf.cc
[378/557] Compiling algorithm.cc
[379/557] Compiling a_sign.cc
[380/557] Compiling a_digest.cc
[381/557] Compiling a_verify.cc
[382/557] Compiling trust_token.cc
[383/557] Compiling thread_win.cc
[384/557] Compiling thread_pthread.cc
[385/557] Compiling thread.cc
[386/557] Compiling thread_none.cc
[387/557] Compiling stack.cc
[388/557] Compiling pmbtoken.cc
[389/557] Compiling siphash.cc
[390/557] Compiling sha512.cc
[391/557] Compiling sha256.cc
[392/557] Compiling sha1.cc
[393/557] Compiling slhdsa.cc
[394/557] Compiling rsa_print.cc
[395/557] Compiling spake2plus.cc
[396/557] Compiling rsa_extra.cc
[397/557] Compiling refcount.cc
[398/557] Compiling rc4.cc
[399/557] Compiling rsa_crypt.cc
[400/557] Compiling trusty.cc
[401/557] Compiling rand.cc
[402/557] Compiling rsa_asn1.cc
[403/557] Compiling urandom.cc
[404/557] Compiling windows.cc
[405/557] Compiling ios.cc
[406/557] Compiling poly1305_arm_asm.S
[407/557] Compiling getentropy.cc
[408/557] Compiling passive.cc
[409/557] Compiling forkunsafe.cc
[410/557] Compiling deterministic.cc
[411/557] Compiling fork_detect.cc
[412/557] Compiling poly1305_arm.cc
[413/557] Compiling poly1305.cc
[414/557] Compiling poly1305_vec.cc
[415/557] Compiling pool.cc
[416/557] Compiling p5_pbev2.cc
[417/557] Compiling pkcs7.cc
[418/557] Compiling pkcs8_x509.cc
[419/557] Compiling pkcs8.cc
[420/557] Compiling pkcs7_x509.cc
[421/557] Compiling pem_xaux.cc
[422/557] Compiling pem_x509.cc
[423/557] Compiling pem_pkey.cc
[424/557] Compiling pem_pk8.cc
[425/557] Compiling mlkem.cc
[426/557] Compiling obj_xref.cc
[427/557] Compiling pem_oth.cc
[428/557] Compiling pem_info.cc
[429/557] Compiling obj.cc
[430/557] Compiling pem_lib.cc
[431/557] Compiling pem_all.cc
[432/557] Compiling mem.cc
[433/557] Compiling poly_rq_mul.S
[434/557] Compiling mldsa.cc
[435/557] Compiling md5.cc
[436/557] Compiling fips_shared_support.cc
[437/557] Compiling md4.cc
[438/557] Compiling lhash.cc
[439/557] Compiling kyber.cc
[440/557] Compiling hrss.cc
[441/557] Compiling ex_data.cc
[442/557] Compiling sign.cc
[443/557] Compiling scrypt.cc
[444/557] Compiling pbkdf.cc
[445/557] Compiling hpke.cc
[446/557] Compiling print.cc
[447/557] Compiling p_x25519.cc
[448/557] Compiling p_x25519_asn1.cc
[449/557] Compiling p_ed25519.cc
[450/557] Compiling p_rsa_asn1.cc
[451/557] Compiling p_rsa.cc
[452/557] Compiling p_hkdf.cc
[453/557] Compiling p_ed25519_asn1.cc
[454/557] Compiling p_ec.cc
[455/557] Compiling p_ec_asn1.cc
[456/557] Compiling p_dh_asn1.cc
[457/557] Compiling p_dh.cc
[458/557] Compiling evp_ctx.cc
[459/557] Compiling err.cc
[460/557] Compiling p_dsa_asn1.cc
[461/557] Compiling evp.cc
[462/557] Compiling engine.cc
[463/557] Compiling evp_asn1.cc
[464/557] Compiling hash_to_curve.cc
[465/557] Compiling ecdh.cc
[466/557] Compiling ecdsa_asn1.cc
[467/557] Compiling ec_derive.cc
[468/557] Compiling ec_asn1.cc
[469/557] Compiling params.cc
[470/557] Compiling dsa.cc
[471/557] Compiling dsa_asn1.cc
[472/557] Compiling digest_extra.cc
[473/557] Compiling x25519-asm-arm.S
[474/557] Compiling des.cc
[475/557] Compiling dh_asn1.cc
[476/557] Compiling cpu_intel.cc
[477/557] Compiling crypto.cc
[478/557] Compiling spake25519.cc
[479/557] Compiling cpu_arm_linux.cc
[480/557] Compiling curve25519.cc
[481/557] Compiling cpu_arm_freebsd.cc
[482/557] Compiling cpu_aarch64_sysreg.cc
[483/557] Compiling cpu_aarch64_openbsd.cc
[484/557] Compiling cpu_aarch64_win.cc
[485/557] Compiling cpu_aarch64_linux.cc
[486/557] Compiling bcm.cc
[487/557] Compiling cpu_aarch64_fuchsia.cc
[488/557] Compiling cpu_aarch64_apple.cc
[489/557] Compiling e_rc2.cc
[490/557] Compiling curve25519_64_adx.cc
[491/557] Compiling tls_cbc.cc
[492/557] Compiling e_rc4.cc
[493/557] Compiling get_cipher.cc
[494/557] Compiling conf.cc
[495/557] Compiling e_tls.cc
[496/557] Compiling e_des.cc
[497/557] Compiling e_chacha20poly1305.cc
[498/557] Compiling e_null.cc
[499/557] Compiling derive_key.cc
[500/557] Compiling chacha.cc
[501/557] Compiling e_aesctrhmac.cc
[502/557] Compiling e_aesgcmsiv.cc
[503/557] Compiling unicode.cc
[504/557] Compiling cbb.cc
[505/557] Compiling cbs.cc
[506/557] Compiling buf.cc
[507/557] Compiling ber.cc
[508/557] Compiling asn1_compat.cc
[509/557] Compiling convert.cc
[510/557] Compiling socket.cc
[511/557] Compiling blake2.cc
[512/557] Compiling hexdump.cc
[513/557] Compiling socket_helper.cc
[514/557] Compiling pair.cc
[515/557] Compiling printf.cc
[516/557] Compiling bn_asn1.cc
[517/557] Compiling file.cc
[518/557] Compiling connect.cc
[519/557] Compiling errno.cc
[520/557] Compiling fd.cc
[521/557] Compiling bio_mem.cc
[522/557] Compiling base64.cc
[523/557] Compiling bio.cc
[524/557] Compiling tasn_typ.cc
[525/557] Compiling tasn_utl.cc
[526/557] Compiling f_string.cc
[527/557] Compiling tasn_fre.cc
[528/557] Compiling posix_time.cc
[529/557] Compiling tasn_dec.cc
[530/557] Compiling tasn_enc.cc
[531/557] Compiling f_int.cc
[532/557] Compiling tasn_new.cc
[533/557] Compiling asn_pack.cc
[534/557] Compiling asn1_par.cc
[535/557] Compiling a_octet.cc
[536/557] Compiling asn1_lib.cc
[537/557] Compiling a_utctm.cc
[538/557] Compiling a_time.cc
[539/557] Compiling a_type.cc
[540/557] Compiling a_strnid.cc
[541/557] Compiling a_strex.cc
[542/557] Compiling a_object.cc
[543/557] Compiling a_dup.cc
[544/557] Compiling a_i2d_fp.cc
[545/557] Compiling a_gentm.cc
[546/557] Write sources
[547/557] Compiling a_int.cc
[547/557] Write sources
[551/557] Compiling a_mbstr.cc
[552/557] Compiling a_d2i_fp.cc
[553/610] Compiling a_bitstr.cc
[555/610] Compiling AppwriteEnums ImageGravity.swift
[556/611] Compiling AppwriteEnums ImageFormat.swift
[557/611] Compiling AppwriteEnums AuthenticationFactor.swift
[558/611] Compiling AppwriteEnums AuthenticatorType.swift
[558/611] Compiling a_bool.cc
[560/611] Compiling Algorithms Product.swift
[561/611] Compiling Algorithms Joined.swift
[562/611] Compiling Algorithms Keyed.swift
[563/611] Compiling Algorithms MinMax.swift
[564/613] Compiling Algorithms Partition.swift
[565/613] Compiling Algorithms Permutations.swift
[566/613] Compiling Algorithms Split.swift
[567/613] Compiling Algorithms Stride.swift
[568/613] Compiling Algorithms Suffix.swift
[569/616] Compiling AppwriteEnums ExecutionMethod.swift
[570/616] Compiling AppwriteEnums Browser.swift
[571/616] Compiling AppwriteEnums CreditCard.swift
[572/616] Compiling AppwriteEnums Flag.swift
[573/616] Compiling AppwriteEnums OAuthProvider.swift
[574/616] Emitting module AppwriteEnums
[576/617] Compiling Algorithms Grouped.swift
[577/617] Compiling Algorithms Indexed.swift
[578/617] Compiling Algorithms Intersperse.swift
[579/617] Compiling Algorithms Combinations.swift
[580/617] Compiling Algorithms Compacted.swift
[581/617] Compiling Algorithms Cycle.swift
[582/617] Compiling Atomics IntegerOperations.swift
[583/617] Compiling Atomics Unmanaged extensions.swift
[586/617] Compiling Algorithms Rotate.swift
[587/617] Compiling Algorithms Trim.swift
[588/617] Compiling Algorithms Unique.swift
[589/617] Compiling Algorithms Windows.swift
[589/617] Compiling c-nioatomics.c
[593/617] Compiling Algorithms EitherSequence.swift
[594/617] Compiling Algorithms FirstNonNil.swift
[601/617] Compiling Algorithms FlattenCollection.swift
[607/617] Compiling Algorithms Chunked.swift
[612/617] Emitting module Atomics
[615/618] Compiling c-atomics.c
[618/624] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[619/624] Compiling NIOConcurrencyHelpers lock.swift
[620/624] Compiling NIOConcurrencyHelpers NIOLock.swift
[621/624] Emitting module Algorithms
[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 SingleStepByteToMessageDecoder.swift
[644/694] Compiling NIOCore SocketAddresses.swift
[645/694] Compiling NIOCore SocketOptionProvider.swift
[646/694] Compiling NIOCore SystemCallHelpers.swift
[647/694] Compiling NIOCore TimeAmount+Duration.swift
[648/694] Compiling NIOCore TypeAssistedChannelHandler.swift
[649/694] Compiling NIOCore UniversalBootstrapSupport.swift
[650/694] Compiling NIOCore Utilities.swift
[651/694] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[652/694] Compiling NIOCore EventLoopFuture+Deprecated.swift
[653/694] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[654/694] Compiling NIOCore EventLoopFuture.swift
[655/694] Compiling NIOCore FileDescriptor.swift
[656/694] Compiling NIOCore FileHandle.swift
[657/694] Compiling NIOCore FileRegion.swift
[658/694] Compiling NIOCore GlobalSingletons.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] Emitting module NIOCore
[668/694] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[669/694] Compiling NIOCore BSDSocketAPI.swift
[670/694] Compiling NIOCore ByteBuffer-aux.swift
[671/694] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[672/694] Compiling NIOCore ByteBuffer-conversions.swift
[673/694] Compiling NIOCore ByteBuffer-core.swift
[674/694] Compiling NIOCore ByteBuffer-hex.swift
[675/694] Compiling NIOCore ByteBuffer-int.swift
[676/694] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[677/694] Compiling NIOCore AddressedEnvelope.swift
[678/694] Compiling NIOCore AsyncAwaitSupport.swift
[679/694] Compiling NIOCore AsyncChannel.swift
[680/694] Compiling NIOCore AsyncChannelHandler.swift
[681/694] Compiling NIOCore AsyncChannelInboundStream.swift
[682/694] Compiling NIOCore AsyncChannelOutboundWriter.swift
[683/694] Compiling NIOCore NIOAsyncSequenceProducer.swift
[684/694] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[685/694] Compiling NIOCore NIOAsyncWriter.swift
[686/694] Compiling NIOCore ByteBuffer-multi-int.swift
[687/694] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[688/694] Compiling NIOCore ByteBuffer-views.swift
[689/694] Compiling NIOCore Channel.swift
[690/694] Compiling NIOCore ChannelHandler.swift
[691/694] Compiling NIOCore ChannelHandlers.swift
[692/694] Compiling NIOCore ChannelInvoker.swift
[693/694] Compiling NIOCore ChannelOption.swift
[694/694] Compiling NIOCore ChannelPipeline.swift
[696/745] Emitting module NIOEmbedded
[697/745] Compiling NIOEmbedded AsyncTestingChannel.swift
[698/745] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[699/745] Compiling NIOEmbedded Embedded.swift
[700/746] Compiling NIOPosix Pool.swift
[701/746] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[702/746] Compiling NIOPosix PosixSingletons.swift
[703/746] Compiling NIOPosix RawSocketBootstrap.swift
[704/746] Compiling NIOPosix Resolver.swift
[705/746] Compiling NIOPosix Selectable.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] Compiling NIOPosix ServerSocket.swift
[714/752] Compiling NIOPosix Socket.swift
[715/752] Compiling NIOPosix SocketChannel.swift
[716/752] Compiling NIOPosix SocketProtocols.swift
[717/752] Compiling NIOPosix System.swift
[718/752] Compiling NIOPosix Thread.swift
[719/752] Compiling NIOPosix SelectableChannel.swift
[720/752] Compiling NIOPosix SelectableEventLoop.swift
[721/752] Compiling NIOPosix SelectorEpoll.swift
[722/752] Compiling NIOPosix SelectorGeneric.swift
[723/752] Compiling NIOPosix SelectorKqueue.swift
[724/752] Compiling NIOPosix SelectorUring.swift
[725/752] Compiling NIOPosix IO.swift
[726/752] Compiling NIOPosix IntegerBitPacking.swift
[727/752] Compiling NIOPosix IntegerTypes.swift
[728/752] Compiling NIOPosix Linux.swift
[729/752] Compiling NIOPosix LinuxCPUSet.swift
[730/752] Compiling NIOPosix LinuxUring.swift
[731/752] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[732/752] Compiling NIOPosix NIOThreadPool.swift
[733/752] Compiling NIOPosix NonBlockingFileIO.swift
[734/752] Compiling NIOPosix PendingDatagramWritesManager.swift
[735/752] Compiling NIOPosix PendingWritesManager.swift
[736/752] Compiling NIOPosix PipeChannel.swift
[737/752] Compiling NIOPosix PipePair.swift
[738/752] Emitting module NIOPosix
[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] Compiling NIO Exports.swift
[755/755] Emitting module NIO
[757/795] Compiling NIOTLS TLSEvents.swift
[758/795] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[759/795] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[760/795] Emitting module NIOTLS
[761/795] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[762/795] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[763/795] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[764/795] Compiling NIOSOCKS SOCKSResponse.swift
[765/795] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[766/796] Compiling NIOSOCKS ClientStateMachine.swift
[767/796] Emitting module NIOSOCKS
[768/796] Compiling NIOSOCKS SOCKSClientHandler.swift
[769/796] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[770/796] Compiling NIOSOCKS AuthenticationMethod.swift
[771/796] Compiling NIOSOCKS ClientGreeting.swift
[772/796] Compiling NIOSOCKS Errors.swift
[773/796] Compiling NIOSOCKS Helpers.swift
[774/796] Compiling NIOSOCKS ServerStateMachine.swift
[775/796] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[776/796] Compiling NIOTLS SNIHandler.swift
[777/797] Compiling NIOSOCKS Messages.swift
[778/797] Compiling NIOSOCKS SOCKSRequest.swift
[780/798] Emitting module NIOFoundationCompat
[781/798] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[782/798] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[783/798] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[787/801] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[788/801] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[789/801] Emitting module NIOHTTP1
[791/852] Compiling NIOTransportServices StateManagedChannel.swift
[792/852] Compiling NIOTransportServices StateManagedListenerChannel.swift
[793/852] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[794/854] Emitting module NIOTransportServices
[795/854] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[796/854] Compiling NIOTransportServices NIOTSSingletons.swift
[797/854] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[798/854] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[799/854] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[800/854] Compiling NIOTransportServices NIOTSListenerChannel.swift
[801/854] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[802/854] Compiling NIOTransportServices NIOTSErrors.swift
[803/854] Compiling NIOTransportServices NIOTSEventLoop.swift
[804/854] Compiling NIOTransportServices NIOTSBootstraps.swift
[805/854] Compiling NIOTransportServices NIOTSChannelOptions.swift
[806/854] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[807/854] Compiling NIOTransportServices AcceptHandler.swift
[808/854] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[809/854] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[810/854] Compiling NIOTransportServices NIOTSDatagramListener.swift
[811/854] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[812/854] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[813/854] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[814/854] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[828/884] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[829/884] Compiling NIOHPACK DynamicHeaderTable.swift
[830/884] Compiling NIOHPACK HPACKDecoder.swift
[831/885] Compiling NIOHTTPCompression HTTPCompression.swift
[832/885] Emitting module NIOHTTPCompression
[833/885] Compiling NIOWebSocket WebSocketErrorCodes.swift
[836/886] Compiling NIOWebSocket WebSocketOpcode.swift
[837/886] Compiling NIOHPACK StaticHeaderTable.swift
[838/886] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[839/886] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[840/886] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[841/886] Compiling NIOWebSocket WebSocketFrame.swift
[842/886] Compiling NIOHPACK IndexedHeaderTable.swift
[843/886] Compiling NIOHPACK IntegerCoding.swift
[844/886] Compiling NIOHTTPCompression HTTPDecompression.swift
[845/887] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[846/887] Compiling NIOHPACK HuffmanTables.swift
[847/887] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[848/887] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[850/887] Compiling NIOHPACK HPACKHeader.swift
[851/887] Compiling NIOHPACK HeaderTables.swift
[852/887] Emitting module NIOWebSocket
[853/888] Emitting module NIOHPACK
[854/888] Compiling NIOHPACK HuffmanCoding.swift
[860/892] Compiling NIOSSL SSLPrivateKey.swift
[861/892] Compiling NIOSSL SSLPublicKey.swift
[862/892] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[863/892] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[867/892] Compiling NIOSSL SafeCompare.swift
[868/892] Emitting module NIOSSL
[869/892] Compiling NIOHPACK HPACKEncoder.swift
[870/892] Compiling NIOHPACK HPACKErrors.swift
[890/951] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[891/951] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[892/951] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[893/951] Compiling NIOHTTP2 HTTP2Error.swift
[895/952] Emitting module NIOHTTP2
[896/952] Compiling NIOHTTP2 StateMachineResult.swift
[897/952] Compiling NIOHTTP2 ContentLengthVerifier.swift
[898/952] Compiling NIOHTTP2 DOSHeuristics.swift
[899/952] Compiling NIOHTTP2 Error+Any.swift
[900/952] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[901/952] Compiling NIOHTTP2 ControlFrameBuffer.swift
[902/952] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[903/952] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[904/952] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[905/952] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[906/952] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[907/952] Compiling NIOHTTP2 HTTP2StreamID.swift
[908/952] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[909/952] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[910/952] Compiling NIOHTTP2 HTTP2UserEvents.swift
[911/952] Compiling NIOHTTP2 InboundEventBuffer.swift
[912/960] Compiling NIOHTTP2 ConnectionStateMachine.swift
[913/960] Compiling NIOHTTP2 ConnectionStreamsState.swift
[914/960] Compiling NIOHTTP2 MayReceiveFrames.swift
[915/960] Compiling NIOHTTP2 ReceivingDataState.swift
[916/960] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[917/960] Compiling NIOHTTP2 ReceivingHeadersState.swift
[918/960] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[919/960] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[920/960] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[921/960] Compiling NIOHTTP2 InboundWindowManager.swift
[922/960] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[923/960] Compiling NIOHTTP2 StreamChannelFlowController.swift
[924/960] Compiling NIOHTTP2 StreamChannelList.swift
[925/960] Compiling NIOHTTP2 StreamMap.swift
[926/960] Compiling NIOHTTP2 StreamStateMachine.swift
[927/960] Compiling NIOHTTP2 UnsafeTransfer.swift
[928/960] Compiling NIOHTTP2 WatermarkedFlowController.swift
[929/960] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[930/960] Compiling NIOHTTP2 HasFlowControlWindows.swift
[931/960] Compiling NIOHTTP2 HasLocalSettings.swift
[932/960] Compiling NIOHTTP2 HasRemoteSettings.swift
[933/960] Compiling NIOHTTP2 LocallyQuiescingState.swift
[934/960] Compiling NIOHTTP2 QuiescingState.swift
[935/960] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[936/960] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[937/960] Compiling NIOHTTP2 MaySendFrames.swift
[938/960] Compiling NIOHTTP2 SendingDataState.swift
[939/960] Compiling NIOHTTP2 SendingGoawayState.swift
[940/960] Compiling NIOHTTP2 SendingHeadersState.swift
[941/960] Compiling NIOHTTP2 SendingPushPromiseState.swift
[942/960] Compiling NIOHTTP2 SendingRstStreamState.swift
[943/960] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[944/960] Compiling NIOHTTP2 HTTP2SettingsState.swift
[945/960] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[946/960] Compiling NIOHTTP2 HTTP2Frame.swift
[947/960] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[948/960] Compiling NIOHTTP2 HTTP2FrameParser.swift
[949/960] Compiling NIOHTTP2 HTTP2PingData.swift
[950/960] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[951/960] Compiling NIOHTTP2 HTTP2Settings.swift
[952/960] Compiling NIOHTTP2 HTTP2Stream.swift
[953/960] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[954/960] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[955/960] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[960/960] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[962/1021] Emitting module AsyncHTTPClient
[963/1029] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[964/1029] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[965/1029] Compiling AsyncHTTPClient AsyncLazySequence.swift
[966/1029] Compiling AsyncHTTPClient HTTPClient+execute.swift
[967/1029] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[968/1029] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[969/1029] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[970/1029] Compiling AsyncHTTPClient HTTPClientRequest.swift
[971/1029] 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 SOCKSEventsHandler.swift
[982/1029] Compiling AsyncHTTPClient TLSEventsHandler.swift
[983/1029] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[984/1029] Compiling AsyncHTTPClient HTTP1Connection.swift
[985/1029] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[986/1029] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[987/1029] Compiling AsyncHTTPClient HTTP2Connection.swift
[988/1029] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[989/1029] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[990/1029] Compiling AsyncHTTPClient RequestBag.swift
[991/1029] Compiling AsyncHTTPClient RequestValidation.swift
[992/1029] Compiling AsyncHTTPClient SSLContextCache.swift
[993/1029] Compiling AsyncHTTPClient Scheme.swift
[994/1029] Compiling AsyncHTTPClient Singleton.swift
[995/1029] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[996/1029] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[997/1029] Compiling AsyncHTTPClient Utils.swift
[998/1029] Compiling AsyncHTTPClient HTTPHandler.swift
[999/1029] Compiling AsyncHTTPClient LRUCache.swift
[1000/1029] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1001/1029] Compiling AsyncHTTPClient NWErrorHandler.swift
[1002/1029] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1003/1029] Compiling AsyncHTTPClient TLSConfiguration.swift
[1004/1029] Compiling AsyncHTTPClient RedirectState.swift
[1005/1029] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1006/1029] Compiling AsyncHTTPClient ConnectionTarget.swift
[1007/1029] Compiling AsyncHTTPClient DeconstructedURL.swift
[1008/1029] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1009/1029] Compiling AsyncHTTPClient FoundationExtensions.swift
[1010/1029] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1011/1029] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1012/1029] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1013/1029] Compiling AsyncHTTPClient HTTPClient.swift
[1014/1029] Compiling AsyncHTTPClient RequestOptions.swift
[1015/1029] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1016/1029] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1017/1029] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1018/1029] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1019/1029] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1020/1029] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1021/1029] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1022/1029] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1023/1029] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1024/1029] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1025/1029] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1026/1029] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1027/1029] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1028/1029] Compiling AsyncHTTPClient RequestBodyLength.swift
[1029/1029] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1031/1071] 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?
[1032/1071] 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?
[1033/1071] 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?
[1034/1071] 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?
[1035/1071] 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?
[1036/1071] 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?
[1037/1076] Compiling Appwrite Databases.swift
[1038/1076] Compiling Appwrite Functions.swift
[1039/1076] Compiling Appwrite Graphql.swift
[1040/1076] Compiling Appwrite Locale.swift
[1041/1076] Compiling Appwrite Messaging.swift
[1042/1076] Compiling Appwrite CwlSysCtl.swift
[1043/1076] Compiling Appwrite MacOSDeviceInfo.swift
[1044/1076] Compiling Appwrite WKInterfaceDevice+ModelName.swift
[1045/1076] Compiling Appwrite WatchOSDeviceInfo.swift
[1046/1076] Compiling Appwrite Cookie+Codable.swift
[1047/1076] Compiling Appwrite HTTPClientRequest+Cookies.swift
[1048/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 |                     }
[1049/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 |                     }
[1050/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 |                     }
[1051/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 |                     }
[1052/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 |                     }
[1053/1076] 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 |
[1054/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
[1055/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
[1056/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
[1057/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
[1058/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
[1059/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
[1060/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
[1061/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
[1062/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
[1063/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
[1064/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
[1065/1076] Compiling Appwrite PackageInfo+Windows.swift
[1066/1076] Compiling Appwrite Permission.swift
[1067/1076] Compiling Appwrite Query.swift
[1068/1076] Compiling Appwrite Role.swift
[1069/1076] Compiling Appwrite Account.swift
[1070/1076] Compiling Appwrite Avatars.swift
[1071/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
[1072/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
[1073/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
[1074/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
[1075/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
[1076/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
Build complete! (376.77s)
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.