The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Appwrite, reference main (362d8b), with Swift 6.0 for Linux on 17 Apr 2025 22:55:48 UTC.

Swift 6 data race errors: 4

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/appwrite/sdk-for-apple.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/appwrite/sdk-for-apple
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 362d8b3 Merge pull request #71 from appwrite/dev
Cloned https://github.com/appwrite/sdk-for-apple.git
Revision (git rev-parse @):
362d8b32c5e807ff31d3a95619d1f5ce83296d69
SUCCESS checkout https://github.com/appwrite/sdk-for-apple.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/appwrite/sdk-for-apple.git
https://github.com/appwrite/sdk-for-apple.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.58.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "Appwrite",
  "name" : "Appwrite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Appwrite",
      "targets" : [
        "Appwrite",
        "AppwriteEnums",
        "AppwriteModels",
        "JSONCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSONCodable",
      "module_type" : "SwiftTarget",
      "name" : "JSONCodable",
      "path" : "Sources/JSONCodable",
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "Codable+JSON.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppwriteTests",
      "module_type" : "SwiftTarget",
      "name" : "AppwriteTests",
      "path" : "Tests/AppwriteTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "Appwrite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppwriteModels",
      "module_type" : "SwiftTarget",
      "name" : "AppwriteModels",
      "path" : "Sources/AppwriteModels",
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "AlgoArgon2.swift",
        "AlgoBcrypt.swift",
        "AlgoMd5.swift",
        "AlgoPhpass.swift",
        "AlgoScrypt.swift",
        "AlgoScryptModified.swift",
        "AlgoSha.swift",
        "Continent.swift",
        "ContinentList.swift",
        "Country.swift",
        "CountryList.swift",
        "Currency.swift",
        "CurrencyList.swift",
        "Document.swift",
        "DocumentList.swift",
        "Execution.swift",
        "ExecutionList.swift",
        "File.swift",
        "FileList.swift",
        "Headers.swift",
        "Identity.swift",
        "IdentityList.swift",
        "Jwt.swift",
        "Language.swift",
        "LanguageList.swift",
        "Locale.swift",
        "LocaleCode.swift",
        "LocaleCodeList.swift",
        "Log.swift",
        "LogList.swift",
        "Membership.swift",
        "MembershipList.swift",
        "MfaChallenge.swift",
        "MfaFactors.swift",
        "MfaRecoveryCodes.swift",
        "MfaType.swift",
        "Phone.swift",
        "PhoneList.swift",
        "Preferences.swift",
        "Session.swift",
        "SessionList.swift",
        "Subscriber.swift",
        "Target.swift",
        "Team.swift",
        "TeamList.swift",
        "Token.swift",
        "User.swift"
      ],
      "target_dependencies" : [
        "JSONCodable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppwriteEnums",
      "module_type" : "SwiftTarget",
      "name" : "AppwriteEnums",
      "path" : "Sources/AppwriteEnums",
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "AuthenticationFactor.swift",
        "AuthenticatorType.swift",
        "Browser.swift",
        "CreditCard.swift",
        "ExecutionMethod.swift",
        "Flag.swift",
        "ImageFormat.swift",
        "ImageGravity.swift",
        "OAuthProvider.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Appwrite",
      "module_type" : "SwiftTarget",
      "name" : "Appwrite",
      "path" : "Sources/Appwrite",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "NIOWebSocket"
      ],
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "Client.swift",
        "DeviceInfo/Linux/LinuxDeviceInfo.swift",
        "DeviceInfo/OSDeviceInfo.swift",
        "DeviceInfo/Windows/WindowsDeviceInfo.swift",
        "DeviceInfo/iOS/IOSDeviceInfo.swift",
        "DeviceInfo/iOS/UIDevice+ModelName.swift",
        "DeviceInfo/macOS/CwlSysCtl.swift",
        "DeviceInfo/macOS/MacOSDeviceInfo.swift",
        "DeviceInfo/watchOS/WKInterfaceDevice+ModelName.swift",
        "DeviceInfo/watchOS/WatchOSDeviceInfo.swift",
        "Extensions/Cookie+Codable.swift",
        "Extensions/HTTPClientRequest+Cookies.swift",
        "Extensions/String+MimeTypes.swift",
        "ID.swift",
        "Models/AppwriteError.swift",
        "Models/InputFile.swift",
        "Models/RealtimeModels.swift",
        "Models/UploadProgress.swift",
        "OAuth/View+OAuth.swift",
        "OAuth/WebAuthComponent.swift",
        "PackageInfo/Apple/PackageInfo+Apple.swift",
        "PackageInfo/Linux/PackageInfo+Linux.swift",
        "PackageInfo/OSPackageInfo.swift",
        "PackageInfo/PackageInfo.swift",
        "PackageInfo/Windows/PackageInfo+Windows.swift",
        "Permission.swift",
        "Query.swift",
        "Role.swift",
        "Services/Account.swift",
        "Services/Avatars.swift",
        "Services/Databases.swift",
        "Services/Functions.swift",
        "Services/Graphql.swift",
        "Services/Locale.swift",
        "Services/Messaging.swift",
        "Services/Realtime.swift",
        "Services/Service.swift",
        "Services/Storage.swift",
        "Services/Teams.swift",
        "StreamingDelegate.swift",
        "WebSockets/HTTPHandler.swift",
        "WebSockets/MessageHandler.swift",
        "WebSockets/WebSocketClient.swift",
        "WebSockets/WebSocketClientDelegate.swift",
        "WebSockets/WebSocketClientError.swift"
      ],
      "target_dependencies" : [
        "AppwriteModels",
        "AppwriteEnums",
        "JSONCodable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
[1/13758] Fetching async-http-client
[1377/89102] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (3.73s)
Fetched https://github.com/apple/swift-nio.git from cache (3.82s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.56s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5662] Fetching swift-nio-extras
[115/7367] Fetching swift-nio-extras, swift-atomics
[189/11199] Fetching swift-nio-extras, swift-atomics, swift-log
[395/13803] Fetching swift-nio-extras, swift-atomics, swift-log, swift-nio-transport-services
[5417/25289] Fetching swift-nio-extras, swift-atomics, swift-log, swift-nio-transport-services, swift-nio-http2
[9695/31192] Fetching swift-nio-extras, swift-atomics, swift-log, swift-nio-transport-services, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.54s)
[14566/21457] Fetching swift-nio-extras, swift-atomics, swift-nio-transport-services, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
[21458/36243] Fetching swift-nio-extras, swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.03s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.03s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.03s)
[14000/26272] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.04s)
[2662/14786] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.97s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4241] Fetching swift-system
[4242/20344] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.31s)
[1128/16103] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.77s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.12s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.65s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.55s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (1.00s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (1.12s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.98s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (1.08s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.40s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.1 (1.05s)
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.95s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (1.02s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
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.25.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.1
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.29.3
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.23.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/445] Write sources
[22/445] Compiling _NumericsShims _NumericsShims.c
[23/445] Compiling _AtomicsShims.c
[24/445] Compiling CNIOWindows shim.c
[24/445] Compiling CNIOWASI CNIOWASI.c
[26/445] Compiling CNIOLinux liburing_shims.c
[27/445] Compiling CNIOWindows WSAStartup.c
[28/445] Compiling CNIOExtrasZlib empty.c
[29/445] Compiling CNIOLinux shim.c
[30/445] Compiling CNIOSHA1 c_nio_sha1.c
[31/445] Compiling CNIOLLHTTP c_nio_http.c
[32/445] Compiling CNIODarwin shim.c
[33/445] Compiling CNIOLLHTTP c_nio_api.c
[34/445] Compiling fiat_p256_adx_sqr.S
[35/445] Compiling fiat_p256_adx_mul.S
[36/445] Compiling fiat_curve25519_adx_square.S
[37/445] Compiling fiat_curve25519_adx_mul.S
[38/445] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/445] Write swift-version-24593BA9C3E375BF.txt
[40/445] Compiling CNIOBoringSSLShims shims.c
[41/449] Compiling tls_record.cc
[42/451] Compiling tls_method.cc
[43/451] Compiling t1_enc.cc
[44/451] Compiling tls13_client.cc
[45/451] Compiling tls13_server.cc
[46/451] Compiling tls13_both.cc
[47/451] Compiling tls13_enc.cc
[48/485] Compiling ssl_x509.cc
[49/485] Compiling ssl_versions.cc
[50/485] Compiling ssl_transcript.cc
[51/485] Compiling ssl_stat.cc
[52/485] Compiling ssl_session.cc
[53/485] Compiling ssl_privkey.cc
[55/485] Emitting module _NIOBase64
[56/485] Compiling _NIOBase64 Base64.swift
[58/486] Compiling InternalCollectionsUtilities _SortedCollection.swift
[59/486] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/488] Compiling _NIODataStructures PriorityQueue.swift
[61/488] Compiling _NIODataStructures _TinyArray.swift
[62/488] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/488] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/488] Compiling ssl_file.cc
[65/488] Compiling RealModule ElementaryFunctions.swift
[66/489] Compiling RealModule Real.swift
[67/489] Compiling RealModule Float+Real.swift
[67/489] Compiling ssl_key_share.cc
[67/489] Compiling ssl_lib.cc
[70/489] Compiling InternalCollectionsUtilities Debugging.swift
[71/489] Compiling InternalCollectionsUtilities Descriptions.swift
[72/489] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[73/489] Compiling InternalCollectionsUtilities Specialize.swift
[74/489] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[75/489] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[76/489] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[77/489] Emitting module InternalCollectionsUtilities
[78/489] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[79/489] Compiling InternalCollectionsUtilities Integer rank.swift
[80/489] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[81/489] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[82/489] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[83/489] Compiling InternalCollectionsUtilities UInt+reversed.swift
[84/489] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[87/489] Compiling RealModule Float16+Real.swift
[88/489] Emitting module RealModule
[91/489] Compiling RealModule Float80+Real.swift
[92/490] Compiling RealModule RealFunctions.swift
[93/491] Emitting module _NIODataStructures
[94/491] Compiling _NIODataStructures Heap.swift
[95/491] Compiling Logging MetadataProvider.swift
[96/491] Compiling Logging Locks.swift
[97/491] Emitting module Logging
[99/492] Compiling Logging LogHandler.swift
[100/492] Compiling Logging Logging.swift
[104/508] Compiling DequeModule Deque+Equatable.swift
[105/508] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[106/510] Compiling DequeModule _DequeBuffer.swift
[107/510] Compiling DequeModule _DequeBufferHeader.swift
[108/510] Compiling DequeModule Deque+Testing.swift
[109/510] Compiling DequeModule Deque._Storage.swift
[110/510] Compiling DequeModule Deque+CustomReflectable.swift
[111/510] Compiling DequeModule Deque+Descriptions.swift
[112/510] Compiling DequeModule Deque+Extras.swift
[113/510] Compiling DequeModule Deque+Hashable.swift
[113/510] Compiling ssl_cipher.cc
[114/510] Compiling ssl_credential.cc
[116/510] Compiling DequeModule _DequeSlot.swift
[117/510] Compiling DequeModule _UnsafeWrappedBuffer.swift
[117/510] Compiling ssl_aead_ctx.cc
[118/510] Compiling ssl_cert.cc
[119/510] Compiling ssl_buffer.cc
[121/510] Compiling DequeModule Deque._UnsafeHandle.swift
[122/510] Compiling DequeModule Deque.swift
[123/510] Compiling DequeModule Deque+Codable.swift
[124/510] Compiling DequeModule Deque+Collection.swift
[124/510] Compiling ssl_asn1.cc
[126/510] Emitting module DequeModule
[128/511] Emitting module JSONCodable
[129/511] Compiling JSONCodable Codable+JSON.swift
[129/512] Compiling s3_both.cc
[131/512] Compiling s3_pkt.cc
[132/512] Compiling s3_lib.cc
[133/512] Compiling handshake_server.cc
[134/512] Compiling handshake_client.cc
[135/512] Compiling handshake.cc
[136/512] Compiling dtls_method.cc
[137/512] Compiling encrypted_client_hello.cc
[138/512] Compiling d1_srtp.cc
[139/512] Compiling handoff.cc
[140/512] Compiling md5-x86_64-linux.S
[141/512] Compiling md5-x86_64-apple.S
[142/512] Compiling dtls_record.cc
[143/512] Compiling md5-586-linux.S
[144/512] Compiling md5-586-apple.S
[145/512] Compiling chacha20_poly1305_x86_64-apple.S
[146/512] Compiling extensions.cc
[147/512] Compiling chacha20_poly1305_x86_64-linux.S
[148/512] Compiling chacha20_poly1305_armv8-win.S
[149/512] Compiling chacha20_poly1305_armv8-linux.S
[150/512] Compiling chacha20_poly1305_armv8-apple.S
[151/512] Compiling chacha-x86_64-linux.S
[152/512] Compiling chacha-x86-linux.S
[153/512] Compiling chacha-x86_64-apple.S
[154/512] Compiling chacha-armv8-win.S
[155/512] Compiling chacha-x86-apple.S
[156/512] Compiling chacha-armv8-linux.S
[157/512] Compiling err_data.cc
[158/512] Compiling chacha-armv8-apple.S
[159/512] Compiling chacha-armv4-linux.S
[160/512] Compiling x86_64-mont5-linux.S
[161/512] Compiling aes128gcmsiv-x86_64-apple.S
[162/512] Compiling aes128gcmsiv-x86_64-linux.S
[163/512] Compiling x86_64-mont5-apple.S
[164/512] Compiling x86_64-mont-linux.S
[165/512] Compiling x86_64-mont-apple.S
[166/512] Compiling x86-mont-apple.S
[167/512] Compiling d1_pkt.cc
[168/512] Compiling x86-mont-linux.S
[169/512] Compiling vpaes-x86_64-linux.S
[170/512] Compiling vpaes-x86-apple.S
[171/512] Compiling vpaes-x86_64-apple.S
[172/512] Compiling bio_ssl.cc
[173/512] Compiling vpaes-x86-linux.S
[174/512] Compiling vpaes-armv8-win.S
[175/512] Compiling vpaes-armv8-apple.S
[176/512] Compiling vpaes-armv7-linux.S
[177/512] Compiling vpaes-armv8-linux.S
[178/512] Compiling sha512-x86_64-apple.S
[179/512] Compiling sha512-armv8-win.S
[180/512] Compiling sha512-x86_64-linux.S
[181/512] Compiling sha512-armv8-linux.S
[182/512] Compiling sha512-armv4-linux.S
[183/512] Compiling sha512-armv8-apple.S
[184/512] Compiling sha512-586-linux.S
[185/512] Compiling sha512-586-apple.S
[186/512] Compiling d1_lib.cc
[187/512] Compiling sha256-x86_64-apple.S
[188/512] Compiling sha256-armv8-linux.S
[189/512] Compiling sha256-armv8-apple.S
[190/512] Compiling sha256-armv8-win.S
[191/512] Compiling sha256-586-linux.S
[192/512] Compiling sha256-x86_64-linux.S
[193/512] Compiling sha256-armv4-linux.S
[194/512] Compiling sha256-586-apple.S
[195/512] Compiling sha1-armv8-win.S
[196/512] Compiling sha1-armv8-linux.S
[196/512] Compiling sha1-x86_64-apple.S
[198/512] Compiling sha1-x86_64-linux.S
[199/512] Compiling sha1-armv8-apple.S
[200/512] Compiling sha1-armv4-large-linux.S
[201/512] Compiling sha1-586-linux.S
[202/512] Compiling sha1-586-apple.S
[203/512] Compiling rsaz-avx2-linux.S
[204/512] Compiling rsaz-avx2-apple.S
[205/512] Compiling rdrand-x86_64-apple.S
[206/512] Compiling rdrand-x86_64-linux.S
[207/512] Compiling p256_beeu-armv8-asm-win.S
[208/512] Compiling p256_beeu-x86_64-asm-linux.S
[209/512] Compiling p256_beeu-armv8-asm-apple.S
[210/512] Compiling p256_beeu-armv8-asm-linux.S
[211/512] Compiling p256_beeu-x86_64-asm-apple.S
[212/512] Compiling p256-x86_64-asm-apple.S
[213/512] Compiling p256-armv8-asm-win.S
[214/512] Compiling p256-armv8-asm-linux.S
[215/512] Compiling p256-armv8-asm-apple.S
[216/512] Compiling p256-x86_64-asm-linux.S
[217/512] Compiling ghashv8-armv8-linux.S
[218/512] Compiling ghashv8-armv8-apple.S
[219/512] Compiling ghashv8-armv8-win.S
[220/512] Compiling ghashv8-armv7-linux.S
[221/512] Compiling ghash-x86_64-apple.S
[222/512] Compiling ghash-x86_64-linux.S
[223/512] Compiling ghash-x86-linux.S
[224/512] Compiling ghash-x86-apple.S
[225/512] Compiling ghash-ssse3-x86_64-linux.S
[226/512] Compiling ghash-ssse3-x86_64-apple.S
[227/512] Compiling ghash-ssse3-x86-linux.S
[228/512] Compiling ghash-neon-armv8-win.S
[229/512] Compiling ghash-ssse3-x86-apple.S
[230/512] Compiling ghash-neon-armv8-apple.S
[231/512] Compiling ghash-neon-armv8-linux.S
[232/512] Compiling ghash-armv4-linux.S
[233/512] Compiling co-586-linux.S
[234/512] Compiling co-586-apple.S
[235/512] Compiling bn-armv8-win.S
[236/512] Compiling bsaes-armv7-linux.S
[237/512] Compiling bn-armv8-linux.S
[238/512] Compiling bn-armv8-apple.S
[239/512] Compiling bn-586-linux.S
[240/512] Compiling bn-586-apple.S
[241/512] Compiling armv8-mont-win.S
[242/512] Compiling armv8-mont-linux.S
[243/512] Compiling armv8-mont-apple.S
[244/512] Compiling armv4-mont-linux.S
[245/512] Compiling aesv8-gcm-armv8-win.S
[246/512] Compiling aesv8-gcm-armv8-linux.S
[247/512] Compiling aesv8-gcm-armv8-apple.S
[248/512] Compiling aesv8-armv8-win.S
[249/512] Compiling aesv8-armv8-linux.S
[250/512] Compiling aesv8-armv8-apple.S
[251/512] Compiling aesv8-armv7-linux.S
[252/512] Compiling aesni-x86_64-apple.S
[253/512] Compiling aesni-x86_64-linux.S
[254/512] Compiling aesni-x86-apple.S
[255/512] Compiling aesni-x86-linux.S
[256/512] Compiling aesni-gcm-x86_64-apple.S
[257/512] Compiling d1_both.cc
[258/512] Compiling aesni-gcm-x86_64-linux.S
[259/512] Compiling x_req.cc
[260/512] Compiling x_x509a.cc
[261/512] Compiling x_sig.cc
[262/512] Compiling x_val.cc
[263/512] Compiling x_x509.cc
[264/512] Compiling x_pubkey.cc
[264/512] Compiling x_name.cc
[266/512] Compiling x_spki.cc
[267/512] Compiling x_crl.cc
[268/512] Compiling x_algor.cc
[269/512] Compiling x509spki.cc
[270/512] Compiling x_exten.cc
[271/512] Compiling x_attrib.cc
[272/512] Compiling x509name.cc
[273/512] Compiling x_all.cc
[274/512] Compiling x509rset.cc
[275/512] Compiling x509cset.cc
[276/512] Compiling x509_v3.cc
[277/512] Compiling x509_set.cc
[278/512] Compiling x509_vfy.cc
[279/512] Compiling x509_trs.cc
[280/512] Compiling x509_txt.cc
[281/512] Compiling x509_vpm.cc
[282/512] Compiling x509_req.cc
[283/512] Compiling x509_obj.cc
[284/512] Compiling x509_att.cc
[285/512] Compiling x509_d2.cc
[286/512] Compiling x509_lu.cc
[287/512] Compiling x509_def.cc
[288/512] Compiling x509_cmp.cc
[289/512] Compiling x509_ext.cc
[290/512] Compiling x509.cc
[291/512] Compiling v3_utl.cc
[292/512] Compiling v3_purp.cc
[293/512] Compiling v3_prn.cc
[294/512] Compiling v3_skey.cc
[295/512] Compiling v3_ocsp.cc
[296/512] Compiling v3_pcons.cc
[297/512] Compiling v3_pmaps.cc
[298/512] Compiling v3_lib.cc
[299/512] Compiling v3_int.cc
[300/512] Compiling v3_ncons.cc
[301/512] Compiling v3_info.cc
[302/512] Compiling v3_ia5.cc
[303/512] Compiling v3_genn.cc
[304/512] Compiling v3_extku.cc
[305/512] Compiling v3_enum.cc
[306/512] Compiling v3_crld.cc
[307/512] Compiling v3_conf.cc
[308/512] Compiling v3_cpols.cc
[309/512] Compiling v3_bcons.cc
[310/512] Compiling v3_bitst.cc
[311/512] Compiling v3_alt.cc
[312/512] Compiling v3_akey.cc
[313/512] Compiling v3_akeya.cc
[314/512] Compiling t_x509a.cc
[315/512] Compiling t_crl.cc
[316/512] Compiling t_x509.cc
[317/512] Compiling t_req.cc
[318/512] Compiling i2d_pr.cc
[319/512] Compiling rsa_pss.cc
[320/512] Compiling name_print.cc
[321/512] Compiling policy.cc
[322/512] Compiling by_file.cc
[323/512] Compiling algorithm.cc
[324/512] Compiling by_dir.cc
[325/512] Compiling asn1_gen.cc
[326/512] Compiling a_sign.cc
[327/512] Compiling a_verify.cc
[328/512] Compiling voprf.cc
[329/512] Compiling a_digest.cc
[330/512] Compiling thread_win.cc
[331/512] Compiling thread.cc
[332/512] Compiling thread_none.cc
[333/512] Compiling thread_pthread.cc
[334/512] Compiling stack.cc
[335/512] Compiling trust_token.cc
[336/512] Compiling pmbtoken.cc
[337/512] Compiling wots.cc
[338/512] Compiling thash.cc
[339/512] Compiling merkle.cc
[340/512] Compiling fors.cc
[341/512] Compiling slhdsa.cc
[342/512] Compiling sha512.cc
[343/512] Compiling siphash.cc
[344/512] Compiling sha256.cc
[345/512] Compiling sha1.cc
[346/512] Compiling rsa_print.cc
[347/512] Compiling rsa_extra.cc
[348/512] Compiling rc4.cc
[349/512] Compiling refcount.cc
[350/512] Compiling rsa_asn1.cc
[351/512] Compiling rsa_crypt.cc
[352/512] Compiling windows.cc
[353/512] Compiling urandom.cc
[354/512] Compiling rand_extra.cc
[355/512] Compiling trusty.cc
[356/512] Compiling ios.cc
[357/512] Compiling getentropy.cc
[358/512] Compiling passive.cc
[359/512] Compiling poly1305_arm_asm.S
[360/512] Compiling deterministic.cc
[361/512] Compiling forkunsafe.cc
[362/512] Compiling fork_detect.cc
[363/512] Compiling pool.cc
[364/512] Compiling poly1305_vec.cc
[365/512] Compiling poly1305.cc
[366/512] Compiling poly1305_arm.cc
[367/512] Compiling pkcs7.cc
[368/512] Compiling pkcs8_x509.cc
[369/512] Compiling p5_pbev2.cc
[370/512] Compiling pkcs8.cc
[371/512] Compiling pem_xaux.cc
[372/512] Compiling pem_x509.cc
[373/512] Compiling pkcs7_x509.cc
[374/512] Compiling pem_pkey.cc
[375/512] Compiling obj_xref.cc
[376/512] Compiling pem_oth.cc
[377/512] Compiling pem_info.cc
[378/512] Compiling pem_pk8.cc
[379/512] Compiling mlkem.cc
[380/512] Compiling pem_lib.cc
[381/512] Compiling obj.cc
[382/512] Compiling pem_all.cc
[383/512] Compiling md5.cc
[384/512] Compiling md4.cc
[385/512] Compiling mem.cc
[386/512] Compiling fips_shared_support.cc
[387/512] Compiling lhash.cc
[388/512] Compiling keccak.cc
[389/512] Compiling poly_rq_mul.S
[390/512] Compiling kyber.cc
[391/512] Compiling hrss.cc
[392/512] Compiling mldsa.cc
[393/512] Compiling ex_data.cc
[394/512] Compiling sign.cc
[395/512] Compiling scrypt.cc
[396/512] Compiling hpke.cc
[397/512] Compiling print.cc
[398/512] Compiling pbkdf.cc
[399/512] Compiling p_x25519.cc
[400/512] Compiling p_x25519_asn1.cc
[401/512] Compiling p_rsa_asn1.cc
[402/512] Compiling p_rsa.cc
[403/512] Compiling p_hkdf.cc
[404/512] Compiling p_ed25519.cc
[405/512] Compiling p_ed25519_asn1.cc
[406/512] Compiling p_ec.cc
[406/512] Compiling p_ec_asn1.cc
[408/512] Compiling p_dh.cc
[408/512] Compiling p_dh_asn1.cc
[410/512] Compiling p_dsa_asn1.cc
[411/512] Compiling evp_ctx.cc
[412/512] Compiling evp_asn1.cc
[413/512] Compiling err.cc
[414/512] Compiling evp.cc
[415/512] Compiling engine.cc
[416/512] Compiling ecdh_extra.cc
[417/512] Compiling ecdsa_asn1.cc
[418/512] Compiling hash_to_curve.cc
[419/512] Compiling ec_derive.cc
[420/512] Compiling dsa_asn1.cc
[421/512] Compiling ec_asn1.cc
[422/512] Compiling dsa.cc
[423/512] Compiling params.cc
[424/512] Compiling x25519-asm-arm.S
[425/512] Compiling digest_extra.cc
[426/512] Compiling dh_asn1.cc
[427/512] Compiling des.cc
[428/512] Compiling spake25519.cc
[429/512] Compiling crypto.cc
[430/512] Compiling cpu_arm_linux.cc
[430/512] Compiling cpu_intel.cc
[432/512] Compiling cpu_arm_freebsd.cc
[433/512] Compiling curve25519.cc
[434/512] Compiling cpu_aarch64_win.cc
[435/512] Compiling bcm.cc
[436/512] Compiling cpu_aarch64_sysreg.cc
[437/512] Compiling cpu_aarch64_openbsd.cc
[438/512] Compiling cpu_aarch64_linux.cc
[439/512] Compiling cpu_aarch64_fuchsia.cc
[440/512] Compiling curve25519_64_adx.cc
[441/512] Compiling cpu_aarch64_apple.cc
[442/512] Compiling conf.cc
[443/512] Compiling tls_cbc.cc
[444/512] Compiling e_rc4.cc
[445/512] Compiling e_tls.cc
[446/512] Compiling e_rc2.cc
[447/512] Compiling e_null.cc
[448/512] Compiling e_des.cc
[449/512] Compiling e_chacha20poly1305.cc
[450/512] Compiling derive_key.cc
[451/512] Compiling e_aesgcmsiv.cc
[452/512] Compiling e_aesctrhmac.cc
[453/512] Compiling cipher_extra.cc
[454/512] Compiling chacha.cc
[455/512] Compiling unicode.cc
[456/512] Compiling ber.cc
[457/512] Compiling cbb.cc
[458/512] Compiling cbs.cc
[459/512] Compiling buf.cc
[460/512] Compiling asn1_compat.cc
[461/512] Compiling bn_asn1.cc
[462/512] Compiling blake2.cc
[463/512] Compiling convert.cc
[464/512] Compiling printf.cc
[465/512] Compiling socket.cc
[466/512] Compiling socket_helper.cc
[467/512] Compiling hexdump.cc
[468/512] Compiling pair.cc
[469/512] Compiling errno.cc
[470/512] Compiling file.cc
[471/512] Compiling fd.cc
[472/512] Compiling bio_mem.cc
[473/512] Compiling connect.cc
[474/512] Compiling base64.cc
[475/512] Compiling bio.cc
[476/512] Compiling tasn_typ.cc
[477/512] Compiling tasn_utl.cc
[478/512] Compiling tasn_fre.cc
[479/512] Compiling tasn_new.cc
[480/512] Compiling tasn_enc.cc
[481/512] Compiling f_string.cc
[481/512] Compiling posix_time.cc
[483/512] Compiling tasn_dec.cc
[484/512] Compiling f_int.cc
[484/512] Compiling asn_pack.cc
[484/512] Compiling asn1_par.cc
[487/512] Compiling asn1_lib.cc
[488/512] Compiling a_utctm.cc
[489/512] Compiling a_type.cc
[490/512] Compiling a_time.cc
[491/512] Compiling a_octet.cc
[492/512] Compiling a_strnid.cc
[493/512] Compiling a_strex.cc
[494/512] Compiling a_object.cc
[495/512] Compiling a_mbstr.cc
[496/512] Compiling a_i2d_fp.cc
[497/512] Compiling a_dup.cc
[498/512] Compiling a_gentm.cc
[499/512] Write sources
[500/512] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[501/512] Write sources
[503/512] Compiling a_int.cc
[504/512] Write sources
[505/512] Compiling a_d2i_fp.cc
[506/512] Write sources
[508/512] Compiling a_bool.cc
[509/512] Compiling a_bitstr.cc
[511/608] Compiling AppwriteEnums ImageGravity.swift
[512/609] Compiling AppwriteEnums ExecutionMethod.swift
[513/609] Compiling AppwriteEnums Flag.swift
[514/609] Compiling AppwriteEnums ImageFormat.swift
[515/609] Compiling Atomics Primitives.shims.swift
[516/609] Compiling Atomics AtomicInteger.swift
[517/609] Compiling AppwriteEnums Browser.swift
[518/609] Compiling AppwriteEnums CreditCard.swift
[519/609] Compiling Algorithms Partition.swift
[520/609] Compiling Algorithms Permutations.swift
[521/611] Compiling Atomics ManagedAtomic.swift
[522/611] Compiling Atomics ManagedAtomicLazyReference.swift
[523/611] Compiling Atomics UnsafeAtomic.swift
[524/611] Compiling Atomics UnsafeAtomicLazyReference.swift
[525/611] Compiling AppwriteEnums OAuthProvider.swift
[526/611] Emitting module AppwriteEnums
[527/612] Compiling AppwriteModels AlgoSha.swift
[528/612] Compiling AppwriteModels Continent.swift
[529/612] Compiling AppwriteModels ContinentList.swift
[530/612] Compiling AppwriteModels Country.swift
[531/612] Compiling AppwriteModels CountryList.swift
[532/612] Compiling AppwriteModels Currency.swift
[540/617] Compiling Atomics IntegerOperations.swift
[541/617] Compiling Atomics Unmanaged extensions.swift
[544/617] Compiling Atomics AtomicOptionalWrappable.swift
[545/617] Compiling Atomics IntegerConformances.swift
[546/617] Compiling Atomics PointerConformances.swift
[547/617] Compiling Atomics Primitives.native.swift
[551/617] Compiling Atomics AtomicReference.swift
[552/617] Compiling Atomics AtomicStorage.swift
[553/617] Compiling Atomics AtomicValue.swift
[554/617] Emitting module AppwriteModels
[560/620] Compiling Algorithms Rotate.swift
[561/620] Compiling Atomics OptionalRawRepresentable.swift
[562/620] Compiling Atomics RawRepresentable.swift
[563/620] Compiling Atomics AtomicBool.swift
[570/620] Compiling Algorithms Joined.swift
[571/620] Compiling Algorithms Keyed.swift
[572/620] Compiling Algorithms MinMax.swift
[573/620] Compiling AppwriteModels Membership.swift
[574/620] Compiling AppwriteModels MembershipList.swift
[575/620] Compiling AppwriteModels MfaChallenge.swift
[576/620] Compiling AppwriteModels MfaFactors.swift
[577/620] Compiling AppwriteModels MfaRecoveryCodes.swift
[578/620] Compiling AppwriteModels MfaType.swift
[579/620] Compiling AppwriteModels Phone.swift
[580/620] Compiling AppwriteModels PhoneList.swift
[581/620] Compiling AppwriteModels Preferences.swift
[582/620] Compiling AppwriteModels Session.swift
[583/620] Compiling AppwriteModels SessionList.swift
[584/620] Compiling AppwriteModels Subscriber.swift
[584/620] Compiling c-nioatomics.c
[586/620] Compiling Algorithms Trim.swift
[587/620] Compiling Algorithms Unique.swift
[588/620] Compiling Algorithms Windows.swift
[589/620] Compiling AppwriteModels Target.swift
[590/620] Compiling AppwriteModels Team.swift
[591/620] Compiling AppwriteModels TeamList.swift
[592/620] Compiling AppwriteModels Token.swift
[593/620] Compiling AppwriteModels User.swift
[608/621] Compiling c-atomics.c
[614/627] Compiling NIOConcurrencyHelpers lock.swift
[615/627] Compiling NIOConcurrencyHelpers NIOLock.swift
[616/627] Emitting module NIOConcurrencyHelpers
[617/627] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[618/627] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[619/627] Compiling NIOConcurrencyHelpers atomics.swift
[627/628] Emitting module Atomics
[629/629] Emitting module Algorithms
[631/689] Compiling NIOCore AddressedEnvelope.swift
[632/689] Compiling NIOCore AsyncAwaitSupport.swift
[633/689] Compiling NIOCore AsyncChannel.swift
[634/689] Compiling NIOCore AsyncChannelHandler.swift
[635/689] Compiling NIOCore AsyncChannelInboundStream.swift
[636/689] Compiling NIOCore AsyncChannelOutboundWriter.swift
[637/689] Compiling NIOCore NIOAsyncSequenceProducer.swift
[638/689] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[639/689] Compiling NIOCore NIOAsyncWriter.swift
[640/697] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[641/697] Compiling NIOCore BSDSocketAPI.swift
[642/697] Compiling NIOCore ByteBuffer-aux.swift
[643/697] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[644/697] Compiling NIOCore ByteBuffer-conversions.swift
[645/697] Compiling NIOCore ByteBuffer-core.swift
[646/697] Compiling NIOCore ByteBuffer-hex.swift
[647/697] Compiling NIOCore ByteBuffer-int.swift
[648/697] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[649/697] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[650/697] Compiling NIOCore SocketAddresses.swift
[651/697] Compiling NIOCore SocketOptionProvider.swift
[652/697] Compiling NIOCore SystemCallHelpers.swift
[653/697] Compiling NIOCore TimeAmount+Duration.swift
[654/697] Compiling NIOCore TypeAssistedChannelHandler.swift
[655/697] Compiling NIOCore UniversalBootstrapSupport.swift
[656/697] Compiling NIOCore Utilities.swift
[657/697] Compiling NIOCore ChannelPipeline.swift
[658/697] Compiling NIOCore CircularBuffer.swift
[659/697] Compiling NIOCore Codec.swift
[660/697] Compiling NIOCore ConvenienceOptionSupport.swift
[661/697] Compiling NIOCore DeadChannel.swift
[662/697] Compiling NIOCore DispatchQueue+WithFuture.swift
[663/697] Compiling NIOCore EventLoop+Deprecated.swift
[664/697] Compiling NIOCore EventLoop+SerialExecutor.swift
[665/697] Compiling NIOCore MarkedCircularBuffer.swift
[666/697] Compiling NIOCore MulticastChannel.swift
[667/697] Compiling NIOCore NIOAny.swift
[668/697] Compiling NIOCore NIOCloseOnErrorHandler.swift
[669/697] Compiling NIOCore NIOLoopBound.swift
[670/697] Compiling NIOCore NIOScheduledCallback.swift
[671/697] Compiling NIOCore NIOSendable.swift
[672/697] Compiling NIOCore RecvByteBufferAllocator.swift
[673/697] Compiling NIOCore EventLoop.swift
[674/697] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[675/697] Compiling NIOCore EventLoopFuture+Deprecated.swift
[676/697] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[677/697] Compiling NIOCore EventLoopFuture.swift
[678/697] Compiling NIOCore FileDescriptor.swift
[679/697] Compiling NIOCore FileHandle.swift
[680/697] Compiling NIOCore FileRegion.swift
[681/697] Compiling NIOCore ByteBuffer-multi-int.swift
[682/697] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[683/697] Compiling NIOCore ByteBuffer-views.swift
[684/697] Compiling NIOCore Channel.swift
[685/697] Compiling NIOCore ChannelHandler.swift
[686/697] Compiling NIOCore ChannelHandlers.swift
[687/697] Compiling NIOCore ChannelInvoker.swift
[688/697] Compiling NIOCore ChannelOption.swift
[689/697] Compiling NIOCore GlobalSingletons.swift
[690/697] Compiling NIOCore IO.swift
[691/697] Compiling NIOCore IOData.swift
[692/697] Compiling NIOCore IPProtocol.swift
[693/697] Compiling NIOCore IntegerBitPacking.swift
[694/697] Compiling NIOCore IntegerTypes.swift
[695/697] Compiling NIOCore Interfaces.swift
[696/697] Compiling NIOCore Linux.swift
[697/697] Emitting module NIOCore
[699/749] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[700/749] Compiling NIOEmbedded AsyncTestingChannel.swift
[701/749] Compiling NIOEmbedded Embedded.swift
[702/749] Emitting module NIOEmbedded
[704/750] Emitting module NIOPosix
[705/756] Compiling NIOPosix BSDSocketAPICommon.swift
[706/756] Compiling NIOPosix BSDSocketAPIPosix.swift
[707/756] Compiling NIOPosix BSDSocketAPIWindows.swift
[708/756] Compiling NIOPosix BaseSocket.swift
[709/756] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[710/756] Compiling NIOPosix BaseSocketChannel.swift
[711/756] Compiling NIOPosix BaseStreamSocketChannel.swift
[712/756] Compiling NIOPosix ThreadPosix.swift
[713/756] Compiling NIOPosix ThreadWindows.swift
[714/756] Compiling NIOPosix UnsafeTransfer.swift
[715/756] Compiling NIOPosix Utilities.swift
[716/756] Compiling NIOPosix VsockAddress.swift
[717/756] Compiling NIOPosix VsockChannelEvents.swift
[718/756] Compiling NIOPosix PooledRecvBufferAllocator.swift
[719/756] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[720/756] Compiling NIOPosix PosixSingletons.swift
[721/756] Compiling NIOPosix RawSocketBootstrap.swift
[722/756] Compiling NIOPosix Resolver.swift
[723/756] Compiling NIOPosix Selectable.swift
[724/756] Compiling NIOPosix Bootstrap.swift
[725/756] Compiling NIOPosix ControlMessage.swift
[726/756] Compiling NIOPosix DatagramVectorReadManager.swift
[727/756] Compiling NIOPosix Errors+Any.swift
[728/756] Compiling NIOPosix FileDescriptor.swift
[729/756] Compiling NIOPosix GetaddrinfoResolver.swift
[730/756] Compiling NIOPosix HappyEyeballs.swift
[731/756] Compiling NIOPosix IO.swift
[732/756] Compiling NIOPosix IntegerBitPacking.swift
[733/756] Compiling NIOPosix IntegerTypes.swift
[734/756] Compiling NIOPosix Linux.swift
[735/756] Compiling NIOPosix LinuxCPUSet.swift
[736/756] Compiling NIOPosix LinuxUring.swift
[737/756] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[738/756] Compiling NIOPosix SelectableChannel.swift
[739/756] Compiling NIOPosix SelectableEventLoop.swift
[740/756] Compiling NIOPosix SelectorEpoll.swift
[741/756] Compiling NIOPosix SelectorGeneric.swift
[742/756] Compiling NIOPosix SelectorKqueue.swift
[743/756] Compiling NIOPosix SelectorUring.swift
[744/756] Compiling NIOPosix ServerSocket.swift
[745/756] Compiling NIOPosix Socket.swift
[746/756] Compiling NIOPosix SocketChannel.swift
[747/756] Compiling NIOPosix SocketProtocols.swift
[748/756] Compiling NIOPosix System.swift
[749/756] Compiling NIOPosix Thread.swift
[750/756] Compiling NIOPosix NIOThreadPool.swift
[751/756] Compiling NIOPosix NonBlockingFileIO.swift
[752/756] Compiling NIOPosix PendingDatagramWritesManager.swift
[753/756] Compiling NIOPosix PendingWritesManager.swift
[754/756] Compiling NIOPosix PipeChannel.swift
[755/756] Compiling NIOPosix PipePair.swift
[756/756] Compiling NIOPosix Pool.swift
[758/759] Compiling NIO Exports.swift
[759/759] Emitting module NIO
[761/799] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[762/799] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[763/799] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[764/799] Compiling NIOTLS TLSEvents.swift
[765/799] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[766/799] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[767/799] Compiling NIOSOCKS ClientStateMachine.swift
[768/800] Emitting module NIOTLS
[769/800] Compiling NIOSOCKS Messages.swift
[770/800] Compiling NIOSOCKS SOCKSRequest.swift
[771/800] Compiling NIOSOCKS SOCKSResponse.swift
[772/800] Compiling NIOSOCKS ClientGreeting.swift
[773/800] Compiling NIOSOCKS Errors.swift
[775/802] Compiling NIOSOCKS Helpers.swift
[776/802] Compiling NIOSOCKS AuthenticationMethod.swift
[778/802] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[779/802] Compiling NIOTLS SNIHandler.swift
[780/803] Emitting module NIOSOCKS
[781/803] Compiling NIOSOCKS SOCKSClientHandler.swift
[782/803] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[784/803] Compiling NIOSOCKS ServerStateMachine.swift
[786/804] Emitting module NIOFoundationCompat
[787/804] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[788/804] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[790/805] Emitting module NIOHTTP1
[791/830] Compiling NIOSSL SSLCertificateExtensions.swift
[792/830] Compiling NIOSSL SSLConnection.swift
[793/834] Compiling NIOSSL SSLCallbacks.swift
[794/834] Compiling NIOSSL SSLCertificate.swift
[795/834] Compiling NIOSSL NIOSSLClientHandler.swift
[796/834] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[797/834] Compiling NIOSSL SSLContext.swift
[798/834] Compiling NIOSSL SSLErrors.swift
[799/834] Compiling NIOSSL NIOSSLHandler.swift
[800/834] Compiling NIOSSL NIOSSLServerHandler.swift
[801/834] Compiling NIOSSL ObjectIdentifier.swift
[802/834] Compiling NIOSSL PosixPort.swift
[803/834] Compiling NIOSSL AndroidCABundle.swift
[804/834] Compiling NIOSSL ByteBufferBIO.swift
[805/834] Compiling NIOSSL CustomPrivateKey.swift
[807/845] Compiling NIOSSL SSLPublicKey.swift
[808/845] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[809/845] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[810/845] Compiling NIOSSL SubjectAlternativeName.swift
[811/854] Compiling NIOSSL NIOSSLSecureBytes.swift
[812/854] Compiling NIOSSL RNG.swift
[813/854] Compiling NIOSSL SafeCompare.swift
[814/854] Compiling NIOSSL Zeroization.swift
[815/867] Compiling NIOTransportServices NIOTSBootstraps.swift
[816/867] Compiling NIOTransportServices NIOTSChannelOptions.swift
[817/867] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[818/879] Compiling NIOTransportServices StateManagedChannel.swift
[819/879] Compiling NIOTransportServices StateManagedListenerChannel.swift
[820/879] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[821/881] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[822/881] Compiling NIOTransportServices NIOTSSingletons.swift
[823/881] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[824/883] Emitting module NIOTransportServices
[825/890] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[826/890] Compiling NIOTransportServices NIOTSErrors.swift
[827/890] Compiling NIOTransportServices NIOTSEventLoop.swift
[828/890] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[829/890] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[830/890] Compiling NIOTransportServices NIOTSListenerChannel.swift
[831/890] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[832/890] Compiling NIOWebSocket SHA1.swift
[833/890] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[834/890] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[835/890] Compiling NIOHPACK HPACKHeader.swift
[836/890] Compiling NIOHPACK HeaderTables.swift
[839/890] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[840/890] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[852/891] Compiling NIOWebSocket WebSocketErrorCodes.swift
[853/892] Emitting module NIOSSL
[854/892] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[855/892] Compiling NIOWebSocket WebSocketOpcode.swift
[856/892] Emitting module NIOHTTPCompression
[857/892] Compiling NIOHTTPCompression HTTPCompression.swift
[858/892] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[859/892] Compiling NIOHTTPCompression HTTPDecompression.swift
[860/892] Compiling NIOHPACK IndexedHeaderTable.swift
[861/892] Compiling NIOHPACK IntegerCoding.swift
[862/893] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[863/893] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[864/893] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[867/893] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[868/893] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[869/894] Compiling NIOHPACK StaticHeaderTable.swift
[871/894] Compiling NIOHPACK HuffmanTables.swift
[872/894] Emitting module NIOWebSocket
[873/894] Compiling NIOHPACK HuffmanCoding.swift
[876/894] Compiling NIOWebSocket WebSocketFrame.swift
[877/895] Emitting module NIOHPACK
[886/896] Compiling NIOSSL TLSConfiguration.swift
[887/896] Compiling NIOSSL UniversalBootstrapSupport.swift
[888/896] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[898/955] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[899/955] Compiling NIOHTTP2 HasFlowControlWindows.swift
[900/955] Compiling NIOHTTP2 HasLocalSettings.swift
[901/955] Compiling NIOHTTP2 HasRemoteSettings.swift
[902/955] Compiling NIOHTTP2 LocallyQuiescingState.swift
[903/955] Compiling NIOHTTP2 QuiescingState.swift
[904/955] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[905/955] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[906/963] Emitting module NIOHTTP2
[907/963] Compiling NIOHTTP2 ConnectionStateMachine.swift
[908/963] Compiling NIOHTTP2 ConnectionStreamsState.swift
[909/963] Compiling NIOHTTP2 MayReceiveFrames.swift
[910/963] Compiling NIOHTTP2 ReceivingDataState.swift
[911/963] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[912/963] Compiling NIOHTTP2 ReceivingHeadersState.swift
[913/963] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[914/963] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[915/963] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[916/963] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[917/963] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[918/963] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[919/963] Compiling NIOHTTP2 HTTP2StreamID.swift
[920/963] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[921/963] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[922/963] Compiling NIOHTTP2 HTTP2UserEvents.swift
[923/963] Compiling NIOHTTP2 InboundEventBuffer.swift
[924/963] Compiling NIOHTTP2 MaySendFrames.swift
[925/963] Compiling NIOHTTP2 SendingDataState.swift
[926/963] Compiling NIOHTTP2 SendingGoawayState.swift
[927/963] Compiling NIOHTTP2 SendingHeadersState.swift
[928/963] Compiling NIOHTTP2 SendingPushPromiseState.swift
[929/963] Compiling NIOHTTP2 SendingRstStreamState.swift
[930/963] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[931/963] Compiling NIOHTTP2 HTTP2SettingsState.swift
[932/963] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[933/963] Compiling NIOHTTP2 HTTP2Frame.swift
[934/963] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[935/963] Compiling NIOHTTP2 HTTP2FrameParser.swift
[936/963] Compiling NIOHTTP2 HTTP2PingData.swift
[937/963] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[938/963] Compiling NIOHTTP2 HTTP2Settings.swift
[939/963] Compiling NIOHTTP2 HTTP2Stream.swift
[940/963] Compiling NIOHTTP2 InboundWindowManager.swift
[941/963] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[942/963] Compiling NIOHTTP2 StreamChannelFlowController.swift
[943/963] Compiling NIOHTTP2 StreamChannelList.swift
[944/963] Compiling NIOHTTP2 StreamMap.swift
[945/963] Compiling NIOHTTP2 StreamStateMachine.swift
[946/963] Compiling NIOHTTP2 UnsafeTransfer.swift
[947/963] Compiling NIOHTTP2 WatermarkedFlowController.swift
[948/963] Compiling NIOHTTP2 StateMachineResult.swift
[949/963] Compiling NIOHTTP2 ContentLengthVerifier.swift
[950/963] Compiling NIOHTTP2 DOSHeuristics.swift
[951/963] Compiling NIOHTTP2 Error+Any.swift
[952/963] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[953/963] Compiling NIOHTTP2 ControlFrameBuffer.swift
[954/963] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[955/963] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[956/963] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[957/963] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[958/963] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[959/963] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[960/963] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[961/963] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[962/963] Compiling NIOHTTP2 HTTP2Error.swift
[963/963] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[965/1023] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[966/1023] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[967/1023] Compiling AsyncHTTPClient AsyncLazySequence.swift
[968/1023] Compiling AsyncHTTPClient HTTPClient+execute.swift
[969/1023] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[970/1023] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[971/1023] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[972/1023] Compiling AsyncHTTPClient HTTPClientRequest.swift
[973/1023] Compiling AsyncHTTPClient HTTPClientResponse.swift
[974/1031] Emitting module AsyncHTTPClient
[975/1031] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[976/1031] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[977/1031] Compiling AsyncHTTPClient Transaction.swift
[978/1031] Compiling AsyncHTTPClient Base64.swift
[979/1031] Compiling AsyncHTTPClient BasicAuth.swift
[980/1031] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[981/1031] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[982/1031] Compiling AsyncHTTPClient ConnectionPool.swift
[983/1031] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[984/1031] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[985/1031] Compiling AsyncHTTPClient ConnectionTarget.swift
[986/1031] Compiling AsyncHTTPClient DeconstructedURL.swift
[987/1031] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[988/1031] Compiling AsyncHTTPClient FoundationExtensions.swift
[989/1031] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[990/1031] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[991/1031] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[992/1031] Compiling AsyncHTTPClient RequestBag.swift
[993/1031] Compiling AsyncHTTPClient RequestValidation.swift
[994/1031] Compiling AsyncHTTPClient SSLContextCache.swift
[995/1031] Compiling AsyncHTTPClient Scheme.swift
[996/1031] Compiling AsyncHTTPClient Singleton.swift
[997/1031] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[998/1031] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[999/1031] Compiling AsyncHTTPClient Utils.swift
[1000/1031] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1001/1031] Compiling AsyncHTTPClient RequestOptions.swift
[1002/1031] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1003/1031] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1004/1031] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1005/1031] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1006/1031] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1007/1031] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1008/1031] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1009/1031] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1010/1031] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1011/1031] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1012/1031] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1013/1031] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1014/1031] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1015/1031] Compiling AsyncHTTPClient RequestBodyLength.swift
[1016/1031] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1017/1031] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1018/1031] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1019/1031] Compiling AsyncHTTPClient HTTP1Connection.swift
[1020/1031] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1021/1031] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1022/1031] Compiling AsyncHTTPClient HTTP2Connection.swift
[1023/1031] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1024/1031] Compiling AsyncHTTPClient HTTPClient.swift
[1025/1031] Compiling AsyncHTTPClient HTTPHandler.swift
[1026/1031] Compiling AsyncHTTPClient LRUCache.swift
[1027/1031] Compiling AsyncHTTPClient NWErrorHandler.swift
[1028/1031] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1029/1031] Compiling AsyncHTTPClient TLSConfiguration.swift
[1030/1031] Compiling AsyncHTTPClient RedirectState.swift
[1031/1031] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1033/1073] 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: annotate 'callbacks' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1034/1073] 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: annotate 'callbacks' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1035/1073] 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: annotate 'callbacks' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1036/1073] 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: annotate 'callbacks' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1037/1073] 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: annotate 'callbacks' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1038/1073] 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: annotate 'callbacks' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1039/1078] Emitting module Appwrite
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift: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: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 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: annotate 'callbacks' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1040/1078] Compiling Appwrite Databases.swift
[1041/1078] Compiling Appwrite Functions.swift
[1042/1078] Compiling Appwrite Graphql.swift
[1043/1078] Compiling Appwrite Locale.swift
[1044/1078] Compiling Appwrite Messaging.swift
[1045/1078] Compiling Appwrite Client.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift: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: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
[1046/1078] Compiling Appwrite LinuxDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift: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: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
[1047/1078] Compiling Appwrite OSDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift: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: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
[1048/1078] Compiling Appwrite WindowsDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift: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: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
[1049/1078] Compiling Appwrite IOSDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift: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: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
[1050/1078] 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: annotate 'chunkSize' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift: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: annotate 'eventLoopGroupProvider' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
[1051/1078] Compiling Appwrite CwlSysCtl.swift
[1052/1078] Compiling Appwrite MacOSDeviceInfo.swift
[1053/1078] Compiling Appwrite WKInterfaceDevice+ModelName.swift
[1054/1078] Compiling Appwrite WatchOSDeviceInfo.swift
[1055/1078] Compiling Appwrite Cookie+Codable.swift
[1056/1078] Compiling Appwrite HTTPClientRequest+Cookies.swift
[1057/1078] Compiling Appwrite Realtime.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Realtime.swift:28:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 26 |     private func startHeartbeat() {
 27 |         stopHeartbeat()
 28 |         heartbeatTask = Task {
    |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 29 |             do {
 30 |                 while !Task.isCancelled {
 31 |                     if let client = socketClient, client.isConnected {
    |                                     `- note: closure captures 'self' which is accessible to code in the current task
 32 |                         client.send(text: #"{"type": "ping"}"#)
 33 |                     }
[1058/1078] Compiling Appwrite Service.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Realtime.swift:28:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 26 |     private func startHeartbeat() {
 27 |         stopHeartbeat()
 28 |         heartbeatTask = Task {
    |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 29 |             do {
 30 |                 while !Task.isCancelled {
 31 |                     if let client = socketClient, client.isConnected {
    |                                     `- note: closure captures 'self' which is accessible to code in the current task
 32 |                         client.send(text: #"{"type": "ping"}"#)
 33 |                     }
[1059/1078] Compiling Appwrite Storage.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Realtime.swift:28:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 26 |     private func startHeartbeat() {
 27 |         stopHeartbeat()
 28 |         heartbeatTask = Task {
    |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 29 |             do {
 30 |                 while !Task.isCancelled {
 31 |                     if let client = socketClient, client.isConnected {
    |                                     `- note: closure captures 'self' which is accessible to code in the current task
 32 |                         client.send(text: #"{"type": "ping"}"#)
 33 |                     }
[1060/1078] Compiling Appwrite Teams.swift
/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 |                     }
[1061/1078] Compiling Appwrite StreamingDelegate.swift
/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 |                     }
[1062/1078] 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: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: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
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: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
286 |                 } else {
287 |                     return channel.eventLoop.makeSucceededFuture(())
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:217:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
215 |
216 | @available(*, unavailable)
217 | extension NIOSSLClientHandler: Sendable {}
    | `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
218 |
/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/1078] 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: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: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
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: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
286 |                 } else {
287 |                     return channel.eventLoop.makeSucceededFuture(())
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:217:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
215 |
216 | @available(*, unavailable)
217 | extension NIOSSLClientHandler: Sendable {}
    | `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
218 |
/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/1078] 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: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: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
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: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
286 |                 } else {
287 |                     return channel.eventLoop.makeSucceededFuture(())
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:217:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
215 |
216 | @available(*, unavailable)
217 | extension NIOSSLClientHandler: Sendable {}
    | `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
218 |
/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/1078] 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: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: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
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: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
286 |                 } else {
287 |                     return channel.eventLoop.makeSucceededFuture(())
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:217:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
215 |
216 | @available(*, unavailable)
217 | extension NIOSSLClientHandler: Sendable {}
    | `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
218 |
/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
[1066/1078] 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: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: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
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: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
286 |                 } else {
287 |                     return channel.eventLoop.makeSucceededFuture(())
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:217:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
215 |
216 | @available(*, unavailable)
217 | extension NIOSSLClientHandler: Sendable {}
    | `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
218 |
/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
[1067/1078] Compiling Appwrite PackageInfo+Windows.swift
[1068/1078] Compiling Appwrite Permission.swift
[1069/1078] Compiling Appwrite Query.swift
[1070/1078] Compiling Appwrite Role.swift
[1071/1078] Compiling Appwrite Account.swift
[1072/1078] Compiling Appwrite Avatars.swift
[1073/1078] 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
[1074/1078] 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
[1075/1078] 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
[1076/1078] 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
[1077/1078] 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
[1078/1078] 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! (160.76s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.