The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Appwrite, reference main (c6f0f3), with Swift 6.1 for Linux on 8 Sep 2025 18:04:50 UTC.

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.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 c6f0f39 Merge pull request #85 from appwrite/dev
Cloned https://github.com/appwrite/sdk-for-apple.git
Revision (git rev-parse @):
c6f0f39d62f5527697300cff35ba1de92ad457f7
SUCCESS checkout https://github.com/appwrite/sdk-for-apple.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/appwrite/sdk-for-apple.git
https://github.com/appwrite/sdk-for-apple.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.58.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "Appwrite",
  "name" : "Appwrite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Appwrite",
      "targets" : [
        "Appwrite",
        "AppwriteEnums",
        "AppwriteModels",
        "JSONCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSONCodable",
      "module_type" : "SwiftTarget",
      "name" : "JSONCodable",
      "path" : "Sources/JSONCodable",
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "Codable+JSON.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppwriteTests",
      "module_type" : "SwiftTarget",
      "name" : "AppwriteTests",
      "path" : "Tests/AppwriteTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "Appwrite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppwriteModels",
      "module_type" : "SwiftTarget",
      "name" : "AppwriteModels",
      "path" : "Sources/AppwriteModels",
      "product_memberships" : [
        "Appwrite"
      ],
      "sources" : [
        "AlgoArgon2.swift",
        "AlgoBcrypt.swift",
        "AlgoMd5.swift",
        "AlgoPhpass.swift",
        "AlgoScrypt.swift",
        "AlgoScryptModified.swift",
        "AlgoSha.swift",
        "Continent.swift",
        "ContinentList.swift",
        "Country.swift",
        "CountryList.swift",
        "Currency.swift",
        "CurrencyList.swift",
        "Document.swift",
        "DocumentList.swift",
        "Execution.swift",
        "ExecutionList.swift",
        "File.swift",
        "FileList.swift",
        "Headers.swift",
        "Identity.swift",
        "IdentityList.swift",
        "Jwt.swift",
        "Language.swift",
        "LanguageList.swift",
        "Locale.swift",
        "LocaleCode.swift",
        "LocaleCodeList.swift",
        "Log.swift",
        "LogList.swift",
        "Membership.swift",
        "MembershipList.swift",
        "MfaChallenge.swift",
        "MfaFactors.swift",
        "MfaRecoveryCodes.swift",
        "MfaType.swift",
        "Phone.swift",
        "PhoneList.swift",
        "Preferences.swift",
        "Row.swift",
        "RowList.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/TablesDb.swift",
        "Services/Teams.swift",
        "StreamingDelegate.swift",
        "WebSockets/HTTPHandler.swift",
        "WebSockets/MessageHandler.swift",
        "WebSockets/WebSocketClient.swift",
        "WebSockets/WebSocketClientDelegate.swift",
        "WebSockets/WebSocketClientError.swift"
      ],
      "target_dependencies" : [
        "AppwriteModels",
        "AppwriteEnums",
        "JSONCodable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
[1/14168] Fetching async-http-client
[10627/92221] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.56s)
[28100/78053] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.87s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (9.94s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[40/3903] Fetching swift-log
[782/6607] Fetching swift-log, swift-nio-transport-services
[783/8421] Fetching swift-log, swift-nio-transport-services, swift-atomics
[811/14406] Fetching swift-log, swift-nio-transport-services, swift-atomics, swift-algorithms
[2659/20533] Fetching swift-log, swift-nio-transport-services, swift-atomics, swift-algorithms, swift-nio-extras
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.96s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (1.13s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.18s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.30s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.31s)
[1/15075] Fetching swift-nio-ssl
[1961/26736] Fetching swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.53s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.59s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (5.62s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.22s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.44s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
[4938/22347] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.79s)
[2960/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.29s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.29s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.05s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.76s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.77s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.37s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/917] Fetching swift-http-types
[607/2546] Fetching swift-http-types, swift-asn1
[1896/3722] Fetching swift-http-types, swift-asn1, swift-http-structured-headers
[2025/6192] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-service-lifecycle
[3878/12653] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-certificates
[4619/17915] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.81s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.82s)
[10730/15110] Fetching swift-http-types, swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.86s)
[10933/12640] Fetching swift-http-types, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (1.13s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.14s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.15s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.23s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.25s)
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.99s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (1.23s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.97s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (1.24s)
Fetching https://github.com/apple/swift-crypto.git
[1/16627] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.29s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (4.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.31s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (3.32s)
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.27.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/apple/swift-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Building for debugging...
[0/446] Write sources
[25/446] Compiling CNIOWindows WSAStartup.c
[26/446] Compiling _AtomicsShims.c
[26/446] Compiling _NumericsShims _NumericsShims.c
[26/446] Compiling CNIOWindows shim.c
[29/446] Compiling CNIOWASI CNIOWASI.c
[30/446] Compiling CNIOLinux liburing_shims.c
[31/446] Compiling CNIOPosix event_loop_id.c
[32/446] Compiling CNIOSHA1 c_nio_sha1.c
[33/446] Compiling CNIOExtrasZlib empty.c
[34/446] Compiling CNIOLLHTTP c_nio_http.c
[35/446] Compiling CNIODarwin shim.c
[35/446] Compiling CNIOLinux shim.c
[37/446] Compiling CNIOLLHTTP c_nio_api.c
[38/446] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/446] Write swift-version-24593BA9C3E375BF.txt
[40/446] Compiling CNIOBoringSSLShims shims.c
[41/446] Compiling fiat_p256_adx_sqr.S
[42/446] Compiling fiat_curve25519_adx_mul.S
[43/446] Compiling fiat_curve25519_adx_square.S
[44/446] Compiling fiat_p256_adx_mul.S
[46/470] Emitting module RealModule
[46/471] Compiling tls_record.cc
[47/485] Compiling tls13_server.cc
[48/485] Compiling tls_method.cc
[50/494] Emitting module InternalCollectionsUtilities
[51/495] Compiling RealModule Float80+Real.swift
[52/495] Compiling RealModule RelaxedArithmetic.swift
[53/495] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/495] Compiling InternalCollectionsUtilities Descriptions.swift
[55/495] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/495] Compiling AppwriteEnums AuthenticationFactor.swift
[57/495] Compiling AppwriteEnums AuthenticatorType.swift
[58/495] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/495] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/495] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[61/495] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/495] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/495] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/495] Compiling InternalCollectionsUtilities Debugging.swift
[65/495] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[66/495] Compiling InternalCollectionsUtilities Integer rank.swift
[67/495] Compiling RealModule Real.swift
[68/495] Compiling _NIOBase64 Base64.swift
[69/495] Emitting module _NIOBase64
[70/496] Compiling RealModule Float16+Real.swift
[71/496] Compiling RealModule RealFunctions.swift
[72/496] Compiling _NIODataStructures _TinyArray.swift
[73/497] Compiling _NIODataStructures PriorityQueue.swift
[82/499] Compiling tls13_enc.cc
[84/513] Compiling DequeModule _DequeBuffer.swift
[85/513] Compiling DequeModule _DequeBufferHeader.swift
[86/515] Compiling DequeModule Deque+CustomReflectable.swift
[87/515] Compiling DequeModule Deque+Descriptions.swift
[88/515] Compiling DequeModule Deque+Equatable.swift
[89/515] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/515] Emitting module Logging
[91/515] Compiling Logging Locks.swift
[92/515] Compiling Logging MetadataProvider.swift
[93/515] Compiling Logging Logging.swift
[94/515] Compiling Logging LogHandler.swift
[95/515] Emitting module _NIODataStructures
[96/515] Compiling _NIODataStructures Heap.swift
[99/517] Compiling AppwriteEnums ImageFormat.swift
[100/517] Compiling AppwriteEnums ImageGravity.swift
[101/518] Compiling AppwriteEnums Browser.swift
[102/518] Emitting module AppwriteEnums
[103/518] Compiling DequeModule Deque+Codable.swift
[104/518] Compiling DequeModule Deque+Collection.swift
[105/518] Compiling AppwriteEnums CreditCard.swift
[106/518] Compiling AppwriteEnums Flag.swift
[107/518] Compiling AppwriteEnums ExecutionMethod.swift
[108/518] Compiling JSONCodable Codable+JSON.swift
[109/518] Emitting module JSONCodable
[110/519] Compiling DequeModule _DequeSlot.swift
[111/519] Compiling DequeModule _UnsafeWrappedBuffer.swift
[113/519] Compiling DequeModule Deque+Extras.swift
[114/519] Compiling DequeModule Deque+Hashable.swift
[115/519] Compiling DequeModule Deque._UnsafeHandle.swift
[116/519] Compiling DequeModule Deque.swift
[117/519] Compiling DequeModule Deque+Testing.swift
[118/519] Compiling DequeModule Deque._Storage.swift
[119/519] Compiling AppwriteEnums OAuthProvider.swift
[123/520] Emitting module DequeModule
[124/565] Compiling tls13_both.cc
[125/565] Compiling tls13_client.cc
[126/565] Compiling t1_enc.cc
[128/565] Emitting module AppwriteModels
[129/565] Compiling AppwriteModels AlgoArgon2.swift
[130/565] Compiling AppwriteModels AlgoBcrypt.swift
[131/565] Compiling AppwriteModels AlgoMd5.swift
[132/565] Compiling AppwriteModels AlgoPhpass.swift
[133/565] Compiling AppwriteModels AlgoScrypt.swift
[134/565] Compiling AppwriteModels AlgoScryptModified.swift
[135/565] Compiling AppwriteModels AlgoSha.swift
[136/571] Compiling AppwriteModels Continent.swift
[137/571] Compiling AppwriteModels ContinentList.swift
[138/571] Compiling AppwriteModels Country.swift
[139/571] Compiling AppwriteModels CountryList.swift
[140/571] Compiling AppwriteModels Currency.swift
[141/571] Compiling AppwriteModels CurrencyList.swift
[142/571] Compiling AppwriteModels Document.swift
[143/571] Compiling AppwriteModels DocumentList.swift
[144/571] Compiling AppwriteModels Execution.swift
[145/571] Compiling AppwriteModels ExecutionList.swift
[146/571] Compiling AppwriteModels File.swift
[147/571] Compiling AppwriteModels FileList.swift
[147/571] Compiling ssl_versions.cc
[149/571] Compiling AppwriteModels Headers.swift
[150/571] Compiling AppwriteModels Identity.swift
[151/571] Compiling AppwriteModels IdentityList.swift
[152/571] Compiling AppwriteModels Jwt.swift
[153/571] Compiling AppwriteModels Language.swift
[154/571] Compiling AppwriteModels LanguageList.swift
[155/571] Compiling AppwriteModels Locale.swift
[156/571] Compiling AppwriteModels LocaleCode.swift
[157/571] Compiling AppwriteModels LocaleCodeList.swift
[158/571] Compiling AppwriteModels Log.swift
[159/571] Compiling AppwriteModels LogList.swift
[160/571] Compiling AppwriteModels Membership.swift
[161/571] Compiling AppwriteModels MembershipList.swift
[162/571] Compiling AppwriteModels MfaChallenge.swift
[163/571] Compiling AppwriteModels MfaFactors.swift
[164/571] Compiling AppwriteModels MfaRecoveryCodes.swift
[165/571] Compiling AppwriteModels MfaType.swift
[166/571] Compiling AppwriteModels Phone.swift
[167/571] Compiling AppwriteModels PhoneList.swift
[168/571] Compiling AppwriteModels Preferences.swift
[169/571] Compiling AppwriteModels Row.swift
[170/571] Compiling AppwriteModels RowList.swift
[171/571] Compiling AppwriteModels Session.swift
[172/571] Compiling AppwriteModels SessionList.swift
[172/571] Compiling ssl_transcript.cc
[173/571] Compiling ssl_x509.cc
[174/571] Compiling ssl_stat.cc
[175/571] Compiling ssl_privkey.cc
[177/571] Compiling AppwriteModels Subscriber.swift
[178/571] Compiling AppwriteModels Target.swift
[179/571] Compiling AppwriteModels Team.swift
[180/571] Compiling AppwriteModels TeamList.swift
[181/571] Compiling AppwriteModels Token.swift
[182/571] Compiling AppwriteModels User.swift
[183/572] Compiling ssl_session.cc
[184/572] Compiling ssl_key_share.cc
[185/572] Compiling ssl_lib.cc
[186/572] Compiling ssl_credential.cc
[187/572] Compiling ssl_file.cc
[188/572] Compiling ssl_cipher.cc
[189/572] Compiling ssl_cert.cc
[190/572] Compiling ssl_asn1.cc
[191/572] Compiling ssl_buffer.cc
[192/572] Compiling ssl_aead_ctx.cc
[193/572] Compiling s3_pkt.cc
[194/572] Compiling s3_lib.cc
[195/572] Compiling s3_both.cc
[196/572] Compiling handshake_server.cc
[197/572] Compiling handshake.cc
[198/572] Compiling handshake_client.cc
[199/572] Compiling handoff.cc
[200/572] Compiling encrypted_client_hello.cc
[201/572] Compiling dtls_record.cc
[202/572] Compiling md5-x86_64-linux.S
[203/572] Compiling extensions.cc
[204/572] Compiling md5-x86_64-apple.S
[205/572] Compiling md5-586-linux.S
[206/572] Compiling md5-586-apple.S
[207/572] Compiling dtls_method.cc
[208/572] Compiling chacha20_poly1305_x86_64-linux.S
[209/572] Compiling chacha20_poly1305_x86_64-apple.S
[210/572] Compiling chacha20_poly1305_armv8-win.S
[211/572] Compiling chacha20_poly1305_armv8-linux.S
[212/572] Compiling chacha20_poly1305_armv8-apple.S
[213/572] Compiling err_data.cc
[214/572] Compiling chacha-x86_64-apple.S
[215/572] Compiling chacha-x86_64-linux.S
[216/572] Compiling chacha-x86-linux.S
[217/572] Compiling chacha-x86-apple.S
[218/572] Compiling chacha-armv8-linux.S
[219/572] Compiling chacha-armv8-win.S
[220/572] Compiling chacha-armv8-apple.S
[221/572] Compiling d1_pkt.cc
[222/572] Compiling d1_srtp.cc
[223/572] Compiling aes128gcmsiv-x86_64-linux.S
[224/572] Compiling chacha-armv4-linux.S
[225/572] Compiling aes128gcmsiv-x86_64-apple.S
[226/572] Compiling x86_64-mont5-apple.S
[227/572] Compiling x86_64-mont5-linux.S
[228/572] Compiling x86_64-mont-apple.S
[229/572] Compiling x86_64-mont-linux.S
[230/572] Compiling x86-mont-linux.S
[231/572] Compiling x86-mont-apple.S
[232/572] Compiling vpaes-x86_64-apple.S
[233/572] Compiling vpaes-x86-linux.S
[234/572] Compiling vpaes-x86_64-linux.S
[235/572] Compiling vpaes-x86-apple.S
[236/572] Compiling vpaes-armv8-win.S
[237/572] Compiling vpaes-armv8-linux.S
[238/572] Compiling vpaes-armv7-linux.S
[239/572] Compiling vpaes-armv8-apple.S
[240/572] Compiling sha512-armv8-win.S
[241/572] Compiling sha512-x86_64-linux.S
[242/572] Compiling sha512-x86_64-apple.S
[243/572] Compiling sha512-armv8-linux.S
[244/572] Compiling bio_ssl.cc
[245/572] Compiling sha512-armv8-apple.S
[246/572] Compiling sha512-586-linux.S
[246/572] Compiling sha512-586-apple.S
[248/572] Compiling sha512-armv4-linux.S
[249/572] Compiling sha256-armv8-win.S
[250/572] Compiling sha256-x86_64-apple.S
[251/572] Compiling sha256-armv8-linux.S
[252/572] Compiling sha256-x86_64-linux.S
[253/572] Compiling sha256-armv8-apple.S
[254/572] Compiling sha256-armv4-linux.S
[255/572] Compiling sha256-586-linux.S
[256/572] Compiling sha256-586-apple.S
[257/572] Compiling sha1-x86_64-apple.S
[258/572] Compiling d1_lib.cc
[259/572] Compiling sha1-armv8-win.S
[260/572] Compiling sha1-armv8-linux.S
[261/572] Compiling sha1-x86_64-linux.S
[262/572] Compiling sha1-armv8-apple.S
[263/572] Compiling sha1-armv4-large-linux.S
[264/572] Compiling sha1-586-apple.S
[265/572] Compiling rsaz-avx2-linux.S
[266/572] Compiling rsaz-avx2-apple.S
[267/572] Compiling sha1-586-linux.S
[268/572] Compiling p256_beeu-x86_64-asm-linux.S
[269/572] Compiling rdrand-x86_64-linux.S
[270/572] Compiling rdrand-x86_64-apple.S
[271/572] Compiling d1_both.cc
[272/572] Compiling p256_beeu-x86_64-asm-apple.S
[273/572] Compiling p256_beeu-armv8-asm-win.S
[274/572] Compiling p256_beeu-armv8-asm-linux.S
[275/572] Compiling p256_beeu-armv8-asm-apple.S
[276/572] Compiling p256-x86_64-asm-linux.S
[277/572] Compiling p256-x86_64-asm-apple.S
[278/572] Compiling p256-armv8-asm-win.S
[279/572] Compiling p256-armv8-asm-linux.S
[280/572] Compiling ghash-x86_64-linux.S
[281/572] Compiling ghashv8-armv8-linux.S
[282/572] Compiling ghashv8-armv8-apple.S
[283/572] Compiling ghashv8-armv8-win.S
[284/572] Compiling p256-armv8-asm-apple.S
[285/572] Compiling ghashv8-armv7-linux.S
[286/572] Compiling ghash-x86_64-apple.S
[287/572] Compiling ghash-ssse3-x86_64-linux.S
[288/572] Compiling ghash-x86-linux.S
[289/572] Compiling ghash-ssse3-x86-linux.S
[290/572] Compiling ghash-x86-apple.S
[291/572] Compiling ghash-ssse3-x86_64-apple.S
[291/572] Compiling ghash-neon-armv8-linux.S
[293/572] Compiling ghash-neon-armv8-win.S
[294/572] Compiling ghash-neon-armv8-apple.S
[295/572] Compiling bsaes-armv7-linux.S
[296/572] Compiling ghash-ssse3-x86-apple.S
[296/572] Compiling co-586-linux.S
[296/572] Compiling ghash-armv4-linux.S
[299/572] Compiling bn-armv8-win.S
[300/572] Compiling bn-armv8-linux.S
[300/572] Compiling co-586-apple.S
[302/572] Compiling armv8-mont-apple.S
[303/572] Compiling bn-586-linux.S
[304/572] Compiling bn-armv8-apple.S
[304/572] Compiling bn-586-apple.S
[306/572] Compiling armv8-mont-win.S
[307/572] Compiling armv8-mont-linux.S
[308/572] Compiling aesv8-gcm-armv8-win.S
[309/572] Compiling armv4-mont-linux.S
[310/572] Compiling aesv8-gcm-armv8-linux.S
[311/572] Compiling aesv8-gcm-armv8-apple.S
[312/572] Compiling aesv8-armv8-win.S
[313/572] Compiling aesv8-armv7-linux.S
[314/572] Compiling aesv8-armv8-linux.S
[315/572] Compiling aesni-x86_64-apple.S
[316/572] Compiling aesv8-armv8-apple.S
[317/572] Compiling aesni-x86_64-linux.S
[318/572] Compiling aesni-x86-linux.S
[319/572] Compiling aesni-gcm-x86_64-apple.S
[320/572] Compiling aesni-gcm-x86_64-linux.S
[321/572] Compiling aes-gcm-avx10-x86_64-linux.S
[322/572] Compiling aes-gcm-avx2-x86_64-linux.S
[323/572] Compiling aes-gcm-avx2-x86_64-apple.S
[324/572] Compiling aesni-x86-apple.S
[324/572] Compiling aes-gcm-avx10-x86_64-apple.S
[326/572] Compiling x_spki.cc
[327/572] Compiling x_x509.cc
[328/572] Compiling x_sig.cc
[329/572] Compiling x_val.cc
[330/572] Compiling x_x509a.cc
[331/572] Compiling x_name.cc
[332/572] Compiling x_req.cc
[333/572] Compiling x_pubkey.cc
[334/572] Compiling x_exten.cc
[335/572] Compiling x_crl.cc
[336/572] Compiling x_attrib.cc
[337/572] Compiling x509spki.cc
[338/572] Compiling x_all.cc
[339/572] Compiling x_algor.cc
[340/572] Compiling x509_vpm.cc
[341/572] Compiling x509rset.cc
[342/572] Compiling x509name.cc
[343/572] Compiling x509cset.cc
[344/572] Compiling x509_v3.cc
[345/572] Compiling x509_txt.cc
[346/572] Compiling x509_set.cc
[347/572] Compiling x509_vfy.cc
[348/572] Compiling x509_trs.cc
[349/572] Compiling x509_obj.cc
[350/572] Compiling x509_req.cc
[351/572] Compiling x509_lu.cc
[352/572] Compiling x509_ext.cc
[353/572] Compiling x509_def.cc
[354/572] Compiling x509_d2.cc
[355/572] Compiling x509_att.cc
[356/572] Compiling x509_cmp.cc
[357/572] Compiling x509.cc
[358/572] Compiling v3_skey.cc
[359/572] Compiling v3_utl.cc
[360/572] Compiling v3_purp.cc
[361/572] Compiling v3_prn.cc
[362/572] Compiling v3_pmaps.cc
[363/572] Compiling v3_pcons.cc
[364/572] Compiling v3_ocsp.cc
[365/572] Compiling v3_ncons.cc
[366/572] Compiling v3_int.cc
[367/572] Compiling v3_lib.cc
[368/572] Compiling v3_info.cc
[369/572] Compiling v3_genn.cc
[370/572] Compiling v3_extku.cc
[371/572] Compiling v3_ia5.cc
[372/572] Compiling v3_enum.cc
[373/572] Compiling v3_crld.cc
[374/572] Compiling v3_cpols.cc
[375/572] Compiling v3_conf.cc
[376/572] Compiling v3_bitst.cc
[377/572] Compiling v3_alt.cc
[378/572] Compiling v3_bcons.cc
[379/572] Compiling v3_akeya.cc
[380/572] Compiling v3_akey.cc
[381/572] Compiling t_req.cc
[382/572] Compiling t_x509a.cc
[383/572] Compiling t_x509.cc
[384/572] Compiling t_crl.cc
[385/572] Compiling i2d_pr.cc
[386/572] Compiling name_print.cc
[387/572] Compiling rsa_pss.cc
[388/572] Compiling policy.cc
[389/572] Compiling by_dir.cc
[390/572] Compiling asn1_gen.cc
[391/572] Compiling by_file.cc
[392/572] Compiling a_digest.cc
[393/572] Compiling thread_win.cc
[394/572] Compiling algorithm.cc
[395/572] Compiling a_verify.cc
[396/572] Compiling pmbtoken.cc
[397/572] Compiling a_sign.cc
[398/572] Compiling voprf.cc
[399/572] Compiling trust_token.cc
[400/572] Compiling stack.cc
[401/572] Compiling thread_none.cc
[402/572] Compiling thread_pthread.cc
[403/572] Compiling thread.cc
[404/572] Compiling siphash.cc
[405/572] Compiling sha512.cc
[406/572] Compiling sha256.cc
[407/572] Compiling rsa_extra.cc
[408/572] Compiling slhdsa.cc
[409/572] Compiling sha1.cc
[410/572] Compiling rsa_print.cc
[411/572] Compiling spake2plus.cc
[412/572] Compiling refcount.cc
[413/572] Compiling rsa_crypt.cc
[414/572] Compiling rc4.cc
[415/572] Compiling windows.cc
[416/572] Compiling urandom.cc
[417/572] Compiling trusty.cc
[418/572] Compiling rand.cc
[419/572] Compiling rsa_asn1.cc
[420/572] Compiling ios.cc
[421/572] Compiling poly1305_arm_asm.S
[422/572] Compiling getentropy.cc
[423/572] Compiling fork_detect.cc
[424/572] Compiling forkunsafe.cc
[425/572] Compiling passive.cc
[426/572] Compiling deterministic.cc
[427/572] Compiling poly1305_arm.cc
[428/572] Compiling poly1305_vec.cc
[429/572] Compiling poly1305.cc
[430/572] Compiling pool.cc
[431/572] Compiling pkcs7.cc
[432/572] Compiling pkcs8.cc
[433/572] Compiling pkcs7_x509.cc
[434/572] Compiling pkcs8_x509.cc
[435/572] Compiling p5_pbev2.cc
[436/572] Compiling pem_xaux.cc
[437/572] Compiling pem_pkey.cc
[438/572] Compiling pem_x509.cc
[439/572] Compiling mlkem.cc
[440/572] Compiling pem_pk8.cc
[441/572] Compiling pem_oth.cc
[442/572] Compiling obj_xref.cc
[443/572] Compiling mldsa.cc
[444/572] Compiling obj.cc
[445/572] Compiling pem_lib.cc
[446/572] Compiling pem_info.cc
[447/572] Compiling pem_all.cc
[448/572] Compiling mem.cc
[449/572] Compiling fips_shared_support.cc
[450/572] Compiling poly_rq_mul.S
[451/572] Compiling md5.cc
[452/572] Compiling md4.cc
[453/572] Compiling lhash.cc
[454/572] Compiling kyber.cc
[455/572] Compiling sign.cc
[456/572] Compiling ex_data.cc
[457/572] Compiling hrss.cc
[458/572] Compiling scrypt.cc
[459/572] Compiling print.cc
[460/572] Compiling hpke.cc
[461/572] Compiling pbkdf.cc
[462/572] Compiling p_x25519.cc
[463/572] Compiling p_x25519_asn1.cc
[464/572] Compiling p_hkdf.cc
[465/572] Compiling p_rsa_asn1.cc
[466/572] Compiling p_ed25519.cc
[467/572] Compiling p_rsa.cc
[468/572] Compiling p_ed25519_asn1.cc
[469/572] Compiling p_dh.cc
[470/572] Compiling p_ec.cc
[471/572] Compiling p_ec_asn1.cc
[472/572] Compiling p_dh_asn1.cc
[473/572] Compiling evp_ctx.cc
[474/572] Compiling p_dsa_asn1.cc
[475/572] Compiling engine.cc
[476/572] Compiling err.cc
[477/572] Compiling evp.cc
[478/572] Compiling evp_asn1.cc
[479/572] Compiling ecdsa_asn1.cc
[480/572] Compiling ecdh.cc
[481/572] Compiling hash_to_curve.cc
[482/572] Compiling ec_asn1.cc
[482/572] Compiling ec_derive.cc
[484/572] Compiling dsa.cc
[485/572] Compiling params.cc
[486/572] Compiling dsa_asn1.cc
[487/572] Compiling x25519-asm-arm.S
[488/572] Compiling digest_extra.cc
[489/572] Compiling des.cc
[490/572] Compiling dh_asn1.cc
[491/572] Compiling spake25519.cc
[492/572] Compiling crypto.cc
[493/572] Compiling cpu_intel.cc
[494/572] Compiling cpu_arm_linux.cc
[495/572] Compiling curve25519.cc
[496/572] Compiling cpu_arm_freebsd.cc
[497/572] Compiling cpu_aarch64_win.cc
[498/572] Compiling cpu_aarch64_sysreg.cc
[499/572] Compiling cpu_aarch64_openbsd.cc
[500/572] Compiling bcm.cc
[501/572] Compiling curve25519_64_adx.cc
[502/572] Compiling cpu_aarch64_linux.cc
[503/572] Compiling cpu_aarch64_fuchsia.cc
[504/572] Compiling cpu_aarch64_apple.cc
[505/572] Compiling conf.cc
[506/572] Compiling tls_cbc.cc
[507/572] Compiling get_cipher.cc
[508/572] Compiling e_tls.cc
[509/572] Compiling e_rc4.cc
[510/572] Compiling e_null.cc
[511/572] Compiling e_rc2.cc
[512/572] Compiling e_des.cc
[513/572] Compiling e_chacha20poly1305.cc
[514/572] Compiling e_aesctrhmac.cc
[515/572] Compiling e_aesgcmsiv.cc
[516/572] Compiling derive_key.cc
[517/572] Compiling chacha.cc
[518/572] Compiling unicode.cc
[519/572] Compiling asn1_compat.cc
[520/572] Compiling buf.cc
[521/572] Compiling cbb.cc
[522/572] Compiling cbs.cc
[523/572] Compiling ber.cc
[524/572] Compiling bn_asn1.cc
[525/572] Compiling blake2.cc
[526/572] Compiling convert.cc
[527/572] Compiling socket.cc
[528/572] Compiling socket_helper.cc
[529/572] Compiling printf.cc
[530/572] Compiling pair.cc
[531/572] Compiling hexdump.cc
[532/572] Compiling errno.cc
[533/572] Compiling file.cc
[534/572] Compiling fd.cc
[535/572] Compiling connect.cc
[536/572] Compiling bio_mem.cc
[537/572] Compiling bio.cc
[538/572] Compiling base64.cc
[539/572] Compiling tasn_typ.cc
[540/572] Compiling tasn_fre.cc
[541/572] Compiling tasn_enc.cc
[542/572] Compiling tasn_utl.cc
[543/572] Compiling f_string.cc
[544/572] Compiling tasn_new.cc
[545/572] Compiling posix_time.cc
[546/572] Compiling asn_pack.cc
[547/572] Compiling tasn_dec.cc
[548/572] Compiling f_int.cc
[549/572] Compiling asn1_par.cc
[550/572] Compiling a_utctm.cc
[551/572] Compiling a_type.cc
[552/572] Compiling a_octet.cc
[553/572] Compiling a_strex.cc
[554/572] Compiling a_time.cc
[555/572] Compiling asn1_lib.cc
[556/572] Compiling a_object.cc
[557/572] Compiling a_strnid.cc
[558/572] Compiling a_mbstr.cc
[559/572] Compiling a_i2d_fp.cc
[560/572] Compiling a_d2i_fp.cc
[561/572] Compiling a_int.cc
[562/572] Write sources
[564/572] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[565/572] Write sources
[566/572] Compiling a_dup.cc
[567/572] Compiling a_gentm.cc
[568/572] Compiling a_bitstr.cc
[569/595] Compiling a_bool.cc
[571/615] Compiling Atomics UnsafeAtomic.swift
[572/615] Compiling Atomics UnsafeAtomicLazyReference.swift
[573/615] Compiling Atomics ManagedAtomic.swift
[574/615] Compiling Atomics ManagedAtomicLazyReference.swift
[575/617] Compiling Atomics AtomicStorage.swift
[576/617] Compiling Atomics AtomicValue.swift
[577/617] Compiling Atomics AtomicMemoryOrderings.swift
[578/617] Compiling Atomics DoubleWord.swift
[579/617] Compiling Atomics AtomicInteger.swift
[580/617] Compiling Atomics AtomicOptionalWrappable.swift
[581/617] Compiling Atomics AtomicReference.swift
[582/617] Compiling Atomics IntegerOperations.swift
[583/617] Compiling Atomics Unmanaged extensions.swift
[585/617] Compiling Algorithms Reductions.swift
[586/617] Compiling Algorithms Rotate.swift
[587/620] Compiling Algorithms Split.swift
[588/620] Compiling Algorithms Stride.swift
[589/620] Compiling Algorithms Suffix.swift
[596/620] Compiling Atomics PointerConformances.swift
[597/620] Compiling Atomics Primitives.native.swift
[604/620] Compiling Algorithms Trim.swift
[605/620] Compiling Algorithms Unique.swift
[606/620] Compiling Algorithms Windows.swift
[606/620] Compiling c-nioatomics.c
[608/620] Compiling Atomics OptionalRawRepresentable.swift
[609/620] Compiling Atomics RawRepresentable.swift
[610/620] Compiling Atomics AtomicBool.swift
[611/620] Compiling Atomics IntegerConformances.swift
[612/620] Emitting module Atomics
[618/621] Compiling c-atomics.c
[621/627] Emitting module Algorithms
[622/628] Compiling NIOConcurrencyHelpers NIOLock.swift
[624/628] Compiling NIOConcurrencyHelpers lock.swift
[625/628] Emitting module NIOConcurrencyHelpers
[626/628] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[627/628] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[628/628] Compiling NIOConcurrencyHelpers atomics.swift
[630/690] Compiling NIOCore NIOAny.swift
[631/690] Compiling NIOCore NIOCloseOnErrorHandler.swift
[632/690] Compiling NIOCore NIOCoreSendableMetatype.swift
[633/690] Compiling NIOCore NIOLoopBound.swift
[634/690] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[635/690] Compiling NIOCore NIOScheduledCallback.swift
[636/690] Compiling NIOCore NIOSendable.swift
[637/690] Compiling NIOCore RecvByteBufferAllocator.swift
[638/698] Compiling NIOCore IOData.swift
[639/698] Compiling NIOCore IPProtocol.swift
[640/698] Compiling NIOCore IntegerBitPacking.swift
[641/698] Compiling NIOCore IntegerTypes.swift
[642/698] Compiling NIOCore Interfaces.swift
[643/698] Compiling NIOCore Linux.swift
[644/698] Compiling NIOCore MarkedCircularBuffer.swift
[645/698] Compiling NIOCore MulticastChannel.swift
[646/698] Compiling NIOCore CircularBuffer.swift
[647/698] Compiling NIOCore Codec.swift
[648/698] Compiling NIOCore ConvenienceOptionSupport.swift
[649/698] Compiling NIOCore DeadChannel.swift
[650/698] Compiling NIOCore DispatchQueue+WithFuture.swift
[651/698] Compiling NIOCore EventLoop+Deprecated.swift
[652/698] Compiling NIOCore EventLoop+SerialExecutor.swift
[653/698] Compiling NIOCore EventLoop.swift
[654/698] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[655/698] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[656/698] Compiling NIOCore SocketAddresses.swift
[657/698] Compiling NIOCore SocketOptionProvider.swift
[658/698] Compiling NIOCore SystemCallHelpers.swift
[659/698] Compiling NIOCore TimeAmount+Duration.swift
[660/698] Compiling NIOCore TypeAssistedChannelHandler.swift
[661/698] Compiling NIOCore UniversalBootstrapSupport.swift
[662/698] Compiling NIOCore Utilities.swift
[663/698] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[664/698] Compiling NIOCore BSDSocketAPI.swift
[665/698] Compiling NIOCore ByteBuffer-aux.swift
[666/698] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[667/698] Compiling NIOCore ByteBuffer-conversions.swift
[668/698] Compiling NIOCore ByteBuffer-core.swift
[669/698] Compiling NIOCore ByteBuffer-hex.swift
[670/698] Compiling NIOCore ByteBuffer-int.swift
[671/698] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[672/698] Compiling NIOCore AddressedEnvelope.swift
[673/698] Compiling NIOCore AsyncAwaitSupport.swift
[674/698] Compiling NIOCore AsyncChannel.swift
[675/698] Compiling NIOCore AsyncChannelHandler.swift
[676/698] Compiling NIOCore AsyncChannelInboundStream.swift
[677/698] Compiling NIOCore AsyncChannelOutboundWriter.swift
[678/698] Compiling NIOCore NIOAsyncSequenceProducer.swift
[679/698] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[680/698] Compiling NIOCore NIOAsyncWriter.swift
[681/698] Compiling NIOCore EventLoopFuture+Deprecated.swift
[682/698] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[683/698] Compiling NIOCore EventLoopFuture.swift
[684/698] Compiling NIOCore FileDescriptor.swift
[685/698] Compiling NIOCore FileHandle.swift
[686/698] Compiling NIOCore FileRegion.swift
[687/698] Compiling NIOCore GlobalSingletons.swift
[688/698] Compiling NIOCore IO.swift
[689/698] Emitting module NIOCore
[690/698] Compiling NIOCore ByteBuffer-multi-int.swift
[691/698] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[692/698] Compiling NIOCore ByteBuffer-views.swift
[693/698] Compiling NIOCore Channel.swift
[694/698] Compiling NIOCore ChannelHandler.swift
[695/698] Compiling NIOCore ChannelHandlers.swift
[696/698] Compiling NIOCore ChannelInvoker.swift
[697/698] Compiling NIOCore ChannelOption.swift
[698/698] Compiling NIOCore ChannelPipeline.swift
[700/751] Compiling NIOEmbedded AsyncTestingChannel.swift
[701/751] Emitting module NIOEmbedded
[702/751] Compiling NIOEmbedded Embedded.swift
[703/751] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[705/752] Emitting module NIOPosix
[706/758] Compiling NIOPosix SelectableEventLoop.swift
[707/758] Compiling NIOPosix SelectorEpoll.swift
[708/758] Compiling NIOPosix SelectorGeneric.swift
[709/758] Compiling NIOPosix SelectorKqueue.swift
[710/758] Compiling NIOPosix SelectorUring.swift
[711/758] Compiling NIOPosix ServerSocket.swift
[712/758] Compiling NIOPosix ThreadPosix.swift
[713/758] Compiling NIOPosix ThreadWindows.swift
[714/758] Compiling NIOPosix UnsafeTransfer.swift
[715/758] Compiling NIOPosix Utilities.swift
[716/758] Compiling NIOPosix VsockAddress.swift
[717/758] Compiling NIOPosix VsockChannelEvents.swift
[718/758] Compiling NIOPosix Socket.swift
[719/758] Compiling NIOPosix SocketChannel.swift
[720/758] Compiling NIOPosix SocketProtocols.swift
[721/758] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[722/758] Compiling NIOPosix System.swift
[723/758] Compiling NIOPosix Thread.swift
[724/758] Compiling NIOPosix Pool.swift
[725/758] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[726/758] Compiling NIOPosix PosixSingletons.swift
[727/758] Compiling NIOPosix RawSocketBootstrap.swift
[728/758] Compiling NIOPosix Resolver.swift
[729/758] Compiling NIOPosix Selectable.swift
[730/758] Compiling NIOPosix SelectableChannel.swift
[731/758] Compiling NIOPosix NIOPosixSendableMetatype.swift
[732/758] Compiling NIOPosix NIOThreadPool.swift
[733/758] Compiling NIOPosix NonBlockingFileIO.swift
[734/758] Compiling NIOPosix PendingDatagramWritesManager.swift
[735/758] Compiling NIOPosix PendingWritesManager.swift
[736/758] Compiling NIOPosix PipeChannel.swift
[737/758] Compiling NIOPosix PipePair.swift
[738/758] Compiling NIOPosix BSDSocketAPICommon.swift
[739/758] Compiling NIOPosix BSDSocketAPIPosix.swift
[740/758] Compiling NIOPosix BSDSocketAPIWindows.swift
[741/758] Compiling NIOPosix BaseSocket.swift
[742/758] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[743/758] Compiling NIOPosix BaseSocketChannel.swift
[744/758] Compiling NIOPosix BaseStreamSocketChannel.swift
[745/758] Compiling NIOPosix IO.swift
[746/758] Compiling NIOPosix IntegerBitPacking.swift
[747/758] Compiling NIOPosix IntegerTypes.swift
[748/758] Compiling NIOPosix Linux.swift
[749/758] Compiling NIOPosix LinuxCPUSet.swift
[750/758] Compiling NIOPosix LinuxUring.swift
[751/758] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[752/758] Compiling NIOPosix Bootstrap.swift
[753/758] Compiling NIOPosix ControlMessage.swift
[754/758] Compiling NIOPosix DatagramVectorReadManager.swift
[755/758] Compiling NIOPosix Errors+Any.swift
[756/758] Compiling NIOPosix FileDescriptor.swift
[757/758] Compiling NIOPosix GetaddrinfoResolver.swift
[758/758] Compiling NIOPosix HappyEyeballs.swift
[760/761] Emitting module NIO
[761/761] Compiling NIO Exports.swift
[763/801] Compiling NIOTLS TLSEvents.swift
[764/801] Compiling NIOSOCKS ClientStateMachine.swift
[765/802] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[766/802] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[767/802] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[768/802] Compiling NIOSOCKS SOCKSResponse.swift
[769/802] Emitting module NIOSOCKS
[770/802] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[771/802] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[772/802] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[773/802] Compiling NIOHTTP1 ByteCollectionUtils.swift
[774/802] Compiling NIOHTTP1 HTTPDecoder.swift
[775/802] Emitting module NIOTLS
[776/802] Compiling NIOSOCKS ServerStateMachine.swift
[777/802] Compiling NIOHTTP1 HTTPEncoder.swift
[778/802] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[779/802] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[780/802] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[781/803] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[782/803] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[783/803] Compiling NIOTLS SNIHandler.swift
[784/804] Emitting module NIOFoundationCompat
[785/804] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[786/804] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[790/805] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[791/805] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[792/807] Emitting module NIOHTTP1
[793/807] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[794/807] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[795/858] Compiling NIOTransportServices StateManagedChannel.swift
[796/858] Compiling NIOTransportServices StateManagedListenerChannel.swift
[797/858] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[798/858] Compiling NIOTransportServices NIOTSBootstraps.swift
[799/858] Compiling NIOTransportServices NIOTSChannelOptions.swift
[800/858] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[801/860] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[802/860] Compiling NIOTransportServices NIOTSErrors.swift
[803/860] Compiling NIOTransportServices NIOTSEventLoop.swift
[804/860] Emitting module NIOTransportServices
[805/860] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[806/860] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[807/860] Compiling NIOTransportServices NIOTSListenerChannel.swift
[808/860] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[809/860] Compiling NIOTransportServices NIOTSSingletons.swift
[810/860] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[811/860] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[812/860] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[813/860] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[814/860] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[815/860] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[816/860] Compiling NIOTransportServices AcceptHandler.swift
[817/860] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[818/860] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[834/890] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[835/890] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[836/891] Compiling NIOSSL SSLPrivateKey.swift
[837/891] Compiling NIOSSL SSLPublicKey.swift
[838/891] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[839/891] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[840/895] Compiling NIOHPACK IntegerCoding.swift
[841/895] Compiling NIOHPACK StaticHeaderTable.swift
[842/895] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[843/895] Compiling NIOHPACK IndexedHeaderTable.swift
[844/895] Compiling NIOWebSocket WebSocketOpcode.swift
[845/896] Emitting module NIOSSL
[850/896] Compiling NIOHPACK HuffmanTables.swift
[851/896] Compiling NIOHPACK HuffmanCoding.swift
[852/896] Compiling NIOHTTPCompression HTTPDecompression.swift
[853/896] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[854/896] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[855/896] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[856/896] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[857/896] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[858/896] Emitting module NIOHTTPCompression
[859/896] Compiling NIOHTTPCompression HTTPCompression.swift
[860/896] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[861/896] Compiling NIOWebSocket SHA1.swift
[863/897] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[864/897] Emitting module NIOHPACK
[867/897] Emitting module NIOWebSocket
[868/897] Compiling NIOWebSocket WebSocketErrorCodes.swift
[869/897] Compiling NIOWebSocket WebSocketFrame.swift
[874/898] Compiling NIOHPACK HPACKHeader.swift
[875/898] Compiling NIOHPACK HeaderTables.swift
[885/898] Compiling NIOSSL SSLPKCS12Bundle.swift
[896/899] Compiling NIOSSL Zeroization.swift
[897/899] Compiling NIOSSL TLSConfiguration.swift
[898/899] Compiling NIOSSL UniversalBootstrapSupport.swift
[899/899] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[901/960] Emitting module NIOHTTP2
[902/960] Compiling NIOHTTP2 DOSHeuristics.swift
[903/960] Compiling NIOHTTP2 Error+Any.swift
[904/960] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[905/960] Compiling NIOHTTP2 ControlFrameBuffer.swift
[906/960] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[907/960] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[908/960] Compiling NIOHTTP2 GlitchesMonitor.swift
[909/960] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[910/968] Compiling NIOHTTP2 MaySendFrames.swift
[911/968] Compiling NIOHTTP2 SendingDataState.swift
[912/968] Compiling NIOHTTP2 SendingGoawayState.swift
[913/968] Compiling NIOHTTP2 SendingHeadersState.swift
[914/968] Compiling NIOHTTP2 SendingPushPromiseState.swift
[915/968] Compiling NIOHTTP2 SendingRstStreamState.swift
[916/968] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[917/968] Compiling NIOHTTP2 HTTP2SettingsState.swift
[918/968] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[919/968] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[920/968] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[921/968] Compiling NIOHTTP2 HTTP2StreamID.swift
[922/968] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[923/968] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[924/968] Compiling NIOHTTP2 HTTP2UserEvents.swift
[925/968] Compiling NIOHTTP2 InboundEventBuffer.swift
[926/968] Compiling NIOHTTP2 InboundWindowManager.swift
[927/968] Compiling NIOHTTP2 HTTP2Frame.swift
[928/968] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[929/968] Compiling NIOHTTP2 HTTP2FrameParser.swift
[930/968] Compiling NIOHTTP2 HTTP2PingData.swift
[931/968] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[932/968] Compiling NIOHTTP2 HTTP2Settings.swift
[933/968] Compiling NIOHTTP2 HTTP2Stream.swift
[934/968] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[935/968] Compiling NIOHTTP2 ConnectionStateMachine.swift
[936/968] Compiling NIOHTTP2 ConnectionStreamsState.swift
[937/968] Compiling NIOHTTP2 MayReceiveFrames.swift
[938/968] Compiling NIOHTTP2 ReceivingDataState.swift
[939/968] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[940/968] Compiling NIOHTTP2 ReceivingHeadersState.swift
[941/968] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[942/968] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[943/968] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[944/968] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[945/968] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[946/968] Compiling NIOHTTP2 StreamChannelFlowController.swift
[947/968] Compiling NIOHTTP2 StreamChannelList.swift
[948/968] Compiling NIOHTTP2 StreamMap.swift
[949/968] Compiling NIOHTTP2 StreamStateMachine.swift
[950/968] Compiling NIOHTTP2 UnsafeTransfer.swift
[951/968] Compiling NIOHTTP2 WatermarkedFlowController.swift
[952/968] Compiling NIOHTTP2 HasFlowControlWindows.swift
[953/968] Compiling NIOHTTP2 HasLocalSettings.swift
[954/968] Compiling NIOHTTP2 HasRemoteSettings.swift
[955/968] Compiling NIOHTTP2 LocallyQuiescingState.swift
[956/968] Compiling NIOHTTP2 QuiescingState.swift
[957/968] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[958/968] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[959/968] Compiling NIOHTTP2 StateMachineResult.swift
[960/968] Compiling NIOHTTP2 ContentLengthVerifier.swift
[961/968] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[962/968] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[963/968] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[964/968] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[965/968] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[966/968] Compiling NIOHTTP2 HTTP2Error.swift
[967/968] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[968/968] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[970/1029] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[971/1029] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[972/1029] Compiling AsyncHTTPClient AsyncLazySequence.swift
[973/1029] Compiling AsyncHTTPClient HTTPClient+execute.swift
[974/1029] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[975/1029] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[976/1029] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[977/1029] Compiling AsyncHTTPClient HTTPClientRequest.swift
[978/1029] Compiling AsyncHTTPClient HTTPClientResponse.swift
[979/1037] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[980/1037] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[981/1037] Compiling AsyncHTTPClient Transaction.swift
[982/1037] Compiling AsyncHTTPClient Base64.swift
[983/1037] Compiling AsyncHTTPClient BasicAuth.swift
[984/1037] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[985/1037] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[986/1037] Compiling AsyncHTTPClient ConnectionPool.swift
[987/1037] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[988/1037] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[989/1037] Compiling AsyncHTTPClient TLSEventsHandler.swift
[990/1037] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[991/1037] Compiling AsyncHTTPClient HTTP1Connection.swift
[992/1037] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[993/1037] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[994/1037] Compiling AsyncHTTPClient HTTP2Connection.swift
[995/1037] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[996/1037] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[997/1037] Compiling AsyncHTTPClient ConnectionTarget.swift
[998/1037] Compiling AsyncHTTPClient DeconstructedURL.swift
[999/1037] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1000/1037] Compiling AsyncHTTPClient FoundationExtensions.swift
[1001/1037] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1002/1037] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1003/1037] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1004/1037] Compiling AsyncHTTPClient HTTPClient.swift
[1005/1037] Compiling AsyncHTTPClient HTTPHandler.swift
[1006/1037] Compiling AsyncHTTPClient LRUCache.swift
[1007/1037] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1008/1037] Compiling AsyncHTTPClient NWErrorHandler.swift
[1009/1037] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1010/1037] Compiling AsyncHTTPClient TLSConfiguration.swift
[1011/1037] Compiling AsyncHTTPClient RedirectState.swift
[1012/1037] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1013/1037] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1014/1037] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1015/1037] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1016/1037] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1017/1037] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1018/1037] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1019/1037] Compiling AsyncHTTPClient RequestBodyLength.swift
[1020/1037] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1021/1037] Emitting module AsyncHTTPClient
[1022/1037] Compiling AsyncHTTPClient RequestOptions.swift
[1023/1037] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1024/1037] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1025/1037] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1026/1037] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1027/1037] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1028/1037] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1029/1037] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1030/1037] Compiling AsyncHTTPClient RequestBag.swift
[1031/1037] Compiling AsyncHTTPClient RequestValidation.swift
[1032/1037] Compiling AsyncHTTPClient SSLContextCache.swift
[1033/1037] Compiling AsyncHTTPClient Scheme.swift
[1034/1037] Compiling AsyncHTTPClient Singleton.swift
[1035/1037] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1036/1037] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1037/1037] Compiling AsyncHTTPClient Utils.swift
[1039/1080] Emitting module Appwrite
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:41:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
/host/spi-builder-workspace/Sources/Appwrite/Models/AppwriteError.swift:3:12: warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | open class AppwriteError : Swift.Error, Decodable {
   |            `- warning: non-final class 'AppwriteError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 4 |
 5 |     public let message: String
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  3 | import AsyncHTTPClient
  4 |
  5 | class StreamingDelegate: HTTPClientResponseDelegate {
    |       `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  6 |
  7 |     public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     var state = State.idle
    |         `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 18 |     let request: HTTPClient.Request
 19 |
[1040/1080] 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
[1041/1080] 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
[1042/1080] 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
[1043/1080] 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
[1044/1080] 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
[1045/1080] 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
[1046/1085] Compiling Appwrite View+OAuth.swift
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1047/1085] Compiling Appwrite WebAuthComponent.swift
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1048/1085] Compiling Appwrite PackageInfo+Apple.swift
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1049/1085] Compiling Appwrite PackageInfo+Linux.swift
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1050/1085] Compiling Appwrite OSPackageInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1051/1085] Compiling Appwrite PackageInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/OAuth/WebAuthComponent.swift:16:24: warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 | public class WebAuthComponent {
 15 |
 16 |     private static var callbacks = [String: (Result<String, AppwriteError>) -> Void]()
    |                        |- warning: static property 'callbacks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'callbacks' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'callbacks' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     #if canImport(AuthenticationServices)
 18 |     private static var currentAuthSession: ASWebAuthenticationSession?
[1052/1085] Compiling Appwrite CwlSysCtl.swift
[1053/1085] Compiling Appwrite MacOSDeviceInfo.swift
[1054/1085] Compiling Appwrite WKInterfaceDevice+ModelName.swift
[1055/1085] Compiling Appwrite WatchOSDeviceInfo.swift
[1056/1085] Compiling Appwrite Cookie+Codable.swift
[1057/1085] Compiling Appwrite HTTPClientRequest+Cookies.swift
[1058/1085] Compiling Appwrite Service.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  3 | import AsyncHTTPClient
  4 |
  5 | class StreamingDelegate: HTTPClientResponseDelegate {
    |       `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  6 |
  7 |     public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     var state = State.idle
    |         `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 18 |     let request: HTTPClient.Request
 19 |
[1059/1085] Compiling Appwrite Storage.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  3 | import AsyncHTTPClient
  4 |
  5 | class StreamingDelegate: HTTPClientResponseDelegate {
    |       `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  6 |
  7 |     public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     var state = State.idle
    |         `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 18 |     let request: HTTPClient.Request
 19 |
[1060/1085] Compiling Appwrite TablesDb.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  3 | import AsyncHTTPClient
  4 |
  5 | class StreamingDelegate: HTTPClientResponseDelegate {
    |       `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  6 |
  7 |     public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     var state = State.idle
    |         `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 18 |     let request: HTTPClient.Request
 19 |
[1061/1085] Compiling Appwrite Teams.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  3 | import AsyncHTTPClient
  4 |
  5 | class StreamingDelegate: HTTPClientResponseDelegate {
    |       `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  6 |
  7 |     public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     var state = State.idle
    |         `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 18 |     let request: HTTPClient.Request
 19 |
[1062/1085] Compiling Appwrite StreamingDelegate.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  3 | import AsyncHTTPClient
  4 |
  5 | class StreamingDelegate: HTTPClientResponseDelegate {
    |       `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
  6 |
  7 |     public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     var state = State.idle
    |         `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
 18 |     let request: HTTPClient.Request
 19 |
[1063/1085] Compiling Appwrite Databases.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 |                     }
[1064/1085] Compiling Appwrite Functions.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 |                     }
[1065/1085] Compiling Appwrite Graphql.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 |                     }
[1066/1085] Compiling Appwrite Locale.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 |                     }
[1067/1085] Compiling Appwrite Messaging.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 |                     }
[1068/1085] 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 |                     }
[1069/1085] Compiling Appwrite Client.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:41:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
[1070/1085] Compiling Appwrite LinuxDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:41:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
[1071/1085] Compiling Appwrite OSDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:41:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
[1072/1085] Compiling Appwrite WindowsDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:41:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
[1073/1085] Compiling Appwrite IOSDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:41:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
[1074/1085] Compiling Appwrite UIDevice+ModelName.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     // MARK: Properties
 15 |     public static var chunkSize = 5 * 1024 * 1024 // 5MB
    |                       |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:41:24: warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 39 |     private static let boundary = randomBoundary()
 40 |
 41 |     private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
    |                        |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |
 43 |     // MARK: Methods
[1075/1085] Compiling Appwrite HTTPHandler.swift
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:210:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
208 |
209 |         DispatchQueue.global(qos: .background).async {
210 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
211 |         }
212 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:237:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
235 |
236 |         DispatchQueue.global(qos: .background).async {
237 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
238 |         }
239 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:257:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
255 |             .channelOption(socketOptions, value: 1)
256 |             .channelInitializer {
257 |                 self.openChannel(channel: $0)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
258 |             }
259 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:279:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
277 |         })
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:285:56: warning: 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:292:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
290 |
291 | @available(*, unavailable)
292 | extension NIOSSLClientHandler: Sendable {}
    | `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
293 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:271:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
269 |             requestKey: self.frameKey,
270 |             upgradePipelineHandler: { channel, response in
271 |                 self.upgradePipelineHandler(channel: channel, response: response)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
272 |             }
273 |         )
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: capture of 'httpHandler' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:281:20: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
    |                    `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:281:20: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
    |                    `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
