Build Information
Successful build of Xet, reference main (b8447c), with Swift 6.1 for Linux on 10 Mar 2026 22:29:37 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/huggingface/swift-xet.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/huggingface/swift-xet
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b8447cb Transfer project to @huggingface (#8)
Cloned https://github.com/huggingface/swift-xet.git
Revision (git rev-parse @):
b8447cbdf0e798de27bab3c5b0a99da98fae81e9
SUCCESS checkout https://github.com/huggingface/swift-xet.git at main
========================================
Build
========================================
Selected platform: linux
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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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.30s)
[1/15525] Fetching async-http-client
[12732/98260] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client from cache (0.97s)
[12411/82735] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.76s)
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 (6.37s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.01s)
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.60s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5691] Fetching swift-distributed-tracing
[1424/12182] Fetching swift-distributed-tracing, swift-nio-extras
[1482/18240] Fetching swift-distributed-tracing, swift-nio-extras, swift-algorithms
[11406/24411] Fetching swift-distributed-tracing, swift-nio-extras, swift-algorithms, swift-log
[12148/36440] Fetching swift-distributed-tracing, swift-nio-extras, swift-algorithms, swift-log, swift-nio-http2
[26939/51800] Fetching swift-distributed-tracing, swift-nio-extras, swift-algorithms, swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.65s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.67s)
[10782/33560] Fetching swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
[5453/27389] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.44s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.05s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (5.51s)
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.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.69s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (2.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.79s)
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.99s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.92s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.38s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (1.26s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
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-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/951] Fetching swift-http-types
[467/3613] Fetching swift-http-types, swift-service-lifecycle
[557/5379] Fetching swift-http-types, swift-service-lifecycle, swift-asn1
[703/11603] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-async-algorithms
[731/18725] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
[2006/19941] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates, swift-http-structured-headers
Fetched https://github.com/apple/swift-asn1.git from cache (0.80s)
[14543/18175] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates, swift-http-structured-headers
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.05s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.18s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.18s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.18s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.19s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (2.94s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/22225] Fetching swift-collections
[668/27826] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.79s)
[2001/22225] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.41s)
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 (3.39s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (4.43s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.09s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.62s)
Fetching https://github.com/apple/swift-crypto.git
[1/17246] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.57s)
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 (4.67s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (1.33s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.78s)
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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.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-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-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-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-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/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-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/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-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-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-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/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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Building for debugging...
[0/446] Write sources
[18/446] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[18/446] Write sources
[20/446] Compiling CNIOWindows WSAStartup.c
[20/446] Write sources
[30/446] Compiling CNIOOpenBSD shim.c
[30/446] Compiling CNIOWindows shim.c
[32/446] Compiling CNIOLinux liburing_shims.c
[33/446] Compiling CNIOWASI CNIOWASI.c
[34/446] Compiling _AtomicsShims.c
[35/446] Compiling _NumericsShims _NumericsShims.c
[36/446] Compiling CNIOPosix event_loop_id.c
[37/446] Compiling CNIODarwin shim.c
[38/446] Compiling CNIOExtrasZlib empty.c
[39/446] Compiling CNIOLLHTTP c_nio_http.c
[40/446] Compiling CNIOLinux shim.c
[41/446] Compiling CNIOLLHTTP c_nio_api.c
[42/446] Compiling fiat_p256_adx_sqr.S
[43/446] Compiling fiat_p256_adx_mul.S
[44/446] Compiling fiat_curve25519_adx_square.S
[45/446] Compiling fiat_curve25519_adx_mul.S
[46/446] Write swift-version-24593BA9C3E375BF.txt
[47/446] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/446] Compiling CNIOBoringSSLShims shims.c
[49/452] Compiling tls13_server.cc
[50/452] Compiling tls_method.cc
[51/452] Compiling tls_record.cc
[52/455] Compiling tls13_client.cc
[53/470] Compiling tls13_enc.cc
[54/507] Compiling tls13_both.cc
[56/507] Emitting module InternalCollectionsUtilities
[57/509] Compiling Atomics UnsafeAtomic.swift
[58/509] Compiling Atomics UnsafeAtomicLazyReference.swift
[59/509] Compiling Atomics ManagedAtomic.swift
[60/509] Compiling Atomics ManagedAtomicLazyReference.swift
[61/511] Compiling Atomics IntegerOperations.swift
[62/511] Compiling Atomics Unmanaged extensions.swift
[63/511] Compiling Atomics IntegerConformances.swift
[64/511] Compiling Atomics PointerConformances.swift
[65/511] Emitting module RealModule
[66/512] Compiling RealModule RealFunctions.swift
[67/512] Compiling Atomics AtomicStorage.swift
[68/512] Compiling Atomics AtomicValue.swift
[69/512] Compiling Atomics AtomicInteger.swift
[70/512] Compiling Atomics AtomicOptionalWrappable.swift
[71/512] Compiling Atomics AtomicReference.swift
[72/512] Compiling Atomics OptionalRawRepresentable.swift
[73/512] Compiling Atomics RawRepresentable.swift
[74/512] Compiling Atomics AtomicBool.swift
[75/512] Compiling _NIODataStructures _TinyArray.swift
[78/512] Compiling Atomics AtomicMemoryOrderings.swift
[79/512] Compiling Atomics DoubleWord.swift
[84/512] Compiling Atomics Primitives.native.swift
[85/512] Compiling RealModule Real.swift
[86/512] Compiling ServiceContextModule ServiceContext.swift
[87/512] Emitting module ServiceContextModule
[88/512] Compiling ServiceContextModule ServiceContextKey.swift
[96/513] Compiling RealModule Float16+Real.swift
[97/513] Compiling RealModule Float80+Real.swift
[98/514] Compiling _NIODataStructures PriorityQueue.swift
[103/514] Compiling _NIOBase64 Base64.swift
[104/514] Emitting module _NIOBase64
[104/514] Compiling t1_enc.cc
[107/515] Compiling RealModule RelaxedArithmetic.swift
[112/516] Emitting module Atomics
[114/537] Compiling ContainersPreview Inout.swift
[115/537] Compiling ContainersPreview InputSpan.swift
[116/538] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[117/538] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[118/538] Compiling ContainersPreview OutputSpan+Extras.swift
[119/538] Compiling ContainersPreview TemporaryAllocation.swift
[120/538] Emitting module ContainersPreview
[121/538] Compiling ContainersPreview Borrow.swift
[122/538] Compiling ContainersPreview Box.swift
[123/538] Compiling ContainersPreview Drain.swift
[124/538] Compiling ContainersPreview Producer.swift
[125/538] Compiling Instrumentation Instrument.swift
[126/538] Compiling Instrumentation MultiplexInstrument.swift
[127/538] Emitting module Instrumentation
[128/538] Compiling Instrumentation NoOpInstrument.swift
[129/538] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[130/538] Compiling ContainersPreview BorrowingSequence.swift
[131/538] Compiling ContainersPreview Container.swift
[132/538] Compiling ContainersPreview ContainerAlgorithms.swift
[133/538] Compiling ContainersPreview Shared.swift
[135/564] Compiling Algorithms Combinations.swift
[136/564] Compiling Algorithms Compacted.swift
[137/564] Compiling Algorithms Cycle.swift
[138/564] Compiling Algorithms AdjacentPairs.swift
[139/564] Compiling Algorithms Chain.swift
[140/564] Compiling Algorithms Chunked.swift
[141/565] Compiling Instrumentation InstrumentationSystem.swift
[142/565] Compiling Instrumentation Locks.swift
[145/606] Emitting module Logging
[146/606] Compiling Logging Locks.swift
[147/606] Compiling Logging MetadataProvider.swift
[148/606] Emitting module _NIODataStructures
[149/606] Compiling _NIODataStructures Heap.swift
[150/606] Compiling Logging LogHandler.swift
[151/606] Compiling Logging Logging.swift
[154/615] Compiling DequeModule UniqueDeque+Hashable.swift
[155/615] Compiling DequeModule UniqueDeque+Initializers.swift
[156/615] Compiling DequeModule UniqueDeque+Insertions.swift
[157/615] Compiling DequeModule UniqueDeque+Prepend.swift
[158/615] Compiling DequeModule UniqueDeque+Removals.swift
[159/615] Compiling DequeModule UniqueDeque+Consumption.swift
[160/615] Compiling DequeModule UniqueDeque+Container.swift
[161/615] Compiling DequeModule UniqueDeque+Descriptions.swift
[162/615] Compiling DequeModule UniqueDeque+Equatable.swift
[163/615] Compiling DequeModule UniqueDeque+Experimental.swift
[164/621] Compiling DequeModule RigidDeque+Removals.swift
[165/621] Compiling DequeModule RigidDeque+Replacements.swift
[166/621] Compiling DequeModule RigidDeque+Testing.swift
[167/621] Compiling DequeModule RigidDeque.swift
[168/621] Compiling DequeModule UniqueDeque+Append.swift
[169/621] Compiling DequeModule RigidDeque+Equatable.swift
[170/621] Compiling DequeModule RigidDeque+Experimental.swift
[171/621] Compiling DequeModule RigidDeque+Hashable.swift
[172/621] Compiling DequeModule RigidDeque+Initializers.swift
[173/621] Compiling DequeModule RigidDeque+Insertions.swift
[174/621] Compiling DequeModule RigidDeque+Prepend.swift
[175/621] Compiling DequeModule _DequeBuffer.swift
[176/621] Compiling DequeModule _DequeBufferHeader.swift
[177/621] Compiling DequeModule RigidDeque+Append.swift
[178/621] Compiling DequeModule RigidDeque+Consumption.swift
[179/621] Compiling DequeModule RigidDeque+Container.swift
[180/621] Compiling DequeModule RigidDeque+Descriptions.swift
[180/621] Compiling ssl_versions.cc
[182/621] Compiling Tracing InstrumentationSystem+Tracing.swift
[183/621] Emitting module Tracing
[184/621] Compiling Tracing TracingTime.swift
[185/621] Compiling Tracing TracerProtocol.swift
[186/621] Compiling Tracing NoOpTracer.swift
[187/621] Compiling Tracing SpanProtocol.swift
[189/621] Compiling DequeModule Deque+Extras.swift
[190/621] Compiling DequeModule Deque+Hashable.swift
[191/624] Compiling DequeModule Deque+Testing.swift
[192/624] Compiling DequeModule Deque._Storage.swift
[193/624] Compiling DequeModule Deque._UnsafeHandle.swift
[194/624] Compiling Tracing Tracer.swift
[195/624] Compiling Tracing TracerProtocol+Legacy.swift
[196/625] Compiling DequeModule Deque.swift
[203/625] Compiling DequeModule Deque+Equatable.swift
[204/625] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[211/625] Compiling DequeModule Deque+Codable.swift
[212/625] Compiling DequeModule Deque+Collection.swift
[213/625] Compiling DequeModule Deque+CustomReflectable.swift
[214/625] Compiling DequeModule Deque+Descriptions.swift
[222/625] Compiling ssl_x509.cc
[224/625] Compiling Algorithms Trim.swift
[225/625] Compiling Algorithms Unique.swift
[226/625] Compiling Algorithms Windows.swift
[226/625] Compiling ssl_privkey.cc
[232/625] Emitting module DequeModule
[233/625] Emitting module Algorithms
[233/626] Compiling ssl_stat.cc
[236/626] Compiling DequeModule UniqueDeque+Replacements.swift
[237/626] Compiling DequeModule UniqueDeque.swift
[238/626] Compiling DequeModule _DequeSlot.swift
[239/626] Compiling DequeModule _UnsafeDequeHandle.swift
[240/626] Compiling DequeModule _UnsafeDequeSegments.swift
[240/627] Compiling ssl_transcript.cc
[242/627] Compiling ssl_session.cc
[243/627] Compiling ssl_cipher.cc
[244/627] Compiling ssl_file.cc
[245/627] Compiling ssl_lib.cc
[246/627] Compiling ssl_key_share.cc
[247/627] Compiling ssl_buffer.cc
[248/627] Compiling ssl_asn1.cc
[249/627] Compiling ssl_cert.cc
[250/627] Compiling ssl_credential.cc
[251/627] Compiling ssl_aead_ctx.cc
[252/627] Compiling s3_lib.cc
[253/627] Compiling s3_pkt.cc
[254/627] Compiling handshake_client.cc
[255/627] Compiling s3_both.cc
[256/627] Compiling handshake.cc
[257/627] Compiling handoff.cc
[258/627] Compiling handshake_server.cc
[259/627] Compiling dtls_method.cc
[260/627] Compiling extensions.cc
[261/627] Compiling dtls_record.cc
[262/627] Compiling md5-x86_64-linux.S
[263/627] Compiling md5-x86_64-apple.S
[264/627] Compiling md5-586-linux.S
[265/627] Compiling d1_srtp.cc
[266/627] Compiling md5-586-apple.S
[267/627] Compiling d1_pkt.cc
[267/627] Compiling chacha20_poly1305_x86_64-apple.S
[269/627] Compiling chacha20_poly1305_armv8-win.S
[270/627] Compiling chacha20_poly1305_x86_64-linux.S
[271/627] Compiling chacha20_poly1305_armv8-linux.S
[272/627] Compiling err_data.cc
[273/627] Compiling chacha20_poly1305_armv8-apple.S
[274/627] Compiling chacha-x86_64-linux.S
[275/627] Compiling chacha-x86-linux.S
[276/627] Compiling chacha-x86-apple.S
[277/627] Compiling encrypted_client_hello.cc
[278/627] Compiling chacha-x86_64-apple.S
[279/627] Compiling chacha-armv8-win.S
[280/627] Compiling d1_lib.cc
[281/627] Compiling chacha-armv8-linux.S
[282/627] Compiling chacha-armv8-apple.S
[283/627] Compiling chacha-armv4-linux.S
[283/627] Compiling aes128gcmsiv-x86_64-linux.S
[285/627] Compiling x86_64-mont5-linux.S
[286/627] Compiling x86_64-mont5-apple.S
[287/627] Compiling aes128gcmsiv-x86_64-apple.S
[288/627] Compiling x86_64-mont-apple.S
[289/627] Compiling x86-mont-linux.S
[290/627] Compiling x86_64-mont-linux.S
[291/627] Compiling vpaes-x86_64-apple.S
[292/627] Compiling x86-mont-apple.S
[293/627] Compiling vpaes-x86_64-linux.S
[294/627] Compiling vpaes-x86-apple.S
[295/627] Compiling vpaes-x86-linux.S
[296/627] Compiling vpaes-armv8-win.S
[297/627] Compiling vpaes-armv8-linux.S
[298/627] Compiling sha512-x86_64-apple.S
[299/627] Compiling vpaes-armv8-apple.S
[300/627] Compiling sha512-x86_64-linux.S
[301/627] Compiling vpaes-armv7-linux.S
[302/627] Compiling sha512-armv8-win.S
[303/627] Compiling d1_both.cc
[304/627] Compiling sha512-armv8-apple.S
[305/627] Compiling sha512-armv8-linux.S
[306/627] Compiling sha512-armv4-linux.S
[307/627] Compiling sha512-586-linux.S
[308/627] Compiling sha512-586-apple.S
[309/627] Compiling sha256-x86_64-apple.S
[310/627] Compiling sha256-armv8-linux.S
[310/627] Compiling sha256-x86_64-linux.S
[312/627] Compiling sha256-armv8-win.S
[313/627] Compiling sha256-armv8-apple.S
[314/627] Compiling sha256-armv4-linux.S
[315/627] Compiling sha256-586-linux.S
[316/627] Compiling sha1-armv8-win.S
[317/627] Compiling sha1-x86_64-apple.S
[318/627] Compiling sha256-586-apple.S
[319/627] Compiling sha1-armv4-large-linux.S
[320/627] Compiling sha1-armv8-apple.S
[321/627] Compiling sha1-armv8-linux.S
[322/627] Compiling sha1-586-linux.S
[323/627] Compiling sha1-x86_64-linux.S
[324/627] Compiling sha1-586-apple.S
[325/627] Compiling rdrand-x86_64-apple.S
[326/627] Compiling p256_beeu-x86_64-asm-linux.S
[327/627] Compiling rdrand-x86_64-linux.S
[328/627] Compiling rsaz-avx2-apple.S
[329/627] Compiling rsaz-avx2-linux.S
[330/627] Compiling p256_beeu-x86_64-asm-apple.S
[331/627] Compiling p256_beeu-armv8-asm-linux.S
[332/627] Compiling p256_beeu-armv8-asm-win.S
[333/627] Compiling p256_beeu-armv8-asm-apple.S
[334/627] Compiling p256-x86_64-asm-apple.S
[335/627] Compiling p256-x86_64-asm-linux.S
[336/627] Compiling ghashv8-armv8-win.S
[337/627] Compiling p256-armv8-asm-win.S
[338/627] Compiling p256-armv8-asm-linux.S
[339/627] Compiling p256-armv8-asm-apple.S
[340/627] Compiling ghashv8-armv8-linux.S
[341/627] Compiling ghashv8-armv8-apple.S
[342/627] Compiling ghash-x86_64-linux.S
[343/627] Compiling ghash-x86_64-apple.S
[344/627] Compiling ghashv8-armv7-linux.S
[345/627] Compiling ghash-x86-linux.S
[346/627] Compiling ghash-ssse3-x86_64-linux.S
[347/627] Compiling ghash-ssse3-x86_64-apple.S
[348/627] Compiling ghash-x86-apple.S
[349/627] Compiling ghash-ssse3-x86-linux.S
[350/627] Compiling ghash-neon-armv8-win.S
[351/627] Compiling ghash-ssse3-x86-apple.S
[352/627] Compiling ghash-neon-armv8-linux.S
[353/627] Compiling ghash-neon-armv8-apple.S
[354/627] Compiling bsaes-armv7-linux.S
[355/627] Compiling co-586-linux.S
[356/627] Compiling co-586-apple.S
[357/627] Compiling bn-armv8-win.S
[358/627] Compiling ghash-armv4-linux.S
[359/627] Compiling bn-armv8-linux.S
[360/627] Compiling bn-armv8-apple.S
[361/627] Compiling bn-586-linux.S
[362/627] Compiling bio_ssl.cc
[363/627] Compiling bn-586-apple.S
[364/627] Compiling armv8-mont-win.S
[365/627] Compiling armv8-mont-linux.S
[366/627] Compiling armv4-mont-linux.S
[367/627] Compiling armv8-mont-apple.S
[368/627] Compiling aesv8-gcm-armv8-win.S
[369/627] Compiling aesv8-gcm-armv8-linux.S
[370/627] Compiling aesv8-gcm-armv8-apple.S
[371/627] Compiling aesv8-armv8-win.S
[372/627] Compiling aesv8-armv7-linux.S
[373/627] Compiling aesv8-armv8-linux.S
[373/627] Compiling aesv8-armv8-apple.S
[375/627] Compiling aesni-x86_64-linux.S
[376/627] Compiling aesni-x86_64-apple.S
[377/627] Compiling aesni-x86-linux.S
[378/627] Compiling aesni-x86-apple.S
[379/627] Compiling aesni-gcm-x86_64-linux.S
[380/627] Compiling aesni-gcm-x86_64-apple.S
[381/627] Compiling aes-gcm-avx2-x86_64-linux.S
[382/627] Compiling aes-gcm-avx2-x86_64-apple.S
[383/627] Compiling aes-gcm-avx10-x86_64-linux.S
[384/627] Compiling aes-gcm-avx10-x86_64-apple.S
[385/627] Compiling x_pubkey.cc
[386/627] Compiling x_x509.cc
[387/627] Compiling x_sig.cc
[388/627] Compiling x_x509a.cc
[389/627] Compiling x_val.cc
[390/627] Compiling x_name.cc
[391/627] Compiling x_spki.cc
[392/627] Compiling x_req.cc
[393/627] Compiling x_exten.cc
[394/627] Compiling x_crl.cc
[395/627] Compiling x_algor.cc
[396/627] Compiling x509spki.cc
[397/627] Compiling x_all.cc
[398/627] Compiling x509name.cc
[399/627] Compiling x509rset.cc
[400/627] Compiling x_attrib.cc
[401/627] Compiling x509cset.cc
[402/627] Compiling x509_vfy.cc
[403/627] Compiling x509_v3.cc
[404/627] Compiling x509_txt.cc
[405/627] Compiling x509_vpm.cc
[406/627] Compiling x509_set.cc
[407/627] Compiling x509_trs.cc
[408/627] Compiling x509_req.cc
[409/627] Compiling x509.cc
[410/627] Compiling x509_obj.cc
[411/627] Compiling x509_def.cc
[412/627] Compiling x509_ext.cc
[413/627] Compiling x509_d2.cc
[414/627] Compiling x509_lu.cc
[415/627] Compiling x509_cmp.cc
[416/627] Compiling x509_att.cc
[417/627] Compiling v3_utl.cc
[418/627] Compiling v3_skey.cc
[419/627] Compiling v3_prn.cc
[420/627] Compiling v3_pcons.cc
[421/627] Compiling v3_pmaps.cc
[422/627] Compiling v3_purp.cc
[423/627] Compiling v3_ocsp.cc
[424/627] Compiling v3_ncons.cc
[425/627] Compiling v3_lib.cc
[426/627] Compiling v3_int.cc
[427/627] Compiling v3_info.cc
[428/627] Compiling v3_ia5.cc
[429/627] Compiling v3_genn.cc
[430/627] Compiling v3_extku.cc
[431/627] Compiling v3_enum.cc
[432/627] Compiling v3_crld.cc
[433/627] Compiling v3_akeya.cc
[434/627] Compiling v3_cpols.cc
[435/627] Compiling v3_bcons.cc
[436/627] Compiling v3_akey.cc
[437/627] Compiling v3_conf.cc
[438/627] Compiling v3_bitst.cc
[439/627] Compiling t_x509a.cc
[440/627] Compiling v3_alt.cc
[441/627] Compiling t_crl.cc
[442/627] Compiling policy.cc
[443/627] Compiling t_x509.cc
[444/627] Compiling i2d_pr.cc
[445/627] Compiling t_req.cc
[446/627] Compiling rsa_pss.cc
[447/627] Compiling name_print.cc
[448/627] Compiling by_file.cc
[449/627] Compiling a_verify.cc
[450/627] Compiling by_dir.cc
[451/627] Compiling asn1_gen.cc
[452/627] Compiling algorithm.cc
[453/627] Compiling voprf.cc
[454/627] Compiling a_sign.cc
[455/627] Compiling a_digest.cc
[456/627] Compiling thread_none.cc
[457/627] Compiling thread.cc
[458/627] Compiling thread_win.cc
[459/627] Compiling thread_pthread.cc
[460/627] Compiling trust_token.cc
[461/627] Compiling stack.cc
[462/627] Compiling sha512.cc
[463/627] Compiling siphash.cc
[464/627] Compiling sha256.cc
[464/627] Compiling pmbtoken.cc
[466/627] Compiling sha1.cc
[467/627] Compiling slhdsa.cc
[468/627] Compiling rsa_print.cc
[469/627] Compiling rc4.cc
[470/627] Compiling rsa_extra.cc
[471/627] Compiling spake2plus.cc
[472/627] Compiling refcount.cc
[473/627] Compiling trusty.cc
[474/627] Compiling rsa_crypt.cc
[475/627] Compiling windows.cc
[476/627] Compiling urandom.cc
[477/627] Compiling rand.cc
[478/627] Compiling getentropy.cc
[479/627] Compiling ios.cc
[480/627] Compiling passive.cc
[481/627] Compiling rsa_asn1.cc
[482/627] Compiling poly1305_arm_asm.S
[483/627] Compiling fork_detect.cc
[484/627] Compiling forkunsafe.cc
[485/627] Compiling deterministic.cc
[486/627] Compiling poly1305.cc
[487/627] Compiling poly1305_arm.cc
[488/627] Compiling poly1305_vec.cc
[489/627] Compiling pool.cc
[490/627] Compiling pkcs7.cc
[491/627] Compiling pkcs8_x509.cc
[492/627] Compiling pkcs7_x509.cc
[493/627] Compiling pkcs8.cc
[494/627] Compiling pem_xaux.cc
[495/627] Compiling p5_pbev2.cc
[496/627] Compiling pem_x509.cc
[497/627] Compiling pem_pkey.cc
[498/627] Compiling pem_pk8.cc
[499/627] Compiling pem_info.cc
[500/627] Compiling mlkem.cc
[501/627] Compiling obj_xref.cc
[502/627] Compiling pem_oth.cc
[503/627] Compiling md4.cc
[504/627] Compiling mldsa.cc
[505/627] Compiling pem_lib.cc
[506/627] Compiling pem_all.cc
[507/627] Compiling obj.cc
[508/627] Compiling fips_shared_support.cc
[509/627] Compiling mem.cc
[510/627] Compiling md5.cc
[511/627] Compiling poly_rq_mul.S
[512/627] Compiling lhash.cc
[513/627] Compiling ex_data.cc
[514/627] Compiling sign.cc
[515/627] Compiling scrypt.cc
[516/627] Compiling kyber.cc
[517/627] Compiling hrss.cc
[518/627] Compiling print.cc
[519/627] Compiling hpke.cc
[520/627] Compiling pbkdf.cc
[521/627] Compiling p_x25519.cc
[522/627] Compiling p_x25519_asn1.cc
[523/627] Compiling p_ed25519.cc
[524/627] Compiling p_rsa_asn1.cc
[525/627] Compiling p_rsa.cc
[526/627] Compiling p_ed25519_asn1.cc
[527/627] Compiling p_hkdf.cc
[528/627] Compiling p_ec.cc
[529/627] Compiling p_ec_asn1.cc
[530/627] Compiling p_dh.cc
[531/627] Compiling p_dh_asn1.cc
[532/627] Compiling p_dsa_asn1.cc
[533/627] Compiling evp_ctx.cc
[534/627] Compiling err.cc
[535/627] Compiling hash_to_curve.cc
[536/627] Compiling evp.cc
[537/627] Compiling evp_asn1.cc
[538/627] Compiling engine.cc
[539/627] Compiling ecdh.cc
[540/627] Compiling ec_derive.cc
[541/627] Compiling ecdsa_asn1.cc
[542/627] Compiling digest_extra.cc
[543/627] Compiling dsa_asn1.cc
[544/627] Compiling dsa.cc
[545/627] Compiling params.cc
[546/627] Compiling x25519-asm-arm.S
[547/627] Compiling ec_asn1.cc
[548/627] Compiling des.cc
[549/627] Compiling crypto.cc
[550/627] Compiling dh_asn1.cc
[551/627] Compiling spake25519.cc
[552/627] Compiling cpu_arm_linux.cc
[553/627] Compiling curve25519.cc
[554/627] Compiling cpu_intel.cc
[555/627] Compiling cpu_arm_freebsd.cc
[556/627] Compiling cpu_aarch64_win.cc
[557/627] Compiling cpu_aarch64_sysreg.cc
[558/627] Compiling cpu_aarch64_openbsd.cc
[559/627] Compiling cpu_aarch64_apple.cc
[560/627] Compiling cpu_aarch64_linux.cc
[561/627] Compiling cpu_aarch64_fuchsia.cc
[562/627] Compiling curve25519_64_adx.cc
[563/627] Compiling conf.cc
[564/627] Compiling bcm.cc
[565/627] Compiling tls_cbc.cc
[566/627] Compiling e_rc4.cc
[566/627] Compiling get_cipher.cc
[568/627] Compiling e_tls.cc
[569/627] Compiling e_rc2.cc
[570/627] Compiling e_null.cc
[571/627] Compiling e_des.cc
[572/627] Compiling e_chacha20poly1305.cc
[573/627] Compiling derive_key.cc
[574/627] Compiling e_aesgcmsiv.cc
[575/627] Compiling e_aesctrhmac.cc
[576/627] Compiling chacha.cc
[577/627] Compiling unicode.cc
[578/627] Compiling cbb.cc
[579/627] Compiling buf.cc
[580/627] Compiling cbs.cc
[581/627] Compiling ber.cc
[582/627] Compiling asn1_compat.cc
[583/627] Compiling blake2.cc
[584/627] Compiling bn_asn1.cc
[585/627] Compiling socket.cc
[586/627] Compiling convert.cc
[587/627] Compiling socket_helper.cc
[588/627] Compiling printf.cc
[589/627] Compiling pair.cc
[590/627] Compiling hexdump.cc
[591/627] Compiling file.cc
[592/627] Compiling errno.cc
[593/627] Compiling fd.cc
[594/627] Compiling bio_mem.cc
[595/627] Compiling base64.cc
[596/627] Compiling connect.cc
[597/627] Compiling bio.cc
[598/627] Compiling tasn_utl.cc
[599/627] Compiling tasn_fre.cc
[600/627] Compiling tasn_typ.cc
[601/627] Compiling f_int.cc
[602/627] Compiling tasn_enc.cc
[603/627] Compiling asn_pack.cc
[604/627] Compiling asn1_lib.cc
[605/627] Compiling posix_time.cc
[606/627] Compiling tasn_dec.cc
[607/627] Compiling f_string.cc
[608/627] Compiling asn1_par.cc
[609/627] Compiling tasn_new.cc
[610/627] Compiling a_utctm.cc
[611/627] Compiling a_type.cc
[612/627] Compiling a_time.cc
[613/627] Compiling a_octet.cc
[614/627] Compiling a_strnid.cc
[615/627] Compiling a_gentm.cc
[616/627] Compiling a_object.cc
[617/627] Compiling a_i2d_fp.cc
[618/627] Compiling a_strex.cc
[619/627] Compiling a_mbstr.cc
[620/627] Compiling a_d2i_fp.cc
[621/627] Compiling a_dup.cc
[622/627] Compiling a_bitstr.cc
[623/627] Compiling a_int.cc
[624/627] Compiling a_bool.cc
[625/627] Compiling c-nioatomics.c
[626/627] Compiling c-atomics.c
[628/634] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[629/634] Compiling NIOConcurrencyHelpers NIOLock.swift
[630/634] Compiling NIOConcurrencyHelpers lock.swift
[631/634] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[632/634] Emitting module NIOConcurrencyHelpers
[633/634] Compiling NIOConcurrencyHelpers NIOLockedValueBox.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 IPProtocol.swift
[646/707] Compiling NIOCore IntegerBitPacking.swift
[647/707] Compiling NIOCore IntegerTypes.swift
[648/707] Compiling NIOCore Interfaces.swift
[649/707] Compiling NIOCore Linux.swift
[650/707] Compiling NIOCore MarkedCircularBuffer.swift
[651/707] Compiling NIOCore MulticastChannel.swift
[652/707] Compiling NIOCore NIOAny.swift
[653/707] Compiling NIOCore NIOCloseOnErrorHandler.swift
[654/707] Compiling NIOCore EventLoopFuture+Deprecated.swift
[655/707] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[656/707] Compiling NIOCore EventLoopFuture.swift
[657/707] Compiling NIOCore FileDescriptor.swift
[658/707] Compiling NIOCore FileHandle.swift
[659/707] Compiling NIOCore FileRegion.swift
[660/707] Compiling NIOCore GlobalSingletons.swift
[661/707] Compiling NIOCore IO.swift
[662/707] Compiling NIOCore IOData.swift
[663/707] Compiling NIOCore CircularBuffer.swift
[664/707] Compiling NIOCore Codec.swift
[665/707] Compiling NIOCore ConvenienceOptionSupport.swift
[666/707] Compiling NIOCore DeadChannel.swift
[667/707] Compiling NIOCore DispatchQueue+WithFuture.swift
[668/707] Compiling NIOCore EventLoop+Deprecated.swift
[669/707] Compiling NIOCore EventLoop+SerialExecutor.swift
[670/707] Compiling NIOCore EventLoop.swift
[671/707] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[672/707] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[673/707] Compiling NIOCore SocketAddresses.swift
[674/707] Compiling NIOCore SocketOptionProvider.swift
[675/707] Compiling NIOCore SystemCallHelpers.swift
[676/707] Compiling NIOCore TimeAmount+Duration.swift
[677/707] Compiling NIOCore TypeAssistedChannelHandler.swift
[678/707] Compiling NIOCore UniversalBootstrapSupport.swift
[679/707] Compiling NIOCore Utilities.swift
[680/707] Compiling NIOCore AddressedEnvelope.swift
[681/707] Compiling NIOCore AsyncAwaitSupport.swift
[682/707] Compiling NIOCore AsyncChannel.swift
[683/707] Compiling NIOCore AsyncChannelHandler.swift
[684/707] Compiling NIOCore AsyncChannelInboundStream.swift
[685/707] Compiling NIOCore AsyncChannelOutboundWriter.swift
[686/707] Compiling NIOCore NIOAsyncSequenceProducer.swift
[687/707] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[688/707] Compiling NIOCore NIOAsyncWriter.swift
[689/707] Emitting module NIOCore
[690/707] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[691/707] Compiling NIOCore BSDSocketAPI.swift
[692/707] Compiling NIOCore ByteBuffer-aux.swift
[693/707] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[694/707] Compiling NIOCore ByteBuffer-conversions.swift
[695/707] Compiling NIOCore ByteBuffer-core.swift
[696/707] Compiling NIOCore ByteBuffer-hex.swift
[697/707] Compiling NIOCore ByteBuffer-int.swift
[698/707] Compiling NIOCore ByteBuffer-lengthPrefix.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 HappyEyeballs.swift
[722/769] Compiling NIOPosix IO.swift
[723/769] Compiling NIOPosix IntegerBitPacking.swift
[724/769] Compiling NIOPosix IntegerTypes.swift
[725/769] Compiling NIOPosix Linux.swift
[726/769] Compiling NIOPosix LinuxCPUSet.swift
[727/769] Compiling NIOPosix LinuxUring.swift
[728/769] Compiling NIOPosix ThreadPosix.swift
[729/769] Compiling NIOPosix ThreadWindows.swift
[730/769] Compiling NIOPosix Utilities.swift
[731/769] Compiling NIOPosix VsockAddress.swift
[732/769] Compiling NIOPosix VsockChannelEvents.swift
[733/769] Compiling NIOPosix Windows.swift
[734/769] Compiling NIOPosix BaseStreamSocketChannel.swift
[735/769] Compiling NIOPosix Bootstrap.swift
[736/769] Compiling NIOPosix ControlMessage.swift
[737/769] Compiling NIOPosix DatagramVectorReadManager.swift
[738/769] Compiling NIOPosix Errors+Any.swift
[739/769] Compiling NIOPosix FileDescriptor.swift
[740/769] Compiling NIOPosix GetaddrinfoResolver.swift
[741/769] Emitting module NIOPosix
[742/769] Compiling NIOPosix BSDSocketAPICommon.swift
[743/769] Compiling NIOPosix BSDSocketAPIPosix.swift
[744/769] Compiling NIOPosix BSDSocketAPIWindows.swift
[745/769] Compiling NIOPosix BaseSocket.swift
[746/769] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[747/769] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[748/769] Compiling NIOPosix BaseSocketChannel.swift
[749/769] Compiling NIOPosix ServerSocket.swift
[750/769] Compiling NIOPosix Socket.swift
[751/769] Compiling NIOPosix SocketChannel.swift
[752/769] Compiling NIOPosix SocketProtocols.swift
[753/769] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[754/769] Compiling NIOPosix System.swift
[755/769] Compiling NIOPosix Thread.swift
[756/769] Compiling NIOPosix SelectableChannel.swift
[757/769] Compiling NIOPosix SelectableEventLoop.swift
[758/769] Compiling NIOPosix SelectorEpoll.swift
[759/769] Compiling NIOPosix SelectorGeneric.swift
[760/769] Compiling NIOPosix SelectorKqueue.swift
[761/769] Compiling NIOPosix SelectorUring.swift
[762/769] Compiling NIOPosix SelectorWSAPoll.swift
[763/769] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[764/769] Compiling NIOPosix NIOPosixSendableMetatype.swift
[765/769] Compiling NIOPosix NIOThreadPool.swift
[766/769] Compiling NIOPosix NonBlockingFileIO.swift
[767/769] Compiling NIOPosix PendingDatagramWritesManager.swift
[768/769] Compiling NIOPosix PendingWritesManager.swift
[769/769] Compiling NIOPosix PipeChannel.swift
[771/772] Emitting module NIO
[772/772] Compiling NIO Exports.swift
[774/812] Compiling NIOTLS TLSEvents.swift
[775/812] Emitting module NIOSOCKS
[776/812] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[777/812] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[778/813] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[779/813] Compiling NIOSOCKS ClientStateMachine.swift
[780/813] Compiling NIOSOCKS SOCKSResponse.swift
[781/813] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[782/813] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[783/813] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[784/813] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[785/813] Compiling NIOTLS SNIHandler.swift
[786/813] Emitting module NIOTLS
[787/813] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[788/814] Compiling NIOSOCKS ServerStateMachine.swift
[789/814] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[790/814] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[791/816] Compiling NIOHTTP1 HTTPEncoder.swift
[793/816] Compiling NIOHTTP1 ByteCollectionUtils.swift
[794/816] Compiling NIOHTTP1 HTTPDecoder.swift
[797/846] Compiling NIOSSL IdentityVerification.swift
[798/846] Compiling NIOSSL SSLCertificate.swift
[799/846] Compiling NIOSSL LinuxCABundle.swift
[800/846] Compiling NIOSSL NIOSSLClientHandler.swift
[801/846] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[802/846] Compiling NIOSSL NIOSSLHandler.swift
[803/846] Compiling NIOSSL SSLCertificateExtensions.swift
[804/846] Compiling NIOSSL SSLCertificateName.swift
[805/846] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[806/846] Emitting module NIOFoundationCompat
[807/846] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[808/846] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[809/846] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[811/848] Compiling NIOSSL ByteBufferBIO.swift
[812/848] Compiling NIOSSL CustomPrivateKey.swift
[813/848] Compiling NIOSSL SSLConnection.swift
[814/848] Compiling NIOSSL SSLContext.swift
[815/869] Compiling NIOTransportServices AcceptHandler.swift
[816/869] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[817/869] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[818/869] Compiling NIOTransportServices StateManagedChannel.swift
[819/869] Compiling NIOTransportServices StateManagedListenerChannel.swift
[820/869] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[821/871] Compiling NIOTransportServices NIOTSBootstraps.swift
[822/871] Compiling NIOTransportServices NIOTSChannelOptions.swift
[823/871] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[824/871] Emitting module NIOTransportServices
[825/871] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[826/871] Compiling NIOTransportServices NIOTSSingletons.swift
[827/871] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[828/871] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[829/871] Compiling NIOTransportServices NIOTSErrors.swift
[830/871] Compiling NIOTransportServices NIOTSEventLoop.swift
[831/871] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[832/871] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[833/871] Compiling NIOTransportServices NIOTSListenerChannel.swift
[834/871] Emitting module NIOHTTP1
[835/871] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[836/871] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[839/871] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[844/872] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[846/876] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[847/876] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[849/895] Emitting module NIOSSL
[850/895] Compiling NIOSSL SubjectAlternativeName.swift
[851/895] Compiling NIOSSL NIOSSLSecureBytes.swift
[852/895] Compiling NIOSSL RNG.swift
[853/895] Compiling NIOSSL SafeCompare.swift
[854/895] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[855/895] Compiling NIOHPACK IndexedHeaderTable.swift
[856/895] Compiling NIOHPACK IntegerCoding.swift
[857/896] Compiling NIOHPACK HPACKHeader.swift
[858/896] Compiling NIOHPACK HeaderTables.swift
[865/896] Compiling NIOHPACK DynamicHeaderTable.swift
[866/896] Compiling NIOHPACK HPACKDecoder.swift
[867/896] Compiling NIOHPACK HPACKEncoder.swift
[868/896] Compiling NIOHPACK HPACKErrors.swift
[873/896] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[876/896] Compiling NIOHPACK HuffmanTables.swift
[877/896] Compiling NIOHTTPCompression HTTPDecompression.swift
[878/896] Compiling NIOHTTPCompression HTTPCompression.swift
[879/896] Emitting module NIOHTTPCompression
[880/896] Compiling NIOHPACK StaticHeaderTable.swift
[881/896] Compiling NIOHPACK HuffmanCoding.swift
[882/896] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[883/896] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[884/897] Emitting module NIOHPACK
[895/898] Compiling NIOSSL Zeroization.swift
[896/898] Compiling NIOSSL TLSConfiguration.swift
[897/898] Compiling NIOSSL UniversalBootstrapSupport.swift
[898/898] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[900/962] Compiling NIOHTTP2 MaySendFrames.swift
[901/962] Compiling NIOHTTP2 SendingDataState.swift
[902/962] Compiling NIOHTTP2 SendingGoawayState.swift
[903/962] Compiling NIOHTTP2 SendingHeadersState.swift
[904/962] Compiling NIOHTTP2 SendingPushPromiseState.swift
[905/962] Compiling NIOHTTP2 SendingRstStreamState.swift
[906/962] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[907/962] Compiling NIOHTTP2 HTTP2SettingsState.swift
[908/962] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[909/970] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[910/970] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[911/970] Compiling NIOHTTP2 HTTP2UserEvents.swift
[912/970] Compiling NIOHTTP2 InboundEventBuffer.swift
[913/970] Compiling NIOHTTP2 InboundWindowManager.swift
[914/970] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[915/970] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[916/970] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[917/970] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[918/970] Compiling NIOHTTP2 StreamChannelFlowController.swift
[919/970] Compiling NIOHTTP2 StreamChannelList.swift
[920/970] Compiling NIOHTTP2 StreamMap.swift
[921/970] Compiling NIOHTTP2 StreamStateMachine.swift
[922/970] Compiling NIOHTTP2 Timer.swift
[923/970] Compiling NIOHTTP2 UnsafeTransfer.swift
[924/970] Compiling NIOHTTP2 WatermarkedFlowController.swift
[925/970] Compiling NIOHTTP2 ConnectionStateMachine.swift
[926/970] Compiling NIOHTTP2 ConnectionStreamsState.swift
[927/970] Compiling NIOHTTP2 MayReceiveFrames.swift
[928/970] Compiling NIOHTTP2 ReceivingDataState.swift
[929/970] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[930/970] Compiling NIOHTTP2 ReceivingHeadersState.swift
[931/970] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[932/970] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[933/970] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[934/970] Emitting module NIOHTTP2
[935/970] Compiling NIOHTTP2 HTTP2FrameParser.swift
[936/970] Compiling NIOHTTP2 HTTP2PingData.swift
[937/970] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[938/970] Compiling NIOHTTP2 HTTP2Settings.swift
[939/970] Compiling NIOHTTP2 HTTP2Stream.swift
[940/970] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[941/970] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[942/970] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[943/970] Compiling NIOHTTP2 HTTP2StreamID.swift
[944/970] Compiling NIOHTTP2 HasFlowControlWindows.swift
[945/970] Compiling NIOHTTP2 HasLocalSettings.swift
[946/970] Compiling NIOHTTP2 HasRemoteSettings.swift
[947/970] Compiling NIOHTTP2 LocallyQuiescingState.swift
[948/970] Compiling NIOHTTP2 QuiescingState.swift
[949/970] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[950/970] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[951/970] Compiling NIOHTTP2 StateMachineResult.swift
[952/970] Compiling NIOHTTP2 ContentLengthVerifier.swift
[953/970] Compiling NIOHTTP2 DOSHeuristics.swift
[954/970] Compiling NIOHTTP2 Error+Any.swift
[955/970] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[956/970] Compiling NIOHTTP2 ControlFrameBuffer.swift
[957/970] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[958/970] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[959/970] Compiling NIOHTTP2 GlitchesMonitor.swift
[960/970] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[961/970] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.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 LRUCache.swift
[974/1043] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[975/1043] Compiling AsyncHTTPClient NWErrorHandler.swift
[976/1043] Compiling AsyncHTTPClient NWWaitingHandler.swift
[977/1043] Compiling AsyncHTTPClient TLSConfiguration.swift
[978/1043] Compiling AsyncHTTPClient RedirectState.swift
[979/1043] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[980/1043] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[981/1043] Compiling AsyncHTTPClient RequestBag.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 AnyAsyncSequence.swift
[1000/1043] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1001/1043] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1002/1043] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1003/1043] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1004/1043] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1005/1043] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1006/1043] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1007/1043] Compiling AsyncHTTPClient HTTPClientRequest.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 RequestOptions.swift
[1018/1043] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1019/1043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1020/1043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1021/1043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1022/1043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1023/1043] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1024/1043] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1025/1043] Compiling AsyncHTTPClient ConnectionTarget.swift
[1026/1043] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1027/1043] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1028/1043] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1029/1043] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1030/1043] Compiling AsyncHTTPClient HTTP1Connection.swift
[1031/1043] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1032/1043] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1033/1043] Compiling AsyncHTTPClient HTTP2Connection.swift
[1034/1043] Compiling AsyncHTTPClient HTTP2IdleHandler.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
[1045/1050] Compiling Xet Xorb.swift
[1046/1050] Emitting module Xet
[1047/1050] Compiling Xet CAS.swift
[1048/1050] Compiling Xet BG4.swift
[1049/1050] Compiling Xet Xet.swift
[1050/1050] Compiling Xet LZ4.swift
Build complete! (340.77s)
Build complete.
{
"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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.