Build Information
Successful build of hummingbird-redis, reference main (3278a7
), with Swift 6.1 for Android on 12 Sep 2025 22:48:29 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-redis.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/hummingbird-project/hummingbird-redis
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3278a7b Add use hummingbird-valkey notice to README
Cloned https://github.com/hummingbird-project/hummingbird-redis.git
Revision (git rev-parse @):
3278a7b7eadcfdbdcae42f2ebfe5d3cc8067254b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-redis.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-redis.git
https://github.com/hummingbird-project/hummingbird-redis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "redistack",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/RediStack.git"
}
],
"manifest_display_name" : "hummingbird-redis",
"name" : "hummingbird-redis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdRedis",
"targets" : [
"HummingbirdRedis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdRedisTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdRedisTests",
"path" : "Tests/HummingbirdRedisTests",
"product_dependencies" : [
"Hummingbird",
"HummingbirdTesting"
],
"sources" : [
"PersistTests.swift",
"RedisTests.swift"
],
"target_dependencies" : [
"HummingbirdRedis"
],
"type" : "test"
},
{
"c99name" : "HummingbirdRedis",
"module_type" : "SwiftTarget",
"name" : "HummingbirdRedis",
"path" : "Sources/HummingbirdRedis",
"product_dependencies" : [
"Hummingbird",
"RediStack"
],
"product_memberships" : [
"HummingbirdRedis"
],
"sources" : [
"Deprecations.swift",
"Persist+Redis.swift",
"Redis+Codable.swift",
"RedisConfiguration.swift",
"RedisConnectionPoolService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/RediStack.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/4714] Fetching redistack
[944/29665] Fetching redistack, hummingbird
Fetched https://github.com/swift-server/RediStack.git from cache (2.70s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.72s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (6.84s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-metrics.git
[1/2350] Fetching swift-metrics
[119/6253] Fetching swift-metrics, swift-log
[4693/21328] Fetching swift-metrics, swift-log, swift-nio-ssl
[8214/99408] Fetching swift-metrics, swift-log, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-atomics.git
[72096/101222] Fetching swift-metrics, swift-log, swift-nio-ssl, swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.03s)
[73642/99408] Fetching swift-metrics, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (10.92s)
Fetched https://github.com/apple/swift-metrics.git from cache (10.92s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (11.01s)
Fetched https://github.com/apple/swift-nio.git from cache (11.18s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (12.12s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.16.0 (1.13s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2718] Fetching swift-nio-transport-services
[1524/5188] Fetching swift-nio-transport-services, swift-service-lifecycle
[4078/19447] Fetching swift-nio-transport-services, swift-service-lifecycle, async-http-client
[4771/31108] Fetching swift-nio-transport-services, swift-service-lifecycle, async-http-client, swift-nio-http2
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.70s)
[6423/28390] Fetching swift-service-lifecycle, async-http-client, swift-nio-http2
Fetching https://github.com/apple/swift-http-types.git
[18674/33608] Fetching swift-service-lifecycle, async-http-client, swift-nio-http2, swift-distributed-tracing
[21120/34531] Fetching swift-service-lifecycle, async-http-client, swift-nio-http2, swift-distributed-tracing, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.83s)
[31626/33608] Fetching swift-service-lifecycle, async-http-client, swift-nio-http2, swift-distributed-tracing
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.76s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.08s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/swift-server/async-http-client.git from cache (3.78s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.84s)
[1/17460] Fetching swift-collections
[5589/23587] Fetching swift-collections, swift-nio-extras
[6603/28978] Fetching swift-collections, swift-nio-extras, swift-async-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.32s)
[13074/22851] Fetching swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.33s)
[8381/17460] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (5.29s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (8.03s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (3.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.43s)
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.68s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.17s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.0 (1.05s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.37s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.44s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (1.00s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.23s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.18s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/1629] Fetching swift-asn1
[506/2805] Fetching swift-asn1, swift-http-structured-headers
[2806/9388] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.52s)
[3144/8212] Fetching swift-asn1, swift-certificates
[8213/14198] Fetching swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.94s)
[7960/12569] Fetching swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (0.95s)
[1976/5986] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.77s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.30s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.09s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.11s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.75s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.94s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (1.12s)
Fetching https://github.com/apple/swift-crypto.git
[1/16910] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.11s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (4.13s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.94s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (1.25s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (3.26s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (1.26s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/RediStack.git
Working copy of https://github.com/swift-server/RediStack.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.28.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.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.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.13.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.16.0
Building for debugging...
[0/451] Write sources
[36/451] Compiling CNIOWindows shim.c
[37/451] Compiling CNIOPosix event_loop_id.c
[38/451] Compiling CNIOWASI CNIOWASI.c
[39/451] Compiling _AtomicsShims.c
[40/451] Compiling CNIOWindows WSAStartup.c
[41/451] Compiling CNIOLinux liburing_shims.c
[42/451] Compiling CNIODarwin shim.c
[43/451] Compiling CNIOLLHTTP c_nio_http.c
[44/451] Compiling CNIOLinux shim.c
[45/451] Compiling fiat_p256_adx_mul.S
[46/451] Compiling fiat_p256_adx_sqr.S
[47/451] Compiling fiat_curve25519_adx_square.S
[48/451] Compiling CNIOLLHTTP c_nio_api.c
[49/451] Compiling fiat_curve25519_adx_mul.S
[50/451] Write swift-version-24593BA9C3E375BF.txt
[51/451] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/451] Compiling CNIOBoringSSLShims shims.c
[53/457] Compiling tls_method.cc
[54/457] Compiling tls13_client.cc
[55/457] Compiling tls_record.cc
[56/457] Compiling tls13_both.cc
[57/457] Compiling tls13_enc.cc
[58/490] Compiling tls13_server.cc
[60/493] Emitting module InternalCollectionsUtilities
[61/494] Emitting module HTTPTypes
[62/495] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/495] Compiling InternalCollectionsUtilities Integer rank.swift
[64/495] Compiling ConcurrencyHelpers LockedValueBox.swift
[65/495] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/495] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/495] Compiling HTTPTypes HTTPFieldName.swift
[68/495] Compiling ServiceContextModule ServiceContextKey.swift
[69/495] Compiling ServiceContextModule ServiceContext.swift
[70/495] Emitting module ServiceContextModule
[71/495] Compiling HTTPTypes HTTPField.swift
[72/495] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[73/495] Compiling InternalCollectionsUtilities Debugging.swift
[74/495] Compiling InternalCollectionsUtilities Descriptions.swift
[75/495] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[76/496] Compiling HTTPTypes ISOLatin1String.swift
[77/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[78/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[79/496] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[80/496] Compiling InternalCollectionsUtilities _SortedCollection.swift
[81/496] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[82/496] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/497] Compiling CoreMetrics Metrics.swift
[84/497] Compiling HTTPTypes HTTPParsedFields.swift
[85/497] Compiling HTTPTypes HTTPResponse.swift
[86/497] Compiling HTTPTypes HTTPRequest.swift
[87/497] Compiling _NIODataStructures _TinyArray.swift
[88/497] Emitting module _NIOBase64
[89/497] Compiling _NIODataStructures PriorityQueue.swift
[90/497] Compiling _NIOBase64 Base64.swift
[91/498] Compiling HTTPTypes NIOLock.swift
[92/498] Emitting module _NIODataStructures
[93/498] Compiling _NIODataStructures Heap.swift
[98/578] Compiling Instrumentation Instrument.swift
[99/645] Compiling Instrumentation NoOpInstrument.swift
[100/646] Emitting module Instrumentation
[101/646] Compiling Instrumentation MultiplexInstrument.swift
[102/646] Compiling _RopeModule BigString+Contents.swift
[103/646] Compiling _RopeModule BigString+Debugging.swift
[104/648] Compiling _RopeModule BigString+Invariants.swift
[105/648] Compiling _RopeModule BigString+Iterators.swift
[106/648] Compiling _RopeModule BigString+Index.swift
[107/648] Compiling _RopeModule BigString+Ingester.swift
[108/648] Compiling _RopeModule BigString+Sequence.swift
[109/648] Compiling _RopeModule BigString+TextOutputStream.swift
[110/648] Compiling _RopeModule Rope+_Storage.swift
[111/648] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[112/648] Compiling _RopeModule Rope+_UnsafeHandle.swift
[113/648] Compiling _RopeModule Rope.swift
[114/648] Compiling _RopeModule RopeElement.swift
[115/655] Compiling Atomics IntegerOperations.swift
[116/655] Compiling Atomics Unmanaged extensions.swift
[117/655] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[118/655] Compiling _RopeModule BigString+CustomStringConvertible.swift
[119/655] Compiling _RopeModule BigString+Equatable.swift
[120/655] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[121/655] Compiling _RopeModule BigString+Hashing.swift
[122/655] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[123/655] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[124/655] Compiling Logging Locks.swift
[125/655] Compiling Logging MetadataProvider.swift
[126/655] Compiling CoreMetrics Locks.swift
[127/655] Emitting module CoreMetrics
[128/655] Compiling Instrumentation InstrumentationSystem.swift
[129/655] Compiling Instrumentation Locks.swift
[130/657] Emitting module ConcurrencyHelpers
[131/657] Compiling ConcurrencyHelpers Lock.swift
[132/658] Compiling Logging Logging.swift
[133/658] Compiling Logging LogHandler.swift
[134/658] Emitting module Logging
[138/659] Compiling _RopeModule BigSubstring.swift
[139/659] Compiling _RopeModule Rope+Builder.swift
[140/659] Compiling _RopeModule Rope+Debugging.swift
[141/659] Compiling _RopeModule Rope+Invariants.swift
[142/659] Compiling _RopeModule Rope+_Node.swift
[143/659] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[144/659] Compiling _RopeModule BigString+Chunk+Breaks.swift
[145/659] Compiling _RopeModule BigString+Chunk+Counts.swift
[146/659] Compiling _RopeModule BigString+Chunk+Description.swift
[147/659] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[148/659] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[149/659] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[150/659] Compiling _RopeModule BigString+Chunk+Splitting.swift
[151/659] Compiling _RopeModule BigString+Chunk.swift
[152/659] Compiling _RopeModule BigString+BidirectionalCollection.swift
[153/659] Compiling _RopeModule BigString+Comparable.swift
[154/659] Compiling _RopeModule BigString+Append.swift
[155/659] Compiling _RopeModule BigString+Initializers.swift
[156/659] Compiling _RopeModule BigString+Insert.swift
[157/659] Compiling _RopeModule BigString+Managing Breaks.swift
[158/659] Compiling _RopeModule BigString+RemoveSubrange.swift
[159/659] Compiling _RopeModule BigString+ReplaceSubrange.swift
[160/659] Compiling _RopeModule BigString+Split.swift
[161/659] Compiling _RopeModule Range+BigString.swift
[165/659] Compiling _RopeModule BigString.swift
[166/659] Compiling _RopeModule BigString+UnicodeScalarView.swift
[167/659] Compiling _RopeModule BigSubstring+UTF16View.swift
[168/659] Compiling _RopeModule BigSubstring+UTF8View.swift
[169/659] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[176/677] Compiling OrderedCollections OrderedSet+Sendable.swift
[177/677] Compiling OrderedCollections OrderedSet+SubSequence.swift
[178/677] Compiling OrderedCollections OrderedSet+Testing.swift
[179/677] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[180/688] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[181/688] Compiling HeapModule Heap+Descriptions.swift
[182/688] Compiling Tracing InstrumentationSystem+Tracing.swift
[183/688] Compiling Tracing TracingTime.swift
[184/688] Compiling HeapModule _HeapNode.swift
[185/688] Compiling HeapModule Heap.swift
[186/688] Emitting module HeapModule
[187/688] Compiling HeapModule Heap+Invariants.swift
[188/688] Compiling HeapModule Heap+UnsafeHandle.swift
[189/689] Emitting module Tracing
[190/689] Compiling Tracing TracerProtocol.swift
[192/689] Compiling Tracing TracerProtocol+Legacy.swift
[193/689] Compiling Tracing Tracer.swift
[194/689] Compiling _RopeModule BigString+UTF16View.swift
[195/689] Compiling _RopeModule BigString+UTF8View.swift
[196/689] Compiling _RopeModule BigString+Builder.swift
[206/689] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[207/689] Compiling OrderedCollections OrderedSet.swift
[208/689] Compiling OrderedCollections _UnsafeBitset.swift
[209/689] Compiling UnixSignals UnixSignal.swift
[210/689] Compiling UnixSignals UnixSignalsSequence.swift
[211/689] Emitting module UnixSignals
[215/690] Compiling _RopeModule Rope+Sequence.swift
[216/690] Compiling _RopeModule Rope+Append.swift
[217/690] Compiling _RopeModule Rope+Extract.swift
[218/690] Compiling _RopeModule Rope+Find.swift
[219/690] Compiling _RopeModule Rope+ForEachWhile.swift
[220/690] Compiling _RopeModule Rope+Insert.swift
[222/766] Compiling Tracing SpanProtocol.swift
[223/766] Compiling Tracing NoOpTracer.swift
[225/767] Emitting module OrderedCollections
[227/768] Emitting module Atomics
[228/768] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[229/768] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[230/768] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[231/768] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[232/768] Compiling HashTreeCollections _HashNode+Structural merge.swift
[233/768] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[234/768] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[235/768] Compiling HashTreeCollections _HashNode+Storage.swift
[236/768] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[237/768] Compiling HashTreeCollections _HashNode+Structural filter.swift
[238/768] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[240/769] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[241/769] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[242/769] Compiling HashTreeCollections TreeDictionary+Filter.swift
[243/769] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[244/769] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[245/769] Compiling HashTreeCollections TreeDictionary+Keys.swift
[246/769] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[247/769] Compiling HashTreeCollections TreeDictionary+Merge.swift
[248/769] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[249/769] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[250/769] Compiling HashTreeCollections TreeDictionary+Values.swift
[251/779] Compiling HashTreeCollections TreeSet+Hashable.swift
[252/779] Compiling HashTreeCollections TreeSet+Sendable.swift
[253/779] Compiling HashTreeCollections TreeSet+Sequence.swift
[254/779] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[255/779] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[256/779] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[257/779] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[258/779] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[259/779] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[260/779] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[261/779] Compiling HashTreeCollections TreeDictionary.swift
[262/779] Compiling HashTreeCollections TreeSet+Codable.swift
[263/779] Compiling HashTreeCollections TreeSet+Collection.swift
[264/779] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[265/779] Compiling HashTreeCollections TreeSet+Debugging.swift
[266/779] Compiling HashTreeCollections TreeSet+Descriptions.swift
[267/779] Compiling HashTreeCollections TreeSet+Equatable.swift
[268/779] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[269/779] Compiling HashTreeCollections TreeSet+Extras.swift
[270/779] Compiling HashTreeCollections TreeSet+Filter.swift
[271/779] Emitting module _RopeModule
[280/779] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[281/779] Emitting module Metrics
[282/779] Compiling HTTPTypes HTTPFields.swift
[285/780] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[286/780] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[287/780] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[288/780] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[289/780] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[290/780] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[291/780] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[292/780] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[293/780] Compiling HashTreeCollections TreeSet.swift
[294/780] Compiling HashTreeCollections _HashTreeIterator.swift
[295/780] Compiling HashTreeCollections _HashTreeStatistics.swift
[296/780] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[297/780] Compiling HashTreeCollections _RawHashNode.swift
[298/780] Compiling HashTreeCollections _UnmanagedHashNode.swift
[299/780] Compiling HashTreeCollections _UnsafePath.swift
[300/780] Compiling HashTreeCollections TreeDictionary+Codable.swift
[301/780] Compiling HashTreeCollections TreeDictionary+Collection.swift
[302/780] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[303/780] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[304/780] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[305/795] Compiling DequeModule Deque.swift
[306/795] Compiling DequeModule _DequeBuffer.swift
[307/795] Compiling DequeModule _DequeBufferHeader.swift
[308/795] Compiling HashTreeCollections _Hash.swift
[309/795] Compiling HashTreeCollections _HashLevel.swift
[310/795] Compiling HashTreeCollections _HashNode+Builder.swift
[311/795] Compiling HashTreeCollections _HashNode+Debugging.swift
[312/795] Compiling HashTreeCollections _HashNode+Initializers.swift
[313/795] Compiling HashTreeCollections _HashNode+Invariants.swift
[314/795] Compiling HashTreeCollections _HashNode+Lookups.swift
[315/795] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[316/795] Compiling DequeModule Deque._UnsafeHandle.swift
[338/795] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[339/795] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[340/795] Compiling HashTreeCollections _HashNode+Structural union.swift
[341/795] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[342/795] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[343/795] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[344/795] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[345/795] Compiling DequeModule Deque+Codable.swift
[346/795] Compiling DequeModule Deque+Collection.swift
[347/795] Compiling DequeModule Deque+CustomReflectable.swift
[348/795] Compiling DequeModule Deque+Descriptions.swift
[349/795] Compiling DequeModule Deque+Equatable.swift
[350/795] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[351/795] Compiling DequeModule Deque+Extras.swift
[352/795] Compiling DequeModule Deque+Hashable.swift
[353/795] Compiling DequeModule Deque+Testing.swift
[354/795] Compiling DequeModule Deque._Storage.swift
[355/795] Compiling HashTreeCollections _HashNode.swift
[356/795] Compiling HashTreeCollections _HashNodeHeader.swift
[357/795] Compiling HashTreeCollections _HashSlot.swift
[358/795] Compiling HashTreeCollections _HashStack.swift
[367/798] Compiling Metrics Metrics.swift
[376/799] Compiling DequeModule _DequeSlot.swift
[377/799] Compiling DequeModule _UnsafeWrappedBuffer.swift
[406/799] Emitting module DequeModule
[406/800] Compiling ssl_versions.cc
[408/800] Compiling t1_enc.cc
[409/800] Compiling ssl_transcript.cc
[410/800] Compiling ssl_x509.cc
[412/800] Emitting module HashTreeCollections
[413/846] Compiling ssl_stat.cc
[414/846] Compiling ssl_session.cc
[416/846] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[417/846] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[418/846] Compiling AsyncAlgorithms MergeStateMachine.swift
[419/846] Compiling AsyncAlgorithms MergeStorage.swift
[420/846] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[421/846] Compiling AsyncAlgorithms Rethrow.swift
[421/852] Compiling ssl_privkey.cc
[423/852] Emitting module AsyncAlgorithms
[424/852] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[425/852] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[426/852] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[427/852] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[428/852] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[429/852] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[430/852] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[430/852] Compiling ssl_file.cc
[431/852] Compiling ssl_key_share.cc
[432/852] Compiling ssl_credential.cc
[434/852] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[435/852] Compiling AsyncAlgorithms DebounceStateMachine.swift
[436/852] Compiling AsyncAlgorithms DebounceStorage.swift
[437/852] Compiling AsyncAlgorithms Dictionary.swift
[438/852] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[439/852] Compiling AsyncAlgorithms Locking.swift
[439/852] Compiling ssl_lib.cc
[440/852] Compiling ssl_cipher.cc
[442/852] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[443/852] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[444/852] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[445/852] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[446/852] Compiling AsyncAlgorithms AsyncChannel.swift
[447/852] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[448/852] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[449/852] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[450/852] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[451/852] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[452/852] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[453/852] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[454/852] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[455/852] Compiling AsyncAlgorithms ChannelStateMachine.swift
[456/852] Compiling AsyncAlgorithms ChannelStorage.swift
[457/852] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[458/852] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[459/852] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[460/852] Compiling AsyncAlgorithms CombineLatestStorage.swift
[461/852] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[462/852] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[463/852] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[464/852] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[465/852] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[466/852] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[466/852] Compiling ssl_cert.cc
[467/852] Compiling ssl_buffer.cc
[469/852] Compiling AsyncAlgorithms SetAlgebra.swift
[470/852] Compiling AsyncAlgorithms UnsafeTransfer.swift
[471/852] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[472/852] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[473/852] Compiling AsyncAlgorithms ZipStateMachine.swift
[474/852] Compiling AsyncAlgorithms ZipStorage.swift
[475/853] Compiling ssl_asn1.cc
[476/861] Compiling s3_pkt.cc
[477/861] Compiling ssl_aead_ctx.cc
[479/861] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[479/862] Compiling s3_both.cc
[481/862] Compiling ServiceLifecycle ServiceRunnerError.swift
[482/862] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[483/862] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[484/862] Compiling ServiceLifecycle GracefulShutdown.swift
[485/862] Compiling ServiceLifecycle CancellationWaiter.swift
[486/862] Emitting module ServiceLifecycle
[486/862] Compiling handshake_client.cc
[487/862] Compiling s3_lib.cc
[488/862] Compiling handshake_server.cc
[489/862] Compiling handshake.cc
[491/862] Compiling ServiceLifecycle Service.swift
[492/862] Compiling ServiceLifecycle ServiceGroup.swift
[493/863] Compiling handoff.cc
[494/863] Compiling extensions.cc
[495/863] Compiling dtls_record.cc
[496/863] Compiling dtls_method.cc
[497/863] Compiling md5-x86_64-linux.S
[498/863] Compiling md5-x86_64-apple.S
[499/863] Compiling md5-586-linux.S
[500/863] Compiling md5-586-apple.S
[501/863] Compiling chacha20_poly1305_x86_64-linux.S
[502/863] Compiling encrypted_client_hello.cc
[503/863] Compiling d1_pkt.cc
[504/863] Compiling chacha20_poly1305_x86_64-apple.S
[505/863] Compiling chacha20_poly1305_armv8-win.S
[506/863] Compiling chacha20_poly1305_armv8-apple.S
[507/863] Compiling chacha-x86_64-linux.S
[508/863] Compiling chacha20_poly1305_armv8-linux.S
[509/863] Compiling chacha-x86_64-apple.S
[510/863] Compiling chacha-x86-linux.S
[511/863] Compiling chacha-x86-apple.S
[512/863] Compiling d1_srtp.cc
[513/863] Compiling chacha-armv8-win.S
[514/863] Compiling chacha-armv8-apple.S
[515/863] Compiling chacha-armv4-linux.S
[516/863] Compiling chacha-armv8-linux.S
[517/863] Compiling aes128gcmsiv-x86_64-linux.S
[518/863] Compiling aes128gcmsiv-x86_64-apple.S
[519/863] Compiling x86_64-mont5-linux.S
[520/863] Compiling x86_64-mont5-apple.S
[521/863] Compiling x86_64-mont-linux.S
[522/863] Compiling x86_64-mont-apple.S
[523/863] Compiling err_data.cc
[524/863] Compiling x86-mont-linux.S
[525/863] Compiling x86-mont-apple.S
[526/863] Compiling vpaes-x86_64-linux.S
[527/863] Compiling d1_lib.cc
[528/863] Compiling vpaes-x86_64-apple.S
[529/863] Compiling vpaes-x86-linux.S
[530/863] Compiling vpaes-armv8-win.S
[531/863] Compiling vpaes-x86-apple.S
[532/863] Compiling vpaes-armv8-apple.S
[533/863] Compiling sha512-x86_64-linux.S
[534/863] Compiling vpaes-armv7-linux.S
[535/863] Compiling sha512-x86_64-apple.S
[536/863] Compiling vpaes-armv8-linux.S
[537/863] Compiling sha512-armv8-win.S
[538/863] Compiling sha512-armv8-apple.S
[539/863] Compiling sha512-armv4-linux.S
[540/863] Compiling sha512-armv8-linux.S
[541/863] Compiling sha512-586-linux.S
[542/863] Compiling sha512-586-apple.S
[542/863] Compiling sha256-x86_64-linux.S
[544/863] Compiling sha256-x86_64-apple.S
[545/863] Compiling sha256-armv8-apple.S
[546/863] Compiling sha256-armv8-linux.S
[547/863] Compiling sha256-armv8-win.S
[548/863] Compiling sha256-586-apple.S
[549/863] Compiling sha256-586-linux.S
[550/863] Compiling sha256-armv4-linux.S
[551/863] Compiling sha1-x86_64-linux.S
[552/863] Compiling sha1-armv8-win.S
[553/863] Compiling sha1-x86_64-apple.S
[554/863] Compiling sha1-armv8-apple.S
[555/863] Compiling sha1-armv8-linux.S
[556/863] Compiling sha1-586-apple.S
[557/863] Compiling sha1-armv4-large-linux.S
[558/863] Compiling rsaz-avx2-apple.S
[559/863] Compiling sha1-586-linux.S
[560/863] Compiling rsaz-avx2-linux.S
[561/863] Compiling rdrand-x86_64-apple.S
[562/863] Compiling p256_beeu-x86_64-asm-linux.S
[563/863] Compiling p256_beeu-x86_64-asm-apple.S
[564/863] Compiling rdrand-x86_64-linux.S
[565/863] Compiling bio_ssl.cc
[566/863] Compiling p256_beeu-armv8-asm-win.S
[567/863] Compiling p256_beeu-armv8-asm-linux.S
[568/863] Compiling p256-x86_64-asm-linux.S
[569/863] Compiling p256-x86_64-asm-apple.S
[570/863] Compiling p256_beeu-armv8-asm-apple.S
[571/863] Compiling p256-armv8-asm-win.S
[572/863] Compiling p256-armv8-asm-apple.S
[573/863] Compiling p256-armv8-asm-linux.S
[574/863] Compiling ghashv8-armv8-win.S
[575/863] Compiling ghashv8-armv8-apple.S
[576/863] Compiling ghashv8-armv7-linux.S
[577/863] Compiling ghashv8-armv8-linux.S
[578/863] Compiling ghash-x86_64-linux.S
[579/863] Compiling ghash-x86_64-apple.S
[580/863] Compiling ghash-x86-linux.S
[581/863] Compiling ghash-x86-apple.S
[582/863] Compiling ghash-ssse3-x86_64-linux.S
[583/863] Compiling ghash-ssse3-x86_64-apple.S
[584/863] Compiling ghash-ssse3-x86-linux.S
[584/863] Compiling ghash-ssse3-x86-apple.S
[586/863] Compiling ghash-neon-armv8-win.S
[587/863] Compiling ghash-neon-armv8-apple.S
[588/863] Compiling ghash-neon-armv8-linux.S
[589/863] Compiling ghash-armv4-linux.S
[590/863] Compiling bsaes-armv7-linux.S
[591/863] Compiling co-586-apple.S
[591/863] Compiling co-586-linux.S
[593/863] Compiling bn-armv8-linux.S
[594/863] Compiling bn-armv8-win.S
[595/863] Compiling bn-586-linux.S
[596/863] Compiling bn-armv8-apple.S
[597/863] Compiling bn-586-apple.S
[598/863] Compiling armv8-mont-apple.S
[599/863] Compiling armv4-mont-linux.S
[600/863] Compiling armv8-mont-win.S
[601/863] Compiling aesv8-gcm-armv8-win.S
[602/863] Compiling armv8-mont-linux.S
[603/863] Compiling aesv8-gcm-armv8-apple.S
[604/863] Compiling aesv8-gcm-armv8-linux.S
[605/863] Compiling aesv8-armv8-win.S
[606/863] Compiling aesv8-armv8-apple.S
[607/863] Compiling aesni-x86_64-apple.S
[608/863] Compiling aesv8-armv8-linux.S
[609/863] Compiling aesv8-armv7-linux.S
[610/863] Compiling aesni-x86_64-linux.S
[611/863] Compiling aesni-gcm-x86_64-linux.S
[612/863] Compiling aesni-x86-apple.S
[612/863] Compiling aes-gcm-avx2-x86_64-linux.S
[614/863] Compiling aesni-x86-linux.S
[615/863] Compiling aesni-gcm-x86_64-apple.S
[616/863] Compiling aes-gcm-avx10-x86_64-linux.S
[617/863] Compiling aes-gcm-avx2-x86_64-apple.S
[618/863] Compiling aes-gcm-avx10-x86_64-apple.S
[619/863] Compiling d1_both.cc
[620/863] Compiling x_x509.cc
[621/863] Compiling x_x509a.cc
[622/863] Compiling x_sig.cc
[623/863] Compiling x_pubkey.cc
[624/863] Compiling x_val.cc
[625/863] Compiling x_spki.cc
[626/863] Compiling x_req.cc
[627/863] Compiling x_name.cc
[628/863] Compiling x509spki.cc
[629/863] Compiling x_attrib.cc
[630/863] Compiling x_exten.cc
[631/863] Compiling x_algor.cc
[632/863] Compiling x_all.cc
[633/863] Compiling x_crl.cc
[634/863] Compiling x509rset.cc
[635/863] Compiling x509name.cc
[636/863] Compiling x509_v3.cc
[637/863] Compiling x509_txt.cc
[638/863] Compiling x509_vpm.cc
[639/863] Compiling x509cset.cc
[640/863] Compiling x509_set.cc
[641/863] Compiling x509_trs.cc
[642/863] Compiling x509_vfy.cc
[643/863] Compiling x509_req.cc
[644/863] Compiling x509_ext.cc
[645/863] Compiling x509_lu.cc
[646/863] Compiling x509_obj.cc
[647/863] Compiling x509_att.cc
[648/863] Compiling x509_def.cc
[649/863] Compiling x509_d2.cc
[650/863] Compiling x509.cc
[651/863] Compiling x509_cmp.cc
[652/863] Compiling v3_purp.cc
[653/863] Compiling v3_utl.cc
[654/863] Compiling v3_skey.cc
[655/863] Compiling v3_prn.cc
[656/863] Compiling v3_pmaps.cc
[657/863] Compiling v3_ocsp.cc
[658/863] Compiling v3_pcons.cc
[659/863] Compiling v3_ncons.cc
[660/863] Compiling v3_lib.cc
[661/863] Compiling v3_int.cc
[662/863] Compiling v3_info.cc
[663/863] Compiling v3_ia5.cc
[664/863] Compiling v3_genn.cc
[665/863] Compiling v3_extku.cc
[666/863] Compiling v3_enum.cc
[667/863] Compiling v3_crld.cc
[668/863] Compiling v3_cpols.cc
[669/863] Compiling v3_bitst.cc
[670/863] Compiling v3_conf.cc
[671/863] Compiling v3_bcons.cc
[672/863] Compiling v3_alt.cc
[673/863] Compiling v3_akeya.cc
[674/863] Compiling v3_akey.cc
[675/863] Compiling t_x509a.cc
[676/863] Compiling t_x509.cc
[677/863] Compiling t_crl.cc
[678/863] Compiling i2d_pr.cc
[679/863] Compiling t_req.cc
[680/863] Compiling rsa_pss.cc
[681/863] Compiling name_print.cc
[682/863] Compiling policy.cc
[683/863] Compiling by_file.cc
[684/863] Compiling a_digest.cc
[685/863] Compiling by_dir.cc
[686/863] Compiling asn1_gen.cc
[687/863] Compiling algorithm.cc
[688/863] Compiling a_verify.cc
[689/863] Compiling voprf.cc
[690/863] Compiling trust_token.cc
[691/863] Compiling a_sign.cc
[692/863] Compiling thread_none.cc
[693/863] Compiling pmbtoken.cc
[694/863] Compiling thread_win.cc
[695/863] Compiling thread_pthread.cc
[696/863] Compiling thread.cc
[697/863] Compiling stack.cc
[698/863] Compiling slhdsa.cc
[699/863] Compiling siphash.cc
[700/863] Compiling sha256.cc
[701/863] Compiling spake2plus.cc
[702/863] Compiling sha1.cc
[703/863] Compiling sha512.cc
[704/863] Compiling rsa_crypt.cc
[705/863] Compiling rc4.cc
[706/863] Compiling rsa_print.cc
[707/863] Compiling rsa_extra.cc
[708/863] Compiling trusty.cc
[709/863] Compiling refcount.cc
[710/863] Compiling urandom.cc
[711/863] Compiling windows.cc
[712/863] Compiling rand.cc
[713/863] Compiling rsa_asn1.cc
[714/863] Compiling passive.cc
[715/863] Compiling poly1305_arm_asm.S
[716/863] Compiling ios.cc
[717/863] Compiling fork_detect.cc
[718/863] Compiling getentropy.cc
[719/863] Compiling deterministic.cc
[720/863] Compiling forkunsafe.cc
[721/863] Compiling poly1305_vec.cc
[722/863] Compiling poly1305.cc
[723/863] Compiling pool.cc
[724/863] Compiling poly1305_arm.cc
[725/863] Compiling p5_pbev2.cc
[726/863] Compiling pkcs8_x509.cc
[727/863] Compiling pkcs7_x509.cc
[728/863] Compiling pkcs7.cc
[729/863] Compiling pkcs8.cc
[730/863] Compiling pem_pkey.cc
[731/863] Compiling pem_xaux.cc
[732/863] Compiling pem_x509.cc
[733/863] Compiling mlkem.cc
[734/863] Compiling pem_pk8.cc
[735/863] Compiling pem_lib.cc
[736/863] Compiling obj_xref.cc
[737/863] Compiling pem_oth.cc
[738/863] Compiling mldsa.cc
[739/863] Compiling pem_all.cc
[740/863] Compiling mem.cc
[741/863] Compiling obj.cc
[742/863] Compiling pem_info.cc
[743/863] Compiling fips_shared_support.cc
[744/863] Compiling poly_rq_mul.S
[745/863] Compiling md5.cc
[746/863] Compiling lhash.cc
[747/863] Compiling md4.cc
[748/863] Compiling ex_data.cc
[749/863] Compiling kyber.cc
[750/863] Compiling hpke.cc
[751/863] Compiling hrss.cc
[752/863] Compiling sign.cc
[753/863] Compiling print.cc
[754/863] Compiling scrypt.cc
[755/863] Compiling pbkdf.cc
[756/863] Compiling p_x25519.cc
[757/863] Compiling p_x25519_asn1.cc
[758/863] Compiling p_rsa_asn1.cc
[759/863] Compiling p_ed25519.cc
[760/863] Compiling p_rsa.cc
[761/863] Compiling p_ed25519_asn1.cc
[762/863] Compiling p_hkdf.cc
[763/863] Compiling p_ec.cc
[764/863] Compiling p_ec_asn1.cc
[765/863] Compiling p_dh_asn1.cc
[766/863] Compiling p_dh.cc
[767/863] Compiling p_dsa_asn1.cc
[768/863] Compiling evp_ctx.cc
[769/863] Compiling evp.cc
[770/863] Compiling evp_asn1.cc
[771/863] Compiling err.cc
[772/863] Compiling engine.cc
[773/863] Compiling ecdh.cc
[774/863] Compiling hash_to_curve.cc
[775/863] Compiling ecdsa_asn1.cc
[776/863] Compiling bcm.cc
[777/863] Compiling ec_derive.cc
[778/863] Compiling ec_asn1.cc
[779/863] Compiling params.cc
[780/863] Compiling dsa.cc
[781/863] Compiling x25519-asm-arm.S
[782/863] Compiling des.cc
[783/863] Compiling digest_extra.cc
[784/863] Compiling dsa_asn1.cc
[785/863] Compiling spake25519.cc
[786/863] Compiling dh_asn1.cc
[787/863] Compiling curve25519_64_adx.cc
[788/863] Compiling cpu_intel.cc
[789/863] Compiling crypto.cc
[790/863] Compiling cpu_arm_linux.cc
[791/863] Compiling cpu_aarch64_sysreg.cc
[792/863] Compiling curve25519.cc
[793/863] Compiling cpu_arm_freebsd.cc
[794/863] Compiling cpu_aarch64_openbsd.cc
[795/863] Compiling cpu_aarch64_win.cc
[796/863] Compiling cpu_aarch64_apple.cc
[797/863] Compiling cpu_aarch64_linux.cc
[798/863] Compiling cpu_aarch64_fuchsia.cc
[799/863] Compiling conf.cc
[800/863] Compiling get_cipher.cc
[801/863] Compiling tls_cbc.cc
[802/863] Compiling e_rc4.cc
[803/863] Compiling e_tls.cc
[804/863] Compiling e_null.cc
[805/863] Compiling e_rc2.cc
[806/863] Compiling e_aesctrhmac.cc
[807/863] Compiling e_des.cc
[808/863] Compiling unicode.cc
[809/863] Compiling e_aesgcmsiv.cc
[810/863] Compiling derive_key.cc
[811/863] Compiling chacha.cc
[812/863] Compiling e_chacha20poly1305.cc
[813/863] Compiling buf.cc
[814/863] Compiling ber.cc
[815/863] Compiling cbs.cc
[816/863] Compiling cbb.cc
[817/863] Compiling blake2.cc
[818/863] Compiling bn_asn1.cc
[819/863] Compiling asn1_compat.cc
[820/863] Compiling convert.cc
[821/863] Compiling socket.cc
[822/863] Compiling socket_helper.cc
[823/863] Compiling hexdump.cc
[824/863] Compiling printf.cc
[825/863] Compiling pair.cc
[826/863] Compiling file.cc
[827/863] Compiling fd.cc
[828/863] Compiling errno.cc
[829/863] Compiling bio.cc
[830/863] Compiling base64.cc
[831/863] Compiling bio_mem.cc
[832/863] Compiling connect.cc
[833/863] Compiling tasn_typ.cc
[834/863] Compiling tasn_fre.cc
[835/863] Compiling tasn_utl.cc
[836/863] Compiling tasn_new.cc
[837/863] Compiling posix_time.cc
[838/863] Compiling f_string.cc
[839/863] Compiling tasn_enc.cc
[840/863] Compiling f_int.cc
[841/863] Compiling asn_pack.cc
[842/863] Compiling asn1_par.cc
[843/863] Compiling tasn_dec.cc
[844/863] Compiling asn1_lib.cc
[845/863] Compiling a_utctm.cc
[846/863] Compiling a_octet.cc
[847/863] Compiling a_strnid.cc
[848/863] Compiling a_type.cc
[849/863] Compiling a_time.cc
[850/863] Compiling a_strex.cc
[851/863] Compiling a_object.cc
[852/863] Compiling a_dup.cc
[853/863] Compiling a_mbstr.cc
[854/863] Compiling a_d2i_fp.cc
[855/863] Write sources
[856/863] Compiling a_int.cc
[857/863] Compiling a_i2d_fp.cc
[858/879] Compiling a_gentm.cc
[859/887] Compiling a_bool.cc
[860/916] Compiling a_bitstr.cc
[862/916] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[863/916] Compiling BitCollections BitSet+CustomReflectable.swift
[864/916] Compiling BitCollections BitSet+CustomStringConvertible.swift
[865/916] Compiling BitCollections BitSet+Equatable.swift
[866/916] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[867/916] Compiling BitCollections BitSet+Extras.swift
[868/916] Compiling BitCollections BitSet+Hashable.swift
[869/923] Compiling BitCollections BitSet+Initializers.swift
[870/923] Compiling BitCollections BitSet+Invariants.swift
[871/923] Compiling BitCollections BitSet+Random.swift
[872/923] Compiling BitCollections BitSet+SetAlgebra basics.swift
[873/923] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[874/923] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[875/923] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[876/923] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[877/923] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[878/923] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[879/923] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[880/923] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[881/923] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[882/923] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[883/923] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[884/923] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[885/923] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[886/923] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[887/923] Compiling BitCollections BitSet+SetAlgebra union.swift
[888/923] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[889/923] Compiling BitCollections BitSet.Counted.swift
[890/923] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[891/923] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[892/923] Compiling BitCollections BitArray+Extras.swift
[893/923] Compiling BitCollections BitArray+Fill.swift
[894/923] Compiling BitCollections BitArray+Hashable.swift
[895/923] Compiling BitCollections BitArray+Initializers.swift
[896/923] Compiling BitCollections BitArray+Invariants.swift
[897/923] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[898/923] Compiling BitCollections BitArray+RandomBits.swift
[899/923] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[900/923] Compiling BitCollections BitArray+Shifts.swift
[901/923] Compiling BitCollections BitArray+Testing.swift
[902/923] Compiling BitCollections BitArray._UnsafeHandle.swift
[903/923] Compiling BitCollections BitArray.swift
[904/923] Compiling BitCollections BitSet+BidirectionalCollection.swift
[905/923] Compiling BitCollections BitSet+Codable.swift
[906/923] Compiling BitCollections BitArray+BitwiseOperations.swift
[907/923] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[908/923] Compiling BitCollections BitArray+Codable.swift
[909/923] Compiling BitCollections BitArray+Collection.swift
[910/923] Compiling BitCollections BitArray+Copy.swift
[911/923] Compiling BitCollections BitArray+CustomReflectable.swift
[912/923] Compiling BitCollections BitArray+Descriptions.swift
[913/923] Compiling BitCollections BitArray+Equatable.swift
[914/923] Emitting module BitCollections
[915/923] Compiling BitCollections BitSet.Index.swift
[916/923] Compiling BitCollections BitSet._UnsafeHandle.swift
[917/923] Compiling BitCollections BitSet.swift
[918/923] Compiling BitCollections Range+Utilities.swift
[919/923] Compiling BitCollections Slice+Utilities.swift
[920/923] Compiling BitCollections UInt+Tricks.swift
[921/923] Compiling BitCollections _Word.swift
[923/926] Emitting module Collections
[924/926] Compiling Collections Collections.swift
[925/927] Compiling c-nioatomics.c
[926/927] Compiling c-atomics.c
[928/933] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[929/933] Compiling NIOConcurrencyHelpers lock.swift
[930/933] Emitting module NIOConcurrencyHelpers
[931/933] Compiling NIOConcurrencyHelpers NIOLock.swift
[932/933] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[933/933] Compiling NIOConcurrencyHelpers atomics.swift
[935/995] Compiling NIOCore NIOAny.swift
[936/995] Compiling NIOCore NIOCloseOnErrorHandler.swift
[937/995] Compiling NIOCore NIOCoreSendableMetatype.swift
[938/995] Compiling NIOCore NIOLoopBound.swift
[939/995] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[940/995] Compiling NIOCore NIOScheduledCallback.swift
[941/995] Compiling NIOCore NIOSendable.swift
[942/995] Compiling NIOCore RecvByteBufferAllocator.swift
[943/1003] Compiling NIOCore IOData.swift
[944/1003] Compiling NIOCore IPProtocol.swift
[945/1003] Compiling NIOCore IntegerBitPacking.swift
[946/1003] Compiling NIOCore IntegerTypes.swift
[947/1003] Compiling NIOCore Interfaces.swift
[948/1003] Compiling NIOCore Linux.swift
[949/1003] Compiling NIOCore MarkedCircularBuffer.swift
[950/1003] Compiling NIOCore MulticastChannel.swift
[951/1003] Compiling NIOCore AddressedEnvelope.swift
[952/1003] Compiling NIOCore AsyncAwaitSupport.swift
[953/1003] Compiling NIOCore AsyncChannel.swift
[954/1003] Compiling NIOCore AsyncChannelHandler.swift
[955/1003] Compiling NIOCore AsyncChannelInboundStream.swift
[956/1003] Compiling NIOCore AsyncChannelOutboundWriter.swift
[957/1003] Compiling NIOCore NIOAsyncSequenceProducer.swift
[958/1003] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[959/1003] Compiling NIOCore NIOAsyncWriter.swift
[960/1003] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[961/1003] Compiling NIOCore SocketAddresses.swift
[962/1003] Compiling NIOCore SocketOptionProvider.swift
[963/1003] Compiling NIOCore SystemCallHelpers.swift
[964/1003] Compiling NIOCore TimeAmount+Duration.swift
[965/1003] Compiling NIOCore TypeAssistedChannelHandler.swift
[966/1003] Compiling NIOCore UniversalBootstrapSupport.swift
[967/1003] Compiling NIOCore Utilities.swift
[968/1003] Compiling NIOCore EventLoopFuture+Deprecated.swift
[969/1003] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[970/1003] Compiling NIOCore EventLoopFuture.swift
[971/1003] Compiling NIOCore FileDescriptor.swift
[972/1003] Compiling NIOCore FileHandle.swift
[973/1003] Compiling NIOCore FileRegion.swift
[974/1003] Compiling NIOCore GlobalSingletons.swift
[975/1003] Compiling NIOCore IO.swift
[976/1003] Compiling NIOCore CircularBuffer.swift
[977/1003] Compiling NIOCore Codec.swift
[978/1003] Compiling NIOCore ConvenienceOptionSupport.swift
[979/1003] Compiling NIOCore DeadChannel.swift
[980/1003] Compiling NIOCore DispatchQueue+WithFuture.swift
[981/1003] Compiling NIOCore EventLoop+Deprecated.swift
[982/1003] Compiling NIOCore EventLoop+SerialExecutor.swift
[983/1003] Compiling NIOCore EventLoop.swift
[984/1003] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[985/1003] Compiling NIOCore ByteBuffer-multi-int.swift
[986/1003] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[987/1003] Compiling NIOCore ByteBuffer-views.swift
[988/1003] Compiling NIOCore Channel.swift
[989/1003] Compiling NIOCore ChannelHandler.swift
[990/1003] Compiling NIOCore ChannelHandlers.swift
[991/1003] Compiling NIOCore ChannelInvoker.swift
[992/1003] Compiling NIOCore ChannelOption.swift
[993/1003] Compiling NIOCore ChannelPipeline.swift
[994/1003] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[995/1003] Compiling NIOCore BSDSocketAPI.swift
[996/1003] Compiling NIOCore ByteBuffer-aux.swift
[997/1003] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[998/1003] Compiling NIOCore ByteBuffer-conversions.swift
[999/1003] Compiling NIOCore ByteBuffer-core.swift
[1000/1003] Compiling NIOCore ByteBuffer-hex.swift
[1001/1003] Compiling NIOCore ByteBuffer-int.swift
[1002/1003] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1003/1003] Emitting module NIOCore
[1005/1058] Emitting module NIOHTTPTypes
[1006/1058] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1008/1059] Compiling NIOEmbedded Embedded.swift
[1009/1059] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1010/1059] Compiling NIOEmbedded AsyncTestingChannel.swift
[1011/1059] Emitting module NIOEmbedded
[1013/1060] Emitting module NIOPosix
[1014/1066] Compiling NIOPosix Pool.swift
[1015/1066] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1016/1066] Compiling NIOPosix PosixSingletons.swift
[1017/1066] Compiling NIOPosix RawSocketBootstrap.swift
[1018/1066] Compiling NIOPosix Resolver.swift
[1019/1066] Compiling NIOPosix Selectable.swift
[1020/1066] Compiling NIOPosix SelectableChannel.swift
[1021/1066] Compiling NIOPosix Socket.swift
[1022/1066] Compiling NIOPosix SocketChannel.swift
[1023/1066] Compiling NIOPosix SocketProtocols.swift
[1024/1066] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1025/1066] Compiling NIOPosix System.swift
[1026/1066] Compiling NIOPosix Thread.swift
[1027/1066] Compiling NIOPosix SelectableEventLoop.swift
[1028/1066] Compiling NIOPosix SelectorEpoll.swift
[1029/1066] Compiling NIOPosix SelectorGeneric.swift
[1030/1066] Compiling NIOPosix SelectorKqueue.swift
[1031/1066] Compiling NIOPosix SelectorUring.swift
[1032/1066] Compiling NIOPosix ServerSocket.swift
[1033/1066] Compiling NIOPosix IO.swift
[1034/1066] Compiling NIOPosix IntegerBitPacking.swift
[1035/1066] Compiling NIOPosix IntegerTypes.swift
[1036/1066] Compiling NIOPosix Linux.swift
[1037/1066] Compiling NIOPosix LinuxCPUSet.swift
[1038/1066] Compiling NIOPosix LinuxUring.swift
[1039/1066] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1040/1066] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1041/1066] Compiling NIOPosix NIOThreadPool.swift
[1042/1066] Compiling NIOPosix NonBlockingFileIO.swift
[1043/1066] Compiling NIOPosix PendingDatagramWritesManager.swift
[1044/1066] Compiling NIOPosix PendingWritesManager.swift
[1045/1066] Compiling NIOPosix PipeChannel.swift
[1046/1066] Compiling NIOPosix PipePair.swift
[1047/1066] Compiling NIOPosix ThreadPosix.swift
[1048/1066] Compiling NIOPosix ThreadWindows.swift
[1049/1066] Compiling NIOPosix UnsafeTransfer.swift
[1050/1066] Compiling NIOPosix Utilities.swift
[1051/1066] Compiling NIOPosix VsockAddress.swift
[1052/1066] Compiling NIOPosix VsockChannelEvents.swift
[1053/1066] Compiling NIOPosix BSDSocketAPICommon.swift
[1054/1066] Compiling NIOPosix BSDSocketAPIPosix.swift
[1055/1066] Compiling NIOPosix BSDSocketAPIWindows.swift
[1056/1066] Compiling NIOPosix BaseSocket.swift
[1057/1066] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1058/1066] Compiling NIOPosix BaseSocketChannel.swift
[1059/1066] Compiling NIOPosix BaseStreamSocketChannel.swift
[1060/1066] Compiling NIOPosix Bootstrap.swift
[1061/1066] Compiling NIOPosix ControlMessage.swift
[1062/1066] Compiling NIOPosix DatagramVectorReadManager.swift
[1063/1066] Compiling NIOPosix Errors+Any.swift
[1064/1066] Compiling NIOPosix FileDescriptor.swift
[1065/1066] Compiling NIOPosix GetaddrinfoResolver.swift
[1066/1066] Compiling NIOPosix HappyEyeballs.swift
[1068/1069] Emitting module NIO
[1069/1069] Compiling NIO Exports.swift
[1071/1092] Compiling NIOTLS TLSEvents.swift
[1072/1092] Emitting module NIOTLS
[1073/1092] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1074/1092] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1075/1092] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1076/1094] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1077/1094] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1078/1094] Compiling NIOTLS SNIHandler.swift
[1080/1095] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1081/1095] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1082/1124] Compiling NIOSSL SSLPKCS12Bundle.swift
[1083/1124] Compiling NIOSSL SubjectAlternativeName.swift
[1084/1124] Compiling NIOSSL SSLErrors.swift
[1085/1124] Compiling NIOSSL SSLInit.swift
[1086/1124] Compiling NIOSSL NIOSSLClientHandler.swift
[1087/1124] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1088/1124] Compiling NIOSSL IdentityVerification.swift
[1089/1124] Compiling NIOSSL LinuxCABundle.swift
[1090/1124] Compiling NIOSSL NIOSSLHandler.swift
[1091/1124] Compiling NIOSSL NIOSSLServerHandler.swift
[1092/1124] Compiling NIOSSL AndroidCABundle.swift
[1093/1124] Compiling NIOSSL ByteBufferBIO.swift
[1094/1124] Compiling NIOSSL CustomPrivateKey.swift
[1095/1124] Emitting module NIOHTTP1
[1097/1147] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1098/1147] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1099/1147] Compiling NIOExtras NIOExtrasError.swift
[1100/1149] Emitting module NIOHTTPTypesHTTP1
[1101/1149] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1102/1149] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1104/1150] Emitting module NIOExtras
[1105/1150] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1106/1150] Compiling NIOExtras NIORequestIdentifiable.swift
[1107/1150] Compiling NIOExtras PCAPRingBuffer.swift
[1108/1150] Compiling NIOExtras QuiescingHelper.swift
[1109/1150] Compiling NIOExtras RequestResponseHandler.swift
[1110/1150] Compiling NIOExtras RequestResponseHandlers+State.swift
[1111/1150] Compiling NIOExtras DebugInboundEventsHandler.swift
[1112/1150] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1113/1150] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1114/1150] Emitting module NIOSSL
[1115/1154] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1116/1154] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1117/1154] Compiling NIOExtras JSONRPCFraming.swift
[1118/1154] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1119/1154] Compiling NIOExtras LengthFieldPrepender.swift
[1120/1154] Compiling NIOExtras LineBasedFrameDecoder.swift
[1121/1154] Compiling NIOSSL SSLPrivateKey.swift
[1122/1154] Compiling NIOSSL SSLPublicKey.swift
[1123/1154] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1124/1154] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1126/1154] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1127/1154] Compiling NIOExtras WritePCAPHandler.swift
[1128/1154] Compiling NIOSSL SafeCompare.swift
[1143/1155] Compiling NIOSSL SSLCertificate.swift
[1144/1155] Compiling NIOSSL SSLCertificateExtensions.swift
[1145/1155] Compiling NIOSSL SSLCertificateName.swift
[1146/1155] Compiling NIOSSL SSLConnection.swift
[1152/1155] Compiling NIOSSL Zeroization.swift
[1153/1155] Compiling NIOSSL TLSConfiguration.swift
[1154/1155] Compiling NIOSSL UniversalBootstrapSupport.swift
[1155/1155] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1157/1215] Emitting module RediStack
[1158/1219] Compiling HummingbirdCore AnyAsyncSequence.swift
[1159/1219] Compiling HummingbirdCore FlatDictionary.swift
[1160/1219] Compiling HummingbirdCore HBParser.swift
[1161/1219] Compiling HummingbirdCore OutputBuffer.swift
[1162/1219] Compiling RediStack RedisConnection+Configuration.swift
[1163/1219] Compiling RediStack RedisConnection.swift
[1164/1219] Compiling RediStack RedisError.swift
[1165/1219] Compiling RediStack RedisKey+TTL.swift
[1166/1219] Compiling HummingbirdCore HTTP1Channel.swift
[1167/1219] Compiling HummingbirdCore HTTPChannelHandler.swift
[1168/1219] Compiling HummingbirdCore HTTPServerBuilder.swift
[1169/1219] Compiling HummingbirdCore ServerConfiguration.swift
[1170/1219] Compiling HummingbirdCore TSTLSOptions.swift
[1171/1219] Compiling RediStack StringCommands.swift
[1172/1219] Compiling RediStack ConnectionPool.swift
[1173/1219] Compiling RediStack RedisConnectionPool+Configuration.swift
[1174/1219] Compiling RediStack RedisConnectionPool.swift
[1175/1219] Compiling RediStack RedisConnectionPoolError.swift
[1176/1219] Compiling RediStack RedisKey.swift
[1177/1219] Compiling RediStack RedisLogging.swift
[1178/1219] Compiling RediStack RedisMetrics.swift
[1179/1219] Compiling RediStack _Deprecations.swift
[1180/1219] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1181/1219] Compiling HummingbirdCore BindAddress.swift
[1182/1219] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1183/1219] Compiling HummingbirdCore Server.swift
[1184/1219] Compiling HummingbirdCore ServerChildChannel.swift
[1185/1219] Compiling HummingbirdCore Deprecations.swift
[1186/1219] Compiling HummingbirdCore Request.swift
[1187/1219] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1188/1219] Compiling HummingbirdCore RequestBody.swift
[1189/1219] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1190/1219] Compiling HummingbirdCore URI.swift
[1191/1219] Compiling HummingbirdCore Response.swift
[1192/1219] Compiling HummingbirdCore ResponseBody.swift
[1193/1219] Compiling HummingbirdCore ResponseBodyWriter.swift
[1194/1219] Compiling HummingbirdCore ResponseWriter.swift
[1196/1220] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1215/1223] Compiling HummingbirdCore SendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1216/1223] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1217/1223] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1225/1288] Compiling Hummingbird ChildRequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1226/1288] Compiling Hummingbird Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1227/1288] Compiling Hummingbird RequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1228/1288] Compiling Hummingbird RequestContextSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1229/1288] Compiling Hummingbird RequestID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1230/1288] Compiling Hummingbird RequestResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1231/1288] Compiling Hummingbird Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1232/1288] Compiling Hummingbird URI+decodeQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1233/1288] Compiling Hummingbird MemoryPersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1234/1297] Emitting module Hummingbird
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1235/1297] Compiling Hummingbird RouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1236/1297] Compiling Hummingbird RouterMethods.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1237/1297] Compiling Hummingbird RouterPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1238/1297] Compiling Hummingbird RouterResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1239/1297] Compiling Hummingbird TransformingRouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1240/1297] Compiling Hummingbird RouterTrie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1241/1297] Compiling Hummingbird Trie+resolve.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1242/1297] Compiling Hummingbird Trie+serialize.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1243/1297] Compiling Hummingbird TrieRouter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1244/1297] Compiling Hummingbird _SpreadMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1245/1297] Compiling Hummingbird TracingMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1246/1297] Compiling Hummingbird EndpointResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1247/1297] Compiling Hummingbird Parameters+UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1248/1297] Compiling Hummingbird Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1249/1297] Compiling Hummingbird ResponseGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1250/1297] Compiling Hummingbird RouteCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1251/1297] Compiling Hummingbird Router+validation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1252/1297] Compiling Hummingbird Router.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1253/1297] Compiling Hummingbird CORSMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1254/1297] Compiling Hummingbird FileMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1255/1297] Compiling Hummingbird LogRequestMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1256/1297] Compiling Hummingbird MetricsMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1257/1297] Compiling Hummingbird Middleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1258/1297] Compiling Hummingbird MiddlewareGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1259/1297] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1260/1297] Compiling Hummingbird _Middleware2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1261/1297] Compiling Hummingbird _OptionalMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1262/1297] Compiling Hummingbird Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1263/1297] Compiling Hummingbird Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1264/1297] Compiling Hummingbird Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1265/1297] Compiling Hummingbird EditedHTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1266/1297] Compiling Hummingbird HTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1267/1297] Compiling Hummingbird HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1268/1297] Compiling Hummingbird NIOCore+HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1269/1297] Compiling Hummingbird Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1270/1297] Compiling Hummingbird CacheControl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1271/1297] Compiling Hummingbird FileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1272/1297] Compiling Hummingbird FileProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1273/1297] Compiling Hummingbird LocalFileSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1274/1297] Compiling Hummingbird Cookie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1275/1297] Compiling Hummingbird Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1276/1297] Compiling Hummingbird MediaType+FileExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1277/1297] Compiling Hummingbird MediaType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1278/1297] Compiling Hummingbird Request+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1279/1297] Compiling Hummingbird Response+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1280/1297] Compiling Hummingbird PersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1281/1297] Compiling Hummingbird PersistError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1282/1297] Compiling Hummingbird ByteBuffer+foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1283/1297] Compiling Hummingbird DateCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1284/1297] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1285/1297] Compiling Hummingbird HexDigest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1286/1297] Compiling Hummingbird InitializableFromSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1287/1297] Compiling Hummingbird PreludeService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1288/1297] Compiling Hummingbird StringProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1289/1297] Compiling Hummingbird Application.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1290/1297] Compiling Hummingbird CodableProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1291/1297] Compiling Hummingbird JSONCoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1292/1297] Compiling Hummingbird ResponseEncodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1293/1297] Compiling Hummingbird URLEncodedForm+Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1294/1297] Compiling Hummingbird URLEncodedForm.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1295/1297] Compiling Hummingbird URLEncodedFormDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1296/1297] Compiling Hummingbird URLEncodedFormEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1297/1297] Compiling Hummingbird URLEncodedFormNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1299/1304] Compiling HummingbirdRedis RedisConnectionPoolService.swift
[1300/1304] Compiling HummingbirdRedis RedisConfiguration.swift
[1301/1304] Compiling HummingbirdRedis Redis+Codable.swift
[1302/1304] Compiling HummingbirdRedis Deprecations.swift
[1303/1304] Compiling HummingbirdRedis Persist+Redis.swift
[1304/1304] Emitting module HummingbirdRedis
Build complete! (416.96s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "redistack",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/RediStack.git"
}
],
"manifest_display_name" : "hummingbird-redis",
"name" : "hummingbird-redis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdRedis",
"targets" : [
"HummingbirdRedis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdRedisTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdRedisTests",
"path" : "Tests/HummingbirdRedisTests",
"product_dependencies" : [
"Hummingbird",
"HummingbirdTesting"
],
"sources" : [
"PersistTests.swift",
"RedisTests.swift"
],
"target_dependencies" : [
"HummingbirdRedis"
],
"type" : "test"
},
{
"c99name" : "HummingbirdRedis",
"module_type" : "SwiftTarget",
"name" : "HummingbirdRedis",
"path" : "Sources/HummingbirdRedis",
"product_dependencies" : [
"Hummingbird",
"RediStack"
],
"product_memberships" : [
"HummingbirdRedis"
],
"sources" : [
"Deprecations.swift",
"Persist+Redis.swift",
"Redis+Codable.swift",
"RedisConfiguration.swift",
"RedisConnectionPoolService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.