283 |                     let sslContext = try! NIOSSLContext(configuration: tlsConfig)
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:300:44: warning: type 'MessageHandler' does not conform to the 'Sendable' protocol
298 |         }
299 |
300 |         return channel.pipeline.addHandler(handler)
    |                                            `- warning: type 'MessageHandler' does not conform to the 'Sendable' protocol
301 |     }
302 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/MessageHandler.swift:9:7: note: class 'MessageHandler' does not conform to the 'Sendable' protocol
  7 | ///
  8 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
  9 | class MessageHandler {
    |       `- note: class 'MessageHandler' does not conform to the 'Sendable' protocol
 10 |
 11 |     private let client: WebSocketClient
[1076/1085] Compiling Appwrite MessageHandler.swift
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:210:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
208 |
209 |         DispatchQueue.global(qos: .background).async {
210 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
211 |         }
212 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:237:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
235 |
236 |         DispatchQueue.global(qos: .background).async {
237 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
238 |         }
239 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:257:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
255 |             .channelOption(socketOptions, value: 1)
256 |             .channelInitializer {
257 |                 self.openChannel(channel: $0)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
258 |             }
259 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:279:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
277 |         })
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:285:56: warning: 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:292:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
290 |
291 | @available(*, unavailable)
292 | extension NIOSSLClientHandler: Sendable {}
    | `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
293 |
/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
[1077/1085] Compiling Appwrite WebSocketClient.swift
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:210:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
208 |
209 |         DispatchQueue.global(qos: .background).async {
210 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
211 |         }
212 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:237:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
235 |
236 |         DispatchQueue.global(qos: .background).async {
237 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
238 |         }
239 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:257:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
255 |             .channelOption(socketOptions, value: 1)
256 |             .channelInitializer {
257 |                 self.openChannel(channel: $0)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
258 |             }
259 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:279:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
277 |         })
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:285:56: warning: 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:292:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
290 |
291 | @available(*, unavailable)
292 | extension NIOSSLClientHandler: Sendable {}
    | `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
