Build Information
Successful build of Appwrite, reference main (8ea3de
), with Swift 6.1 for Linux on 8 Sep 2025 19:06:12 UTC.
Swift 6 data race errors: 5
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/appwrite/sdk-for-swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/appwrite/sdk-for-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8ea3ded Merge pull request #39 from appwrite/dev
Cloned https://github.com/appwrite/sdk-for-swift.git
Revision (git rev-parse @):
8ea3ded19b70419c8be1b00c93df62be73e0d67d
SUCCESS checkout https://github.com/appwrite/sdk-for-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/appwrite/sdk-for-swift.git
https://github.com/appwrite/sdk-for-swift.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",
"AttributeBoolean.swift",
"AttributeDatetime.swift",
"AttributeEmail.swift",
"AttributeEnum.swift",
"AttributeFloat.swift",
"AttributeInteger.swift",
"AttributeIp.swift",
"AttributeLine.swift",
"AttributeList.swift",
"AttributePoint.swift",
"AttributePolygon.swift",
"AttributeRelationship.swift",
"AttributeString.swift",
"AttributeUrl.swift",
"Bucket.swift",
"BucketList.swift",
"Collection.swift",
"CollectionList.swift",
"ColumnBoolean.swift",
"ColumnDatetime.swift",
"ColumnEmail.swift",
"ColumnEnum.swift",
"ColumnFloat.swift",
"ColumnIndex.swift",
"ColumnIndexList.swift",
"ColumnInteger.swift",
"ColumnIp.swift",
"ColumnLine.swift",
"ColumnList.swift",
"ColumnPoint.swift",
"ColumnPolygon.swift",
"ColumnRelationship.swift",
"ColumnString.swift",
"ColumnUrl.swift",
"Continent.swift",
"ContinentList.swift",
"Country.swift",
"CountryList.swift",
"Currency.swift",
"CurrencyList.swift",
"Database.swift",
"DatabaseList.swift",
"Deployment.swift",
"DeploymentList.swift",
"Document.swift",
"DocumentList.swift",
"Execution.swift",
"ExecutionList.swift",
"File.swift",
"FileList.swift",
"Framework.swift",
"FrameworkAdapter.swift",
"FrameworkList.swift",
"Function.swift",
"FunctionList.swift",
"Headers.swift",
"HealthAntivirus.swift",
"HealthCertificate.swift",
"HealthQueue.swift",
"HealthStatus.swift",
"HealthTime.swift",
"Identity.swift",
"IdentityList.swift",
"Index.swift",
"IndexList.swift",
"Jwt.swift",
"Language.swift",
"LanguageList.swift",
"Locale.swift",
"LocaleCode.swift",
"LocaleCodeList.swift",
"Log.swift",
"LogList.swift",
"Membership.swift",
"MembershipList.swift",
"Message.swift",
"MessageList.swift",
"MfaChallenge.swift",
"MfaFactors.swift",
"MfaRecoveryCodes.swift",
"MfaType.swift",
"Phone.swift",
"PhoneList.swift",
"Preferences.swift",
"Provider.swift",
"ProviderList.swift",
"ResourceToken.swift",
"ResourceTokenList.swift",
"Row.swift",
"RowList.swift",
"Runtime.swift",
"RuntimeList.swift",
"Session.swift",
"SessionList.swift",
"Site.swift",
"SiteList.swift",
"Specification.swift",
"SpecificationList.swift",
"Subscriber.swift",
"SubscriberList.swift",
"Table.swift",
"TableList.swift",
"Target.swift",
"TargetList.swift",
"Team.swift",
"TeamList.swift",
"Token.swift",
"Topic.swift",
"TopicList.swift",
"User.swift",
"UserList.swift",
"Variable.swift",
"VariableList.swift"
],
"target_dependencies" : [
"JSONCodable"
],
"type" : "library"
},
{
"c99name" : "AppwriteEnums",
"module_type" : "SwiftTarget",
"name" : "AppwriteEnums",
"path" : "Sources/AppwriteEnums",
"product_memberships" : [
"Appwrite"
],
"sources" : [
"Adapter.swift",
"AuthenticationFactor.swift",
"AuthenticatorType.swift",
"Browser.swift",
"BuildRuntime.swift",
"Compression.swift",
"CreditCard.swift",
"DeploymentDownloadType.swift",
"ExecutionMethod.swift",
"Flag.swift",
"Framework.swift",
"ImageFormat.swift",
"ImageGravity.swift",
"IndexType.swift",
"MessagePriority.swift",
"MessagingProviderType.swift",
"Name.swift",
"OAuthProvider.swift",
"PasswordHash.swift",
"RelationMutate.swift",
"RelationshipType.swift",
"Runtime.swift",
"SmtpEncryption.swift",
"VCSDeploymentType.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/UploadProgress.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/Health.swift",
"Services/Locale.swift",
"Services/Messaging.swift",
"Services/Service.swift",
"Services/Sites.swift",
"Services/Storage.swift",
"Services/TablesDb.swift",
"Services/Teams.swift",
"Services/Tokens.swift",
"Services/Users.swift",
"StreamingDelegate.swift"
],
"target_dependencies" : [
"AppwriteModels",
"AppwriteEnums",
"JSONCodable"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/async-http-client.git
[1/14168] Fetching async-http-client
[8786/92221] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (2.06s)
[39808/78053] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.95s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (9.81s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/3903] Fetching swift-log
[80/15564] Fetching swift-log, swift-nio-http2
[664/17378] Fetching swift-log, swift-nio-http2, swift-atomics
[1144/23505] Fetching swift-log, swift-nio-http2, swift-atomics, swift-nio-extras
[1279/26209] Fetching swift-log, swift-nio-http2, swift-atomics, swift-nio-extras, swift-nio-transport-services
[10131/32194] Fetching swift-log, swift-nio-http2, swift-atomics, swift-nio-extras, swift-nio-transport-services, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.82s)
[18181/29490] Fetching swift-log, swift-nio-http2, swift-atomics, swift-nio-extras, swift-algorithms
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (1.14s)
[17192/25587] Fetching swift-nio-http2, swift-atomics, swift-nio-extras, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.19s)
[12489/19602] Fetching swift-nio-http2, swift-atomics, swift-nio-extras
[19603/34677] Fetching swift-nio-http2, swift-atomics, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.37s)
[24120/32863] Fetching swift-nio-http2, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.39s)
[18144/26736] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.40s)
[6633/15075] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.95s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (6.66s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.25s)
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
[1/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.77s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.33s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.89s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.56s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.83s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1629] Fetching swift-asn1
[751/2546] Fetching swift-asn1, swift-http-types
[2547/3722] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[2642/8984] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms
[4061/11454] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[4452/17915] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.46s)
[4870/16998] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.84s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.98s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.99s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.99s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.00s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.76s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.77s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.02s)
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.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.69s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.69s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.73s)
Fetching https://github.com/apple/swift-crypto.git
[1/16627] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.82s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (3.77s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.05s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (2.34s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.27.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Building for debugging...
[0/446] Write sources
[25/446] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[26/446] Compiling CNIODarwin shim.c
[27/446] Compiling CNIOWindows shim.c
[27/446] Write sources
[31/446] Compiling CNIOWASI CNIOWASI.c
[32/446] Compiling CNIOWindows WSAStartup.c
[33/446] Compiling CNIOLinux liburing_shims.c
[34/446] Compiling CNIOSHA1 c_nio_sha1.c
[35/446] Compiling _NumericsShims _NumericsShims.c
[36/446] Compiling _AtomicsShims.c
[37/446] Compiling CNIOPosix event_loop_id.c
[38/446] Compiling CNIOExtrasZlib empty.c
[39/446] Compiling CNIOLLHTTP c_nio_http.c
[40/446] Write swift-version-24593BA9C3E375BF.txt
[41/446] Compiling fiat_p256_adx_sqr.S
[42/446] Compiling fiat_curve25519_adx_mul.S
[43/446] Compiling fiat_curve25519_adx_square.S
[44/446] Compiling CNIOLLHTTP c_nio_api.c
[45/446] Compiling fiat_p256_adx_mul.S
[46/446] Compiling CNIOLinux shim.c
[47/465] Compiling CNIOBoringSSLShims shims.c
[48/466] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/524] Compiling _NIODataStructures _TinyArray.swift
[51/524] Compiling _NIODataStructures PriorityQueue.swift
[52/524] Compiling Atomics AtomicInteger.swift
[53/524] Compiling Atomics AtomicOptionalWrappable.swift
[54/524] Compiling Atomics AtomicReference.swift
[55/524] Compiling Atomics AtomicStorage.swift
[56/524] Compiling Atomics AtomicValue.swift
[57/524] Compiling Atomics ManagedAtomic.swift
[58/524] Compiling Atomics ManagedAtomicLazyReference.swift
[59/524] Compiling Atomics UnsafeAtomic.swift
[60/524] Compiling Atomics UnsafeAtomicLazyReference.swift
[61/526] Emitting module Atomics
[62/526] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/527] Emitting module InternalCollectionsUtilities
[68/527] Compiling Atomics IntegerConformances.swift
[69/527] Compiling Atomics PointerConformances.swift
[71/527] Compiling Atomics AtomicMemoryOrderings.swift
[73/527] Compiling Atomics DoubleWord.swift
[74/527] Emitting module _NIOBase64
[75/527] Compiling Atomics RawRepresentable.swift
[76/527] Compiling Atomics AtomicBool.swift
[77/527] Compiling _NIOBase64 Base64.swift
[78/527] Compiling Atomics Primitives.native.swift
[79/527] Compiling Atomics OptionalRawRepresentable.swift
[82/528] Compiling RealModule RealFunctions.swift
[83/528] Compiling RealModule Real.swift
[84/529] Compiling RealModule Float80+Real.swift
[87/529] Emitting module RealModule
[90/529] Compiling RealModule Float16+Real.swift
[92/529] Compiling RealModule RelaxedArithmetic.swift
[100/530] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[101/531] Compiling Atomics IntegerOperations.swift
[102/531] Compiling Atomics Unmanaged extensions.swift
[105/532] Emitting module _NIODataStructures
[106/532] Compiling _NIODataStructures Heap.swift
[107/533] Compiling Logging MetadataProvider.swift
[108/533] Compiling Logging Logging.swift
[109/533] Compiling Logging LogHandler.swift
[110/533] Emitting module Logging
[111/533] Compiling Logging Locks.swift
[114/549] Compiling DequeModule Deque+Descriptions.swift
[115/549] Compiling DequeModule Deque+Equatable.swift
[116/549] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[117/552] Compiling JSONCodable Codable+JSON.swift
[118/552] Emitting module JSONCodable
[119/553] Compiling DequeModule _DequeBuffer.swift
[120/553] Compiling DequeModule _DequeBufferHeader.swift
[122/553] Emitting module AppwriteEnums
[123/553] Compiling DequeModule Deque+Codable.swift
[124/553] Compiling DequeModule Deque+Collection.swift
[125/553] Compiling DequeModule Deque+CustomReflectable.swift
[126/553] Compiling DequeModule Deque+Extras.swift
[127/553] Compiling DequeModule Deque+Hashable.swift
[128/553] Compiling DequeModule Deque+Testing.swift
[129/553] Compiling DequeModule Deque._Storage.swift
[130/553] Compiling DequeModule Deque._UnsafeHandle.swift
[131/553] Compiling DequeModule Deque.swift
[137/568] Compiling DequeModule _UnsafeWrappedBuffer.swift
[141/568] Compiling AppwriteEnums RelationMutate.swift
[142/568] Compiling AppwriteEnums RelationshipType.swift
[143/580] Compiling Algorithms Split.swift
[144/580] Compiling Algorithms Stride.swift
[145/580] Compiling Algorithms Suffix.swift
[146/581] Compiling Algorithms AdjacentPairs.swift
[147/581] Compiling Algorithms Chain.swift
[148/581] Compiling Algorithms Chunked.swift
[149/581] Compiling Algorithms Combinations.swift
[151/581] Compiling Algorithms MinMax.swift
[152/581] Compiling Algorithms Partition.swift
[153/581] Compiling Algorithms FlattenCollection.swift
[154/581] Compiling Algorithms Grouped.swift
[155/581] Compiling Algorithms Indexed.swift
[156/581] Compiling Algorithms Intersperse.swift
[157/625] Compiling AppwriteModels AttributeList.swift
[158/625] Compiling AppwriteModels AttributePoint.swift
[161/687] Compiling AppwriteModels AttributePolygon.swift
[162/687] Compiling AppwriteModels AttributeRelationship.swift
[162/690] Compiling tls_record.cc
[164/690] Emitting module DequeModule
[165/691] Compiling AppwriteModels DatabaseList.swift
[166/691] Compiling AppwriteModels Deployment.swift
[167/691] Compiling AppwriteModels DeploymentList.swift
[168/691] Compiling AppwriteModels Document.swift
[169/691] Compiling AppwriteModels DocumentList.swift
[170/691] Compiling AppwriteModels Execution.swift
[172/691] Compiling AppwriteModels ColumnEmail.swift
[173/691] Compiling AppwriteModels ColumnEnum.swift
[174/691] Compiling AppwriteModels ColumnFloat.swift
[175/691] Compiling AppwriteModels Currency.swift
[176/691] Compiling AppwriteModels CurrencyList.swift
[177/691] Compiling AppwriteModels Database.swift
[177/691] Compiling tls13_server.cc
[178/691] Compiling tls_method.cc
[180/691] Compiling AppwriteModels Collection.swift
[181/691] Compiling AppwriteModels CollectionList.swift
[182/691] Compiling AppwriteModels ColumnBoolean.swift
[183/691] Compiling AppwriteModels ColumnDatetime.swift
[183/691] Compiling tls13_client.cc
[185/691] Compiling Algorithms Trim.swift
[186/691] Compiling Algorithms Unique.swift
[187/691] Compiling Algorithms Windows.swift
[187/691] Compiling tls13_enc.cc
[189/691] Compiling AppwriteModels AttributeString.swift
[190/691] Compiling AppwriteModels AttributeUrl.swift
[191/691] Compiling AppwriteModels Bucket.swift
[192/691] Compiling AppwriteModels BucketList.swift
[193/691] Emitting module AppwriteModels
[194/706] Compiling AppwriteModels AlgoArgon2.swift
[195/706] Compiling AppwriteModels AlgoBcrypt.swift
[196/706] Compiling AppwriteModels AlgoMd5.swift
[197/706] Compiling AppwriteModels AlgoPhpass.swift
[198/706] Compiling AppwriteModels AlgoScrypt.swift
[199/706] Compiling AppwriteModels AlgoScryptModified.swift
[200/706] Compiling AppwriteModels AlgoSha.swift
[201/706] Compiling AppwriteModels AttributeBoolean.swift
[202/706] Compiling AppwriteModels AttributeDatetime.swift
[203/706] Compiling AppwriteModels AttributeEmail.swift
[204/706] Compiling AppwriteModels AttributeEnum.swift
[205/706] Compiling AppwriteModels AttributeFloat.swift
[206/706] Compiling AppwriteModels AttributeInteger.swift
[207/706] Compiling AppwriteModels AttributeIp.swift
[208/706] Compiling AppwriteModels AttributeLine.swift
[209/706] Compiling AppwriteModels Function.swift
[210/706] Compiling AppwriteModels FunctionList.swift
[211/706] Compiling AppwriteModels Headers.swift
[212/706] Compiling AppwriteModels HealthAntivirus.swift
[213/706] Compiling AppwriteModels HealthCertificate.swift
[214/706] Compiling AppwriteModels HealthQueue.swift
[215/706] Compiling AppwriteModels HealthStatus.swift
[216/706] Compiling AppwriteModels HealthTime.swift
[217/706] Compiling AppwriteModels Identity.swift
[218/706] Compiling AppwriteModels IdentityList.swift
[219/706] Compiling AppwriteModels Index.swift
[220/706] Compiling AppwriteModels IndexList.swift
[221/706] Compiling AppwriteModels Jwt.swift
[222/706] Compiling AppwriteModels Language.swift
[223/706] Compiling AppwriteModels LanguageList.swift
[223/706] Compiling tls13_both.cc
[237/706] Compiling AppwriteModels Framework.swift
[238/706] Compiling AppwriteModels FrameworkAdapter.swift
[239/706] Compiling AppwriteModels FrameworkList.swift
[239/706] Compiling t1_enc.cc
[241/706] Compiling AppwriteModels ColumnIndex.swift
[242/706] Compiling AppwriteModels ColumnIndexList.swift
[243/706] Compiling AppwriteModels ColumnInteger.swift
[244/706] Compiling AppwriteModels ColumnIp.swift
[245/706] Compiling AppwriteModels ColumnLine.swift
[246/706] Compiling AppwriteModels ColumnList.swift
[247/706] Compiling AppwriteModels ColumnPoint.swift
[248/706] Compiling AppwriteModels ColumnPolygon.swift
[249/706] Compiling AppwriteModels ColumnRelationship.swift
[250/706] Compiling AppwriteModels ColumnString.swift
[251/706] Compiling AppwriteModels ColumnUrl.swift
[252/706] Compiling AppwriteModels Continent.swift
[253/706] Compiling AppwriteModels ContinentList.swift
[254/706] Compiling AppwriteModels Country.swift
[255/706] Compiling AppwriteModels CountryList.swift
[270/706] Compiling ssl_versions.cc
[272/706] Emitting module Algorithms
[273/706] Compiling AppwriteModels Locale.swift
[274/706] Compiling AppwriteModels LocaleCode.swift
[275/706] Compiling AppwriteModels LocaleCodeList.swift
[276/706] Compiling AppwriteModels Log.swift
[277/706] Compiling AppwriteModels LogList.swift
[278/706] Compiling AppwriteModels Membership.swift
[279/706] Compiling AppwriteModels MembershipList.swift
[280/706] Compiling AppwriteModels Message.swift
[281/706] Compiling AppwriteModels MessageList.swift
[282/706] Compiling AppwriteModels MfaChallenge.swift
[283/706] Compiling AppwriteModels MfaFactors.swift
[284/706] Compiling AppwriteModels MfaRecoveryCodes.swift
[285/706] Compiling AppwriteModels MfaType.swift
[286/706] Compiling AppwriteModels Phone.swift
[287/706] Compiling AppwriteModels PhoneList.swift
[288/706] Compiling AppwriteModels Preferences.swift
[289/706] Compiling AppwriteModels Provider.swift
[290/706] Compiling AppwriteModels ProviderList.swift
[291/706] Compiling AppwriteModels ResourceToken.swift
[292/706] Compiling AppwriteModels ResourceTokenList.swift
[293/706] Compiling AppwriteModels Row.swift
[294/706] Compiling AppwriteModels RowList.swift
[295/706] Compiling AppwriteModels Runtime.swift
[296/706] Compiling AppwriteModels RuntimeList.swift
[297/706] Compiling AppwriteModels Session.swift
[298/706] Compiling AppwriteModels SessionList.swift
[299/706] Compiling AppwriteModels Site.swift
[300/706] Compiling AppwriteModels SiteList.swift
[301/706] Compiling AppwriteModels Specification.swift
[302/706] Compiling AppwriteModels SpecificationList.swift
[302/707] Compiling ssl_stat.cc
[303/707] Compiling ssl_transcript.cc
[305/707] Compiling ssl_x509.cc
[307/707] Compiling AppwriteModels Subscriber.swift
[308/707] Compiling AppwriteModels SubscriberList.swift
[309/707] Compiling AppwriteModels Table.swift
[310/707] Compiling AppwriteModels TableList.swift
[311/707] Compiling AppwriteModels Target.swift
[312/707] Compiling AppwriteModels TargetList.swift
[313/707] Compiling AppwriteModels Team.swift
[314/707] Compiling AppwriteModels TeamList.swift
[315/707] Compiling AppwriteModels Token.swift
[316/707] Compiling AppwriteModels Topic.swift
[317/707] Compiling AppwriteModels TopicList.swift
[318/707] Compiling AppwriteModels User.swift
[319/707] Compiling AppwriteModels UserList.swift
[320/707] Compiling AppwriteModels Variable.swift
[321/707] Compiling AppwriteModels VariableList.swift
[321/708] Compiling ssl_session.cc
[323/708] Compiling ssl_privkey.cc
[324/708] Compiling ssl_file.cc
[325/708] Compiling ssl_key_share.cc
[326/708] Compiling ssl_cipher.cc
[327/708] Compiling ssl_credential.cc
[328/708] Compiling ssl_lib.cc
[329/708] Compiling ssl_cert.cc
[330/708] Compiling ssl_buffer.cc
[331/708] Compiling s3_lib.cc
[332/708] Compiling ssl_aead_ctx.cc
[333/708] Compiling ssl_asn1.cc
[334/708] Compiling s3_pkt.cc
[335/708] Compiling s3_both.cc
[336/708] Compiling handshake.cc
[337/708] Compiling handoff.cc
[338/708] Compiling handshake_server.cc
[339/708] Compiling handshake_client.cc
[340/708] Compiling dtls_method.cc
[341/708] Compiling encrypted_client_hello.cc
[342/708] Compiling md5-x86_64-linux.S
[343/708] Compiling dtls_record.cc
[344/708] Compiling md5-x86_64-apple.S
[345/708] Compiling md5-586-linux.S
[346/708] Compiling md5-586-apple.S
[347/708] Compiling extensions.cc
[348/708] Compiling chacha20_poly1305_x86_64-linux.S
[349/708] Compiling d1_srtp.cc
[350/708] Compiling chacha20_poly1305_x86_64-apple.S
[351/708] Compiling chacha20_poly1305_armv8-win.S
[352/708] Compiling chacha20_poly1305_armv8-linux.S
[353/708] Compiling chacha20_poly1305_armv8-apple.S
[354/708] Compiling err_data.cc
[355/708] Compiling chacha-x86_64-apple.S
[356/708] Compiling chacha-x86_64-linux.S
[357/708] Compiling chacha-x86-linux.S
[358/708] Compiling chacha-armv8-linux.S
[359/708] Compiling chacha-armv8-win.S
[360/708] Compiling chacha-x86-apple.S
[361/708] Compiling chacha-armv8-apple.S
[362/708] Compiling chacha-armv4-linux.S
[363/708] Compiling aes128gcmsiv-x86_64-linux.S
[364/708] Compiling aes128gcmsiv-x86_64-apple.S
[365/708] Compiling x86_64-mont5-linux.S
[366/708] Compiling x86_64-mont-linux.S
[367/708] Compiling x86_64-mont5-apple.S
[368/708] Compiling x86_64-mont-apple.S
[369/708] Compiling vpaes-x86_64-linux.S
[370/708] Compiling x86-mont-linux.S
[371/708] Compiling x86-mont-apple.S
[372/708] Compiling vpaes-x86_64-apple.S
[373/708] Compiling d1_lib.cc
[374/708] Compiling vpaes-x86-apple.S
[375/708] Compiling vpaes-x86-linux.S
[376/708] Compiling vpaes-armv8-linux.S
[377/708] Compiling vpaes-armv8-win.S
[378/708] Compiling bio_ssl.cc
[379/708] Compiling vpaes-armv8-apple.S
[380/708] Compiling sha512-x86_64-apple.S
[381/708] Compiling vpaes-armv7-linux.S
[382/708] Compiling sha512-armv4-linux.S
[383/708] Compiling sha512-armv8-linux.S
[384/708] Compiling sha512-armv8-apple.S
[385/708] Compiling sha512-x86_64-linux.S
[386/708] Compiling sha512-armv8-win.S
[387/708] Compiling sha512-586-linux.S
[388/708] Compiling sha512-586-apple.S
[389/708] Compiling sha256-armv8-win.S
[390/708] Compiling sha256-armv8-linux.S
[391/708] Compiling sha256-x86_64-linux.S
[392/708] Compiling sha256-x86_64-apple.S
[393/708] Compiling sha256-armv4-linux.S
[394/708] Compiling sha256-armv8-apple.S
[395/708] Compiling sha256-586-linux.S
[396/708] Compiling sha256-586-apple.S
[397/708] Compiling sha1-x86_64-apple.S
[398/708] Compiling sha1-armv8-win.S
[399/708] Compiling sha1-armv8-linux.S
[400/708] Compiling sha1-armv4-large-linux.S
[401/708] Compiling sha1-x86_64-linux.S
[402/708] Compiling sha1-586-apple.S
[403/708] Compiling sha1-armv8-apple.S
[404/708] Compiling sha1-586-linux.S
[405/708] Compiling rdrand-x86_64-linux.S
[406/708] Compiling rsaz-avx2-linux.S
[407/708] Compiling rdrand-x86_64-apple.S
[408/708] Compiling rsaz-avx2-apple.S
[409/708] Compiling p256_beeu-x86_64-asm-linux.S
[410/708] Compiling p256_beeu-x86_64-asm-apple.S
[411/708] Compiling d1_both.cc
[412/708] Compiling d1_pkt.cc
[413/708] Compiling p256_beeu-armv8-asm-win.S
[414/708] Compiling p256-armv8-asm-win.S
[415/708] Compiling p256-x86_64-asm-linux.S
[416/708] Compiling p256_beeu-armv8-asm-linux.S
[417/708] Compiling p256-x86_64-asm-apple.S
[417/708] Compiling p256_beeu-armv8-asm-apple.S
[419/708] Compiling p256-armv8-asm-apple.S
[420/708] Compiling p256-armv8-asm-linux.S
[421/708] Compiling ghashv8-armv8-win.S
[422/708] Compiling ghashv8-armv8-linux.S
[423/708] Compiling ghash-x86_64-apple.S
[424/708] Compiling ghashv8-armv7-linux.S
[425/708] Compiling ghashv8-armv8-apple.S
[426/708] Compiling ghash-ssse3-x86_64-linux.S
[427/708] Compiling ghash-x86-apple.S
[427/708] Compiling ghash-x86-linux.S
[429/708] Compiling ghash-x86_64-linux.S
[430/708] Compiling ghash-ssse3-x86_64-apple.S
[431/708] Compiling ghash-ssse3-x86-linux.S
[432/708] Compiling ghash-armv4-linux.S
[433/708] Compiling ghash-neon-armv8-linux.S
[434/708] Compiling ghash-neon-armv8-win.S
[435/708] Compiling ghash-ssse3-x86-apple.S
[436/708] Compiling co-586-apple.S
[437/708] Compiling ghash-neon-armv8-apple.S
[438/708] Compiling co-586-linux.S
[439/708] Compiling bsaes-armv7-linux.S
[440/708] Compiling bn-armv8-apple.S
[441/708] Compiling bn-586-linux.S
[441/708] Compiling bn-armv8-linux.S
[443/708] Compiling bn-586-apple.S
[444/708] Compiling armv8-mont-win.S
[445/708] Compiling bn-armv8-win.S
[446/708] Compiling armv8-mont-apple.S
[447/708] Compiling armv8-mont-linux.S
[448/708] Compiling aesv8-gcm-armv8-win.S
[449/708] Compiling armv4-mont-linux.S
[450/708] Compiling aesv8-gcm-armv8-apple.S
[451/708] Compiling aesv8-gcm-armv8-linux.S
[452/708] Compiling aesv8-armv8-apple.S
[453/708] Compiling aesv8-armv7-linux.S
[454/708] Compiling aesv8-armv8-win.S
[455/708] Compiling aesv8-armv8-linux.S
[456/708] Compiling aesni-x86_64-apple.S
[457/708] Compiling aesni-x86_64-linux.S
[458/708] Compiling aesni-x86-linux.S
[459/708] Compiling aesni-x86-apple.S
[460/708] Compiling aesni-gcm-x86_64-linux.S
[461/708] Compiling aesni-gcm-x86_64-apple.S
[462/708] Compiling aes-gcm-avx2-x86_64-linux.S
[463/708] Compiling aes-gcm-avx2-x86_64-apple.S
[464/708] Compiling aes-gcm-avx10-x86_64-linux.S
[465/708] Compiling aes-gcm-avx10-x86_64-apple.S
[466/708] Compiling x_spki.cc
[467/708] Compiling x_x509a.cc
[468/708] Compiling x_sig.cc
[469/708] Compiling x_x509.cc
[470/708] Compiling x_pubkey.cc
[471/708] Compiling x_req.cc
[472/708] Compiling x_val.cc
[473/708] Compiling x_name.cc
[474/708] Compiling x509rset.cc
[475/708] Compiling x_exten.cc
[476/708] Compiling x_algor.cc
[477/708] Compiling x509spki.cc
[478/708] Compiling x509name.cc
[479/708] Compiling x_crl.cc
[480/708] Compiling x_attrib.cc
[481/708] Compiling x_all.cc
[482/708] Compiling x509_set.cc
[483/708] Compiling x509_trs.cc
[484/708] Compiling x509_vfy.cc
[485/708] Compiling x509_v3.cc
[486/708] Compiling x509_vpm.cc
[487/708] Compiling x509_txt.cc
[488/708] Compiling x509cset.cc
[489/708] Compiling x509_req.cc
[490/708] Compiling x509_obj.cc
[491/708] Compiling x509_def.cc
[492/708] Compiling x509_att.cc
[493/708] Compiling x509.cc
[494/708] Compiling x509_lu.cc
[495/708] Compiling x509_d2.cc
[495/708] Compiling x509_ext.cc
[497/708] Compiling x509_cmp.cc
[498/708] Compiling v3_utl.cc
[499/708] Compiling v3_skey.cc
[500/708] Compiling v3_prn.cc
[501/708] Compiling v3_pcons.cc
[502/708] Compiling v3_ocsp.cc
[503/708] Compiling v3_ncons.cc
[504/708] Compiling v3_pmaps.cc
[505/708] Compiling v3_purp.cc
[506/708] Compiling v3_lib.cc
[507/708] Compiling v3_int.cc
[508/708] Compiling v3_info.cc
[509/708] Compiling v3_genn.cc
[510/708] Compiling v3_extku.cc
[511/708] Compiling v3_ia5.cc
[512/708] Compiling v3_enum.cc
[513/708] Compiling v3_cpols.cc
[514/708] Compiling v3_crld.cc
[515/708] Compiling v3_conf.cc
[516/708] Compiling v3_bcons.cc
[517/708] Compiling v3_bitst.cc
[518/708] Compiling t_x509.cc
[519/708] Compiling v3_akeya.cc
[520/708] Compiling v3_alt.cc
[521/708] Compiling t_x509a.cc
[522/708] Compiling v3_akey.cc
[523/708] Compiling t_req.cc
[524/708] Compiling i2d_pr.cc
[525/708] Compiling rsa_pss.cc
[526/708] Compiling t_crl.cc
[527/708] Compiling name_print.cc
[528/708] Compiling policy.cc
[529/708] Compiling by_file.cc
[530/708] Compiling asn1_gen.cc
[531/708] Compiling by_dir.cc
[532/708] Compiling a_verify.cc
[533/708] Compiling algorithm.cc
[534/708] Compiling voprf.cc
[534/708] Compiling thread_win.cc
[536/708] Compiling a_digest.cc
[537/708] Compiling a_sign.cc
[538/708] Compiling trust_token.cc
[539/708] Compiling stack.cc
[540/708] Compiling thread.cc
[541/708] Compiling thread_pthread.cc
[542/708] Compiling thread_none.cc
[543/708] Compiling pmbtoken.cc
[544/708] Compiling sha1.cc
[545/708] Compiling siphash.cc
[546/708] Compiling sha512.cc
[546/708] Compiling spake2plus.cc
[548/708] Compiling sha256.cc
[549/708] Compiling slhdsa.cc
[549/708] Compiling rsa_extra.cc
[551/708] Compiling rsa_print.cc
[552/708] Compiling trusty.cc
[553/708] Compiling rc4.cc
[554/708] Compiling refcount.cc
[555/708] Compiling rsa_crypt.cc
[556/708] Compiling windows.cc
[557/708] Compiling urandom.cc
[558/708] Compiling rand.cc
[559/708] Compiling rsa_asn1.cc
[560/708] Compiling passive.cc
[561/708] Compiling poly1305_arm_asm.S
[562/708] Compiling ios.cc
[563/708] Compiling getentropy.cc
[564/708] Compiling deterministic.cc
[565/708] Compiling fork_detect.cc
[566/708] Compiling forkunsafe.cc
[567/708] Compiling poly1305_arm.cc
[568/708] Compiling poly1305.cc
[569/708] Compiling pool.cc
[570/708] Compiling poly1305_vec.cc
[571/708] Compiling pkcs7.cc
[572/708] Compiling pkcs8.cc
[573/708] Compiling pkcs7_x509.cc
[574/708] Compiling pkcs8_x509.cc
[575/708] Compiling p5_pbev2.cc
[576/708] Compiling pem_x509.cc
[577/708] Compiling pem_xaux.cc
[578/708] Compiling pem_pkey.cc
[579/708] Compiling pem_pk8.cc
[580/708] Compiling mlkem.cc
[581/708] Compiling obj_xref.cc
[582/708] Compiling obj.cc
[583/708] Compiling mem.cc
[584/708] Compiling pem_info.cc
[585/708] Compiling pem_oth.cc
[586/708] Compiling pem_all.cc
[587/708] Compiling pem_lib.cc
[588/708] Compiling md5.cc
[589/708] Compiling fips_shared_support.cc
[590/708] Compiling poly_rq_mul.S
[591/708] Compiling mldsa.cc
[592/708] Compiling ex_data.cc
[593/708] Compiling md4.cc
[594/708] Compiling lhash.cc
[595/708] Compiling scrypt.cc
[596/708] Compiling sign.cc
[597/708] Compiling hrss.cc
[598/708] Compiling kyber.cc
[599/708] Compiling hpke.cc
[600/708] Compiling p_x25519.cc
[601/708] Compiling print.cc
[602/708] Compiling pbkdf.cc
[603/708] Compiling p_x25519_asn1.cc
[604/708] Compiling p_rsa_asn1.cc
[605/708] Compiling p_ed25519.cc
[606/708] Compiling p_rsa.cc
[607/708] Compiling p_ed25519_asn1.cc
[608/708] Compiling p_hkdf.cc
[609/708] Compiling p_ec_asn1.cc
[610/708] Compiling p_dh.cc
[611/708] Compiling p_dh_asn1.cc
[612/708] Compiling evp.cc
[613/708] Compiling p_ec.cc
[614/708] Compiling err.cc
[615/708] Compiling evp_ctx.cc
[616/708] Compiling p_dsa_asn1.cc
[617/708] Compiling engine.cc
[618/708] Compiling ecdh.cc
[619/708] Compiling evp_asn1.cc
[620/708] Compiling hash_to_curve.cc
[621/708] Compiling ec_derive.cc
[622/708] Compiling ecdsa_asn1.cc
[623/708] Compiling dsa_asn1.cc
[624/708] Compiling dsa.cc
[625/708] Compiling params.cc
[626/708] Compiling ec_asn1.cc
[627/708] Compiling x25519-asm-arm.S
[628/708] Compiling des.cc
[629/708] Compiling digest_extra.cc
[630/708] Compiling spake25519.cc
[631/708] Compiling dh_asn1.cc
[632/708] Compiling crypto.cc
[633/708] Compiling curve25519_64_adx.cc
[634/708] Compiling cpu_arm_linux.cc
[635/708] Compiling cpu_intel.cc
[636/708] Compiling curve25519.cc
[637/708] Compiling cpu_aarch64_sysreg.cc
[638/708] Compiling cpu_arm_freebsd.cc
[639/708] Compiling cpu_aarch64_openbsd.cc
[640/708] Compiling cpu_aarch64_win.cc
[641/708] Compiling cpu_aarch64_fuchsia.cc
[642/708] Compiling cpu_aarch64_apple.cc
[643/708] Compiling cpu_aarch64_linux.cc
[644/708] Compiling e_rc4.cc
[645/708] Compiling bcm.cc
[646/708] Compiling tls_cbc.cc
[647/708] Compiling conf.cc
[648/708] Compiling e_tls.cc
[649/708] Compiling get_cipher.cc
[650/708] Compiling derive_key.cc
[651/708] Compiling e_null.cc
[652/708] Compiling e_des.cc
[653/708] Compiling e_rc2.cc
[654/708] Compiling chacha.cc
[655/708] Compiling e_chacha20poly1305.cc
[656/708] Compiling unicode.cc
[657/708] Compiling e_aesgcmsiv.cc
[658/708] Compiling e_aesctrhmac.cc
[659/708] Compiling buf.cc
[660/708] Compiling cbs.cc
[661/708] Compiling ber.cc
[662/708] Compiling cbb.cc
[663/708] Compiling asn1_compat.cc
[664/708] Compiling blake2.cc
[665/708] Compiling bn_asn1.cc
[666/708] Compiling convert.cc
[667/708] Compiling printf.cc
[668/708] Compiling socket_helper.cc
[669/708] Compiling socket.cc
[670/708] Compiling hexdump.cc
[671/708] Compiling pair.cc
[672/708] Compiling file.cc
[673/708] Compiling fd.cc
[674/708] Compiling errno.cc
[675/708] Compiling connect.cc
[676/708] Compiling base64.cc
[677/708] Compiling bio.cc
[678/708] Compiling bio_mem.cc
[679/708] Compiling tasn_typ.cc
[680/708] Compiling tasn_enc.cc
[681/708] Compiling tasn_utl.cc
[682/708] Compiling tasn_fre.cc
[683/708] Compiling f_string.cc
[684/708] Compiling posix_time.cc
[685/708] Compiling tasn_new.cc
[686/708] Compiling f_int.cc
[687/708] Compiling asn_pack.cc
[688/708] Compiling asn1_par.cc
[689/708] Compiling tasn_dec.cc
[690/708] Compiling a_type.cc
[691/708] Compiling asn1_lib.cc
[692/708] Compiling a_time.cc
[693/708] Compiling a_utctm.cc
[694/708] Compiling a_octet.cc
[695/708] Compiling a_strnid.cc
[696/708] Compiling a_i2d_fp.cc
[697/708] Compiling a_dup.cc
[698/708] Compiling a_strex.cc
[699/708] Compiling a_object.cc
[700/708] Compiling a_d2i_fp.cc
[701/708] Compiling a_bitstr.cc
[702/708] Compiling a_mbstr.cc
[703/708] Compiling a_gentm.cc
[704/708] Compiling a_int.cc
[705/708] Compiling a_bool.cc
[706/708] Compiling c-nioatomics.c
[707/708] Compiling c-atomics.c
[709/714] Compiling NIOConcurrencyHelpers NIOLock.swift
[710/714] Compiling NIOConcurrencyHelpers lock.swift
[711/714] Emitting module NIOConcurrencyHelpers
[712/714] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[713/714] Compiling NIOConcurrencyHelpers atomics.swift
[714/714] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[716/776] Compiling NIOCore NIOAny.swift
[717/776] Compiling NIOCore NIOCloseOnErrorHandler.swift
[718/776] Compiling NIOCore NIOCoreSendableMetatype.swift
[719/776] Compiling NIOCore NIOLoopBound.swift
[720/776] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[721/776] Compiling NIOCore NIOScheduledCallback.swift
[722/776] Compiling NIOCore NIOSendable.swift
[723/776] Compiling NIOCore RecvByteBufferAllocator.swift
[724/784] Compiling NIOCore EventLoopFuture+Deprecated.swift
[725/784] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[726/784] Compiling NIOCore EventLoopFuture.swift
[727/784] Compiling NIOCore FileDescriptor.swift
[728/784] Compiling NIOCore FileHandle.swift
[729/784] Compiling NIOCore FileRegion.swift
[730/784] Compiling NIOCore GlobalSingletons.swift
[731/784] Compiling NIOCore IO.swift
[732/784] Compiling NIOCore IOData.swift
[733/784] Compiling NIOCore IPProtocol.swift
[734/784] Compiling NIOCore IntegerBitPacking.swift
[735/784] Compiling NIOCore IntegerTypes.swift
[736/784] Compiling NIOCore Interfaces.swift
[737/784] Compiling NIOCore Linux.swift
[738/784] Compiling NIOCore MarkedCircularBuffer.swift
[739/784] Compiling NIOCore MulticastChannel.swift
[740/784] Compiling NIOCore CircularBuffer.swift
[741/784] Compiling NIOCore Codec.swift
[742/784] Compiling NIOCore ConvenienceOptionSupport.swift
[743/784] Compiling NIOCore DeadChannel.swift
[744/784] Compiling NIOCore DispatchQueue+WithFuture.swift
[745/784] Compiling NIOCore EventLoop+Deprecated.swift
[746/784] Compiling NIOCore EventLoop+SerialExecutor.swift
[747/784] Compiling NIOCore EventLoop.swift
[748/784] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[749/784] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[750/784] Compiling NIOCore SocketAddresses.swift
[751/784] Compiling NIOCore SocketOptionProvider.swift
[752/784] Compiling NIOCore SystemCallHelpers.swift
[753/784] Compiling NIOCore TimeAmount+Duration.swift
[754/784] Compiling NIOCore TypeAssistedChannelHandler.swift
[755/784] Compiling NIOCore UniversalBootstrapSupport.swift
[756/784] Compiling NIOCore Utilities.swift
[757/784] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[758/784] Compiling NIOCore BSDSocketAPI.swift
[759/784] Compiling NIOCore ByteBuffer-aux.swift
[760/784] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[761/784] Compiling NIOCore ByteBuffer-conversions.swift
[762/784] Compiling NIOCore ByteBuffer-core.swift
[763/784] Compiling NIOCore ByteBuffer-hex.swift
[764/784] Compiling NIOCore ByteBuffer-int.swift
[765/784] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[766/784] Emitting module NIOCore
[767/784] Compiling NIOCore AddressedEnvelope.swift
[768/784] Compiling NIOCore AsyncAwaitSupport.swift
[769/784] Compiling NIOCore AsyncChannel.swift
[770/784] Compiling NIOCore AsyncChannelHandler.swift
[771/784] Compiling NIOCore AsyncChannelInboundStream.swift
[772/784] Compiling NIOCore AsyncChannelOutboundWriter.swift
[773/784] Compiling NIOCore NIOAsyncSequenceProducer.swift
[774/784] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[775/784] Compiling NIOCore NIOAsyncWriter.swift
[776/784] Compiling NIOCore ByteBuffer-multi-int.swift
[777/784] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[778/784] Compiling NIOCore ByteBuffer-views.swift
[779/784] Compiling NIOCore Channel.swift
[780/784] Compiling NIOCore ChannelHandler.swift
[781/784] Compiling NIOCore ChannelHandlers.swift
[782/784] Compiling NIOCore ChannelInvoker.swift
[783/784] Compiling NIOCore ChannelOption.swift
[784/784] Compiling NIOCore ChannelPipeline.swift
[786/837] Emitting module NIOEmbedded
[787/837] Compiling NIOEmbedded AsyncTestingChannel.swift
[788/837] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[789/837] Compiling NIOEmbedded Embedded.swift
[791/838] Emitting module NIOPosix
[792/838] Compiling NIOPosix BSDSocketAPICommon.swift
[793/838] Compiling NIOPosix BSDSocketAPIPosix.swift
[794/838] Compiling NIOPosix BSDSocketAPIWindows.swift
[795/838] Compiling NIOPosix BaseSocket.swift
[796/838] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[797/838] Compiling NIOPosix BaseSocketChannel.swift
[798/838] Compiling NIOPosix BaseStreamSocketChannel.swift
[799/844] Compiling NIOPosix Pool.swift
[800/844] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[801/844] Compiling NIOPosix PosixSingletons.swift
[802/844] Compiling NIOPosix RawSocketBootstrap.swift
[803/844] Compiling NIOPosix Resolver.swift
[804/844] Compiling NIOPosix Selectable.swift
[805/844] Compiling NIOPosix SelectableChannel.swift
[806/844] Compiling NIOPosix SelectableEventLoop.swift
[807/844] Compiling NIOPosix SelectorEpoll.swift
[808/844] Compiling NIOPosix SelectorGeneric.swift
[809/844] Compiling NIOPosix SelectorKqueue.swift
[810/844] Compiling NIOPosix SelectorUring.swift
[811/844] Compiling NIOPosix ServerSocket.swift
[812/844] Compiling NIOPosix IO.swift
[813/844] Compiling NIOPosix IntegerBitPacking.swift
[814/844] Compiling NIOPosix IntegerTypes.swift
[815/844] Compiling NIOPosix Linux.swift
[816/844] Compiling NIOPosix LinuxCPUSet.swift
[817/844] Compiling NIOPosix LinuxUring.swift
[818/844] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[819/844] Compiling NIOPosix Socket.swift
[820/844] Compiling NIOPosix SocketChannel.swift
[821/844] Compiling NIOPosix SocketProtocols.swift
[822/844] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[823/844] Compiling NIOPosix System.swift
[824/844] Compiling NIOPosix Thread.swift
[825/844] Compiling NIOPosix ThreadPosix.swift
[826/844] Compiling NIOPosix ThreadWindows.swift
[827/844] Compiling NIOPosix UnsafeTransfer.swift
[828/844] Compiling NIOPosix Utilities.swift
[829/844] Compiling NIOPosix VsockAddress.swift
[830/844] Compiling NIOPosix VsockChannelEvents.swift
[831/844] Compiling NIOPosix Bootstrap.swift
[832/844] Compiling NIOPosix ControlMessage.swift
[833/844] Compiling NIOPosix DatagramVectorReadManager.swift
[834/844] Compiling NIOPosix Errors+Any.swift
[835/844] Compiling NIOPosix FileDescriptor.swift
[836/844] Compiling NIOPosix GetaddrinfoResolver.swift
[837/844] Compiling NIOPosix HappyEyeballs.swift
[838/844] Compiling NIOPosix NIOPosixSendableMetatype.swift
[839/844] Compiling NIOPosix NIOThreadPool.swift
[840/844] Compiling NIOPosix NonBlockingFileIO.swift
[841/844] Compiling NIOPosix PendingDatagramWritesManager.swift
[842/844] Compiling NIOPosix PendingWritesManager.swift
[843/844] Compiling NIOPosix PipeChannel.swift
[844/844] Compiling NIOPosix PipePair.swift
[846/847] Emitting module NIO
[847/847] Compiling NIO Exports.swift
[849/887] Compiling NIOTLS TLSEvents.swift
[850/887] Emitting module NIOSOCKS
[851/888] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[852/888] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[853/888] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[854/888] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[855/888] Emitting module NIOTLS
[856/888] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[857/888] Compiling NIOSOCKS ClientStateMachine.swift
[858/888] Emitting module NIOFoundationCompat
[859/888] Compiling NIOSOCKS SOCKSResponse.swift
[860/888] Compiling NIOHTTP1 ByteCollectionUtils.swift
[861/888] Compiling NIOHTTP1 HTTPDecoder.swift
[862/888] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[863/888] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[864/888] Compiling NIOSOCKS ServerStateMachine.swift
[865/888] Compiling NIOTLS SNIHandler.swift
[866/888] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[867/888] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[868/889] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[869/889] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[870/889] Compiling NIOHTTP1 HTTPEncoder.swift
[871/889] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[872/889] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[873/889] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[876/892] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[878/894] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[879/894] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[880/922] Compiling NIOSSL NIOSSLClientHandler.swift
[881/922] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[882/922] Compiling NIOSSL AndroidCABundle.swift
[883/922] Compiling NIOSSL ByteBufferBIO.swift
[884/944] Compiling NIOTransportServices StateManagedChannel.swift
[885/944] Compiling NIOTransportServices StateManagedListenerChannel.swift
[888/944] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[889/946] Compiling NIOTransportServices NIOTSBootstraps.swift
[890/946] Compiling NIOTransportServices NIOTSChannelOptions.swift
[891/946] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[892/946] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[893/946] Compiling NIOTransportServices NIOTSErrors.swift
[894/946] Compiling NIOTransportServices NIOTSEventLoop.swift
[895/946] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[896/946] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[897/946] Compiling NIOTransportServices NIOTSListenerChannel.swift
[898/946] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[899/946] Compiling NIOTransportServices NIOTSSingletons.swift
[900/946] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[901/946] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[902/946] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[903/946] Compiling NIOTransportServices AcceptHandler.swift
[904/946] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[905/946] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[906/946] Emitting module NIOTransportServices
[907/946] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[908/946] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[909/946] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[915/947] Emitting module NIOHTTP1
[924/952] Emitting module NIOSSL
[933/980] Compiling NIOSSL SSLPrivateKey.swift
[934/980] Compiling NIOSSL SSLPublicKey.swift
[935/980] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[936/980] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[940/980] Compiling NIOSSL SafeCompare.swift
[945/980] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[946/980] Compiling NIOHPACK IntegerCoding.swift
[947/981] Compiling NIOHPACK IndexedHeaderTable.swift
[952/981] Compiling NIOWebSocket WebSocketOpcode.swift
[953/982] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[954/982] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[955/982] Compiling NIOHTTPCompression HTTPCompression.swift
[956/982] Compiling NIOHPACK HuffmanTables.swift
[957/982] Compiling NIOHPACK HuffmanCoding.swift
[958/982] Compiling NIOHPACK StaticHeaderTable.swift
[959/982] Compiling NIOHTTPCompression HTTPDecompression.swift
[960/982] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[961/982] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[962/982] Emitting module NIOHTTPCompression
[963/982] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[964/983] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[965/983] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[966/983] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[967/983] Emitting module NIOWebSocket
[969/983] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[970/983] Compiling NIOWebSocket SHA1.swift
[971/983] Compiling NIOWebSocket WebSocketFrame.swift
[972/983] Compiling NIOWebSocket WebSocketErrorCodes.swift
[976/984] Emitting module NIOHPACK
[979/984] Compiling NIOHPACK HPACKHeader.swift
[980/984] Compiling NIOHPACK HeaderTables.swift
[982/985] Compiling NIOSSL Zeroization.swift
[983/985] Compiling NIOSSL TLSConfiguration.swift
[984/985] Compiling NIOSSL UniversalBootstrapSupport.swift
[985/985] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[987/1046] Compiling NIOHTTP2 HasFlowControlWindows.swift
[988/1046] Compiling NIOHTTP2 HasLocalSettings.swift
[989/1046] Compiling NIOHTTP2 HasRemoteSettings.swift
[990/1046] Compiling NIOHTTP2 LocallyQuiescingState.swift
[991/1046] Compiling NIOHTTP2 QuiescingState.swift
[992/1046] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[993/1046] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[994/1046] Compiling NIOHTTP2 StateMachineResult.swift
[995/1046] Compiling NIOHTTP2 ContentLengthVerifier.swift
[996/1054] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[997/1054] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[998/1054] Compiling NIOHTTP2 StreamChannelFlowController.swift
[999/1054] Compiling NIOHTTP2 StreamChannelList.swift
[1000/1054] Compiling NIOHTTP2 StreamMap.swift
[1001/1054] Compiling NIOHTTP2 StreamStateMachine.swift
[1002/1054] Compiling NIOHTTP2 UnsafeTransfer.swift
[1003/1054] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1004/1054] Compiling NIOHTTP2 DOSHeuristics.swift
[1005/1054] Compiling NIOHTTP2 Error+Any.swift
[1006/1054] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1007/1054] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1008/1054] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1009/1054] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1010/1054] Compiling NIOHTTP2 GlitchesMonitor.swift
[1011/1054] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1012/1054] Emitting module NIOHTTP2
[1013/1054] Compiling NIOHTTP2 HTTP2Frame.swift
[1014/1054] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1015/1054] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1016/1054] Compiling NIOHTTP2 HTTP2PingData.swift
[1017/1054] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1018/1054] Compiling NIOHTTP2 HTTP2Settings.swift
[1019/1054] Compiling NIOHTTP2 HTTP2Stream.swift
[1020/1054] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1021/1054] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1022/1054] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1023/1054] Compiling NIOHTTP2 HTTP2StreamID.swift
[1024/1054] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1025/1054] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1026/1054] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1027/1054] Compiling NIOHTTP2 InboundEventBuffer.swift
[1028/1054] Compiling NIOHTTP2 InboundWindowManager.swift
[1029/1054] Compiling NIOHTTP2 MaySendFrames.swift
[1030/1054] Compiling NIOHTTP2 SendingDataState.swift
[1031/1054] Compiling NIOHTTP2 SendingGoawayState.swift
[1032/1054] Compiling NIOHTTP2 SendingHeadersState.swift
[1033/1054] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1034/1054] Compiling NIOHTTP2 SendingRstStreamState.swift
[1035/1054] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1036/1054] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1037/1054] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1038/1054] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1039/1054] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1040/1054] Compiling NIOHTTP2 MayReceiveFrames.swift
[1041/1054] Compiling NIOHTTP2 ReceivingDataState.swift
[1042/1054] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1043/1054] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1044/1054] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1045/1054] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1046/1054] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1047/1054] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1048/1054] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1049/1054] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1050/1054] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1051/1054] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1052/1054] Compiling NIOHTTP2 HTTP2Error.swift
[1053/1054] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1054/1054] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1056/1115] Emitting module AsyncHTTPClient
[1057/1123] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1058/1123] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1059/1123] Compiling AsyncHTTPClient Transaction.swift
[1060/1123] Compiling AsyncHTTPClient Base64.swift
[1061/1123] Compiling AsyncHTTPClient BasicAuth.swift
[1062/1123] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1063/1123] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1064/1123] Compiling AsyncHTTPClient ConnectionPool.swift
[1065/1123] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1066/1123] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1067/1123] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1068/1123] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1069/1123] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1070/1123] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1071/1123] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1072/1123] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1073/1123] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1074/1123] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1075/1123] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1076/1123] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1077/1123] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1078/1123] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1079/1123] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1080/1123] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1081/1123] Compiling AsyncHTTPClient RequestBodyLength.swift
[1082/1123] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1083/1123] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1084/1123] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1085/1123] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1086/1123] Compiling AsyncHTTPClient HTTP1Connection.swift
[1087/1123] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1088/1123] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1089/1123] Compiling AsyncHTTPClient HTTP2Connection.swift
[1090/1123] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1091/1123] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1092/1123] Compiling AsyncHTTPClient HTTPHandler.swift
[1093/1123] Compiling AsyncHTTPClient LRUCache.swift
[1094/1123] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1095/1123] Compiling AsyncHTTPClient NWErrorHandler.swift
[1096/1123] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1097/1123] Compiling AsyncHTTPClient TLSConfiguration.swift
[1098/1123] Compiling AsyncHTTPClient RedirectState.swift
[1099/1123] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1100/1123] Compiling AsyncHTTPClient ConnectionTarget.swift
[1101/1123] Compiling AsyncHTTPClient DeconstructedURL.swift
[1102/1123] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1103/1123] Compiling AsyncHTTPClient FoundationExtensions.swift
[1104/1123] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1105/1123] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1106/1123] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1107/1123] Compiling AsyncHTTPClient HTTPClient.swift
[1108/1123] Compiling AsyncHTTPClient RequestBag.swift
[1109/1123] Compiling AsyncHTTPClient RequestValidation.swift
[1110/1123] Compiling AsyncHTTPClient SSLContextCache.swift
[1111/1123] Compiling AsyncHTTPClient Scheme.swift
[1112/1123] Compiling AsyncHTTPClient Singleton.swift
[1113/1123] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1114/1123] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1115/1123] Compiling AsyncHTTPClient Utils.swift
[1116/1123] Compiling AsyncHTTPClient RequestOptions.swift
[1117/1123] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1118/1123] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1119/1123] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1120/1123] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1121/1123] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1122/1123] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1123/1123] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1125/1161] Compiling Appwrite UploadProgress.swift
[1126/1161] Compiling Appwrite PackageInfo+Apple.swift
[1127/1161] Compiling Appwrite PackageInfo+Linux.swift
[1128/1161] Compiling Appwrite OSPackageInfo.swift
[1129/1161] Compiling Appwrite PackageInfo.swift
[1130/1161] Compiling Appwrite CwlSysCtl.swift
[1131/1161] Compiling Appwrite MacOSDeviceInfo.swift
[1132/1161] Compiling Appwrite WKInterfaceDevice+ModelName.swift
[1133/1161] Compiling Appwrite WatchOSDeviceInfo.swift
[1134/1161] Compiling Appwrite Cookie+Codable.swift
[1135/1166] Emitting module Appwrite
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | // MARK: Properties
15 | public static var chunkSize = 5 * 1024 * 1024 // 5MB
| |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40: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
38 | private static let boundary = randomBoundary()
39 |
40 | private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
| |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 | // 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/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
3 | import AsyncHTTPClient
4 |
5 | class StreamingDelegate: HTTPClientResponseDelegate {
| `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
15 | }
16 |
17 | var state = State.idle
| `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
18 | let request: HTTPClient.Request
19 |
[1136/1166] Compiling Appwrite Client.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | // MARK: Properties
15 | public static var chunkSize = 5 * 1024 * 1024 // 5MB
| |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40: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
38 | private static let boundary = randomBoundary()
39 |
40 | private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
| |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 | // MARK: Methods
[1137/1166] Compiling Appwrite LinuxDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | // MARK: Properties
15 | public static var chunkSize = 5 * 1024 * 1024 // 5MB
| |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40: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
38 | private static let boundary = randomBoundary()
39 |
40 | private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
| |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 | // MARK: Methods
[1138/1166] Compiling Appwrite OSDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | // MARK: Properties
15 | public static var chunkSize = 5 * 1024 * 1024 // 5MB
| |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40: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
38 | private static let boundary = randomBoundary()
39 |
40 | private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
| |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 | // MARK: Methods
[1139/1166] Compiling Appwrite WindowsDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | // MARK: Properties
15 | public static var chunkSize = 5 * 1024 * 1024 // 5MB
| |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40: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
38 | private static let boundary = randomBoundary()
39 |
40 | private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
| |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 | // MARK: Methods
[1140/1166] Compiling Appwrite IOSDeviceInfo.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | // MARK: Properties
15 | public static var chunkSize = 5 * 1024 * 1024 // 5MB
| |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40: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
38 | private static let boundary = randomBoundary()
39 |
40 | private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
| |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 | // MARK: Methods
[1141/1166] Compiling Appwrite UIDevice+ModelName.swift
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:15:23: warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | // MARK: Properties
15 | public static var chunkSize = 5 * 1024 * 1024 // 5MB
| |- warning: static property 'chunkSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'chunkSize' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'chunkSize' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | open var endPoint = "https://cloud.appwrite.io/v1"
/host/spi-builder-workspace/Sources/Appwrite/Client.swift:40: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
38 | private static let boundary = randomBoundary()
39 |
40 | private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
| |- warning: static property 'eventLoopGroupProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'eventLoopGroupProvider' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'eventLoopGroupProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 | // MARK: Methods
[1142/1166] Compiling Appwrite Locale.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
691 | ]
692 |
693 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
694 |
695 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 | ]
468 |
469 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 | ]
539 |
540 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 | ]
575 |
576 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 | return try await client.call(
[1143/1166] Compiling Appwrite Messaging.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
691 | ]
692 |
693 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
694 |
695 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 | ]
468 |
469 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 | ]
539 |
540 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 | ]
575 |
576 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 | return try await client.call(
[1144/1166] Compiling Appwrite Service.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
691 | ]
692 |
693 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
694 |
695 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 | ]
468 |
469 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 | ]
539 |
540 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 | ]
575 |
576 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 | return try await client.call(
[1145/1166] Compiling Appwrite Sites.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
691 | ]
692 |
693 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
694 |
695 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 | ]
468 |
469 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 | ]
539 |
540 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 | ]
575 |
576 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 | return try await client.call(
[1146/1166] Compiling Appwrite Storage.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Sites.swift:693:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
691 | ]
692 |
693 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
694 |
695 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:469:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
467 | ]
468 |
469 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
470 |
471 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:540:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
538 | ]
539 |
540 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
541 |
542 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Storage.swift:576:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
574 | ]
575 |
576 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
577 |
578 | return try await client.call(
[1147/1166] Compiling Appwrite TablesDb.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
3 | import AsyncHTTPClient
4 |
5 | class StreamingDelegate: HTTPClientResponseDelegate {
| `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
15 | }
16 |
17 | var state = State.idle
| `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
18 | let request: HTTPClient.Request
19 |
[1148/1166] Compiling Appwrite Teams.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
3 | import AsyncHTTPClient
4 |
5 | class StreamingDelegate: HTTPClientResponseDelegate {
| `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
15 | }
16 |
17 | var state = State.idle
| `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
18 | let request: HTTPClient.Request
19 |
[1149/1166] Compiling Appwrite Tokens.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
3 | import AsyncHTTPClient
4 |
5 | class StreamingDelegate: HTTPClientResponseDelegate {
| `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
15 | }
16 |
17 | var state = State.idle
| `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
18 | let request: HTTPClient.Request
19 |
[1150/1166] Compiling Appwrite Users.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
3 | import AsyncHTTPClient
4 |
5 | class StreamingDelegate: HTTPClientResponseDelegate {
| `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
15 | }
16 |
17 | var state = State.idle
| `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
18 | let request: HTTPClient.Request
19 |
[1151/1166] Compiling Appwrite StreamingDelegate.swift
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:5:7: warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
3 | import AsyncHTTPClient
4 |
5 | class StreamingDelegate: HTTPClientResponseDelegate {
| `- warning: non-final class 'StreamingDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | public typealias Response = HTTPClient.Response
/host/spi-builder-workspace/Sources/Appwrite/StreamingDelegate.swift:17:9: warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
15 | }
16 |
17 | var state = State.idle
| `- warning: stored property 'state' of 'Sendable'-conforming class 'StreamingDelegate' is mutable; this is an error in the Swift 6 language mode
18 | let request: HTTPClient.Request
19 |
[1152/1166] Compiling Appwrite PackageInfo+Windows.swift
[1153/1166] Compiling Appwrite Permission.swift
[1154/1166] Compiling Appwrite Query.swift
[1155/1166] Compiling Appwrite Role.swift
[1156/1166] Compiling Appwrite Account.swift
[1157/1166] Compiling Appwrite HTTPClientRequest+Cookies.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
[1158/1166] 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
[1159/1166] 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
[1160/1166] 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
[1161/1166] 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
[1162/1166] Compiling Appwrite Avatars.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
46 | ]
47 |
48 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
49 |
50 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
91 | ]
92 |
93 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
94 |
95 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 | ]
123 |
124 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 | ]
169 |
170 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 | ]
213 |
214 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 | ]
265 |
266 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 | ]
304 |
305 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
700 | ]
701 |
702 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
703 |
704 | return try await client.call(
[1163/1166] Compiling Appwrite Databases.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
46 | ]
47 |
48 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
49 |
50 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
91 | ]
92 |
93 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
94 |
95 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 | ]
123 |
124 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 | ]
169 |
170 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 | ]
213 |
214 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 | ]
265 |
266 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 | ]
304 |
305 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
700 | ]
701 |
702 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
703 |
704 | return try await client.call(
[1164/1166] Compiling Appwrite Functions.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
46 | ]
47 |
48 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
49 |
50 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
91 | ]
92 |
93 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
94 |
95 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 | ]
123 |
124 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 | ]
169 |
170 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 | ]
213 |
214 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 | ]
265 |
266 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 | ]
304 |
305 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
700 | ]
701 |
702 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
703 |
704 | return try await client.call(
[1165/1166] Compiling Appwrite Graphql.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
46 | ]
47 |
48 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
49 |
50 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
91 | ]
92 |
93 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
94 |
95 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 | ]
123 |
124 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 | ]
169 |
170 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 | ]
213 |
214 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 | ]
265 |
266 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 | ]
304 |
305 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
700 | ]
701 |
702 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
703 |
704 | return try await client.call(
[1166/1166] Compiling Appwrite Health.swift
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:48:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
46 | ]
47 |
48 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
49 |
50 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:93:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
91 | ]
92 |
93 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
94 |
95 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:124:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
122 | ]
123 |
124 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
125 |
126 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:170:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
168 | ]
169 |
170 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
171 |
172 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:214:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
212 | ]
213 |
214 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
215 |
216 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:266:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
264 | ]
265 |
266 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
267 |
268 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Avatars.swift:305:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
303 | ]
304 |
305 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
306 |
307 | return try await client.call(
/host/spi-builder-workspace/Sources/Appwrite/Services/Functions.swift:702:13: warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
700 | ]
701 |
702 | let apiHeaders: [String: String] = [:]
| `- warning: immutable value 'apiHeaders' was never used; consider replacing with '_' or removing it
703 |
704 | return try await client.call(
Build complete! (276.99s)
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",
"AttributeBoolean.swift",
"AttributeDatetime.swift",
"AttributeEmail.swift",
"AttributeEnum.swift",
"AttributeFloat.swift",
"AttributeInteger.swift",
"AttributeIp.swift",
"AttributeLine.swift",
"AttributeList.swift",
"AttributePoint.swift",
"AttributePolygon.swift",
"AttributeRelationship.swift",
"AttributeString.swift",
"AttributeUrl.swift",
"Bucket.swift",
"BucketList.swift",
"Collection.swift",
"CollectionList.swift",
"ColumnBoolean.swift",
"ColumnDatetime.swift",
"ColumnEmail.swift",
"ColumnEnum.swift",
"ColumnFloat.swift",
"ColumnIndex.swift",
"ColumnIndexList.swift",
"ColumnInteger.swift",
"ColumnIp.swift",
"ColumnLine.swift",
"ColumnList.swift",
"ColumnPoint.swift",
"ColumnPolygon.swift",
"ColumnRelationship.swift",
"ColumnString.swift",
"ColumnUrl.swift",
"Continent.swift",
"ContinentList.swift",
"Country.swift",
"CountryList.swift",
"Currency.swift",
"CurrencyList.swift",
"Database.swift",
"DatabaseList.swift",
"Deployment.swift",
"DeploymentList.swift",
"Document.swift",
"DocumentList.swift",
"Execution.swift",
"ExecutionList.swift",
"File.swift",
"FileList.swift",
"Framework.swift",
"FrameworkAdapter.swift",
"FrameworkList.swift",
"Function.swift",
"FunctionList.swift",
"Headers.swift",
"HealthAntivirus.swift",
"HealthCertificate.swift",
"HealthQueue.swift",
"HealthStatus.swift",
"HealthTime.swift",
"Identity.swift",
"IdentityList.swift",
"Index.swift",
"IndexList.swift",
"Jwt.swift",
"Language.swift",
"LanguageList.swift",
"Locale.swift",
"LocaleCode.swift",
"LocaleCodeList.swift",
"Log.swift",
"LogList.swift",
"Membership.swift",
"MembershipList.swift",
"Message.swift",
"MessageList.swift",
"MfaChallenge.swift",
"MfaFactors.swift",
"MfaRecoveryCodes.swift",
"MfaType.swift",
"Phone.swift",
"PhoneList.swift",
"Preferences.swift",
"Provider.swift",
"ProviderList.swift",
"ResourceToken.swift",
"ResourceTokenList.swift",
"Row.swift",
"RowList.swift",
"Runtime.swift",
"RuntimeList.swift",
"Session.swift",
"SessionList.swift",
"Site.swift",
"SiteList.swift",
"Specification.swift",
"SpecificationList.swift",
"Subscriber.swift",
"SubscriberList.swift",
"Table.swift",
"TableList.swift",
"Target.swift",
"TargetList.swift",
"Team.swift",
"TeamList.swift",
"Token.swift",
"Topic.swift",
"TopicList.swift",
"User.swift",
"UserList.swift",
"Variable.swift",
"VariableList.swift"
],
"target_dependencies" : [
"JSONCodable"
],
"type" : "library"
},
{
"c99name" : "AppwriteEnums",
"module_type" : "SwiftTarget",
"name" : "AppwriteEnums",
"path" : "Sources/AppwriteEnums",
"product_memberships" : [
"Appwrite"
],
"sources" : [
"Adapter.swift",
"AuthenticationFactor.swift",
"AuthenticatorType.swift",
"Browser.swift",
"BuildRuntime.swift",
"Compression.swift",
"CreditCard.swift",
"DeploymentDownloadType.swift",
"ExecutionMethod.swift",
"Flag.swift",
"Framework.swift",
"ImageFormat.swift",
"ImageGravity.swift",
"IndexType.swift",
"MessagePriority.swift",
"MessagingProviderType.swift",
"Name.swift",
"OAuthProvider.swift",
"PasswordHash.swift",
"RelationMutate.swift",
"RelationshipType.swift",
"Runtime.swift",
"SmtpEncryption.swift",
"VCSDeploymentType.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/UploadProgress.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/Health.swift",
"Services/Locale.swift",
"Services/Messaging.swift",
"Services/Service.swift",
"Services/Sites.swift",
"Services/Storage.swift",
"Services/TablesDb.swift",
"Services/Teams.swift",
"Services/Tokens.swift",
"Services/Users.swift",
"StreamingDelegate.swift"
],
"target_dependencies" : [
"AppwriteModels",
"AppwriteEnums",
"JSONCodable"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.