Build Information
Failed to build swift-webdriver, reference 0.2.1 (bbc357), with Swift 6.1 for Android on 30 May 2025 16:58:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GetAutomaApp/SwiftWebDriver.git
Reference: 0.2.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/GetAutomaApp/SwiftWebDriver
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at bbc3578 fix: bump package version
Cloned https://github.com/GetAutomaApp/SwiftWebDriver.git
Revision (git rev-parse @):
bbc35781fe30bfaa1dc8ca57fb3eb7c603bf6583
SUCCESS checkout https://github.com/GetAutomaApp/SwiftWebDriver.git at 0.2.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/GetAutomaApp/SwiftWebDriver.git
https://github.com/GetAutomaApp/SwiftWebDriver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.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.80.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-any-codable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GetAutomaApp/swift-any-codable.git"
}
],
"manifest_display_name" : "swift-webdriver",
"name" : "swift-webdriver",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftWebDriver",
"targets" : [
"SwiftWebDriver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftWebDriverIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "SwiftWebDriverIntegrationTests",
"path" : "Tests/SwiftWebDriverIntegrationTests",
"sources" : [
"ChromeDriver/ChromeDriverIntegrationTestsBase.swift",
"ChromeDriver/DevTools/ChromeDriverJavascriptIntegrationTests.swift",
"ChromeDriver/Element/ChromeDriverElementHandleIntegrationTests.swift",
"ChromeDriver/Element/ChromeDriverFindElementIntegrationTests.swift",
"ChromeDriver/Element/ChromeDriverFindElementsIntegrationTests.swift",
"ChromeDriver/Element/ChromeDriverSpecialKeysIntegrationTests.swift",
"ChromeDriver/Navigation/ChromeDriverNavigationIntegrationsTests.swift",
"ChromeDriver/Start/ChromeDriverStartTests.swift"
],
"target_dependencies" : [
"SwiftWebDriver"
],
"type" : "test"
},
{
"c99name" : "SwiftWebDriver",
"module_type" : "SwiftTarget",
"name" : "SwiftWebDriver",
"path" : "Sources/SwiftWebDriver",
"product_dependencies" : [
"AsyncHTTPClient",
"NIOFoundationCompat",
"AnyCodable"
],
"product_memberships" : [
"SwiftWebDriver"
],
"sources" : [
"API/APIClient.swift",
"API/Request/DevTools/DevToolTypes.swift",
"API/Request/DevTools/PostExecuteAsyncRequest.swift",
"API/Request/DevTools/PostExecuteSyncRequest.swift",
"API/Request/Elements/ElementsTypes.swift",
"API/Request/Elements/GetElementAttributeRequest.swift",
"API/Request/Elements/GetElementNamePropertyRequest.swift",
"API/Request/Elements/GetElementNameRequest.swift",
"API/Request/Elements/GetElementPropertyNameRequest.swift",
"API/Request/Elements/GetElementScreenShotRequest.swift",
"API/Request/Elements/GetElementSelectedRequest.swift",
"API/Request/Elements/GetElementTextRequest.swift",
"API/Request/Elements/GetScreenShotRequest.swift",
"API/Request/Elements/GetSessionActiveElementRequest.swift",
"API/Request/Elements/PostElementByIdRequest.swift",
"API/Request/Elements/PostElementClearRequest.swift",
"API/Request/Elements/PostElementClickRequest.swift",
"API/Request/Elements/PostElementRequest.swift",
"API/Request/Elements/PostElementSendValueRequest.swift",
"API/Request/Elements/PostElementsByIdRequest.swift",
"API/Request/Elements/PostElementsRequest.swift",
"API/Request/Navigation/GetNavigationRequest.swift",
"API/Request/Navigation/GetNavigationTitleRequest.swift",
"API/Request/Navigation/PostNavigatioinBackRequest.swift",
"API/Request/Navigation/PostNavigationRefreshRequest.swift",
"API/Request/Navigation/PostNavigationRequest.swift",
"API/Request/Navigation/PostNavigatoinForwardRequest.swift",
"API/Request/RequestType.swift",
"API/Request/Sessions/DeleteSessionRequest.swift",
"API/Request/Sessions/NewSessionRequest.swift",
"API/Request/Sessions/StatusRequest.swift",
"API/Response/DevTools/PostExecuteResponse.swift",
"API/Response/Elements/GetElementAttributeResponse.swift",
"API/Response/Elements/GetElementNameProperty.response.swift",
"API/Response/Elements/GetElementNameResponse.swift",
"API/Response/Elements/GetElementPropertyNameResponse.swift",
"API/Response/Elements/GetElementScreenShotResponse.swift",
"API/Response/Elements/GetElementSelectedResponse.swift",
"API/Response/Elements/GetElementTextResponse.swift",
"API/Response/Elements/GetScreenShotResponse.swift",
"API/Response/Elements/GetSessionActiveElementResponse.swift",
"API/Response/Elements/PostElementByIdResponse.swift",
"API/Response/Elements/PostElementClearResponse.swift",
"API/Response/Elements/PostElementClickResponse.swift",
"API/Response/Elements/PostElementResponse.swift",
"API/Response/Elements/PostElementSendValueResponse.swift",
"API/Response/Elements/PostElementsByIdResponse.swift",
"API/Response/Elements/PostElementsResponse.swift",
"API/Response/Navigation/GetNavigationResponse.swift",
"API/Response/Navigation/GetNavigationTitleResponse.swift",
"API/Response/Navigation/PostNavigatioinBackResponse.swift",
"API/Response/Navigation/PostNavigationRefreshResponse.swift",
"API/Response/Navigation/PostNavigationResponse.swift",
"API/Response/Navigation/PostNavigatoinForwardResponse.swift",
"API/Response/ResponseType.swift",
"API/Response/Sessions/DeleteSessionResponse.swift",
"API/Response/Sessions/NewSessionResponse.swift",
"API/Response/Sessions/StatusResponse.swift",
"Element/Element.swift",
"Element/Elements.swift",
"Element/Selector/CSSSelector.swift",
"Element/Selector/LocatorSelector.swift",
"Element/Selector/LocatorType.swift",
"Error/SeleniumError.swift",
"Error/WebDriverError.swift",
"WebDriver.swift",
"WebDrivers/Chrome/ChromeDriver.swift",
"WebDrivers/Chrome/ChromeOptions.swift",
"WebDrivers/Driver.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/GetAutomaApp/swift-any-codable.git
Fetching https://github.com/apple/swift-nio.git
[1/259] Fetching swift-any-codable
[260/14273] Fetching swift-any-codable, async-http-client
[3624/90396] Fetching swift-any-codable, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (0.89s)
[20051/76382] Fetching swift-any-codable, swift-nio
Fetched https://github.com/GetAutomaApp/swift-any-codable.git from cache (3.87s)
Fetched https://github.com/apple/swift-nio.git from cache (3.99s)
Computing version for https://github.com/GetAutomaApp/swift-any-codable.git
Computed https://github.com/GetAutomaApp/swift-any-codable.git at 1.0.3 (4.73s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.56s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[3909/6108] Fetching swift-system, swift-atomics
[4925/22699] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.59s)
[7544/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.45s)
Fetched https://github.com/apple/swift-collections.git from cache (2.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.21s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.76s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.71s)
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-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
[802/8590] Fetching swift-nio-transport-services, swift-nio-extras
[995/20117] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[1848/23953] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-log
[6071/29912] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-log, swift-algorithms
[14563/44755] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-log, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.74s)
[18583/42088] Fetching swift-nio-extras, swift-nio-http2, swift-log, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.80s)
[16167/38252] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.82s)
Fetched https://github.com/apple/swift-algorithms.git from cache (3.82s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.83s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.84s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (4.47s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.97s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.53s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.58s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1141] Fetching swift-http-structured-headers
[59/2731] Fetching swift-http-structured-headers, swift-asn1
[2177/7716] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms
[3070/10142] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle
[3695/16297] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
[4075/17201] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.37s)
[13282/16297] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.39s)
[12210/13871] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.52s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.52s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.96s)
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 (0.64s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.27s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.33s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.69s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.49s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.39s)
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.47s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.48s)
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/GetAutomaApp/swift-any-codable.git
Working copy of https://github.com/GetAutomaApp/swift-any-codable.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Building for debugging...
[0/441] Write sources
[21/441] Compiling CNIOWindows WSAStartup.c
[22/441] Compiling CNIOWindows shim.c
[23/441] Compiling CNIOWASI CNIOWASI.c
[24/441] Write sources
[26/441] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[27/441] Compiling _NumericsShims _NumericsShims.c
[27/441] Compiling CNIOLinux liburing_shims.c
[29/441] Compiling _AtomicsShims.c
[30/441] Compiling CNIODarwin shim.c
[30/441] Compiling CNIOLLHTTP c_nio_http.c
[32/441] Compiling CNIOExtrasZlib empty.c
[33/441] Compiling CNIOLLHTTP c_nio_api.c
[34/441] Compiling CNIOLinux shim.c
[35/441] Compiling fiat_p256_adx_mul.S
[36/441] Compiling fiat_p256_adx_sqr.S
[37/441] Write swift-version-24593BA9C3E375BF.txt
[38/441] Compiling fiat_curve25519_adx_square.S
[39/441] Compiling fiat_curve25519_adx_mul.S
[40/443] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/447] Compiling CNIOBoringSSLShims shims.c
[43/462] Emitting module _NIOBase64
[44/462] Emitting module RealModule
[44/463] Compiling tls_method.cc
[45/477] Compiling tls13_server.cc
[46/477] Compiling tls13_enc.cc
[47/477] Compiling tls_record.cc
[48/483] Compiling tls13_client.cc
[50/483] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/484] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/484] Compiling InternalCollectionsUtilities Debugging.swift
[53/484] Compiling _NIODataStructures _TinyArray.swift
[54/484] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[55/484] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/484] Compiling Logging LogHandler.swift
[57/484] Emitting module InternalCollectionsUtilities
[58/484] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[59/484] Compiling InternalCollectionsUtilities UInt+reversed.swift
[60/484] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/484] Compiling InternalCollectionsUtilities Integer rank.swift
[62/484] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/484] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/484] Compiling InternalCollectionsUtilities Descriptions.swift
[65/484] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[66/484] Compiling _NIOBase64 Base64.swift
[67/484] Compiling _NIODataStructures PriorityQueue.swift
[68/485] Compiling RealModule ElementaryFunctions.swift
[69/485] Compiling RealModule Float80+Real.swift
[70/485] Compiling RealModule RealFunctions.swift
[71/485] Compiling RealModule Real.swift
[76/485] Compiling RealModule Float16+Real.swift
[77/485] Compiling RealModule Float+Real.swift
[78/486] Emitting module _NIODataStructures
[79/486] Compiling _NIODataStructures Heap.swift
[83/487] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/488] Compiling tls13_both.cc
[86/503] Compiling DequeModule _DequeBuffer.swift
[87/503] Compiling DequeModule _DequeBufferHeader.swift
[88/505] Compiling DequeModule Deque+CustomReflectable.swift
[89/505] Compiling DequeModule Deque+Descriptions.swift
[90/505] Compiling DequeModule Deque+Equatable.swift
[91/505] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/505] Compiling DequeModule _DequeSlot.swift
[93/505] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/505] Compiling DequeModule Deque+Testing.swift
[95/505] Compiling DequeModule Deque._Storage.swift
[96/505] Compiling DequeModule Deque+Extras.swift
[97/505] Compiling DequeModule Deque+Hashable.swift
[98/505] Compiling DequeModule Deque._UnsafeHandle.swift
[99/505] Compiling DequeModule Deque.swift
[99/505] Compiling ssl_versions.cc
[101/505] Compiling DequeModule Deque+Codable.swift
[102/505] Compiling DequeModule Deque+Collection.swift
[102/505] Compiling ssl_transcript.cc
[103/505] Compiling t1_enc.cc
[104/505] Compiling ssl_stat.cc
[106/505] Emitting module DequeModule
[107/506] Compiling Logging MetadataProvider.swift
[108/506] Emitting module Logging
[108/506] Compiling ssl_x509.cc
[110/506] Compiling Logging Locks.swift
[111/506] Compiling Logging Logging.swift
[114/507] Compiling AnyCodable UnkeyedDecodingContainer+Extensions.swift
[115/507] Compiling AnyCodable InstancesOf.swift
[116/507] Compiling AnyCodable KeyedDecodingContainer+Extensions.swift
[116/507] Compiling ssl_session.cc
[118/507] Compiling AnyCodable AnyCodableKey.swift
[119/507] Emitting module AnyCodable
[120/507] Compiling AnyCodable AnyCodableValue.swift
[120/507] Compiling ssl_privkey.cc
[121/508] Compiling ssl_key_share.cc
[122/508] Compiling ssl_lib.cc
[124/508] Compiling ssl_cipher.cc
[125/508] Compiling ssl_credential.cc
[126/508] Compiling ssl_file.cc
[127/508] Compiling ssl_asn1.cc
[128/508] Compiling s3_pkt.cc
[129/508] Compiling ssl_buffer.cc
[130/508] Compiling ssl_aead_ctx.cc
[131/508] Compiling ssl_cert.cc
[132/508] Compiling handshake_server.cc
[133/508] Compiling s3_both.cc
[134/508] Compiling s3_lib.cc
[135/508] Compiling handshake_client.cc
[136/508] Compiling encrypted_client_hello.cc
[137/508] Compiling handshake.cc
[138/508] Compiling handoff.cc
[139/508] Compiling dtls_method.cc
[140/508] Compiling md5-x86_64-linux.S
[141/508] Compiling d1_srtp.cc
[142/508] Compiling md5-x86_64-apple.S
[143/508] Compiling md5-586-linux.S
[144/508] Compiling dtls_record.cc
[145/508] Compiling md5-586-apple.S
[146/508] Compiling chacha20_poly1305_x86_64-linux.S
[147/508] Compiling chacha20_poly1305_x86_64-apple.S
[148/508] Compiling chacha20_poly1305_armv8-win.S
[149/508] Compiling chacha20_poly1305_armv8-apple.S
[150/508] Compiling chacha20_poly1305_armv8-linux.S
[151/508] Compiling extensions.cc
[152/508] Compiling chacha-x86_64-linux.S
[153/508] Compiling chacha-x86_64-apple.S
[154/508] Compiling chacha-x86-linux.S
[155/508] Compiling chacha-x86-apple.S
[156/508] Compiling chacha-armv8-apple.S
[157/508] Compiling chacha-armv8-win.S
[158/508] Compiling chacha-armv8-linux.S
[159/508] Compiling chacha-armv4-linux.S
[160/508] Compiling aes128gcmsiv-x86_64-linux.S
[161/508] Compiling err_data.cc
[162/508] Compiling aes128gcmsiv-x86_64-apple.S
[163/508] Compiling x86_64-mont5-apple.S
[164/508] Compiling x86_64-mont5-linux.S
[165/508] Compiling x86_64-mont-linux.S
[166/508] Compiling x86-mont-linux.S
[167/508] Compiling x86-mont-apple.S
[168/508] Compiling x86_64-mont-apple.S
[169/508] Compiling d1_lib.cc
[170/508] Compiling vpaes-x86_64-apple.S
[171/508] Compiling vpaes-x86-linux.S
[172/508] Compiling vpaes-x86_64-linux.S
[173/508] Compiling d1_pkt.cc
[174/508] Compiling vpaes-armv8-win.S
[175/508] Compiling vpaes-x86-apple.S
[176/508] Compiling vpaes-armv8-apple.S
[177/508] Compiling vpaes-armv8-linux.S
[177/508] Compiling sha512-x86_64-apple.S
[179/508] Compiling vpaes-armv7-linux.S
[180/508] Compiling sha512-armv8-win.S
[181/508] Compiling sha512-x86_64-linux.S
[182/508] Compiling sha512-armv4-linux.S
[183/508] Compiling sha512-armv8-apple.S
[184/508] Compiling d1_both.cc
[185/508] Compiling sha512-586-linux.S
[186/508] Compiling sha256-x86_64-linux.S
[187/508] Compiling sha512-armv8-linux.S
[188/508] Compiling sha256-x86_64-apple.S
[189/508] Compiling sha256-armv8-win.S
[190/508] Compiling sha512-586-apple.S
[191/508] Compiling bio_ssl.cc
[192/508] Compiling sha256-armv4-linux.S
[193/508] Compiling sha256-armv8-apple.S
[194/508] Compiling sha256-586-linux.S
[195/508] Compiling sha256-armv8-linux.S
[196/508] Compiling sha1-x86_64-apple.S
[197/508] Compiling sha1-x86_64-linux.S
[198/508] Compiling sha256-586-apple.S
[199/508] Compiling sha1-armv8-win.S
[200/508] Compiling sha1-armv8-apple.S
[201/508] Compiling sha1-armv8-linux.S
[202/508] Compiling sha1-armv4-large-linux.S
[203/508] Compiling rsaz-avx2-linux.S
[203/508] Compiling sha1-586-linux.S
[205/508] Compiling sha1-586-apple.S
[205/508] Compiling rsaz-avx2-apple.S
[207/508] Compiling rdrand-x86_64-linux.S
[208/508] Compiling p256_beeu-x86_64-asm-linux.S
[209/508] Compiling rdrand-x86_64-apple.S
[210/508] Compiling p256_beeu-armv8-asm-linux.S
[211/508] Compiling p256_beeu-armv8-asm-win.S
[212/508] Compiling p256-x86_64-asm-apple.S
[213/508] Compiling p256-x86_64-asm-linux.S
[214/508] Compiling p256_beeu-x86_64-asm-apple.S
[214/508] Compiling p256_beeu-armv8-asm-apple.S
[216/508] Compiling p256-armv8-asm-win.S
[217/508] Compiling p256-armv8-asm-apple.S
[218/508] Compiling p256-armv8-asm-linux.S
[219/508] Compiling ghashv8-armv8-win.S
[220/508] Compiling ghashv8-armv8-linux.S
[221/508] Compiling ghashv8-armv8-apple.S
[222/508] Compiling ghash-x86_64-apple.S
[223/508] Compiling ghashv8-armv7-linux.S
[224/508] Compiling ghash-x86_64-linux.S
[225/508] Compiling ghash-x86-apple.S
[226/508] Compiling ghash-x86-linux.S
[227/508] Compiling ghash-ssse3-x86_64-linux.S
[228/508] Compiling ghash-ssse3-x86_64-apple.S
[229/508] Compiling ghash-ssse3-x86-apple.S
[230/508] Compiling ghash-ssse3-x86-linux.S
[231/508] Compiling ghash-neon-armv8-win.S
[232/508] Compiling bsaes-armv7-linux.S
[233/508] Compiling co-586-apple.S
[234/508] Compiling ghash-neon-armv8-linux.S
[235/508] Compiling ghash-neon-armv8-apple.S
[236/508] Compiling ghash-armv4-linux.S
[237/508] Compiling co-586-linux.S
[238/508] Compiling bn-armv8-win.S
[239/508] Compiling bn-armv8-apple.S
[240/508] Compiling armv8-mont-win.S
[241/508] Compiling bn-586-apple.S
[242/508] Compiling bn-armv8-linux.S
[243/508] Compiling bn-586-linux.S
[244/508] Compiling armv8-mont-apple.S
[245/508] Compiling armv8-mont-linux.S
[246/508] Compiling armv4-mont-linux.S
[247/508] Compiling aesv8-gcm-armv8-win.S
[248/508] Compiling aesv8-armv8-win.S
[249/508] Compiling aesv8-gcm-armv8-apple.S
[250/508] Compiling aesv8-gcm-armv8-linux.S
[251/508] Compiling aesv8-armv8-apple.S
[252/508] Compiling aesni-x86_64-linux.S
[253/508] Compiling aesv8-armv8-linux.S
[253/508] Compiling aesv8-armv7-linux.S
[255/508] Compiling aesni-x86_64-apple.S
[256/508] Compiling aesni-x86-linux.S
[257/508] Compiling aesni-x86-apple.S
[258/508] Compiling aes-gcm-avx2-x86_64-apple.S
[259/508] Compiling aesni-gcm-x86_64-linux.S
[260/508] Compiling aes-gcm-avx2-x86_64-linux.S
[261/508] Compiling aesni-gcm-x86_64-apple.S
[262/508] Compiling aes-gcm-avx10-x86_64-apple.S
[263/508] Compiling aes-gcm-avx10-x86_64-linux.S
[264/508] Compiling x_x509.cc
[265/508] Compiling x_sig.cc
[266/508] Compiling x_x509a.cc
[267/508] Compiling x_val.cc
[268/508] Compiling x_pubkey.cc
[269/508] Compiling x_name.cc
[270/508] Compiling x_spki.cc
[271/508] Compiling x_req.cc
[272/508] Compiling x_all.cc
[273/508] Compiling x_crl.cc
[274/508] Compiling x_exten.cc
[275/508] Compiling x_algor.cc
[276/508] Compiling x_attrib.cc
[277/508] Compiling x509rset.cc
[278/508] Compiling x509spki.cc
[279/508] Compiling x509name.cc
[280/508] Compiling x509cset.cc
[281/508] Compiling x509_vfy.cc
[282/508] Compiling x509_txt.cc
[283/508] Compiling x509_v3.cc
[284/508] Compiling x509_vpm.cc
[285/508] Compiling x509_set.cc
[286/508] Compiling x509_req.cc
[287/508] Compiling x509_trs.cc
[288/508] Compiling x509_obj.cc
[289/508] Compiling x509_ext.cc
[290/508] Compiling x509_lu.cc
[291/508] Compiling x509_cmp.cc
[292/508] Compiling x509_def.cc
[293/508] Compiling x509_d2.cc
[294/508] Compiling x509_att.cc
[295/508] Compiling v3_utl.cc
[296/508] Compiling x509.cc
[297/508] Compiling v3_skey.cc
[298/508] Compiling v3_purp.cc
[299/508] Compiling v3_prn.cc
[300/508] Compiling v3_pmaps.cc
[301/508] Compiling v3_ocsp.cc
[302/508] Compiling v3_pcons.cc
[303/508] Compiling v3_ncons.cc
[304/508] Compiling v3_lib.cc
[305/508] Compiling v3_extku.cc
[306/508] Compiling v3_int.cc
[307/508] Compiling v3_ia5.cc
[308/508] Compiling v3_info.cc
[309/508] Compiling v3_genn.cc
[310/508] Compiling v3_enum.cc
[311/508] Compiling v3_conf.cc
[312/508] Compiling v3_cpols.cc
[313/508] Compiling v3_crld.cc
[314/508] Compiling v3_bcons.cc
[315/508] Compiling v3_bitst.cc
[316/508] Compiling v3_alt.cc
[317/508] Compiling v3_akeya.cc
[318/508] Compiling rsa_pss.cc
[319/508] Compiling v3_akey.cc
[320/508] Compiling t_x509a.cc
[321/508] Compiling t_x509.cc
[322/508] Compiling t_req.cc
[323/508] Compiling t_crl.cc
[324/508] Compiling policy.cc
[325/508] Compiling i2d_pr.cc
[326/508] Compiling name_print.cc
[327/508] Compiling by_file.cc
[328/508] Compiling asn1_gen.cc
[329/508] Compiling by_dir.cc
[330/508] Compiling algorithm.cc
[331/508] Compiling a_verify.cc
[332/508] Compiling voprf.cc
[333/508] Compiling a_sign.cc
[334/508] Compiling a_digest.cc
[335/508] Compiling thread_none.cc
[336/508] Compiling thread_win.cc
[337/508] Compiling thread_pthread.cc
[338/508] Compiling thread.cc
[339/508] Compiling trust_token.cc
[340/508] Compiling stack.cc
[341/508] Compiling pmbtoken.cc
[342/508] Compiling sha512.cc
[343/508] Compiling siphash.cc
[344/508] Compiling slhdsa.cc
[345/508] Compiling sha1.cc
[346/508] Compiling spake2plus.cc
[347/508] Compiling sha256.cc
[348/508] Compiling rsa_print.cc
[349/508] Compiling rsa_extra.cc
[350/508] Compiling trusty.cc
[351/508] Compiling refcount.cc
[352/508] Compiling rsa_crypt.cc
[353/508] Compiling rand.cc
[354/508] Compiling rc4.cc
[355/508] Compiling windows.cc
[356/508] Compiling urandom.cc
[357/508] Compiling rsa_asn1.cc
[358/508] Compiling fork_detect.cc
[359/508] Compiling poly1305_arm_asm.S
[360/508] Compiling forkunsafe.cc
[361/508] Compiling passive.cc
[362/508] Compiling ios.cc
[363/508] Compiling deterministic.cc
[364/508] Compiling getentropy.cc
[365/508] Compiling poly1305_vec.cc
[366/508] Compiling poly1305.cc
[367/508] Compiling poly1305_arm.cc
[368/508] Compiling pool.cc
[369/508] Compiling pkcs7_x509.cc
[370/508] Compiling pkcs8.cc
[371/508] Compiling pkcs7.cc
[372/508] Compiling p5_pbev2.cc
[373/508] Compiling pkcs8_x509.cc
[374/508] Compiling pem_xaux.cc
[375/508] Compiling pem_pkey.cc
[376/508] Compiling pem_x509.cc
[377/508] Compiling obj_xref.cc
[378/508] Compiling pem_oth.cc
[379/508] Compiling mlkem.cc
[380/508] Compiling mldsa.cc
[381/508] Compiling pem_lib.cc
[382/508] Compiling pem_pk8.cc
[383/508] Compiling pem_info.cc
[384/508] Compiling pem_all.cc
[385/508] Compiling poly_rq_mul.S
[386/508] Compiling obj.cc
[387/508] Compiling mem.cc
[388/508] Compiling fips_shared_support.cc
[389/508] Compiling md5.cc
[390/508] Compiling md4.cc
[391/508] Compiling lhash.cc
[392/508] Compiling ex_data.cc
[393/508] Compiling kyber.cc
[394/508] Compiling hrss.cc
[395/508] Compiling sign.cc
[396/508] Compiling hpke.cc
[397/508] Compiling print.cc
[398/508] Compiling scrypt.cc
[399/508] Compiling pbkdf.cc
[400/508] Compiling p_x25519.cc
[401/508] Compiling p_x25519_asn1.cc
[402/508] Compiling p_ed25519_asn1.cc
[403/508] Compiling p_ed25519.cc
[404/508] Compiling p_rsa.cc
[405/508] Compiling p_rsa_asn1.cc
[406/508] Compiling p_hkdf.cc
[407/508] Compiling p_ec_asn1.cc
[408/508] Compiling p_ec.cc
[409/508] Compiling p_dh.cc
[410/508] Compiling p_dh_asn1.cc
[411/508] Compiling evp_ctx.cc
[412/508] Compiling p_dsa_asn1.cc
[413/508] Compiling evp.cc
[414/508] Compiling evp_asn1.cc
[415/508] Compiling err.cc
[415/508] Compiling engine.cc
[417/508] Compiling hash_to_curve.cc
[418/508] Compiling ecdh.cc
[419/508] Compiling ecdsa_asn1.cc
[420/508] Compiling ec_derive.cc
[421/508] Compiling params.cc
[422/508] Compiling dsa.cc
[423/508] Compiling spake25519.cc
[424/508] Compiling digest_extra.cc
[425/508] Compiling x25519-asm-arm.S
[426/508] Compiling dsa_asn1.cc
[427/508] Compiling ec_asn1.cc
[428/508] Compiling bcm.cc
[429/508] Compiling cpu_arm_linux.cc
[430/508] Compiling cpu_intel.cc
[431/508] Compiling des.cc
[432/508] Compiling curve25519_64_adx.cc
[433/508] Compiling dh_asn1.cc
[434/508] Compiling cpu_aarch64_win.cc
[435/508] Compiling curve25519.cc
[436/508] Compiling crypto.cc
[437/508] Compiling cpu_arm_freebsd.cc
[438/508] Compiling cpu_aarch64_openbsd.cc
[439/508] Compiling cpu_aarch64_sysreg.cc
[440/508] Compiling cpu_aarch64_linux.cc
[441/508] Compiling cpu_aarch64_apple.cc
[442/508] Compiling cpu_aarch64_fuchsia.cc
[443/508] Compiling conf.cc
[444/508] Compiling tls_cbc.cc
[445/508] Compiling get_cipher.cc
[446/508] Compiling e_tls.cc
[447/508] Compiling e_rc2.cc
[448/508] Compiling e_rc4.cc
[449/508] Compiling e_null.cc
[450/508] Compiling e_des.cc
[451/508] Compiling e_chacha20poly1305.cc
[452/508] Compiling e_aesgcmsiv.cc
[453/508] Compiling derive_key.cc
[454/508] Compiling e_aesctrhmac.cc
[455/508] Compiling chacha.cc
[456/508] Compiling unicode.cc
[457/508] Compiling buf.cc
[458/508] Compiling ber.cc
[459/508] Compiling cbb.cc
[460/508] Compiling cbs.cc
[461/508] Compiling asn1_compat.cc
[462/508] Compiling convert.cc
[463/508] Compiling blake2.cc
[464/508] Compiling bn_asn1.cc
[465/508] Compiling socket_helper.cc
[466/508] Compiling socket.cc
[467/508] Compiling pair.cc
[468/508] Compiling printf.cc
[469/508] Compiling hexdump.cc
[470/508] Compiling file.cc
[471/508] Compiling fd.cc
[472/508] Compiling errno.cc
[473/508] Compiling connect.cc
[474/508] Compiling bio_mem.cc
[475/508] Compiling base64.cc
[476/508] Compiling bio.cc
[477/508] Compiling tasn_typ.cc
[478/508] Compiling tasn_fre.cc
[479/508] Compiling tasn_utl.cc
[480/508] Compiling tasn_new.cc
[481/508] Compiling tasn_enc.cc
[482/508] Compiling f_string.cc
[483/508] Compiling posix_time.cc
[484/508] Compiling f_int.cc
[485/508] Compiling tasn_dec.cc
[486/508] Compiling asn_pack.cc
[487/508] Compiling asn1_par.cc
[488/508] Compiling a_utctm.cc
[489/508] Compiling asn1_lib.cc
[490/508] Compiling a_strnid.cc
[491/508] Compiling a_type.cc
[492/508] Compiling a_octet.cc
[493/508] Compiling a_time.cc
[494/508] Compiling a_strex.cc
[495/508] Compiling a_i2d_fp.cc
[496/508] Compiling a_mbstr.cc
[497/508] Compiling a_object.cc
[498/508] Compiling a_dup.cc
[498/508] Write sources
[501/508] Compiling a_d2i_fp.cc
[502/508] Compiling a_gentm.cc
[503/508] Compiling a_int.cc
[504/549] Compiling a_bitstr.cc
[506/552] Compiling Algorithms MinMax.swift
[507/552] Compiling Algorithms Partition.swift
[508/554] Compiling Algorithms Permutations.swift
[509/554] Compiling Algorithms Product.swift
[509/554] Compiling a_bool.cc
[511/554] Compiling Algorithms Joined.swift
[512/554] Compiling Algorithms Keyed.swift
[513/554] Compiling Algorithms Grouped.swift
[514/554] Compiling Algorithms Indexed.swift
[515/554] Compiling Algorithms Intersperse.swift
[516/554] Compiling Algorithms EitherSequence.swift
[517/554] Compiling Algorithms FirstNonNil.swift
[518/554] Compiling Algorithms FlattenCollection.swift
[519/554] Compiling Atomics IntegerOperations.swift
[520/554] Compiling Atomics Unmanaged extensions.swift
[523/554] Compiling Algorithms Suffix.swift
[524/557] Compiling Algorithms RandomSample.swift
[525/557] Compiling Algorithms Reductions.swift
[526/557] Compiling Algorithms Rotate.swift
[533/557] Compiling Algorithms Compacted.swift
[534/557] Compiling Algorithms Cycle.swift
[541/557] Compiling Algorithms Trim.swift
[542/557] Compiling Algorithms Unique.swift
[543/557] Compiling Algorithms Windows.swift
[544/557] Compiling Algorithms AdjacentPairs.swift
[545/557] Compiling Algorithms Chain.swift
[546/557] Compiling Algorithms Chunked.swift
[547/557] Compiling Algorithms Combinations.swift
[553/557] Compiling c-atomics.c
[555/557] Emitting module Atomics
[555/557] Compiling c-nioatomics.c
[557/558] Emitting module Algorithms
[560/565] Compiling NIOConcurrencyHelpers lock.swift
[561/565] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[562/565] Emitting module NIOConcurrencyHelpers
[563/565] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[564/565] Compiling NIOConcurrencyHelpers NIOLock.swift
[565/565] Compiling NIOConcurrencyHelpers atomics.swift
[567/626] Compiling NIOCore MulticastChannel.swift
[568/626] Compiling NIOCore NIOAny.swift
[569/626] Compiling NIOCore NIOCloseOnErrorHandler.swift
[570/626] Compiling NIOCore NIOLoopBound.swift
[571/626] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[572/626] Compiling NIOCore NIOScheduledCallback.swift
[573/626] Compiling NIOCore NIOSendable.swift
[574/626] Compiling NIOCore RecvByteBufferAllocator.swift
[575/634] Compiling NIOCore IO.swift
[576/634] Compiling NIOCore IOData.swift
[577/634] Compiling NIOCore IPProtocol.swift
[578/634] Compiling NIOCore IntegerBitPacking.swift
[579/634] Compiling NIOCore IntegerTypes.swift
[580/634] Compiling NIOCore Interfaces.swift
[581/634] Compiling NIOCore Linux.swift
[582/634] Compiling NIOCore MarkedCircularBuffer.swift
[583/634] Compiling NIOCore CircularBuffer.swift
[584/634] Compiling NIOCore Codec.swift
[585/634] Compiling NIOCore ConvenienceOptionSupport.swift
[586/634] Compiling NIOCore DeadChannel.swift
[587/634] Compiling NIOCore DispatchQueue+WithFuture.swift
[588/634] Compiling NIOCore EventLoop+Deprecated.swift
[589/634] Compiling NIOCore EventLoop+SerialExecutor.swift
[590/634] Compiling NIOCore EventLoop.swift
[591/634] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[592/634] Compiling NIOCore SocketAddresses.swift
[593/634] Compiling NIOCore SocketOptionProvider.swift
[594/634] Compiling NIOCore SystemCallHelpers.swift
[595/634] Compiling NIOCore TimeAmount+Duration.swift
[596/634] Compiling NIOCore TypeAssistedChannelHandler.swift
[597/634] Compiling NIOCore UniversalBootstrapSupport.swift
[598/634] Compiling NIOCore Utilities.swift
[599/634] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[600/634] Compiling NIOCore BSDSocketAPI.swift
[601/634] Compiling NIOCore ByteBuffer-aux.swift
[602/634] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[603/634] Compiling NIOCore ByteBuffer-conversions.swift
[604/634] Compiling NIOCore ByteBuffer-core.swift
[605/634] Compiling NIOCore ByteBuffer-hex.swift
[606/634] Compiling NIOCore ByteBuffer-int.swift
[607/634] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[608/634] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[609/634] Compiling NIOCore EventLoopFuture+Deprecated.swift
[610/634] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[611/634] Compiling NIOCore EventLoopFuture.swift
[612/634] Compiling NIOCore FileDescriptor.swift
[613/634] Compiling NIOCore FileHandle.swift
[614/634] Compiling NIOCore FileRegion.swift
[615/634] Compiling NIOCore GlobalSingletons.swift
[616/634] Compiling NIOCore ByteBuffer-multi-int.swift
[617/634] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[618/634] Compiling NIOCore ByteBuffer-views.swift
[619/634] Compiling NIOCore Channel.swift
[620/634] Compiling NIOCore ChannelHandler.swift
[621/634] Compiling NIOCore ChannelHandlers.swift
[622/634] Compiling NIOCore ChannelInvoker.swift
[623/634] Compiling NIOCore ChannelOption.swift
[624/634] Compiling NIOCore ChannelPipeline.swift
[625/634] Compiling NIOCore AddressedEnvelope.swift
[626/634] Compiling NIOCore AsyncAwaitSupport.swift
[627/634] Compiling NIOCore AsyncChannel.swift
[628/634] Compiling NIOCore AsyncChannelHandler.swift
[629/634] Compiling NIOCore AsyncChannelInboundStream.swift
[630/634] Compiling NIOCore AsyncChannelOutboundWriter.swift
[631/634] Compiling NIOCore NIOAsyncSequenceProducer.swift
[632/634] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[633/634] Compiling NIOCore NIOAsyncWriter.swift
[634/634] Emitting module NIOCore
[636/685] Emitting module NIOEmbedded
[637/685] Compiling NIOEmbedded Embedded.swift
[638/685] Compiling NIOEmbedded AsyncTestingChannel.swift
[639/685] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[641/686] Compiling NIOPosix SelectableChannel.swift
[642/686] Compiling NIOPosix SelectableEventLoop.swift
[643/686] Compiling NIOPosix SelectorEpoll.swift
[644/686] Compiling NIOPosix SelectorGeneric.swift
[645/686] Compiling NIOPosix SelectorKqueue.swift
[646/686] Compiling NIOPosix SelectorUring.swift
[647/692] Compiling NIOPosix Pool.swift
[648/692] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[649/692] Compiling NIOPosix PosixSingletons.swift
[650/692] Compiling NIOPosix RawSocketBootstrap.swift
[651/692] Compiling NIOPosix Resolver.swift
[652/692] Compiling NIOPosix Selectable.swift
[653/692] Compiling NIOPosix ServerSocket.swift
[654/692] Compiling NIOPosix Socket.swift
[655/692] Compiling NIOPosix SocketChannel.swift
[656/692] Compiling NIOPosix SocketProtocols.swift
[657/692] Compiling NIOPosix System.swift
[658/692] Compiling NIOPosix Thread.swift
[659/692] Emitting module NIOPosix
[660/692] Compiling NIOPosix BSDSocketAPICommon.swift
[661/692] Compiling NIOPosix BSDSocketAPIPosix.swift
[662/692] Compiling NIOPosix BSDSocketAPIWindows.swift
[663/692] Compiling NIOPosix BaseSocket.swift
[664/692] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[665/692] Compiling NIOPosix BaseSocketChannel.swift
[666/692] Compiling NIOPosix BaseStreamSocketChannel.swift
[667/692] Compiling NIOPosix NIOThreadPool.swift
[668/692] Compiling NIOPosix NonBlockingFileIO.swift
[669/692] Compiling NIOPosix PendingDatagramWritesManager.swift
[670/692] Compiling NIOPosix PendingWritesManager.swift
[671/692] Compiling NIOPosix PipeChannel.swift
[672/692] Compiling NIOPosix PipePair.swift
[673/692] Compiling NIOPosix IO.swift
[674/692] Compiling NIOPosix IntegerBitPacking.swift
[675/692] Compiling NIOPosix IntegerTypes.swift
[676/692] Compiling NIOPosix Linux.swift
[677/692] Compiling NIOPosix LinuxCPUSet.swift
[678/692] Compiling NIOPosix LinuxUring.swift
[679/692] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[680/692] Compiling NIOPosix Bootstrap.swift
[681/692] Compiling NIOPosix ControlMessage.swift
[682/692] Compiling NIOPosix DatagramVectorReadManager.swift
[683/692] Compiling NIOPosix Errors+Any.swift
[684/692] Compiling NIOPosix FileDescriptor.swift
[685/692] Compiling NIOPosix GetaddrinfoResolver.swift
[686/692] Compiling NIOPosix HappyEyeballs.swift
[687/692] Compiling NIOPosix ThreadPosix.swift
[688/692] Compiling NIOPosix ThreadWindows.swift
[689/692] Compiling NIOPosix UnsafeTransfer.swift
[690/692] Compiling NIOPosix Utilities.swift
[691/692] Compiling NIOPosix VsockAddress.swift
[692/692] Compiling NIOPosix VsockChannelEvents.swift
[694/695] Compiling NIO Exports.swift
[695/695] Emitting module NIO
[697/735] Compiling NIOTLS TLSEvents.swift
[698/735] Emitting module NIOSOCKS
[699/736] Compiling NIOSOCKS SOCKSClientHandler.swift
[700/736] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[701/738] Emitting module NIOTLS
[702/738] Compiling NIOSOCKS Errors.swift
[703/738] Compiling NIOSOCKS Helpers.swift
[704/738] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[705/738] Compiling NIOSOCKS ClientStateMachine.swift
[706/738] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[707/738] Compiling NIOSOCKS SOCKSResponse.swift
[710/738] Compiling NIOSOCKS ServerStateMachine.swift
[713/738] Compiling NIOSOCKS Messages.swift
[714/738] Compiling NIOSOCKS SOCKSRequest.swift
[715/738] Compiling NIOSOCKS AuthenticationMethod.swift
[716/738] Compiling NIOSOCKS ClientGreeting.swift
[717/739] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[718/739] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[719/739] Compiling NIOTLS SNIHandler.swift
[722/740] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[723/740] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[726/740] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[727/740] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[728/740] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[729/740] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[730/769] Compiling NIOSSL ObjectIdentifier.swift
[731/769] Compiling NIOSSL PosixPort.swift
[732/769] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[733/769] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[734/769] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[735/769] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[736/769] Compiling NIOSSL NIOSSLHandler.swift
[737/769] Compiling NIOSSL NIOSSLServerHandler.swift
[738/769] Emitting module NIOHTTP1
[740/788] Emitting module NIOFoundationCompat
[741/788] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[743/789] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[744/789] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[745/789] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[746/801] Compiling NIOHPACK HuffmanCoding.swift
[747/802] Compiling NIOHPACK IndexedHeaderTable.swift
[748/812] Compiling NIOTransportServices NIOTSListenerChannel.swift
[749/812] Compiling NIOSSL SSLPublicKey.swift
[750/812] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[751/812] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[752/816] Emitting module NIOSSL
[753/816] Compiling NIOTransportServices AcceptHandler.swift
[754/816] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[755/816] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[756/816] Compiling NIOTransportServices NIOTSBootstraps.swift
[757/816] Compiling NIOHPACK HuffmanTables.swift
[758/816] Compiling NIOHPACK IntegerCoding.swift
[759/816] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[760/816] Compiling NIOTransportServices NIOTSErrors.swift
[761/816] Compiling NIOTransportServices NIOTSEventLoop.swift
[762/818] Compiling NIOTransportServices StateManagedListenerChannel.swift
[763/818] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[764/818] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[765/818] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[766/818] Compiling NIOTransportServices StateManagedChannel.swift
[769/818] Emitting module NIOTransportServices
[774/818] Compiling NIOTransportServices NIOTSChannelOptions.swift
[775/818] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[779/818] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[780/818] Compiling NIOTransportServices NIOTSSingletons.swift
[781/818] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[784/818] Compiling NIOTransportServices NIOTSDatagramListener.swift
[785/818] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[786/818] Compiling NIOHPACK StaticHeaderTable.swift
[787/818] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[791/818] Compiling NIOHTTPCompression HTTPCompression.swift
[792/818] Emitting module NIOHTTPCompression
[793/818] Compiling NIOHTTPCompression HTTPDecompression.swift
[798/818] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[799/818] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[800/818] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[801/819] Emitting module NIOHPACK
[814/821] Compiling NIOSSL SSLContext.swift
[815/821] Compiling NIOSSL SSLErrors.swift
[816/821] Compiling NIOSSL SSLInit.swift
[817/821] Compiling NIOSSL SSLPKCS12Bundle.swift
[818/879] Compiling NIOHTTP2 HTTP2FrameParser.swift
[819/879] Compiling NIOHTTP2 HTTP2PingData.swift
[820/879] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[821/879] Compiling NIOHTTP2 HTTP2Settings.swift
[823/880] Compiling NIOHTTP2 MaySendFrames.swift
[824/880] Compiling NIOHTTP2 SendingDataState.swift
[825/880] Compiling NIOHTTP2 SendingGoawayState.swift
[826/880] Compiling NIOHTTP2 SendingHeadersState.swift
[827/880] Compiling NIOHTTP2 SendingPushPromiseState.swift
[828/880] Compiling NIOHTTP2 SendingRstStreamState.swift
[829/880] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[830/880] Compiling NIOHTTP2 HTTP2SettingsState.swift
[831/888] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[832/888] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[833/888] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[834/888] Compiling NIOHTTP2 HTTP2StreamID.swift
[835/888] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[836/888] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[837/888] Compiling NIOHTTP2 HTTP2UserEvents.swift
[838/888] Compiling NIOHTTP2 InboundEventBuffer.swift
[839/888] Emitting module NIOHTTP2
[840/888] Compiling NIOHTTP2 ConnectionStateMachine.swift
[841/888] Compiling NIOHTTP2 ConnectionStreamsState.swift
[842/888] Compiling NIOHTTP2 MayReceiveFrames.swift
[843/888] Compiling NIOHTTP2 ReceivingDataState.swift
[844/888] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[845/888] Compiling NIOHTTP2 ReceivingHeadersState.swift
[846/888] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[847/888] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[848/888] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[849/888] Compiling NIOHTTP2 InboundWindowManager.swift
[850/888] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[851/888] Compiling NIOHTTP2 StreamChannelFlowController.swift
[852/888] Compiling NIOHTTP2 StreamChannelList.swift
[853/888] Compiling NIOHTTP2 StreamMap.swift
[854/888] Compiling NIOHTTP2 StreamStateMachine.swift
[855/888] Compiling NIOHTTP2 UnsafeTransfer.swift
[856/888] Compiling NIOHTTP2 WatermarkedFlowController.swift
[857/888] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[858/888] Compiling NIOHTTP2 HTTP2Frame.swift
[859/888] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[864/888] Compiling NIOHTTP2 HTTP2Stream.swift
[865/888] Compiling NIOHTTP2 StateMachineResult.swift
[866/888] Compiling NIOHTTP2 ContentLengthVerifier.swift
[867/888] Compiling NIOHTTP2 DOSHeuristics.swift
[868/888] Compiling NIOHTTP2 Error+Any.swift
[869/888] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[870/888] Compiling NIOHTTP2 ControlFrameBuffer.swift
[871/888] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[872/888] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[873/888] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[874/888] Compiling NIOHTTP2 HasFlowControlWindows.swift
[875/888] Compiling NIOHTTP2 HasLocalSettings.swift
[876/888] Compiling NIOHTTP2 HasRemoteSettings.swift
[877/888] Compiling NIOHTTP2 LocallyQuiescingState.swift
[878/888] Compiling NIOHTTP2 QuiescingState.swift
[879/888] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[880/888] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[881/888] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[882/888] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[883/888] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[884/888] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[885/888] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[886/888] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[887/888] Compiling NIOHTTP2 HTTP2Error.swift
[888/888] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[890/949] Emitting module AsyncHTTPClient
[891/957] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[892/957] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[893/957] Compiling AsyncHTTPClient AsyncLazySequence.swift
[894/957] Compiling AsyncHTTPClient HTTPClient+execute.swift
[895/957] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[896/957] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[897/957] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[898/957] Compiling AsyncHTTPClient HTTPClientRequest.swift
[899/957] Compiling AsyncHTTPClient HTTPClientResponse.swift
[900/957] Compiling AsyncHTTPClient HTTPHandler.swift
[901/957] Compiling AsyncHTTPClient LRUCache.swift
[902/957] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[903/957] Compiling AsyncHTTPClient NWErrorHandler.swift
[904/957] Compiling AsyncHTTPClient NWWaitingHandler.swift
[905/957] Compiling AsyncHTTPClient TLSConfiguration.swift
[906/957] Compiling AsyncHTTPClient RedirectState.swift
[907/957] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[908/957] Compiling AsyncHTTPClient RequestBag.swift
[909/957] Compiling AsyncHTTPClient RequestValidation.swift
[910/957] Compiling AsyncHTTPClient SSLContextCache.swift
[911/957] Compiling AsyncHTTPClient Scheme.swift
[912/957] Compiling AsyncHTTPClient Singleton.swift
[913/957] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[914/957] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[915/957] Compiling AsyncHTTPClient Utils.swift
[916/957] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[917/957] Compiling AsyncHTTPClient TLSEventsHandler.swift
[918/957] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[919/957] Compiling AsyncHTTPClient HTTP1Connection.swift
[920/957] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[921/957] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[922/957] Compiling AsyncHTTPClient HTTP2Connection.swift
[923/957] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[924/957] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[925/957] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[926/957] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[927/957] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[928/957] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[929/957] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[930/957] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[931/957] Compiling AsyncHTTPClient RequestBodyLength.swift
[932/957] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[933/957] Compiling AsyncHTTPClient ConnectionTarget.swift
[934/957] Compiling AsyncHTTPClient DeconstructedURL.swift
[935/957] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[936/957] Compiling AsyncHTTPClient FoundationExtensions.swift
[937/957] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[938/957] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[939/957] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[940/957] Compiling AsyncHTTPClient HTTPClient.swift
[941/957] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[942/957] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[943/957] Compiling AsyncHTTPClient Transaction.swift
[944/957] Compiling AsyncHTTPClient Base64.swift
[945/957] Compiling AsyncHTTPClient BasicAuth.swift
[946/957] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[947/957] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[948/957] Compiling AsyncHTTPClient ConnectionPool.swift
[949/957] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[950/957] Compiling AsyncHTTPClient RequestOptions.swift
[951/957] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[952/957] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[953/957] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[954/957] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[955/957] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[956/957] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[957/957] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[959/1020] Compiling SwiftWebDriver PostNavigatoinForwardResponse.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[960/1020] Compiling SwiftWebDriver ResponseType.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[961/1020] Compiling SwiftWebDriver DeleteSessionResponse.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[962/1020] Compiling SwiftWebDriver NewSessionResponse.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[963/1020] Compiling SwiftWebDriver StatusResponse.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[964/1020] Compiling SwiftWebDriver Element.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[965/1020] Compiling SwiftWebDriver Elements.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[966/1020] Compiling SwiftWebDriver CSSSelector.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[967/1028] Compiling SwiftWebDriver GetElementScreenShotResponse.swift
[968/1028] Compiling SwiftWebDriver GetElementSelectedResponse.swift
[969/1028] Compiling SwiftWebDriver GetElementTextResponse.swift
[970/1028] Compiling SwiftWebDriver GetScreenShotResponse.swift
[971/1028] Compiling SwiftWebDriver GetSessionActiveElementResponse.swift
[972/1028] Compiling SwiftWebDriver PostElementByIdResponse.swift
[973/1028] Compiling SwiftWebDriver PostElementClearResponse.swift
[974/1028] Compiling SwiftWebDriver PostElementClickResponse.swift
[975/1028] Compiling SwiftWebDriver PostElementResponse.swift
[976/1028] Compiling SwiftWebDriver RequestType.swift
[977/1028] Compiling SwiftWebDriver DeleteSessionRequest.swift
[978/1028] Compiling SwiftWebDriver NewSessionRequest.swift
[979/1028] Compiling SwiftWebDriver StatusRequest.swift
[980/1028] Compiling SwiftWebDriver PostExecuteResponse.swift
[981/1028] Compiling SwiftWebDriver GetElementAttributeResponse.swift
[982/1028] Compiling SwiftWebDriver GetElementNameProperty.response.swift
[983/1028] Compiling SwiftWebDriver GetElementNameResponse.swift
[984/1028] Compiling SwiftWebDriver GetElementPropertyNameResponse.swift
[985/1028] Compiling SwiftWebDriver PostElementSendValueResponse.swift
[986/1028] Compiling SwiftWebDriver PostElementsByIdResponse.swift
[987/1028] Compiling SwiftWebDriver PostElementsResponse.swift
[988/1028] Compiling SwiftWebDriver GetNavigationResponse.swift
[989/1028] Compiling SwiftWebDriver GetNavigationTitleResponse.swift
[990/1028] Compiling SwiftWebDriver PostNavigatioinBackResponse.swift
[991/1028] Compiling SwiftWebDriver PostNavigationRefreshResponse.swift
[992/1028] Compiling SwiftWebDriver PostNavigationResponse.swift
[993/1028] Compiling SwiftWebDriver APIClient.swift
[994/1028] Compiling SwiftWebDriver DevToolTypes.swift
[995/1028] Compiling SwiftWebDriver PostExecuteAsyncRequest.swift
[996/1028] Compiling SwiftWebDriver PostExecuteSyncRequest.swift
[997/1028] Compiling SwiftWebDriver ElementsTypes.swift
[998/1028] Compiling SwiftWebDriver GetElementAttributeRequest.swift
[999/1028] Compiling SwiftWebDriver GetElementNamePropertyRequest.swift
[1000/1028] Compiling SwiftWebDriver GetElementNameRequest.swift
[1001/1028] Compiling SwiftWebDriver GetElementPropertyNameRequest.swift
[1002/1028] Compiling SwiftWebDriver GetElementScreenShotRequest.swift
[1003/1028] Compiling SwiftWebDriver GetElementSelectedRequest.swift
[1004/1028] Compiling SwiftWebDriver GetElementTextRequest.swift
[1005/1028] Compiling SwiftWebDriver GetScreenShotRequest.swift
[1006/1028] Compiling SwiftWebDriver GetSessionActiveElementRequest.swift
[1007/1028] Compiling SwiftWebDriver PostElementByIdRequest.swift
[1008/1028] Compiling SwiftWebDriver PostElementClearRequest.swift
[1009/1028] Compiling SwiftWebDriver PostElementClickRequest.swift
[1010/1028] Compiling SwiftWebDriver PostElementRequest.swift
[1011/1028] Emitting module SwiftWebDriver
[1012/1028] Compiling SwiftWebDriver PostElementSendValueRequest.swift
[1013/1028] Compiling SwiftWebDriver PostElementsByIdRequest.swift
[1014/1028] Compiling SwiftWebDriver PostElementsRequest.swift
[1015/1028] Compiling SwiftWebDriver GetNavigationRequest.swift
[1016/1028] Compiling SwiftWebDriver GetNavigationTitleRequest.swift
[1017/1028] Compiling SwiftWebDriver PostNavigatioinBackRequest.swift
[1018/1028] Compiling SwiftWebDriver PostNavigationRefreshRequest.swift
[1019/1028] Compiling SwiftWebDriver PostNavigationRequest.swift
[1020/1028] Compiling SwiftWebDriver PostNavigatoinForwardRequest.swift
[1021/1028] Compiling SwiftWebDriver LocatorSelector.swift
[1022/1028] Compiling SwiftWebDriver LocatorType.swift
[1023/1028] Compiling SwiftWebDriver SeleniumError.swift
[1024/1028] Compiling SwiftWebDriver WebDriverError.swift
[1025/1028] Compiling SwiftWebDriver WebDriver.swift
[1026/1028] Compiling SwiftWebDriver ChromeDriver.swift
[1027/1028] Compiling SwiftWebDriver ChromeOptions.swift
[1028/1028] Compiling SwiftWebDriver Driver.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/67] Compiling AnyCodable KeyedDecodingContainer+Extensions.swift
[3/67] Compiling RealModule Float80+Real.swift
[4/67] Compiling AnyCodable UnkeyedDecodingContainer+Extensions.swift
[5/68] Compiling RealModule Real.swift
[6/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/68] Compiling Logging MetadataProvider.swift
[8/69] Emitting module AnyCodable
[9/69] Compiling Atomics UnsafeAtomic.swift
[10/69] Compiling Atomics UnsafeAtomicLazyReference.swift
[11/69] Compiling Atomics AtomicMemoryOrderings.swift
[12/69] Compiling Atomics DoubleWord.swift
[13/69] Compiling Atomics ManagedAtomic.swift
[14/69] Compiling Atomics ManagedAtomicLazyReference.swift
[15/71] Compiling RealModule RealFunctions.swift
[16/71] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/71] Compiling InternalCollectionsUtilities Debugging.swift
[18/71] Compiling InternalCollectionsUtilities Descriptions.swift
[19/71] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/71] Compiling RealModule Float16+Real.swift
[21/71] Compiling NIOConcurrencyHelpers lock.swift
[22/71] Compiling RealModule ElementaryFunctions.swift
[23/71] Compiling RealModule Float+Real.swift
[24/71] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/71] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/71] Compiling AnyCodable InstancesOf.swift
[27/71] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/71] Compiling InternalCollectionsUtilities Integer rank.swift
[31/71] Emitting module RealModule
[34/72] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/72] Compiling Atomics IntegerOperations.swift
[36/72] Compiling NIOConcurrencyHelpers NIOLock.swift
[37/72] Compiling Atomics Unmanaged extensions.swift
[38/72] Emitting module _NIODataStructures
[39/72] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[43/72] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[44/72] Compiling NIOConcurrencyHelpers atomics.swift
[48/72] Compiling Logging Locks.swift
[49/72] Emitting module Logging
[50/72] Compiling _NIOBase64 Base64.swift
[51/72] Emitting module _NIOBase64
[52/73] Compiling _NIODataStructures PriorityQueue.swift
[53/73] Compiling _NIODataStructures Heap.swift
[54/73] Compiling _NIODataStructures _TinyArray.swift
[57/74] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[58/74] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/74] Emitting module NIOConcurrencyHelpers
[61/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/75] Emitting module InternalCollectionsUtilities
[66/101] Compiling Logging Logging.swift
[67/101] Compiling Logging LogHandler.swift
[69/117] Compiling AnyCodable AnyCodableKey.swift
[70/117] Compiling AnyCodable AnyCodableValue.swift
[71/118] Compiling DequeModule Deque+CustomReflectable.swift
[72/118] Compiling DequeModule Deque+Descriptions.swift
[73/120] Compiling DequeModule _DequeBuffer.swift
[74/120] Compiling DequeModule _DequeBufferHeader.swift
[76/120] Compiling DequeModule Deque+Equatable.swift
[77/120] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[78/120] Compiling DequeModule Deque+Extras.swift
[79/120] Compiling DequeModule Deque+Hashable.swift
[80/120] Compiling Algorithms Split.swift
[81/120] Compiling Algorithms Stride.swift
[82/120] Compiling Algorithms Suffix.swift
[83/123] Compiling Algorithms RandomSample.swift
[84/123] Compiling Algorithms Reductions.swift
[85/123] Compiling Algorithms Rotate.swift
[86/123] Compiling DequeModule _DequeSlot.swift
[87/123] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/123] Compiling DequeModule Deque+Testing.swift
[89/123] Compiling DequeModule Deque._Storage.swift
[90/123] Compiling DequeModule Deque._UnsafeHandle.swift
[91/123] Compiling DequeModule Deque.swift
[96/123] Compiling DequeModule Deque+Codable.swift
[97/123] Compiling DequeModule Deque+Collection.swift
[109/123] Compiling Algorithms Permutations.swift
[110/123] Compiling Algorithms Product.swift
[114/123] Compiling Algorithms Trim.swift
[115/123] Compiling Algorithms Unique.swift
[116/123] Compiling Algorithms Windows.swift
[117/123] Emitting module Atomics
[119/124] Emitting module DequeModule
[125/185] Emitting module Algorithms
[127/186] Compiling NIOCore MulticastChannel.swift
[128/186] Compiling NIOCore NIOAny.swift
[129/186] Compiling NIOCore NIOCloseOnErrorHandler.swift
[130/186] Compiling NIOCore NIOLoopBound.swift
[131/186] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[132/186] Compiling NIOCore NIOScheduledCallback.swift
[133/186] Compiling NIOCore NIOSendable.swift
[134/186] Compiling NIOCore RecvByteBufferAllocator.swift
[135/194] Compiling NIOCore AddressedEnvelope.swift
[136/194] Compiling NIOCore AsyncAwaitSupport.swift
[137/194] Compiling NIOCore AsyncChannel.swift
[138/194] Compiling NIOCore AsyncChannelHandler.swift
[139/194] Compiling NIOCore AsyncChannelInboundStream.swift
[140/194] Compiling NIOCore AsyncChannelOutboundWriter.swift
[141/194] Compiling NIOCore NIOAsyncSequenceProducer.swift
[142/194] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[143/194] Compiling NIOCore NIOAsyncWriter.swift
[144/194] Compiling NIOCore IO.swift
[145/194] Compiling NIOCore IOData.swift
[146/194] Compiling NIOCore IPProtocol.swift
[147/194] Compiling NIOCore IntegerBitPacking.swift
[148/194] Compiling NIOCore IntegerTypes.swift
[149/194] Compiling NIOCore Interfaces.swift
[150/194] Compiling NIOCore Linux.swift
[151/194] Compiling NIOCore MarkedCircularBuffer.swift
[152/194] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[153/194] Compiling NIOCore EventLoopFuture+Deprecated.swift
[154/194] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[155/194] Compiling NIOCore EventLoopFuture.swift
[156/194] Compiling NIOCore FileDescriptor.swift
[157/194] Compiling NIOCore FileHandle.swift
[158/194] Compiling NIOCore FileRegion.swift
[159/194] Compiling NIOCore GlobalSingletons.swift
[160/194] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[161/194] Compiling NIOCore SocketAddresses.swift
[162/194] Compiling NIOCore SocketOptionProvider.swift
[163/194] Compiling NIOCore SystemCallHelpers.swift
[164/194] Compiling NIOCore TimeAmount+Duration.swift
[165/194] Compiling NIOCore TypeAssistedChannelHandler.swift
[166/194] Compiling NIOCore UniversalBootstrapSupport.swift
[167/194] Compiling NIOCore Utilities.swift
[168/194] Compiling NIOCore CircularBuffer.swift
[169/194] Compiling NIOCore Codec.swift
[170/194] Compiling NIOCore ConvenienceOptionSupport.swift
[171/194] Compiling NIOCore DeadChannel.swift
[172/194] Compiling NIOCore DispatchQueue+WithFuture.swift
[173/194] Compiling NIOCore EventLoop+Deprecated.swift
[174/194] Compiling NIOCore EventLoop+SerialExecutor.swift
[175/194] Compiling NIOCore EventLoop.swift
[176/194] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[177/194] Compiling NIOCore BSDSocketAPI.swift
[178/194] Compiling NIOCore ByteBuffer-aux.swift
[179/194] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[180/194] Compiling NIOCore ByteBuffer-conversions.swift
[181/194] Compiling NIOCore ByteBuffer-core.swift
[182/194] Compiling NIOCore ByteBuffer-hex.swift
[183/194] Compiling NIOCore ByteBuffer-int.swift
[184/194] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[185/194] Compiling NIOCore ByteBuffer-multi-int.swift
[186/194] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[187/194] Compiling NIOCore ByteBuffer-views.swift
[188/194] Compiling NIOCore Channel.swift
[189/194] Compiling NIOCore ChannelHandler.swift
[190/194] Compiling NIOCore ChannelHandlers.swift
[191/194] Compiling NIOCore ChannelInvoker.swift
[192/194] Compiling NIOCore ChannelOption.swift
[193/194] Compiling NIOCore ChannelPipeline.swift
[194/194] Emitting module NIOCore
[196/245] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[197/245] Emitting module NIOEmbedded
[198/245] Compiling NIOEmbedded AsyncTestingChannel.swift
[199/245] Compiling NIOEmbedded Embedded.swift
[201/246] Compiling NIOPosix IO.swift
[202/246] Compiling NIOPosix IntegerBitPacking.swift
[203/246] Compiling NIOPosix IntegerTypes.swift
[204/246] Compiling NIOPosix Linux.swift
[205/246] Compiling NIOPosix LinuxCPUSet.swift
[206/246] Compiling NIOPosix LinuxUring.swift
[207/246] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[208/252] Compiling NIOPosix ServerSocket.swift
[209/252] Compiling NIOPosix Socket.swift
[210/252] Compiling NIOPosix SocketChannel.swift
[211/252] Compiling NIOPosix SocketProtocols.swift
[212/252] Compiling NIOPosix System.swift
[213/252] Compiling NIOPosix Thread.swift
[214/252] Compiling NIOPosix ThreadPosix.swift
[215/252] Compiling NIOPosix ThreadWindows.swift
[216/252] Compiling NIOPosix UnsafeTransfer.swift
[217/252] Compiling NIOPosix Utilities.swift
[218/252] Compiling NIOPosix VsockAddress.swift
[219/252] Compiling NIOPosix VsockChannelEvents.swift
[220/252] Compiling NIOPosix SelectableChannel.swift
[221/252] Compiling NIOPosix SelectableEventLoop.swift
[222/252] Compiling NIOPosix SelectorEpoll.swift
[223/252] Compiling NIOPosix SelectorGeneric.swift
[224/252] Compiling NIOPosix SelectorKqueue.swift
[225/252] Compiling NIOPosix SelectorUring.swift
[226/252] Compiling NIOPosix Pool.swift
[227/252] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[228/252] Compiling NIOPosix PosixSingletons.swift
[229/252] Compiling NIOPosix RawSocketBootstrap.swift
[230/252] Compiling NIOPosix Resolver.swift
[231/252] Compiling NIOPosix Selectable.swift
[232/252] Compiling NIOPosix BSDSocketAPICommon.swift
[233/252] Compiling NIOPosix BSDSocketAPIPosix.swift
[234/252] Compiling NIOPosix BSDSocketAPIWindows.swift
[235/252] Compiling NIOPosix BaseSocket.swift
[236/252] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[237/252] Compiling NIOPosix BaseSocketChannel.swift
[238/252] Compiling NIOPosix BaseStreamSocketChannel.swift
[239/252] Compiling NIOPosix Bootstrap.swift
[240/252] Compiling NIOPosix ControlMessage.swift
[241/252] Compiling NIOPosix DatagramVectorReadManager.swift
[242/252] Compiling NIOPosix Errors+Any.swift
[243/252] Compiling NIOPosix FileDescriptor.swift
[244/252] Compiling NIOPosix GetaddrinfoResolver.swift
[245/252] Compiling NIOPosix HappyEyeballs.swift
[246/252] Emitting module NIOPosix
[247/252] Compiling NIOPosix NIOThreadPool.swift
[248/252] Compiling NIOPosix NonBlockingFileIO.swift
[249/252] Compiling NIOPosix PendingDatagramWritesManager.swift
[250/252] Compiling NIOPosix PendingWritesManager.swift
[251/252] Compiling NIOPosix PipeChannel.swift
[252/252] Compiling NIOPosix PipePair.swift
[254/255] Compiling NIO Exports.swift
[255/255] Emitting module NIO
[257/295] Compiling NIOTLS TLSEvents.swift
[258/295] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[259/295] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[260/296] Compiling NIOSOCKS ClientStateMachine.swift
[261/296] Compiling NIOSOCKS SOCKSResponse.swift
[262/296] Emitting module NIOTLS
[263/296] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[264/296] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[265/296] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[266/296] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[267/296] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[268/296] Compiling NIOHTTP1 ByteCollectionUtils.swift
[269/296] Compiling NIOHTTP1 HTTPDecoder.swift
[270/296] Compiling NIOHTTP1 HTTPEncoder.swift
[271/296] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[272/296] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[273/296] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[274/296] Emitting module NIOSOCKS
[275/296] Compiling NIOSOCKS ServerStateMachine.swift
[276/297] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[277/297] Compiling NIOTLS SNIHandler.swift
[278/297] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[279/298] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[280/298] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[283/300] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[284/300] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[285/300] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[286/300] Emitting module NIOFoundationCompat
[287/301] Emitting module NIOHTTP1
[289/302] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[290/302] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[292/302] Compiling NIOHTTP1 HTTPTypes.swift
[295/352] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[296/352] Compiling NIOTransportServices NIOTSSingletons.swift
[297/352] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[298/352] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[299/352] Compiling NIOTransportServices NIOTSListenerChannel.swift
[300/352] Compiling NIOTransportServices NIOTSBootstraps.swift
[301/352] Compiling NIOTransportServices NIOTSChannelOptions.swift
[302/352] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[303/352] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[304/352] Compiling NIOTransportServices NIOTSErrors.swift
[305/352] Compiling NIOTransportServices NIOTSEventLoop.swift
[308/352] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[309/354] Emitting module NIOTransportServices
[310/354] Compiling NIOTransportServices NIOTSDatagramListener.swift
[311/354] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[312/354] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[313/354] Compiling NIOTransportServices StateManagedChannel.swift
[314/354] Compiling NIOTransportServices StateManagedListenerChannel.swift
[315/354] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[316/354] Compiling NIOTransportServices AcceptHandler.swift
[317/354] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[318/354] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[319/354] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[320/354] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[332/374] Compiling NIOSSL SSLPrivateKey.swift
[333/374] Compiling NIOSSL SSLPublicKey.swift
[334/374] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[335/374] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[336/378] Emitting module NIOSSL
[337/378] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[338/378] Emitting module NIOHTTPCompression
[339/378] Compiling NIOHPACK HPACKHeader.swift
[340/378] Compiling NIOHPACK HeaderTables.swift
[347/378] Compiling NIOHPACK DynamicHeaderTable.swift
[348/378] Compiling NIOHPACK HPACKDecoder.swift
[349/378] Compiling NIOHPACK HPACKEncoder.swift
[350/378] Compiling NIOHPACK HPACKErrors.swift
[351/378] Compiling NIOHPACK IndexedHeaderTable.swift
[352/378] Compiling NIOHPACK IntegerCoding.swift
[355/379] Compiling NIOHPACK HuffmanTables.swift
[356/379] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[357/379] Compiling NIOHTTPCompression HTTPDecompression.swift
[358/379] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[359/379] Compiling NIOHTTPCompression HTTPCompression.swift
[360/379] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[361/380] Compiling NIOHPACK HuffmanCoding.swift
[365/380] Compiling NIOSSL SSLConnection.swift
[370/380] Compiling NIOHPACK StaticHeaderTable.swift
[374/380] Emitting module NIOHPACK
[378/381] Compiling NIOSSL Zeroization.swift
[379/381] Compiling NIOSSL TLSConfiguration.swift
[380/381] Compiling NIOSSL UniversalBootstrapSupport.swift
[381/381] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[383/440] Emitting module NIOHTTP2
[384/448] Compiling NIOHTTP2 MaySendFrames.swift
[385/448] Compiling NIOHTTP2 SendingDataState.swift
[386/448] Compiling NIOHTTP2 SendingGoawayState.swift
[387/448] Compiling NIOHTTP2 SendingHeadersState.swift
[388/448] Compiling NIOHTTP2 SendingPushPromiseState.swift
[389/448] Compiling NIOHTTP2 SendingRstStreamState.swift
[390/448] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[391/448] Compiling NIOHTTP2 HTTP2SettingsState.swift
[392/448] Compiling NIOHTTP2 ConnectionStateMachine.swift
[393/448] Compiling NIOHTTP2 ConnectionStreamsState.swift
[394/448] Compiling NIOHTTP2 MayReceiveFrames.swift
[395/448] Compiling NIOHTTP2 ReceivingDataState.swift
[396/448] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[397/448] Compiling NIOHTTP2 ReceivingHeadersState.swift
[398/448] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[399/448] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[400/448] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[401/448] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[402/448] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[403/448] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[404/448] Compiling NIOHTTP2 HTTP2StreamID.swift
[405/448] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[406/448] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[407/448] Compiling NIOHTTP2 HTTP2UserEvents.swift
[408/448] Compiling NIOHTTP2 InboundEventBuffer.swift
[409/448] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[410/448] Compiling NIOHTTP2 HTTP2Frame.swift
[411/448] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[412/448] Compiling NIOHTTP2 HTTP2FrameParser.swift
[413/448] Compiling NIOHTTP2 HTTP2PingData.swift
[414/448] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[415/448] Compiling NIOHTTP2 HTTP2Settings.swift
[416/448] Compiling NIOHTTP2 HTTP2Stream.swift
[417/448] Compiling NIOHTTP2 InboundWindowManager.swift
[418/448] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[419/448] Compiling NIOHTTP2 StreamChannelFlowController.swift
[420/448] Compiling NIOHTTP2 StreamChannelList.swift
[421/448] Compiling NIOHTTP2 StreamMap.swift
[422/448] Compiling NIOHTTP2 StreamStateMachine.swift
[423/448] Compiling NIOHTTP2 UnsafeTransfer.swift
[424/448] Compiling NIOHTTP2 WatermarkedFlowController.swift
[425/448] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[426/448] Compiling NIOHTTP2 HasFlowControlWindows.swift
[427/448] Compiling NIOHTTP2 HasLocalSettings.swift
[428/448] Compiling NIOHTTP2 HasRemoteSettings.swift
[429/448] Compiling NIOHTTP2 LocallyQuiescingState.swift
[430/448] Compiling NIOHTTP2 QuiescingState.swift
[431/448] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[432/448] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[433/448] Compiling NIOHTTP2 StateMachineResult.swift
[434/448] Compiling NIOHTTP2 ContentLengthVerifier.swift
[435/448] Compiling NIOHTTP2 DOSHeuristics.swift
[436/448] Compiling NIOHTTP2 Error+Any.swift
[437/448] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[438/448] Compiling NIOHTTP2 ControlFrameBuffer.swift
[439/448] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[440/448] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[441/448] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[442/448] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[443/448] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[444/448] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[445/448] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[446/448] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[447/448] Compiling NIOHTTP2 HTTP2Error.swift
[448/448] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[450/509] Emitting module AsyncHTTPClient
[451/517] Compiling AsyncHTTPClient HTTPHandler.swift
[452/517] Compiling AsyncHTTPClient LRUCache.swift
[453/517] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[454/517] Compiling AsyncHTTPClient NWErrorHandler.swift
[455/517] Compiling AsyncHTTPClient NWWaitingHandler.swift
[456/517] Compiling AsyncHTTPClient TLSConfiguration.swift
[457/517] Compiling AsyncHTTPClient RedirectState.swift
[458/517] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[459/517] Compiling AsyncHTTPClient ConnectionTarget.swift
[460/517] Compiling AsyncHTTPClient DeconstructedURL.swift
[461/517] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[462/517] Compiling AsyncHTTPClient FoundationExtensions.swift
[463/517] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[464/517] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[465/517] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[466/517] Compiling AsyncHTTPClient HTTPClient.swift
[467/517] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[468/517] Compiling AsyncHTTPClient TLSEventsHandler.swift
[469/517] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[470/517] Compiling AsyncHTTPClient HTTP1Connection.swift
[471/517] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[472/517] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[473/517] Compiling AsyncHTTPClient HTTP2Connection.swift
[474/517] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[475/517] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[476/517] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[477/517] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[478/517] Compiling AsyncHTTPClient Transaction.swift
[479/517] Compiling AsyncHTTPClient Base64.swift
[480/517] Compiling AsyncHTTPClient BasicAuth.swift
[481/517] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[482/517] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[483/517] Compiling AsyncHTTPClient ConnectionPool.swift
[484/517] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[485/517] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[486/517] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[487/517] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[488/517] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[489/517] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[490/517] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[491/517] Compiling AsyncHTTPClient RequestBodyLength.swift
[492/517] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[493/517] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[494/517] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[495/517] Compiling AsyncHTTPClient AsyncLazySequence.swift
[496/517] Compiling AsyncHTTPClient HTTPClient+execute.swift
[497/517] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[498/517] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[499/517] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[500/517] Compiling AsyncHTTPClient HTTPClientRequest.swift
[501/517] Compiling AsyncHTTPClient HTTPClientResponse.swift
[502/517] Compiling AsyncHTTPClient RequestOptions.swift
[503/517] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[504/517] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[505/517] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[506/517] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[507/517] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[508/517] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[509/517] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[510/517] Compiling AsyncHTTPClient RequestBag.swift
[511/517] Compiling AsyncHTTPClient RequestValidation.swift
[512/517] Compiling AsyncHTTPClient SSLContextCache.swift
[513/517] Compiling AsyncHTTPClient Scheme.swift
[514/517] Compiling AsyncHTTPClient Singleton.swift
[515/517] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[516/517] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[517/517] Compiling AsyncHTTPClient Utils.swift
[519/580] Compiling SwiftWebDriver APIClient.swift
[520/580] Compiling SwiftWebDriver DevToolTypes.swift
[521/580] Compiling SwiftWebDriver PostExecuteAsyncRequest.swift
[522/580] Compiling SwiftWebDriver PostExecuteSyncRequest.swift
[523/580] Compiling SwiftWebDriver ElementsTypes.swift
[524/580] Compiling SwiftWebDriver GetElementAttributeRequest.swift
[525/580] Compiling SwiftWebDriver GetElementNamePropertyRequest.swift
[526/580] Compiling SwiftWebDriver GetElementNameRequest.swift
[527/580] Compiling SwiftWebDriver GetElementPropertyNameRequest.swift
[528/588] Compiling SwiftWebDriver GetElementScreenShotRequest.swift
[529/588] Compiling SwiftWebDriver GetElementSelectedRequest.swift
[530/588] Compiling SwiftWebDriver GetElementTextRequest.swift
[531/588] Compiling SwiftWebDriver GetScreenShotRequest.swift
[532/588] Compiling SwiftWebDriver GetSessionActiveElementRequest.swift
[533/588] Compiling SwiftWebDriver PostElementByIdRequest.swift
[534/588] Compiling SwiftWebDriver PostElementClearRequest.swift
[535/588] Compiling SwiftWebDriver PostElementClickRequest.swift
[536/588] Compiling SwiftWebDriver PostElementRequest.swift
[537/588] Compiling SwiftWebDriver PostElementSendValueRequest.swift
[538/588] Compiling SwiftWebDriver PostElementsByIdRequest.swift
[539/588] Compiling SwiftWebDriver PostElementsRequest.swift
[540/588] Compiling SwiftWebDriver GetNavigationRequest.swift
[541/588] Compiling SwiftWebDriver GetNavigationTitleRequest.swift
[542/588] Compiling SwiftWebDriver PostNavigatioinBackRequest.swift
[543/588] Compiling SwiftWebDriver PostNavigationRefreshRequest.swift
[544/588] Compiling SwiftWebDriver PostNavigationRequest.swift
[545/588] Compiling SwiftWebDriver PostNavigatoinForwardRequest.swift
[546/588] Compiling SwiftWebDriver PostNavigatoinForwardResponse.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[547/588] Compiling SwiftWebDriver ResponseType.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[548/588] Compiling SwiftWebDriver DeleteSessionResponse.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[549/588] Compiling SwiftWebDriver NewSessionResponse.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[550/588] Compiling SwiftWebDriver StatusResponse.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[551/588] Compiling SwiftWebDriver Element.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[552/588] Compiling SwiftWebDriver Elements.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[553/588] Compiling SwiftWebDriver CSSSelector.swift
/host/spi-builder-workspace/Sources/SwiftWebDriver/Element/Elements.swift:115:13: error: cannot find 'sleep' in scope
113 | let retryCount = retryCount - 1
114 |
115 | sleep(UInt32(durationSeconds))
| `- error: cannot find 'sleep' in scope
116 |
117 | return try await waitUntil(locatorType, retryCount: retryCount, durationSeconds: durationSeconds)
[554/588] Compiling SwiftWebDriver RequestType.swift
[555/588] Compiling SwiftWebDriver DeleteSessionRequest.swift
[556/588] Compiling SwiftWebDriver NewSessionRequest.swift
[557/588] Compiling SwiftWebDriver StatusRequest.swift
[558/588] Compiling SwiftWebDriver PostExecuteResponse.swift
[559/588] Compiling SwiftWebDriver GetElementAttributeResponse.swift
[560/588] Compiling SwiftWebDriver GetElementNameProperty.response.swift
[561/588] Compiling SwiftWebDriver GetElementNameResponse.swift
[562/588] Compiling SwiftWebDriver GetElementPropertyNameResponse.swift
[563/588] Compiling SwiftWebDriver PostElementSendValueResponse.swift
[564/588] Compiling SwiftWebDriver PostElementsByIdResponse.swift
[565/588] Compiling SwiftWebDriver PostElementsResponse.swift
[566/588] Compiling SwiftWebDriver GetNavigationResponse.swift
[567/588] Compiling SwiftWebDriver GetNavigationTitleResponse.swift
[568/588] Compiling SwiftWebDriver PostNavigatioinBackResponse.swift
[569/588] Compiling SwiftWebDriver PostNavigationRefreshResponse.swift
[570/588] Compiling SwiftWebDriver PostNavigationResponse.swift
[571/588] Compiling SwiftWebDriver GetElementScreenShotResponse.swift
[572/588] Compiling SwiftWebDriver GetElementSelectedResponse.swift
[573/588] Compiling SwiftWebDriver GetElementTextResponse.swift
[574/588] Compiling SwiftWebDriver GetScreenShotResponse.swift
[575/588] Compiling SwiftWebDriver GetSessionActiveElementResponse.swift
[576/588] Compiling SwiftWebDriver PostElementByIdResponse.swift
[577/588] Compiling SwiftWebDriver PostElementClearResponse.swift
[578/588] Compiling SwiftWebDriver PostElementClickResponse.swift
[579/588] Compiling SwiftWebDriver PostElementResponse.swift
[580/588] Emitting module SwiftWebDriver
[581/588] Compiling SwiftWebDriver LocatorSelector.swift
[582/588] Compiling SwiftWebDriver LocatorType.swift
[583/588] Compiling SwiftWebDriver SeleniumError.swift
[584/588] Compiling SwiftWebDriver WebDriverError.swift
[585/588] Compiling SwiftWebDriver WebDriver.swift
[586/588] Compiling SwiftWebDriver ChromeDriver.swift
[587/588] Compiling SwiftWebDriver ChromeOptions.swift
[588/588] Compiling SwiftWebDriver Driver.swift
BUILD FAILURE 6.1 android