Build Information
Failed to build Xet, reference 0.2.3 (341bfd), with Swift 6.1 for Android on 10 Mar 2026 22:21:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/huggingface/swift-xet.git
Reference: 0.2.3
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/huggingface/swift-xet
* tag 0.2.3 -> FETCH_HEAD
HEAD is now at 341bfd4 Add NIOTransportServices as explicit dependency (#7)
Cloned https://github.com/huggingface/swift-xet.git
Revision (git rev-parse @):
341bfd4172f6a57119bfd49bafa11cf5d21fab75
SUCCESS checkout https://github.com/huggingface/swift-xet.git at 0.2.3
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/huggingface/swift-xet.git
https://github.com/huggingface/swift-xet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.28.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
}
],
"manifest_display_name" : "Xet",
"name" : "Xet",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Xet",
"targets" : [
"Xet"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XetTests",
"module_type" : "SwiftTarget",
"name" : "XetTests",
"path" : "Tests/XetTests",
"sources" : [
"BG4Tests.swift",
"CASTests.swift",
"IntegrationTests.swift",
"LZ4Tests.swift",
"XorbTests.swift"
],
"target_dependencies" : [
"Xet"
],
"type" : "test"
},
{
"c99name" : "Xet",
"module_type" : "SwiftTarget",
"name" : "Xet",
"path" : "Sources/Xet",
"product_dependencies" : [
"AsyncHTTPClient",
"NIOCore",
"NIOHTTP1",
"NIOTransportServices"
],
"product_memberships" : [
"Xet"
],
"sources" : [
"BG4.swift",
"CAS.swift",
"LZ4.swift",
"Xet.swift",
"Xorb.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/async-http-client
[1/2821] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.32s)
[1/15525] Fetching async-http-client
[5590/98260] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client from cache (5.27s)
Fetched https://github.com/apple/swift-nio.git from cache (5.37s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (5.93s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.94s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.32.0 (0.57s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
[1/5691] Fetching swift-distributed-tracing
[1595/11749] Fetching swift-distributed-tracing, swift-algorithms
[4129/18240] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-extras
[4748/24411] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-extras, swift-log
[21211/36440] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-extras, swift-log, swift-nio-http2
[23599/51800] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-extras, swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.60s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.60s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.61s)
[10849/33560] Fetching swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.28s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.74s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.75s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (2.30s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.72s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.93s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.54s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (0.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.50s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (0.67s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/1216] Fetching swift-http-structured-headers
[427/2167] Fetching swift-http-structured-headers, swift-http-types
[1450/3933] Fetching swift-http-structured-headers, swift-http-types, swift-asn1
[1505/6595] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-service-lifecycle
[3550/12819] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-service-lifecycle, swift-async-algorithms
[5033/19941] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.35s)
[15070/18175] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.48s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.48s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.49s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.49s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (1.47s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/22225] Fetching swift-collections
[1835/27826] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.15s)
Fetched https://github.com/apple/swift-collections.git from cache (1.18s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (1.72s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.65s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.20s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.54s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.65s)
Fetching https://github.com/apple/swift-crypto.git
[1/17246] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.77s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (2.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (0.81s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (1.95s)
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.26.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.32.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.5.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.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.40.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.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.10.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.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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.32.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.6.0
Building for debugging...
[0/446] Write sources
[21/446] Compiling CNIOWindows shim.c
[22/446] Compiling CNIOWASI CNIOWASI.c
[23/446] Compiling CNIOWindows WSAStartup.c
[24/446] Write sources
[29/446] Compiling CNIOOpenBSD shim.c
[30/446] Compiling CNIOPosix event_loop_id.c
[31/446] Compiling _NumericsShims _NumericsShims.c
[32/446] Compiling CNIOLinux liburing_shims.c
[33/446] Compiling _AtomicsShims.c
[34/446] Compiling CNIOExtrasZlib empty.c
[35/446] Compiling CNIODarwin shim.c
[36/446] Compiling CNIOLLHTTP c_nio_http.c
[37/446] Compiling CNIOLinux shim.c
[38/446] Compiling fiat_p256_adx_sqr.S
[39/446] Compiling CNIOLLHTTP c_nio_api.c
[40/446] Compiling fiat_p256_adx_mul.S
[41/446] Compiling fiat_curve25519_adx_square.S
[42/446] Compiling fiat_curve25519_adx_mul.S
[43/446] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[44/446] Write swift-version-24593BA9C3E375BF.txt
[45/446] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/447] Compiling CNIOBoringSSLShims shims.c
[47/452] Compiling tls_record.cc
[48/452] Compiling tls_method.cc
[49/455] Compiling tls13_both.cc
[51/455] Emitting module _NIODataStructures
[51/455] Compiling tls13_enc.cc
[52/455] Compiling tls13_server.cc
[53/455] Compiling tls13_client.cc
[55/471] Emitting module ServiceContextModule
[56/489] Emitting module InternalCollectionsUtilities
[56/491] Compiling t1_enc.cc
[57/491] Compiling ssl_x509.cc
[59/491] Compiling _NIOBase64 Base64.swift
[60/491] Emitting module _NIOBase64
[61/492] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[62/492] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[63/492] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/492] Compiling InternalCollectionsUtilities Debugging.swift
[65/493] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[66/493] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/493] Compiling InternalCollectionsUtilities Span+Extras.swift
[69/493] Compiling RealModule RealFunctions.swift
[70/493] Compiling RealModule Real.swift
[71/493] Compiling ServiceContextModule ServiceContext.swift
[72/493] Compiling _NIODataStructures Heap.swift
[73/493] Compiling _NIODataStructures _TinyArray.swift
[74/493] Compiling _NIODataStructures PriorityQueue.swift
[76/493] Compiling InternalCollectionsUtilities Descriptions.swift
[77/493] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[80/493] Compiling RealModule Float80+Real.swift
[81/493] Compiling RealModule Float16+Real.swift
[82/493] Compiling InternalCollectionsUtilities Integer rank.swift
[83/493] Compiling ServiceContextModule ServiceContextKey.swift
[84/493] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[86/493] Compiling InternalCollectionsUtilities _SortedCollection.swift
[87/493] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[88/494] Emitting module RealModule
[91/495] Compiling RealModule RelaxedArithmetic.swift
[92/495] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/495] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[94/496] Compiling InternalCollectionsUtilities String+Padding.swift
[95/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[96/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[97/496] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[102/503] Compiling Instrumentation NoOpInstrument.swift
[103/503] Compiling Instrumentation Instrument.swift
[104/503] Compiling Instrumentation MultiplexInstrument.swift
[104/503] Compiling ssl_versions.cc
[105/503] Compiling ssl_transcript.cc
[107/518] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[108/518] Compiling ContainersPreview BorrowingSequence.swift
[109/518] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[110/518] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[111/519] Compiling ContainersPreview Inout.swift
[112/519] Compiling ContainersPreview InputSpan.swift
[113/519] Compiling ContainersPreview OutputSpan+Extras.swift
[114/519] Compiling ContainersPreview TemporaryAllocation.swift
[115/519] Compiling ContainersPreview Drain.swift
[116/519] Compiling ContainersPreview Producer.swift
[117/519] Emitting module ContainersPreview
[118/519] Compiling ContainersPreview Borrow.swift
[119/519] Compiling ContainersPreview Box.swift
[120/519] Compiling ContainersPreview Container.swift
[121/519] Compiling ContainersPreview ContainerAlgorithms.swift
[122/519] Compiling ContainersPreview Shared.swift
[122/520] Compiling ssl_stat.cc
[124/520] Compiling ssl_privkey.cc
[126/521] Compiling Instrumentation InstrumentationSystem.swift
[127/521] Emitting module Instrumentation
[128/521] Compiling Instrumentation Locks.swift
[129/534] Compiling Logging LogHandler.swift
[130/534] Emitting module Logging
[131/534] Compiling Logging Locks.swift
[131/556] Compiling ssl_session.cc
[133/561] Compiling Logging Logging.swift
[134/561] Compiling Logging MetadataProvider.swift
[137/562] Compiling DequeModule UniqueDeque+Consumption.swift
[138/562] Compiling DequeModule UniqueDeque+Container.swift
[139/562] Compiling DequeModule UniqueDeque+Descriptions.swift
[140/562] Compiling DequeModule UniqueDeque+Equatable.swift
[141/562] Compiling DequeModule UniqueDeque+Experimental.swift
[142/562] Compiling DequeModule UniqueDeque+Hashable.swift
[143/562] Compiling DequeModule UniqueDeque+Initializers.swift
[144/562] Compiling DequeModule UniqueDeque+Insertions.swift
[145/562] Compiling DequeModule UniqueDeque+Prepend.swift
[146/562] Compiling DequeModule UniqueDeque+Removals.swift
[147/567] Compiling DequeModule RigidDeque+Equatable.swift
[148/567] Compiling DequeModule RigidDeque+Experimental.swift
[149/567] Compiling DequeModule RigidDeque+Hashable.swift
[150/567] Compiling DequeModule RigidDeque+Initializers.swift
[151/567] Compiling DequeModule RigidDeque+Insertions.swift
[152/567] Compiling DequeModule RigidDeque+Prepend.swift
[153/567] Compiling DequeModule RigidDeque+Removals.swift
[154/567] Compiling DequeModule RigidDeque+Replacements.swift
[155/567] Compiling DequeModule RigidDeque+Testing.swift
[156/567] Compiling DequeModule RigidDeque.swift
[157/567] Compiling DequeModule UniqueDeque+Append.swift
[158/567] Compiling DequeModule _DequeBuffer.swift
[159/567] Compiling DequeModule _DequeBufferHeader.swift
[160/567] Compiling DequeModule RigidDeque+Append.swift
[161/567] Compiling DequeModule RigidDeque+Consumption.swift
[162/567] Compiling DequeModule RigidDeque+Container.swift
[163/567] Compiling DequeModule RigidDeque+Descriptions.swift
[163/567] Compiling ssl_lib.cc
[164/575] Compiling ssl_key_share.cc
[165/575] Compiling ssl_file.cc
[167/575] Compiling Tracing InstrumentationSystem+Tracing.swift
[168/575] Emitting module Tracing
[169/575] Compiling Tracing TracingTime.swift
[170/575] Compiling Tracing TracerProtocol.swift
[171/575] Compiling DequeModule Deque+Extras.swift
[172/575] Compiling DequeModule Deque+Hashable.swift
[173/575] Compiling DequeModule Deque+Testing.swift
[174/575] Compiling DequeModule Deque._Storage.swift
[175/575] Compiling DequeModule Deque._UnsafeHandle.swift
[176/575] Compiling DequeModule Deque.swift
[177/575] Compiling Tracing Tracer.swift
[178/575] Compiling Tracing TracerProtocol+Legacy.swift
[179/575] Compiling DequeModule Deque+Codable.swift
[180/575] Compiling DequeModule Deque+Collection.swift
[181/575] Compiling DequeModule Deque+CustomReflectable.swift
[182/575] Compiling DequeModule Deque+Descriptions.swift
[183/575] Compiling DequeModule Deque+Equatable.swift
[184/575] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[184/575] Compiling ssl_credential.cc
[186/575] Compiling Tracing NoOpTracer.swift
[187/575] Compiling Tracing SpanProtocol.swift
[188/576] Compiling ssl_cipher.cc
[189/576] Compiling ssl_cert.cc
[191/576] Emitting module DequeModule
[191/576] Compiling ssl_aead_ctx.cc
[192/576] Compiling ssl_asn1.cc
[193/576] Compiling ssl_buffer.cc
[195/576] Compiling DequeModule UniqueDeque+Replacements.swift
[196/576] Compiling DequeModule UniqueDeque.swift
[197/576] Compiling DequeModule _DequeSlot.swift
[198/576] Compiling DequeModule _UnsafeDequeHandle.swift
[199/576] Compiling DequeModule _UnsafeDequeSegments.swift
[200/577] Compiling s3_pkt.cc
[201/577] Compiling s3_lib.cc
[202/577] Compiling s3_both.cc
[203/577] Compiling handshake_server.cc
[204/577] Compiling handshake.cc
[205/577] Compiling handshake_client.cc
[206/577] Compiling handoff.cc
[207/577] Compiling extensions.cc
[208/577] Compiling encrypted_client_hello.cc
[209/577] Compiling md5-x86_64-linux.S
[210/577] Compiling dtls_record.cc
[211/577] Compiling dtls_method.cc
[212/577] Compiling md5-x86_64-apple.S
[213/577] Compiling md5-586-linux.S
[214/577] Compiling md5-586-apple.S
[215/577] Compiling chacha20_poly1305_x86_64-linux.S
[216/577] Compiling chacha20_poly1305_x86_64-apple.S
[217/577] Compiling d1_srtp.cc
[218/577] Compiling chacha20_poly1305_armv8-win.S
[219/577] Compiling chacha-x86_64-linux.S
[220/577] Compiling chacha20_poly1305_armv8-linux.S
[221/577] Compiling chacha20_poly1305_armv8-apple.S
[222/577] Compiling chacha-x86_64-apple.S
[223/577] Compiling d1_lib.cc
[224/577] Compiling d1_pkt.cc
[225/577] Compiling chacha-x86-apple.S
[226/577] Compiling chacha-x86-linux.S
[227/577] Compiling chacha-armv8-win.S
[228/577] Compiling chacha-armv8-linux.S
[229/577] Compiling err_data.cc
[230/577] Compiling chacha-armv8-apple.S
[231/577] Compiling chacha-armv4-linux.S
[232/577] Compiling d1_both.cc
[232/577] Compiling aes128gcmsiv-x86_64-apple.S
[234/577] Compiling aes128gcmsiv-x86_64-linux.S
[235/577] Compiling bio_ssl.cc
[236/577] Compiling x86_64-mont-linux.S
[237/577] Compiling x86_64-mont5-linux.S
[237/577] Compiling x86_64-mont-apple.S
[237/577] Compiling x86-mont-linux.S
[238/577] Compiling vpaes-x86_64-linux.S
[238/577] Compiling x86-mont-apple.S
[241/577] Compiling x86_64-mont5-apple.S
[243/577] Compiling vpaes-x86_64-apple.S
[244/577] Compiling vpaes-x86-apple.S
[245/577] Compiling sha512-x86_64-linux.S
[246/577] Compiling vpaes-armv8-win.S
[247/577] Compiling vpaes-x86-linux.S
[247/577] Compiling vpaes-armv7-linux.S
[249/577] Compiling vpaes-armv8-apple.S
[250/577] Compiling vpaes-armv8-linux.S
[251/577] Compiling sha512-x86_64-apple.S
[252/577] Compiling sha512-armv8-win.S
[253/577] Compiling sha512-armv8-apple.S
[254/577] Compiling sha512-586-linux.S
[255/577] Compiling sha512-armv4-linux.S
[256/577] Compiling sha512-586-apple.S
[257/577] Compiling sha256-x86_64-linux.S
[258/577] Compiling sha512-armv8-linux.S
[259/577] Compiling sha256-armv8-win.S
[260/577] Compiling sha256-x86_64-apple.S
[261/577] Compiling sha256-armv4-linux.S
[262/577] Compiling sha256-586-linux.S
[263/577] Compiling sha256-armv8-apple.S
[264/577] Compiling sha256-armv8-linux.S
[265/577] Compiling sha256-586-apple.S
[266/577] Compiling sha1-x86_64-linux.S
[267/577] Compiling sha1-x86_64-apple.S
[268/577] Compiling sha1-armv8-apple.S
[269/577] Compiling sha1-armv8-win.S
[270/577] Compiling sha1-586-linux.S
[271/577] Compiling sha1-armv4-large-linux.S
[272/577] Compiling sha1-586-apple.S
[273/577] Compiling rsaz-avx2-linux.S
[274/577] Compiling sha1-armv8-linux.S
[275/577] Compiling rsaz-avx2-apple.S
[276/577] Compiling rdrand-x86_64-apple.S
[277/577] Compiling p256_beeu-x86_64-asm-linux.S
[278/577] Compiling rdrand-x86_64-linux.S
[279/577] Compiling p256_beeu-x86_64-asm-apple.S
[280/577] Compiling p256_beeu-armv8-asm-win.S
[281/577] Compiling p256_beeu-armv8-asm-linux.S
[282/577] Compiling p256_beeu-armv8-asm-apple.S
[283/577] Compiling p256-x86_64-asm-linux.S
[284/577] Compiling p256-x86_64-asm-apple.S
[285/577] Compiling p256-armv8-asm-apple.S
[286/577] Compiling p256-armv8-asm-win.S
[287/577] Compiling ghashv8-armv8-win.S
[288/577] Compiling p256-armv8-asm-linux.S
[289/577] Compiling ghashv8-armv8-apple.S
[290/577] Compiling ghashv8-armv8-linux.S
[291/577] Compiling ghashv8-armv7-linux.S
[292/577] Compiling ghash-x86_64-linux.S
[293/577] Compiling ghash-x86_64-apple.S
[294/577] Compiling ghash-x86-apple.S
[295/577] Compiling ghash-x86-linux.S
[296/577] Compiling ghash-ssse3-x86_64-linux.S
[297/577] Compiling ghash-ssse3-x86-linux.S
[298/577] Compiling ghash-ssse3-x86_64-apple.S
[299/577] Compiling ghash-ssse3-x86-apple.S
[300/577] Compiling ghash-neon-armv8-linux.S
[301/577] Compiling ghash-neon-armv8-apple.S
[302/577] Compiling ghash-neon-armv8-win.S
[303/577] Compiling ghash-armv4-linux.S
[304/577] Compiling co-586-linux.S
[305/577] Compiling co-586-apple.S
[306/577] Compiling bn-armv8-win.S
[307/577] Compiling bsaes-armv7-linux.S
[308/577] Compiling bn-armv8-apple.S
[309/577] Compiling bn-armv8-linux.S
[310/577] Compiling bn-586-linux.S
[311/577] Compiling bn-586-apple.S
[312/577] Compiling armv8-mont-win.S
[313/577] Compiling aesv8-gcm-armv8-win.S
[314/577] Compiling armv8-mont-linux.S
[315/577] Compiling aesv8-armv8-win.S
[316/577] Compiling armv4-mont-linux.S
[317/577] Compiling armv8-mont-apple.S
[318/577] Compiling aesv8-gcm-armv8-linux.S
[319/577] Compiling aesv8-gcm-armv8-apple.S
[320/577] Compiling aesv8-armv8-linux.S
[321/577] Compiling aesv8-armv7-linux.S
[322/577] Compiling aesv8-armv8-apple.S
[322/577] Compiling aesni-x86_64-apple.S
[324/577] Compiling aesni-x86_64-linux.S
[325/577] Compiling aesni-gcm-x86_64-linux.S
[326/577] Compiling aesni-x86-linux.S
[327/577] Compiling aesni-x86-apple.S
[328/577] Compiling aesni-gcm-x86_64-apple.S
[329/577] Compiling aes-gcm-avx10-x86_64-linux.S
[330/577] Compiling aes-gcm-avx10-x86_64-apple.S
[331/577] Compiling aes-gcm-avx2-x86_64-apple.S
[332/577] Compiling aes-gcm-avx2-x86_64-linux.S
[333/577] Compiling x_val.cc
[334/577] Compiling x_sig.cc
[335/577] Compiling x_x509.cc
[336/577] Compiling x_spki.cc
[337/577] Compiling x_pubkey.cc
[338/577] Compiling x_x509a.cc
[339/577] Compiling x_req.cc
[340/577] Compiling x_name.cc
[341/577] Compiling x_exten.cc
[342/577] Compiling x_crl.cc
[343/577] Compiling x_algor.cc
[344/577] Compiling x_all.cc
[345/577] Compiling x509rset.cc
[346/577] Compiling x_attrib.cc
[347/577] Compiling x509name.cc
[348/577] Compiling x509spki.cc
[349/577] Compiling x509cset.cc
[350/577] Compiling x509_txt.cc
[351/577] Compiling x509_vpm.cc
[352/577] Compiling x509_v3.cc
[353/577] Compiling x509_vfy.cc
[353/577] Compiling x509_req.cc
[353/577] Compiling x509_set.cc
[354/577] Compiling x509_trs.cc
[357/577] Compiling x509_obj.cc
[358/577] Compiling x509_lu.cc
[359/577] Compiling x509_ext.cc
[360/577] Compiling x509_def.cc
[361/577] Compiling x509_att.cc
[362/577] Compiling x509_d2.cc
[363/577] Compiling x509.cc
[364/577] Compiling x509_cmp.cc
[365/577] Compiling v3_utl.cc
[366/577] Compiling v3_skey.cc
[367/577] Compiling v3_purp.cc
[368/577] Compiling v3_prn.cc
[369/577] Compiling v3_ncons.cc
[370/577] Compiling v3_ocsp.cc
[370/577] Compiling v3_pmaps.cc
[372/577] Compiling v3_pcons.cc
[373/577] Compiling v3_lib.cc
[374/577] Compiling v3_int.cc
[375/577] Compiling v3_info.cc
[376/577] Compiling v3_ia5.cc
[377/577] Compiling v3_extku.cc
[378/577] Compiling v3_enum.cc
[379/577] Compiling v3_genn.cc
[380/577] Compiling v3_crld.cc
[381/577] Compiling v3_cpols.cc
[382/577] Compiling v3_conf.cc
[383/577] Compiling v3_bitst.cc
[384/577] Compiling v3_bcons.cc
[385/577] Compiling v3_akeya.cc
[386/577] Compiling v3_alt.cc
[387/577] Compiling v3_akey.cc
[388/577] Compiling t_x509a.cc
[389/577] Compiling t_req.cc
[390/577] Compiling t_x509.cc
[391/577] Compiling t_crl.cc
[392/577] Compiling i2d_pr.cc
[393/577] Compiling policy.cc
[394/577] Compiling name_print.cc
[395/577] Compiling rsa_pss.cc
[396/577] Compiling by_file.cc
[397/577] Compiling by_dir.cc
[398/577] Compiling a_verify.cc
[399/577] Compiling asn1_gen.cc
[400/577] Compiling algorithm.cc
[401/577] Compiling a_digest.cc
[402/577] Compiling voprf.cc
[403/577] Compiling a_sign.cc
[404/577] Compiling trust_token.cc
[405/577] Compiling thread.cc
[406/577] Compiling thread_win.cc
[407/577] Compiling thread_none.cc
[408/577] Compiling thread_pthread.cc
[409/577] Compiling pmbtoken.cc
[410/577] Compiling stack.cc
[411/577] Compiling spake2plus.cc
[412/577] Compiling siphash.cc
[413/577] Compiling sha512.cc
[414/577] Compiling sha256.cc
[415/577] Compiling sha1.cc
[416/577] Compiling slhdsa.cc
[417/577] Compiling rsa_print.cc
[418/577] Compiling rsa_extra.cc
[419/577] Compiling rsa_crypt.cc
[420/577] Compiling rc4.cc
[421/577] Compiling windows.cc
[422/577] Compiling trusty.cc
[423/577] Compiling refcount.cc
[424/577] Compiling urandom.cc
[425/577] Compiling rand.cc
[426/577] Compiling rsa_asn1.cc
[427/577] Compiling ios.cc
[428/577] Compiling poly1305_arm_asm.S
[429/577] Compiling getentropy.cc
[430/577] Compiling fork_detect.cc
[431/577] Compiling pool.cc
[432/577] Compiling deterministic.cc
[433/577] Compiling passive.cc
[434/577] Compiling forkunsafe.cc
[435/577] Compiling poly1305_vec.cc
[436/577] Compiling poly1305.cc
[437/577] Compiling poly1305_arm.cc
[438/577] Compiling p5_pbev2.cc
[439/577] Compiling pem_xaux.cc
[440/577] Compiling pkcs7.cc
[441/577] Compiling pkcs8.cc
[442/577] Compiling pkcs7_x509.cc
[443/577] Compiling pem_x509.cc
[444/577] Compiling pkcs8_x509.cc
[445/577] Compiling pem_pkey.cc
[446/577] Compiling mlkem.cc
[447/577] Compiling pem_pk8.cc
[448/577] Compiling pem_info.cc
[449/577] Compiling obj_xref.cc
[450/577] Compiling pem_all.cc
[451/577] Compiling pem_lib.cc
[452/577] Compiling pem_oth.cc
[453/577] Compiling obj.cc
[454/577] Compiling poly_rq_mul.S
[455/577] Compiling mldsa.cc
[456/577] Compiling fips_shared_support.cc
[457/577] Compiling mem.cc
[458/577] Compiling md5.cc
[459/577] Compiling lhash.cc
[460/577] Compiling md4.cc
[461/577] Compiling kyber.cc
[462/577] Compiling ex_data.cc
[463/577] Compiling hrss.cc
[464/577] Compiling sign.cc
[465/577] Compiling hpke.cc
[466/577] Compiling scrypt.cc
[467/577] Compiling print.cc
[468/577] Compiling pbkdf.cc
[469/577] Compiling p_x25519.cc
[470/577] Compiling p_x25519_asn1.cc
[471/577] Compiling p_rsa_asn1.cc
[472/577] Compiling p_rsa.cc
[473/577] Compiling p_hkdf.cc
[474/577] Compiling p_ed25519_asn1.cc
[475/577] Compiling p_ed25519.cc
[476/577] Compiling p_ec_asn1.cc
[477/577] Compiling p_ec.cc
[478/577] Compiling p_dh_asn1.cc
[479/577] Compiling p_dh.cc
[480/577] Compiling p_dsa_asn1.cc
[481/577] Compiling evp_ctx.cc
[482/577] Compiling engine.cc
[483/577] Compiling err.cc
[484/577] Compiling evp.cc
[485/577] Compiling evp_asn1.cc
[486/577] Compiling ecdh.cc
[487/577] Compiling ecdsa_asn1.cc
[488/577] Compiling hash_to_curve.cc
[489/577] Compiling ec_derive.cc
[490/577] Compiling bcm.cc
[491/577] Compiling dsa.cc
[492/577] Compiling ec_asn1.cc
[493/577] Compiling digest_extra.cc
[494/577] Compiling params.cc
[495/577] Compiling x25519-asm-arm.S
[496/577] Compiling dsa_asn1.cc
[497/577] Compiling des.cc
[498/577] Compiling dh_asn1.cc
[499/577] Compiling spake25519.cc
[500/577] Compiling curve25519_64_adx.cc
[501/577] Compiling crypto.cc
[502/577] Compiling curve25519.cc
[503/577] Compiling cpu_arm_freebsd.cc
[504/577] Compiling cpu_intel.cc
[505/577] Compiling cpu_arm_linux.cc
[506/577] Compiling cpu_aarch64_win.cc
[507/577] Compiling cpu_aarch64_fuchsia.cc
[508/577] Compiling conf.cc
[509/577] Compiling tls_cbc.cc
[510/577] Compiling cpu_aarch64_openbsd.cc
[511/577] Compiling cpu_aarch64_sysreg.cc
[512/577] Compiling cpu_aarch64_linux.cc
[513/577] Compiling cpu_aarch64_apple.cc
[514/577] Compiling get_cipher.cc
[515/577] Compiling e_rc4.cc
[516/577] Compiling e_des.cc
[517/577] Compiling e_tls.cc
[518/577] Compiling e_null.cc
[519/577] Compiling e_rc2.cc
[520/577] Compiling e_chacha20poly1305.cc
[521/577] Compiling e_aesctrhmac.cc
[522/577] Compiling e_aesgcmsiv.cc
[523/577] Compiling derive_key.cc
[524/577] Compiling chacha.cc
[525/577] Compiling cbs.cc
[526/577] Compiling ber.cc
[527/577] Compiling unicode.cc
[528/577] Compiling cbb.cc
[529/577] Compiling buf.cc
[530/577] Compiling asn1_compat.cc
[531/577] Compiling convert.cc
[532/577] Compiling bn_asn1.cc
[533/577] Compiling printf.cc
[534/577] Compiling socket_helper.cc
[535/577] Compiling socket.cc
[536/577] Compiling pair.cc
[537/577] Compiling blake2.cc
[538/577] Compiling hexdump.cc
[539/577] Compiling file.cc
[540/577] Compiling fd.cc
[541/577] Compiling errno.cc
[542/577] Compiling connect.cc
[543/577] Compiling base64.cc
[544/577] Compiling bio_mem.cc
[545/577] Compiling tasn_typ.cc
[546/577] Compiling bio.cc
[547/577] Compiling tasn_utl.cc
[548/577] Compiling tasn_fre.cc
[549/577] Compiling tasn_enc.cc
[550/577] Compiling f_string.cc
[551/577] Compiling tasn_new.cc
[552/577] Compiling posix_time.cc
[553/577] Compiling f_int.cc
[554/577] Compiling tasn_dec.cc
[555/577] Compiling asn1_par.cc
[556/577] Compiling asn_pack.cc
[557/577] Compiling asn1_lib.cc
[558/577] Compiling a_time.cc
[559/577] Compiling a_type.cc
[560/577] Compiling a_strnid.cc
[561/577] Compiling a_utctm.cc
[562/577] Compiling a_octet.cc
[563/577] Compiling a_strex.cc
[564/577] Compiling a_object.cc
[565/577] Compiling a_dup.cc
[566/577] Compiling a_i2d_fp.cc
[567/577] Compiling a_mbstr.cc
[567/577] Compiling a_d2i_fp.cc
[567/577] Write sources
[571/577] Compiling a_bool.cc
[572/593] Compiling a_bitstr.cc
[573/612] Compiling a_int.cc
[574/620] Compiling a_gentm.cc
[576/620] Compiling Atomics UnsafeAtomic.swift
[577/620] Compiling Atomics UnsafeAtomicLazyReference.swift
[578/622] Compiling Atomics Unmanaged extensions.swift
[579/622] Compiling Algorithms Reductions.swift
[580/622] Compiling Algorithms Rotate.swift
[581/625] Compiling Atomics OptionalRawRepresentable.swift
[582/625] Compiling Atomics RawRepresentable.swift
[583/625] Compiling Atomics AtomicBool.swift
[584/625] Compiling Atomics IntegerOperations.swift
[586/625] Compiling Atomics ManagedAtomic.swift
[587/625] Compiling Atomics ManagedAtomicLazyReference.swift
[588/625] Compiling Atomics AtomicMemoryOrderings.swift
[589/625] Compiling Atomics DoubleWord.swift
[590/625] Compiling Atomics AtomicInteger.swift
[591/625] Compiling Atomics AtomicOptionalWrappable.swift
[592/625] Compiling Atomics AtomicReference.swift
[593/625] Compiling Atomics AtomicStorage.swift
[594/625] Compiling Atomics AtomicValue.swift
[595/625] Compiling Atomics IntegerConformances.swift
[596/625] Compiling Atomics PointerConformances.swift
[597/625] Compiling Algorithms Split.swift
[598/625] Compiling Algorithms Stride.swift
[599/625] Compiling Algorithms Suffix.swift
[600/625] Compiling Algorithms Trim.swift
[601/625] Compiling Algorithms Unique.swift
[602/625] Compiling Algorithms Windows.swift
[606/625] Compiling Atomics Primitives.native.swift
[617/625] Emitting module Atomics
[623/626] Compiling c-nioatomics.c
[625/626] Emitting module Algorithms
[626/627] Compiling c-atomics.c
[628/634] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[629/634] Compiling NIOConcurrencyHelpers lock.swift
[630/634] Compiling NIOConcurrencyHelpers NIOLock.swift
[631/634] Emitting module NIOConcurrencyHelpers
[632/634] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[633/634] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[634/634] Compiling NIOConcurrencyHelpers atomics.swift
[636/699] Compiling NIOCore NIOCoreSendableMetatype.swift
[637/699] Compiling NIOCore NIODecodedAsyncSequence.swift
[638/699] Compiling NIOCore NIOLoopBound.swift
[639/699] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[640/699] Compiling NIOCore NIOScheduledCallback.swift
[641/699] Compiling NIOCore NIOSendable.swift
[642/699] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[643/699] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[644/699] Compiling NIOCore RecvByteBufferAllocator.swift
[645/707] Compiling NIOCore CircularBuffer.swift
[646/707] Compiling NIOCore Codec.swift
[647/707] Compiling NIOCore ConvenienceOptionSupport.swift
[648/707] Compiling NIOCore DeadChannel.swift
[649/707] Compiling NIOCore DispatchQueue+WithFuture.swift
[650/707] Compiling NIOCore EventLoop+Deprecated.swift
[651/707] Compiling NIOCore EventLoop+SerialExecutor.swift
[652/707] Compiling NIOCore EventLoop.swift
[653/707] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[654/707] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[655/707] Compiling NIOCore SocketAddresses.swift
[656/707] Compiling NIOCore SocketOptionProvider.swift
[657/707] Compiling NIOCore SystemCallHelpers.swift
[658/707] Compiling NIOCore TimeAmount+Duration.swift
[659/707] Compiling NIOCore TypeAssistedChannelHandler.swift
[660/707] Compiling NIOCore UniversalBootstrapSupport.swift
[661/707] Compiling NIOCore Utilities.swift
[662/707] Compiling NIOCore AddressedEnvelope.swift
[663/707] Compiling NIOCore AsyncAwaitSupport.swift
[664/707] Compiling NIOCore AsyncChannel.swift
[665/707] Compiling NIOCore AsyncChannelHandler.swift
[666/707] Compiling NIOCore AsyncChannelInboundStream.swift
[667/707] Compiling NIOCore AsyncChannelOutboundWriter.swift
[668/707] Compiling NIOCore NIOAsyncSequenceProducer.swift
[669/707] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[670/707] Compiling NIOCore NIOAsyncWriter.swift
[671/707] Compiling NIOCore IPProtocol.swift
[672/707] Compiling NIOCore IntegerBitPacking.swift
[673/707] Compiling NIOCore IntegerTypes.swift
[674/707] Compiling NIOCore Interfaces.swift
[675/707] Compiling NIOCore Linux.swift
[676/707] Compiling NIOCore MarkedCircularBuffer.swift
[677/707] Compiling NIOCore MulticastChannel.swift
[678/707] Compiling NIOCore NIOAny.swift
[679/707] Compiling NIOCore NIOCloseOnErrorHandler.swift
[680/707] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[681/707] Compiling NIOCore BSDSocketAPI.swift
[682/707] Compiling NIOCore ByteBuffer-aux.swift
[683/707] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[684/707] Compiling NIOCore ByteBuffer-conversions.swift
[685/707] Compiling NIOCore ByteBuffer-core.swift
[686/707] Compiling NIOCore ByteBuffer-hex.swift
[687/707] Compiling NIOCore ByteBuffer-int.swift
[688/707] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[689/707] Emitting module NIOCore
[690/707] Compiling NIOCore EventLoopFuture+Deprecated.swift
[691/707] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[692/707] Compiling NIOCore EventLoopFuture.swift
[693/707] Compiling NIOCore FileDescriptor.swift
[694/707] Compiling NIOCore FileHandle.swift
[695/707] Compiling NIOCore FileRegion.swift
[696/707] Compiling NIOCore GlobalSingletons.swift
[697/707] Compiling NIOCore IO.swift
[698/707] Compiling NIOCore IOData.swift
[699/707] Compiling NIOCore ByteBuffer-multi-int.swift
[700/707] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[701/707] Compiling NIOCore ByteBuffer-views.swift
[702/707] Compiling NIOCore Channel.swift
[703/707] Compiling NIOCore ChannelHandler.swift
[704/707] Compiling NIOCore ChannelHandlers.swift
[705/707] Compiling NIOCore ChannelInvoker.swift
[706/707] Compiling NIOCore ChannelOption.swift
[707/707] Compiling NIOCore ChannelPipeline.swift
[709/762] Compiling NIOEmbedded AsyncTestingChannel.swift
[710/762] Emitting module NIOEmbedded
[711/762] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[712/762] Compiling NIOEmbedded Embedded.swift
[714/763] Compiling NIOPosix PipePair.swift
[715/763] Compiling NIOPosix Pool.swift
[716/763] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[717/763] Compiling NIOPosix PosixSingletons.swift
[718/763] Compiling NIOPosix RawSocketBootstrap.swift
[719/763] Compiling NIOPosix Resolver.swift
[720/763] Compiling NIOPosix Selectable.swift
[721/769] Compiling NIOPosix ThreadPosix.swift
[722/769] Compiling NIOPosix ThreadWindows.swift
[723/769] Compiling NIOPosix Utilities.swift
[724/769] Compiling NIOPosix VsockAddress.swift
[725/769] Compiling NIOPosix VsockChannelEvents.swift
[726/769] Compiling NIOPosix Windows.swift
[727/769] Emitting module NIOPosix
[728/769] Compiling NIOPosix SelectableChannel.swift
[729/769] Compiling NIOPosix SelectableEventLoop.swift
[730/769] Compiling NIOPosix SelectorEpoll.swift
[731/769] Compiling NIOPosix SelectorGeneric.swift
[732/769] Compiling NIOPosix SelectorKqueue.swift
[733/769] Compiling NIOPosix SelectorUring.swift
[734/769] Compiling NIOPosix SelectorWSAPoll.swift
[735/769] Compiling NIOPosix ServerSocket.swift
[736/769] Compiling NIOPosix Socket.swift
[737/769] Compiling NIOPosix SocketChannel.swift
[738/769] Compiling NIOPosix SocketProtocols.swift
[739/769] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[740/769] Compiling NIOPosix System.swift
[741/769] Compiling NIOPosix Thread.swift
[742/769] Compiling NIOPosix BaseStreamSocketChannel.swift
[743/769] Compiling NIOPosix Bootstrap.swift
[744/769] Compiling NIOPosix ControlMessage.swift
[745/769] Compiling NIOPosix DatagramVectorReadManager.swift
[746/769] Compiling NIOPosix Errors+Any.swift
[747/769] Compiling NIOPosix FileDescriptor.swift
[748/769] Compiling NIOPosix GetaddrinfoResolver.swift
[749/769] Compiling NIOPosix BSDSocketAPICommon.swift
[750/769] Compiling NIOPosix BSDSocketAPIPosix.swift
[751/769] Compiling NIOPosix BSDSocketAPIWindows.swift
[752/769] Compiling NIOPosix BaseSocket.swift
[753/769] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[754/769] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[755/769] Compiling NIOPosix BaseSocketChannel.swift
[756/769] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[757/769] Compiling NIOPosix NIOPosixSendableMetatype.swift
[758/769] Compiling NIOPosix NIOThreadPool.swift
[759/769] Compiling NIOPosix NonBlockingFileIO.swift
[760/769] Compiling NIOPosix PendingDatagramWritesManager.swift
[761/769] Compiling NIOPosix PendingWritesManager.swift
[762/769] Compiling NIOPosix PipeChannel.swift
[763/769] Compiling NIOPosix HappyEyeballs.swift
[764/769] Compiling NIOPosix IO.swift
[765/769] Compiling NIOPosix IntegerBitPacking.swift
[766/769] Compiling NIOPosix IntegerTypes.swift
[767/769] Compiling NIOPosix Linux.swift
[768/769] Compiling NIOPosix LinuxCPUSet.swift
[769/769] Compiling NIOPosix LinuxUring.swift
[771/772] Emitting module NIO
[772/772] Compiling NIO Exports.swift
[774/812] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[775/812] Compiling NIOTLS TLSEvents.swift
[776/812] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[777/812] Emitting module NIOTLS
[778/812] Compiling NIOSOCKS SOCKSClientHandler.swift
[779/812] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[780/812] Compiling NIOSOCKS SOCKSResponse.swift
[781/815] Compiling NIOSOCKS AuthenticationMethod.swift
[782/815] Compiling NIOSOCKS ClientGreeting.swift
[783/815] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[784/815] Compiling NIOSOCKS ClientStateMachine.swift
[787/815] Emitting module NIOSOCKS
[788/815] Compiling NIOTLS SNIHandler.swift
[789/815] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[790/816] Compiling NIOSOCKS Errors.swift
[791/816] Compiling NIOSOCKS Helpers.swift
[792/816] Compiling NIOSOCKS Messages.swift
[793/816] Compiling NIOSOCKS SOCKSRequest.swift
[795/816] Compiling NIOSOCKS ServerStateMachine.swift
[797/818] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[798/818] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[799/846] Compiling NIOSSL NIOSSLHandler.swift
[800/846] Compiling NIOSSL SSLContext.swift
[801/846] Compiling NIOSSL SSLPKCS12Bundle.swift
[802/846] Compiling NIOSSL SSLPrivateKey.swift
[803/846] Compiling NIOSSL SafeCompare.swift
[804/846] Compiling NIOSSL LinuxCABundle.swift
[805/846] Compiling NIOSSL NIOSSLSecureBytes.swift
[806/846] Compiling NIOSSL RNG.swift
[807/846] Compiling NIOSSL NIOSSLClientHandler.swift
[808/846] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[809/846] Emitting module NIOFoundationCompat
[810/846] Compiling NIOSSL CustomPrivateKey.swift
[811/846] Compiling NIOSSL IdentityVerification.swift
[812/846] Compiling NIOSSL SubjectAlternativeName.swift
[813/846] Emitting module NIOHTTP1
[815/847] Emitting module NIOSSL
[816/869] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[817/869] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[818/869] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[819/869] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[820/869] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[821/869] Compiling NIOHPACK IndexedHeaderTable.swift
[822/869] Compiling NIOHPACK IntegerCoding.swift
[824/871] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[825/871] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[826/871] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[827/871] Compiling NIOHPACK HuffmanCoding.swift
[828/871] Compiling NIOHPACK HuffmanTables.swift
[829/871] Emitting module NIOHPACK
[830/871] Compiling NIOHTTPCompression HTTPDecompression.swift
[831/871] Compiling NIOHTTPCompression HTTPCompression.swift
[832/871] Emitting module NIOHTTPCompression
[834/872] Compiling NIOSSL SSLPublicKey.swift
[835/872] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[836/872] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[837/872] Compiling NIOHPACK HPACKHeader.swift
[838/872] Compiling NIOHPACK HeaderTables.swift
[842/872] Compiling NIOHPACK StaticHeaderTable.swift
[843/872] Compiling NIOHPACK HPACKEncoder.swift
[844/872] Compiling NIOHPACK HPACKErrors.swift
[845/872] Compiling NIOHPACK DynamicHeaderTable.swift
[846/872] Compiling NIOHPACK HPACKDecoder.swift
[853/873] Compiling NIOSSL NIOSSLServerHandler.swift
[854/873] Compiling NIOSSL ObjectIdentifier.swift
[855/873] Compiling NIOSSL PosixPort.swift
[856/873] Compiling NIOSSL SSLCallbacks.swift
[857/873] Compiling NIOSSL SSLCertificate.swift
[858/873] Compiling NIOSSL SSLCertificateExtensions.swift
[859/873] Compiling NIOSSL SSLCertificateName.swift
[860/873] Compiling NIOSSL SSLConnection.swift
[866/873] Compiling NIOSSL SSLErrors.swift
[867/873] Compiling NIOSSL SSLInit.swift
[870/895] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[871/895] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[872/895] Compiling NIOTransportServices NIOTSListenerChannel.swift
[873/895] Compiling NIOTransportServices AcceptHandler.swift
[874/895] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[875/895] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[876/897] Emitting module NIOTransportServices
[877/897] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[878/897] Compiling NIOTransportServices NIOTSErrors.swift
[879/897] Compiling NIOTransportServices NIOTSEventLoop.swift
[880/897] Compiling NIOTransportServices NIOTSBootstraps.swift
[881/897] Compiling NIOTransportServices NIOTSChannelOptions.swift
[882/897] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[883/898] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[884/898] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[885/898] Compiling NIOSSL Zeroization.swift
[886/898] Compiling NIOSSL TLSConfiguration.swift
[887/898] Compiling NIOSSL UniversalBootstrapSupport.swift
[888/898] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[890/961] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[891/961] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[892/961] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[893/961] Compiling NIOHTTP2 HTTP2FrameParser.swift
[894/961] Compiling NIOHTTP2 HTTP2PingData.swift
[895/961] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[896/961] Compiling NIOHTTP2 HasFlowControlWindows.swift
[897/961] Compiling NIOHTTP2 HasLocalSettings.swift
[898/961] Compiling NIOHTTP2 HasRemoteSettings.swift
[903/962] Compiling NIOHTTP2 LocallyQuiescingState.swift
[904/962] Compiling NIOHTTP2 QuiescingState.swift
[905/962] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[906/962] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[907/962] Compiling NIOHTTP2 StateMachineResult.swift
[908/962] Compiling NIOHTTP2 ContentLengthVerifier.swift
[909/970] Emitting module NIOHTTP2
[910/970] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[911/970] Compiling NIOHTTP2 StreamChannelFlowController.swift
[912/970] Compiling NIOHTTP2 StreamChannelList.swift
[913/970] Compiling NIOHTTP2 StreamMap.swift
[914/970] Compiling NIOHTTP2 StreamStateMachine.swift
[915/970] Compiling NIOHTTP2 Timer.swift
[916/970] Compiling NIOHTTP2 UnsafeTransfer.swift
[917/970] Compiling NIOHTTP2 WatermarkedFlowController.swift
[918/970] Compiling NIOHTTP2 ConnectionStateMachine.swift
[919/970] Compiling NIOHTTP2 ConnectionStreamsState.swift
[920/970] Compiling NIOHTTP2 MayReceiveFrames.swift
[921/970] Compiling NIOHTTP2 ReceivingDataState.swift
[922/970] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[923/970] Compiling NIOHTTP2 ReceivingHeadersState.swift
[930/970] Compiling NIOHTTP2 HTTP2Settings.swift
[931/970] Compiling NIOHTTP2 HTTP2Stream.swift
[932/970] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[933/970] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[934/970] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[935/970] Compiling NIOHTTP2 HTTP2StreamID.swift
[936/970] Compiling NIOHTTP2 DOSHeuristics.swift
[937/970] Compiling NIOHTTP2 Error+Any.swift
[938/970] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[939/970] Compiling NIOHTTP2 ControlFrameBuffer.swift
[940/970] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[941/970] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[942/970] Compiling NIOHTTP2 GlitchesMonitor.swift
[943/970] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[944/970] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[945/970] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[946/970] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[947/970] Compiling NIOHTTP2 HTTP2UserEvents.swift
[948/970] Compiling NIOHTTP2 InboundEventBuffer.swift
[949/970] Compiling NIOHTTP2 InboundWindowManager.swift
[950/970] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[951/970] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[952/970] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[953/970] Compiling NIOHTTP2 MaySendFrames.swift
[954/970] Compiling NIOHTTP2 SendingDataState.swift
[955/970] Compiling NIOHTTP2 SendingGoawayState.swift
[956/970] Compiling NIOHTTP2 SendingHeadersState.swift
[957/970] Compiling NIOHTTP2 SendingPushPromiseState.swift
[958/970] Compiling NIOHTTP2 SendingRstStreamState.swift
[959/970] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[960/970] Compiling NIOHTTP2 HTTP2SettingsState.swift
[961/970] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[962/970] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[963/970] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[964/970] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[965/970] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[966/970] Compiling NIOHTTP2 HTTP2Error.swift
[967/970] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[968/970] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[969/970] Compiling NIOHTTP2 HTTP2Frame.swift
[970/970] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[972/1035] Emitting module AsyncHTTPClient
[973/1043] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[974/1043] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[975/1043] Compiling AsyncHTTPClient AsyncLazySequence.swift
[976/1043] Compiling AsyncHTTPClient HTTPClient+execute.swift
[977/1043] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[978/1043] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[979/1043] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[980/1043] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[981/1043] Compiling AsyncHTTPClient HTTPClientRequest.swift
[982/1043] Compiling AsyncHTTPClient HTTPClientResponse.swift
[983/1043] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[984/1043] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[985/1043] Compiling AsyncHTTPClient Transaction.swift
[986/1043] Compiling AsyncHTTPClient Base64.swift
[987/1043] Compiling AsyncHTTPClient BasicAuth.swift
[988/1043] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[989/1043] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[990/1043] Compiling AsyncHTTPClient ConnectionPool.swift
[991/1043] Compiling AsyncHTTPClient RequestValidation.swift
[992/1043] Compiling AsyncHTTPClient SSLContextCache.swift
[993/1043] Compiling AsyncHTTPClient Scheme.swift
[994/1043] Compiling AsyncHTTPClient Singleton.swift
[995/1043] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[996/1043] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[997/1043] Compiling AsyncHTTPClient TracingSupport.swift
[998/1043] Compiling AsyncHTTPClient Utils.swift
[999/1043] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1000/1043] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1001/1043] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1002/1043] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1003/1043] Compiling AsyncHTTPClient HTTP1Connection.swift
[1004/1043] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1005/1043] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1006/1043] Compiling AsyncHTTPClient HTTP2Connection.swift
[1007/1043] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1008/1043] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1009/1043] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1010/1043] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1011/1043] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1012/1043] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1013/1043] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1014/1043] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1015/1043] Compiling AsyncHTTPClient RequestBodyLength.swift
[1016/1043] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1017/1043] Compiling AsyncHTTPClient LRUCache.swift
[1018/1043] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1019/1043] Compiling AsyncHTTPClient NWErrorHandler.swift
[1020/1043] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1021/1043] Compiling AsyncHTTPClient TLSConfiguration.swift
[1022/1043] Compiling AsyncHTTPClient RedirectState.swift
[1023/1043] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1024/1043] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1025/1043] Compiling AsyncHTTPClient RequestBag.swift
[1026/1043] Compiling AsyncHTTPClient RequestOptions.swift
[1027/1043] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1028/1043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1029/1043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1030/1043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1031/1043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1032/1043] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1033/1043] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1034/1043] Compiling AsyncHTTPClient ConnectionTarget.swift
[1035/1043] Compiling AsyncHTTPClient DeconstructedURL.swift
[1036/1043] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1037/1043] Compiling AsyncHTTPClient FoundationExtensions.swift
[1038/1043] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1039/1043] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1040/1043] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1041/1043] Compiling AsyncHTTPClient HTTPClient.swift
[1042/1043] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1043/1043] Compiling AsyncHTTPClient HTTPHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1045/1050] Emitting module Xet
/host/spi-builder-workspace/Sources/Xet/Xet.swift:852:25: error: cannot find 'NIOTSEventLoopGroup' in scope
850 | #if canImport(NIOTransportServices) && !os(Linux)
851 | if configuration.enableMultipath {
852 | group = NIOTSEventLoopGroup(loopCount: System.coreCount)
| `- error: cannot find 'NIOTSEventLoopGroup' in scope
853 | } else {
854 | group = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount)
[1046/1050] Compiling Xet Xorb.swift
[1047/1050] Compiling Xet Xet.swift
/host/spi-builder-workspace/Sources/Xet/Xet.swift:852:25: error: cannot find 'NIOTSEventLoopGroup' in scope
850 | #if canImport(NIOTransportServices) && !os(Linux)
851 | if configuration.enableMultipath {
852 | group = NIOTSEventLoopGroup(loopCount: System.coreCount)
| `- error: cannot find 'NIOTSEventLoopGroup' in scope
853 | } else {
854 | group = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount)
[1048/1050] Compiling Xet CAS.swift
[1049/1050] Compiling Xet BG4.swift
[1050/1050] Compiling Xet LZ4.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
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/69] Compiling ServiceContextModule ServiceContextKey.swift
[3/69] Compiling Atomics OptionalRawRepresentable.swift
[4/69] Compiling Atomics RawRepresentable.swift
[5/69] Compiling Atomics AtomicBool.swift
[6/71] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[7/71] Compiling Logging MetadataProvider.swift
[8/71] Compiling RealModule Real.swift
[9/71] Compiling RealModule RealFunctions.swift
[10/71] Compiling RealModule Float80+Real.swift
[11/72] Compiling ServiceContextModule ServiceContext.swift
[12/72] Emitting module ServiceContextModule
[13/73] Compiling Atomics ManagedAtomic.swift
[14/73] Compiling Atomics ManagedAtomicLazyReference.swift
[15/73] Compiling Atomics UnsafeAtomic.swift
[16/73] Compiling Atomics UnsafeAtomicLazyReference.swift
[17/75] Compiling Atomics AtomicMemoryOrderings.swift
[18/75] Compiling Atomics DoubleWord.swift
[21/75] Compiling Atomics IntegerOperations.swift
[22/75] Compiling Atomics Unmanaged extensions.swift
[23/75] Compiling NIOConcurrencyHelpers NIOLock.swift
[25/75] Compiling RealModule RelaxedArithmetic.swift
[26/75] Compiling RealModule ElementaryFunctions.swift
[27/75] Compiling RealModule Float+Real.swift
[28/75] Compiling RealModule Float16+Real.swift
[29/75] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[30/75] Compiling NIOConcurrencyHelpers lock.swift
[31/75] Emitting module Logging
[32/75] Compiling Logging Locks.swift
[33/75] Compiling NIOConcurrencyHelpers atomics.swift
[34/75] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[35/75] Compiling RealModule AlgebraicField.swift
[36/75] Compiling RealModule ApproximateEquality.swift
[37/75] Compiling RealModule AugmentedArithmetic.swift
[38/75] Compiling RealModule Double+Real.swift
[45/75] Emitting module _NIODataStructures
[48/81] Compiling _NIODataStructures Heap.swift
[49/81] Compiling _NIODataStructures _TinyArray.swift
[50/81] Compiling _NIODataStructures PriorityQueue.swift
[51/82] Emitting module RealModule
[52/83] Compiling Atomics AtomicStorage.swift
[53/83] Compiling Atomics AtomicValue.swift
[54/83] Emitting module _NIOBase64
[55/83] Compiling _NIOBase64 Base64.swift
[56/84] Emitting module NIOConcurrencyHelpers
[59/85] Compiling Instrumentation Instrument.swift
[61/85] Compiling Instrumentation NoOpInstrument.swift
[63/85] Emitting module Instrumentation
[64/85] Compiling Instrumentation MultiplexInstrument.swift
[65/85] Compiling Instrumentation Locks.swift
[66/86] Compiling Instrumentation InstrumentationSystem.swift
[68/111] Compiling Algorithms Keyed.swift
[69/111] Compiling Algorithms MinMax.swift
[70/111] Compiling Algorithms Indexed.swift
[71/111] Compiling Algorithms Intersperse.swift
[72/111] Emitting module InternalCollectionsUtilities
[73/112] Compiling Logging Logging.swift
[74/112] Compiling Logging LogHandler.swift
[77/136] Compiling Tracing InstrumentationSystem+Tracing.swift
[78/136] Compiling ContainersPreview Drain.swift
[79/136] Compiling ContainersPreview Producer.swift
[80/137] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[81/137] Compiling ContainersPreview BorrowingSequence.swift
[82/137] Compiling ContainersPreview OutputSpan+Extras.swift
[83/137] Compiling ContainersPreview TemporaryAllocation.swift
[84/137] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[85/137] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[86/137] Compiling ContainersPreview Inout.swift
[87/137] Compiling ContainersPreview InputSpan.swift
[88/137] Compiling ContainersPreview Container.swift
[89/137] Compiling ContainersPreview ContainerAlgorithms.swift
[90/137] Compiling ContainersPreview Borrow.swift
[91/137] Compiling ContainersPreview Box.swift
[92/137] Compiling Algorithms RandomSample.swift
[93/137] Compiling Algorithms Reductions.swift
[94/137] Compiling Algorithms Rotate.swift
[95/137] Compiling Tracing TracerProtocol.swift
[96/137] Compiling Tracing TracingTime.swift
[97/140] Emitting module Tracing
[98/140] Compiling Tracing TracerProtocol+Legacy.swift
[99/140] Emitting module ContainersPreview
[100/140] Compiling ContainersPreview Shared.swift
[101/141] Compiling Algorithms Split.swift
[102/141] Compiling Algorithms Stride.swift
[103/141] Compiling Algorithms Suffix.swift
[105/141] Compiling Tracing NoOpTracer.swift
[106/141] Compiling Tracing SpanProtocol.swift
[107/141] Compiling Tracing Tracer.swift
[108/142] Compiling Algorithms Partition.swift
[109/142] Compiling Algorithms Permutations.swift
[110/142] Compiling Algorithms Product.swift
[127/147] Emitting module Atomics
[128/182] Compiling DequeModule Deque+Extras.swift
[129/182] Compiling DequeModule Deque+Hashable.swift
[130/182] Compiling DequeModule Deque+Testing.swift
[131/182] Compiling DequeModule Deque.swift
[132/182] Compiling DequeModule RigidDeque+Removals.swift
[133/182] Compiling DequeModule Deque+Descriptions.swift
[134/182] Compiling DequeModule Deque+Equatable.swift
[135/182] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[136/182] Compiling DequeModule Deque+Codable.swift
[137/182] Compiling DequeModule Deque+Collection.swift
[138/182] Compiling DequeModule Deque+CustomReflectable.swift
[139/183] Compiling DequeModule RigidDeque+Append.swift
[140/183] Compiling DequeModule RigidDeque+Consumption.swift
[141/183] Compiling DequeModule RigidDeque+Container.swift
[142/183] Compiling DequeModule UniqueDeque+Hashable.swift
[143/183] Compiling DequeModule UniqueDeque+Initializers.swift
[144/183] Compiling DequeModule UniqueDeque+Insertions.swift
[145/183] Compiling DequeModule UniqueDeque+Prepend.swift
[146/183] Compiling DequeModule UniqueDeque+Removals.swift
[147/183] Compiling DequeModule RigidDeque+Equatable.swift
[148/183] Compiling DequeModule RigidDeque+Experimental.swift
[149/183] Compiling DequeModule RigidDeque+Hashable.swift
[150/183] Compiling DequeModule RigidDeque+Initializers.swift
[151/183] Compiling DequeModule RigidDeque+Insertions.swift
[152/183] Compiling DequeModule RigidDeque+Prepend.swift
[154/188] Compiling DequeModule RigidDeque+Replacements.swift
[155/188] Compiling DequeModule RigidDeque+Testing.swift
[156/188] Compiling DequeModule RigidDeque.swift
[157/188] Compiling DequeModule UniqueDeque+Append.swift
[158/188] Compiling DequeModule UniqueDeque+Consumption.swift
[159/188] Compiling DequeModule UniqueDeque+Container.swift
[160/188] Compiling DequeModule UniqueDeque+Descriptions.swift
[161/188] Compiling DequeModule UniqueDeque+Equatable.swift
[162/188] Compiling DequeModule UniqueDeque+Experimental.swift
[163/188] Compiling DequeModule _DequeBuffer.swift
[164/188] Compiling DequeModule _DequeBufferHeader.swift
[168/188] Compiling DequeModule RigidDeque+Descriptions.swift
[173/188] Compiling DequeModule Deque._Storage.swift
[174/188] Compiling DequeModule Deque._UnsafeHandle.swift
[182/188] Emitting module Algorithms
[184/189] Compiling DequeModule UniqueDeque+Replacements.swift
[185/189] Compiling DequeModule UniqueDeque.swift
[186/189] Compiling DequeModule _DequeSlot.swift
[187/189] Compiling DequeModule _UnsafeDequeHandle.swift
[188/189] Compiling DequeModule _UnsafeDequeSegments.swift
[189/189] Emitting module DequeModule
[191/254] Compiling NIOCore NIOCoreSendableMetatype.swift
[192/254] Compiling NIOCore NIODecodedAsyncSequence.swift
[193/254] Compiling NIOCore NIOLoopBound.swift
[194/254] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[195/254] Compiling NIOCore NIOScheduledCallback.swift
[196/254] Compiling NIOCore NIOSendable.swift
[197/254] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[198/254] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[199/254] Compiling NIOCore RecvByteBufferAllocator.swift
[200/262] Compiling NIOCore EventLoopFuture+Deprecated.swift
[201/262] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[202/262] Compiling NIOCore EventLoopFuture.swift
[203/262] Compiling NIOCore FileDescriptor.swift
[204/262] Compiling NIOCore FileHandle.swift
[205/262] Compiling NIOCore FileRegion.swift
[206/262] Compiling NIOCore GlobalSingletons.swift
[207/262] Compiling NIOCore IO.swift
[208/262] Compiling NIOCore IOData.swift
[209/262] Compiling NIOCore IPProtocol.swift
[210/262] Compiling NIOCore IntegerBitPacking.swift
[211/262] Compiling NIOCore IntegerTypes.swift
[212/262] Compiling NIOCore Interfaces.swift
[213/262] Compiling NIOCore Linux.swift
[214/262] Compiling NIOCore MarkedCircularBuffer.swift
[215/262] Compiling NIOCore MulticastChannel.swift
[216/262] Compiling NIOCore NIOAny.swift
[217/262] Compiling NIOCore NIOCloseOnErrorHandler.swift
[218/262] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[219/262] Compiling NIOCore SocketAddresses.swift
[220/262] Compiling NIOCore SocketOptionProvider.swift
[221/262] Compiling NIOCore SystemCallHelpers.swift
[222/262] Compiling NIOCore TimeAmount+Duration.swift
[223/262] Compiling NIOCore TypeAssistedChannelHandler.swift
[224/262] Compiling NIOCore UniversalBootstrapSupport.swift
[225/262] Compiling NIOCore Utilities.swift
[226/262] Compiling NIOCore CircularBuffer.swift
[227/262] Compiling NIOCore Codec.swift
[228/262] Compiling NIOCore ConvenienceOptionSupport.swift
[229/262] Compiling NIOCore DeadChannel.swift
[230/262] Compiling NIOCore DispatchQueue+WithFuture.swift
[231/262] Compiling NIOCore EventLoop+Deprecated.swift
[232/262] Compiling NIOCore EventLoop+SerialExecutor.swift
[233/262] Compiling NIOCore EventLoop.swift
[234/262] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[235/262] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[236/262] Compiling NIOCore BSDSocketAPI.swift
[237/262] Compiling NIOCore ByteBuffer-aux.swift
[238/262] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[239/262] Compiling NIOCore ByteBuffer-conversions.swift
[240/262] Compiling NIOCore ByteBuffer-core.swift
[241/262] Compiling NIOCore ByteBuffer-hex.swift
[242/262] Compiling NIOCore ByteBuffer-int.swift
[243/262] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[244/262] Compiling NIOCore ByteBuffer-multi-int.swift
[245/262] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[246/262] Compiling NIOCore ByteBuffer-views.swift
[247/262] Compiling NIOCore Channel.swift
[248/262] Compiling NIOCore ChannelHandler.swift
[249/262] Compiling NIOCore ChannelHandlers.swift
[250/262] Compiling NIOCore ChannelInvoker.swift
[251/262] Compiling NIOCore ChannelOption.swift
[252/262] Compiling NIOCore ChannelPipeline.swift
[253/262] Compiling NIOCore AddressedEnvelope.swift
[254/262] Compiling NIOCore AsyncAwaitSupport.swift
[255/262] Compiling NIOCore AsyncChannel.swift
[256/262] Compiling NIOCore AsyncChannelHandler.swift
[257/262] Compiling NIOCore AsyncChannelInboundStream.swift
[258/262] Compiling NIOCore AsyncChannelOutboundWriter.swift
[259/262] Compiling NIOCore NIOAsyncSequenceProducer.swift
[260/262] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[261/262] Compiling NIOCore NIOAsyncWriter.swift
[262/262] Emitting module NIOCore
[264/317] Emitting module NIOEmbedded
[265/317] Compiling NIOEmbedded AsyncTestingChannel.swift
[266/317] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[267/317] Compiling NIOEmbedded Embedded.swift
[269/318] Compiling NIOPosix BSDSocketAPICommon.swift
[270/318] Compiling NIOPosix BSDSocketAPIPosix.swift
[271/318] Compiling NIOPosix BSDSocketAPIWindows.swift
[272/318] Compiling NIOPosix BaseSocket.swift
[273/318] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[274/318] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[275/318] Compiling NIOPosix BaseSocketChannel.swift
[276/324] Compiling NIOPosix SelectableChannel.swift
[277/324] Compiling NIOPosix SelectableEventLoop.swift
[278/324] Compiling NIOPosix SelectorEpoll.swift
[279/324] Compiling NIOPosix SelectorGeneric.swift
[280/324] Compiling NIOPosix SelectorKqueue.swift
[281/324] Compiling NIOPosix SelectorUring.swift
[282/324] Compiling NIOPosix SelectorWSAPoll.swift
[283/324] Compiling NIOPosix PipePair.swift
[284/324] Compiling NIOPosix Pool.swift
[285/324] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[286/324] Compiling NIOPosix PosixSingletons.swift
[287/324] Compiling NIOPosix RawSocketBootstrap.swift
[288/324] Compiling NIOPosix Resolver.swift
[289/324] Compiling NIOPosix Selectable.swift
[290/324] Compiling NIOPosix ServerSocket.swift
[291/324] Compiling NIOPosix Socket.swift
[292/324] Compiling NIOPosix SocketChannel.swift
[293/324] Compiling NIOPosix SocketProtocols.swift
[294/324] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[295/324] Compiling NIOPosix System.swift
[296/324] Compiling NIOPosix Thread.swift
[297/324] Emitting module NIOPosix
[298/324] Compiling NIOPosix HappyEyeballs.swift
[299/324] Compiling NIOPosix IO.swift
[300/324] Compiling NIOPosix IntegerBitPacking.swift
[301/324] Compiling NIOPosix IntegerTypes.swift
[302/324] Compiling NIOPosix Linux.swift
[303/324] Compiling NIOPosix LinuxCPUSet.swift
[304/324] Compiling NIOPosix LinuxUring.swift
[305/324] Compiling NIOPosix BaseStreamSocketChannel.swift
[306/324] Compiling NIOPosix Bootstrap.swift
[307/324] Compiling NIOPosix ControlMessage.swift
[308/324] Compiling NIOPosix DatagramVectorReadManager.swift
[309/324] Compiling NIOPosix Errors+Any.swift
[310/324] Compiling NIOPosix FileDescriptor.swift
[311/324] Compiling NIOPosix GetaddrinfoResolver.swift
[312/324] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[313/324] Compiling NIOPosix NIOPosixSendableMetatype.swift
[314/324] Compiling NIOPosix NIOThreadPool.swift
[315/324] Compiling NIOPosix NonBlockingFileIO.swift
[316/324] Compiling NIOPosix PendingDatagramWritesManager.swift
[317/324] Compiling NIOPosix PendingWritesManager.swift
[318/324] Compiling NIOPosix PipeChannel.swift
[319/324] Compiling NIOPosix ThreadPosix.swift
[320/324] Compiling NIOPosix ThreadWindows.swift
[321/324] Compiling NIOPosix Utilities.swift
[322/324] Compiling NIOPosix VsockAddress.swift
[323/324] Compiling NIOPosix VsockChannelEvents.swift
[324/324] Compiling NIOPosix Windows.swift
[326/327] Emitting module NIO
[327/327] Compiling NIO Exports.swift
[329/367] Compiling NIOTLS TLSEvents.swift
[330/367] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[331/367] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[332/367] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[333/367] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[334/367] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[335/369] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[336/369] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[337/369] Emitting module NIOTLS
[338/369] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[339/369] Compiling NIOSOCKS SOCKSResponse.swift
[340/369] Compiling NIOSOCKS ClientStateMachine.swift
[341/370] Compiling NIOHTTP1 ByteCollectionUtils.swift
[342/370] Compiling NIOHTTP1 HTTPDecoder.swift
[343/370] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[344/370] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[345/370] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[346/370] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[347/370] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[348/370] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[350/370] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[351/370] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[352/370] Compiling NIOTLS SNIHandler.swift
[353/371] Emitting module NIOSOCKS
[354/371] Compiling NIOHTTP1 HTTPEncoder.swift
[357/371] Compiling NIOSOCKS ServerStateMachine.swift
[359/372] Emitting module NIOFoundationCompat
[360/372] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[362/402] Compiling NIOSSL NIOSSLClientHandler.swift
[363/402] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[364/402] Compiling NIOSSL SSLPKCS12Bundle.swift
[365/402] Compiling NIOSSL SSLCertificate.swift
[366/415] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[367/415] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[368/418] Compiling NIOTransportServices NIOTSListenerChannel.swift
[369/418] Compiling NIOTransportServices NIOTSBootstraps.swift
[370/424] Compiling NIOTransportServices AcceptHandler.swift
[371/424] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[372/424] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[373/424] Emitting module NIOHTTP1
[378/427] Emitting module NIOTransportServices
[379/427] Compiling NIOTransportServices StateManagedChannel.swift
[380/427] Compiling NIOTransportServices StateManagedListenerChannel.swift
[381/427] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[382/427] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[383/427] Compiling NIOTransportServices NIOTSSingletons.swift
[384/427] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[386/427] Compiling NIOTransportServices NIOTSChannelOptions.swift
[387/427] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[388/427] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[389/427] Compiling NIOTransportServices NIOTSErrors.swift
[390/427] Compiling NIOTransportServices NIOTSEventLoop.swift
[391/427] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[392/427] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[394/427] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[397/427] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[398/427] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[400/446] Emitting module NIOSSL
[401/450] Compiling NIOHPACK DynamicHeaderTable.swift
[402/450] Compiling NIOHPACK HPACKDecoder.swift
[403/450] Compiling NIOHPACK HPACKEncoder.swift
[404/450] Compiling NIOHPACK HPACKErrors.swift
[408/450] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[409/450] Compiling NIOSSL SubjectAlternativeName.swift
[410/450] Compiling NIOSSL NIOSSLSecureBytes.swift
[411/450] Compiling NIOSSL RNG.swift
[412/450] Compiling NIOSSL SafeCompare.swift
[413/450] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[416/451] Compiling NIOHTTPCompression HTTPCompression.swift
[417/451] Compiling NIOHTTPCompression HTTPDecompression.swift
[418/451] Emitting module NIOHTTPCompression
[419/451] Compiling NIOHPACK HPACKHeader.swift
[420/451] Compiling NIOHPACK HeaderTables.swift
[425/451] Compiling NIOHPACK IndexedHeaderTable.swift
[426/451] Compiling NIOHPACK HuffmanTables.swift
[427/451] Compiling NIOHPACK IntegerCoding.swift
[428/451] Compiling NIOHPACK StaticHeaderTable.swift
[429/451] Compiling NIOHPACK HuffmanCoding.swift
[430/451] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[431/451] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[432/451] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[433/452] Emitting module NIOHPACK
[450/453] Compiling NIOSSL Zeroization.swift
[451/453] Compiling NIOSSL TLSConfiguration.swift
[452/453] Compiling NIOSSL UniversalBootstrapSupport.swift
[453/453] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[455/517] Emitting module NIOHTTP2
[456/525] Compiling NIOHTTP2 ConnectionStateMachine.swift
[457/525] Compiling NIOHTTP2 ConnectionStreamsState.swift
[458/525] Compiling NIOHTTP2 MayReceiveFrames.swift
[459/525] Compiling NIOHTTP2 ReceivingDataState.swift
[460/525] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[461/525] Compiling NIOHTTP2 ReceivingHeadersState.swift
[462/525] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[463/525] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[464/525] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[465/525] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[466/525] Compiling NIOHTTP2 StreamChannelFlowController.swift
[467/525] Compiling NIOHTTP2 StreamChannelList.swift
[468/525] Compiling NIOHTTP2 StreamMap.swift
[469/525] Compiling NIOHTTP2 StreamStateMachine.swift
[470/525] Compiling NIOHTTP2 Timer.swift
[471/525] Compiling NIOHTTP2 UnsafeTransfer.swift
[472/525] Compiling NIOHTTP2 WatermarkedFlowController.swift
[473/525] Compiling NIOHTTP2 HTTP2FrameParser.swift
[474/525] Compiling NIOHTTP2 HTTP2PingData.swift
[475/525] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[476/525] Compiling NIOHTTP2 HTTP2Settings.swift
[477/525] Compiling NIOHTTP2 HTTP2Stream.swift
[478/525] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[479/525] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[480/525] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[481/525] Compiling NIOHTTP2 HTTP2StreamID.swift
[482/525] Compiling NIOHTTP2 HasFlowControlWindows.swift
[483/525] Compiling NIOHTTP2 HasLocalSettings.swift
[484/525] Compiling NIOHTTP2 HasRemoteSettings.swift
[485/525] Compiling NIOHTTP2 LocallyQuiescingState.swift
[486/525] Compiling NIOHTTP2 QuiescingState.swift
[487/525] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[488/525] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[489/525] Compiling NIOHTTP2 StateMachineResult.swift
[490/525] Compiling NIOHTTP2 ContentLengthVerifier.swift
[491/525] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[492/525] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[493/525] Compiling NIOHTTP2 HTTP2UserEvents.swift
[494/525] Compiling NIOHTTP2 InboundEventBuffer.swift
[495/525] Compiling NIOHTTP2 InboundWindowManager.swift
[496/525] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[497/525] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[498/525] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[499/525] Compiling NIOHTTP2 DOSHeuristics.swift
[500/525] Compiling NIOHTTP2 Error+Any.swift
[501/525] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[502/525] Compiling NIOHTTP2 ControlFrameBuffer.swift
[503/525] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[504/525] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[505/525] Compiling NIOHTTP2 GlitchesMonitor.swift
[506/525] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[507/525] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[508/525] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[509/525] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[510/525] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[511/525] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[512/525] Compiling NIOHTTP2 HTTP2Error.swift
[513/525] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[514/525] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[515/525] Compiling NIOHTTP2 HTTP2Frame.swift
[516/525] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[517/525] Compiling NIOHTTP2 MaySendFrames.swift
[518/525] Compiling NIOHTTP2 SendingDataState.swift
[519/525] Compiling NIOHTTP2 SendingGoawayState.swift
[520/525] Compiling NIOHTTP2 SendingHeadersState.swift
[521/525] Compiling NIOHTTP2 SendingPushPromiseState.swift
[522/525] Compiling NIOHTTP2 SendingRstStreamState.swift
[523/525] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[524/525] Compiling NIOHTTP2 HTTP2SettingsState.swift
[525/525] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[527/590] Compiling AsyncHTTPClient LRUCache.swift
[528/590] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[529/590] Compiling AsyncHTTPClient NWErrorHandler.swift
[530/590] Compiling AsyncHTTPClient NWWaitingHandler.swift
[531/590] Compiling AsyncHTTPClient TLSConfiguration.swift
[532/590] Compiling AsyncHTTPClient RedirectState.swift
[533/590] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[534/590] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[535/590] Compiling AsyncHTTPClient RequestBag.swift
[536/598] Emitting module AsyncHTTPClient
[537/598] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[538/598] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[539/598] Compiling AsyncHTTPClient AsyncLazySequence.swift
[540/598] Compiling AsyncHTTPClient HTTPClient+execute.swift
[541/598] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[542/598] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[543/598] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[544/598] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[545/598] Compiling AsyncHTTPClient HTTPClientRequest.swift
[546/598] Compiling AsyncHTTPClient RequestValidation.swift
[547/598] Compiling AsyncHTTPClient SSLContextCache.swift
[548/598] Compiling AsyncHTTPClient Scheme.swift
[549/598] Compiling AsyncHTTPClient Singleton.swift
[550/598] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[551/598] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[552/598] Compiling AsyncHTTPClient TracingSupport.swift
[553/598] Compiling AsyncHTTPClient Utils.swift
[554/598] Compiling AsyncHTTPClient HTTPClientResponse.swift
[555/598] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[556/598] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[557/598] Compiling AsyncHTTPClient Transaction.swift
[558/598] Compiling AsyncHTTPClient Base64.swift
[559/598] Compiling AsyncHTTPClient BasicAuth.swift
[560/598] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[561/598] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[562/598] Compiling AsyncHTTPClient ConnectionPool.swift
[563/598] Compiling AsyncHTTPClient DeconstructedURL.swift
[564/598] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[565/598] Compiling AsyncHTTPClient FoundationExtensions.swift
[566/598] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[567/598] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[568/598] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[569/598] Compiling AsyncHTTPClient HTTPClient.swift
[570/598] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[571/598] Compiling AsyncHTTPClient HTTPHandler.swift
[572/598] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[573/598] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[574/598] Compiling AsyncHTTPClient TLSEventsHandler.swift
[575/598] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[576/598] Compiling AsyncHTTPClient HTTP1Connection.swift
[577/598] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[578/598] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[579/598] Compiling AsyncHTTPClient HTTP2Connection.swift
[580/598] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[581/598] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[582/598] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[583/598] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[584/598] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[585/598] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[586/598] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[587/598] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[588/598] Compiling AsyncHTTPClient RequestBodyLength.swift
[589/598] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[590/598] Compiling AsyncHTTPClient RequestOptions.swift
[591/598] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[592/598] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[593/598] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[594/598] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[595/598] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[596/598] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[597/598] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[598/598] Compiling AsyncHTTPClient ConnectionTarget.swift
[600/605] Compiling Xet BG4.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[601/605] Emitting module Xet
/host/spi-builder-workspace/Sources/Xet/Xet.swift:852:25: error: cannot find 'NIOTSEventLoopGroup' in scope
850 | #if canImport(NIOTransportServices) && !os(Linux)
851 | if configuration.enableMultipath {
852 | group = NIOTSEventLoopGroup(loopCount: System.coreCount)
| `- error: cannot find 'NIOTSEventLoopGroup' in scope
853 | } else {
854 | group = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount)
[602/605] Compiling Xet CAS.swift
[603/605] Compiling Xet LZ4.swift
[604/605] Compiling Xet Xorb.swift
[605/605] Compiling Xet Xet.swift
/host/spi-builder-workspace/Sources/Xet/Xet.swift:852:25: error: cannot find 'NIOTSEventLoopGroup' in scope
850 | #if canImport(NIOTransportServices) && !os(Linux)
851 | if configuration.enableMultipath {
852 | group = NIOTSEventLoopGroup(loopCount: System.coreCount)
| `- error: cannot find 'NIOTSEventLoopGroup' in scope
853 | } else {
854 | group = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount)
BUILD FAILURE 6.1 android