293 |
/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
[1078/1085] Compiling Appwrite WebSocketClientDelegate.swift
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:210:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
208 |
209 |         DispatchQueue.global(qos: .background).async {
210 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
211 |         }
212 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:237:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
235 |
236 |         DispatchQueue.global(qos: .background).async {
237 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
238 |         }
239 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:257:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
255 |             .channelOption(socketOptions, value: 1)
256 |             .channelInitializer {
257 |                 self.openChannel(channel: $0)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
258 |             }
259 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:279:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
277 |         })
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:285:56: warning: 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:292:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
290 |
291 | @available(*, unavailable)
292 | extension NIOSSLClientHandler: Sendable {}
    | `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
293 |
/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
[1079/1085] Compiling Appwrite WebSocketClientError.swift
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:210:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
208 |
209 |         DispatchQueue.global(qos: .background).async {
210 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
211 |         }
212 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:237:13: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
235 |
236 |         DispatchQueue.global(qos: .background).async {
237 |             self.threadGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
    |             `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
238 |         }
239 |     }
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:257:17: warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
 14 | ///
 15 | /// Creates a connection to the remote host and allows setting callbacks for messages sent from the WebSocket server.
 16 | public class WebSocketClient {
    |              `- note: class 'WebSocketClient' does not conform to the 'Sendable' protocol
 17 |
 18 |     // MARK: - Properties
    :
255 |             .channelOption(socketOptions, value: 1)
256 |             .channelInitializer {
257 |                 self.openChannel(channel: $0)
    |                 `- warning: capture of 'self' with non-sendable type 'WebSocketClient' in a '@Sendable' closure
258 |             }
259 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:276:52: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
274 |
275 |         let config: NIOHTTPClientUpgradeConfiguration = (upgraders: [basicUpgrader], completionHandler: { context in
276 |             context.channel.pipeline.removeHandler(httpHandler, promise: nil)
    |                                                    `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
277 |         })
278 |
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:279:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
277 |         })
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
281 |                 if self.tlsEnabled {
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:280:48: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
278 |
279 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap { _ in
280 |             return channel.pipeline.addHandler(httpHandler).flatMap { _ in
    |                                                `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
281 |                 if self.tlsEnabled {
282 |                     let tlsConfig = TLSConfiguration.makeClientConfiguration()
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/HTTPHandler.swift:8:7: note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 6 | ///
 7 | /// Adds the required headers to the outbound upgrade connection request and handles success and failures responses.
 8 | class HTTPHandler {
   |       `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 9 |
10 |     unowned let client: WebSocketClient
/host/spi-builder-workspace/Sources/Appwrite/WebSockets/WebSocketClient.swift:285:56: warning: 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:292:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
290 |
291 | @available(*, unavailable)
292 | extension NIOSSLClientHandler: Sendable {}
    | `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
293 |
/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
[1080/1085] Compiling Appwrite PackageInfo+Windows.swift
[1081/1085] Compiling Appwrite Permission.swift
[1082/1085] Compiling Appwrite Query.swift
[1083/1085] Compiling Appwrite Role.swift
[1084/1085] Compiling Appwrite Account.swift
[1085/1085] Compiling Appwrite Avatars.swift
Build complete! (258.57s)
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",
        "Row.swift",
        "RowList.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/TablesDb.swift",
        "Services/Teams.swift",
        "StreamingDelegate.swift",
        "WebSockets/HTTPHandler.swift",
        "WebSockets/MessageHandler.swift",
        "WebSockets/WebSocketClient.swift",
        "WebSockets/WebSocketClientDelegate.swift",
        "WebSockets/WebSocketClientError.swift"
      ],
      "target_dependencies" : [
        "AppwriteModels",
        "AppwriteEnums",
        "JSONCodable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.