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