Build Information
Successful build of LinkPreview, reference 0.0.7 (653426), with Swift 6.1 for Android on 24 Oct 2025 22:11:28 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/harlanhaskins/LinkPreviewSwift.git
Reference: 0.0.7
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/harlanhaskins/LinkPreviewSwift
* tag 0.0.7 -> FETCH_HEAD
HEAD is now at 653426d Update OpenGraph processor to also look through `<meta name='og:image' content='...'/>`
Cloned https://github.com/harlanhaskins/LinkPreviewSwift.git
Revision (git rev-parse @):
653426d63e3c9bbfc158dc5d01f3153c78f7537c
SUCCESS checkout https://github.com/harlanhaskins/LinkPreviewSwift.git at 0.0.7
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/harlanhaskins/LinkPreviewSwift.git
https://github.com/harlanhaskins/LinkPreviewSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client"
}
],
"manifest_display_name" : "LinkPreview",
"name" : "LinkPreview",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "LinkPreview",
"targets" : [
"LinkPreview"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "linkpreviewcli",
"targets" : [
"LinkPreviewCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "LinkPreviewTests",
"module_type" : "SwiftTarget",
"name" : "LinkPreviewTests",
"path" : "Tests/LinkPreviewTests",
"sources" : [
"LinkPreviewTests.swift"
],
"target_dependencies" : [
"LinkPreview"
],
"type" : "test"
},
{
"c99name" : "LinkPreviewCLI",
"module_type" : "SwiftTarget",
"name" : "LinkPreviewCLI",
"path" : "Sources/LinkPreviewCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"linkpreviewcli"
],
"sources" : [
"Main.swift"
],
"target_dependencies" : [
"LinkPreview"
],
"type" : "executable"
},
{
"c99name" : "LinkPreview",
"module_type" : "SwiftTarget",
"name" : "LinkPreview",
"path" : "Sources/LinkPreview",
"product_dependencies" : [
"SwiftSoup",
"AsyncHTTPClient"
],
"product_memberships" : [
"LinkPreview",
"linkpreviewcli"
],
"sources" : [
"LinkPreview.swift",
"LinkPreviewMetadata.swift",
"LinkPreviewProvider.swift",
"LinkPreviewURLRequest.swift",
"Processors/GenericHTMLProcessor.swift",
"Processors/MetadataProcessor.swift",
"Processors/OpenGraphProcessor.swift",
"Processors/WikipediaAPIProcessor.swift",
"URL+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swift-server/async-http-client
Fetching https://github.com/scinfu/SwiftSoup.git
[1/4634] Fetching swiftsoup
[975/21317] Fetching swiftsoup, swift-argument-parser
[7797/35690] Fetching swiftsoup, swift-argument-parser, async-http-client
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.11s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.11s)
Fetched https://github.com/swift-server/async-http-client from cache (1.11s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (2.43s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.29.0 (0.70s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2771] Fetching swift-nio-transport-services
[2/6821] Fetching swift-nio-transport-services, swift-log
[3/12820] Fetching swift-nio-transport-services, swift-log, swift-algorithms
[12821/19012] Fetching swift-nio-transport-services, swift-log, swift-algorithms, swift-nio-extras
[12883/24494] Fetching swift-nio-transport-services, swift-log, swift-algorithms, swift-nio-extras, swift-distributed-tracing
[13975/26314] Fetching swift-nio-transport-services, swift-log, swift-algorithms, swift-nio-extras, swift-distributed-tracing, swift-atomics
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.86s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.90s)
Fetched https://github.com/apple/swift-log.git from cache (0.90s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.93s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.93s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.94s)
[1/11700] Fetching swift-nio-http2
[1522/26828] Fetching swift-nio-http2, swift-nio-ssl
[16694/106506] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.41s)
[15925/94806] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.08s)
[24701/79678] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.98s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (8.77s)
Fetching https://github.com/apple/swift-service-context.git
[1/1141] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.32s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (7.84s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.55s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.24s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
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.2 (1.24s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.61s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.83s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
[1/1653] Fetching swift-asn1
[828/4183] Fetching swift-asn1, swift-service-lifecycle
[1529/5122] Fetching swift-asn1, swift-service-lifecycle, swift-http-types
[2836/6320] Fetching swift-asn1, swift-service-lifecycle, swift-http-types, swift-http-structured-headers
[4805/11953] Fetching swift-asn1, swift-service-lifecycle, swift-http-types, swift-http-structured-headers, swift-async-algorithms
[6615/18624] Fetching swift-asn1, swift-service-lifecycle, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.56s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.58s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.59s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.59s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.59s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.59s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.0 (1.29s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.75s)
Fetching https://github.com/apple/swift-collections.git
[1/18239] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.77s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (4.41s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.54s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.5.0 (4.13s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.35.0 (1.37s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.87.0 (1.32s)
Fetching https://github.com/apple/swift-system.git
[1/5065] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.0 (1.30s)
Fetching https://github.com/apple/swift-crypto.git
[1/17324] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.49s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (4.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.32s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.0.0 (2.10s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.11.1 (0.68s)
Fetching https://github.com/nicklockwood/LRUCache.git
[1/341] Fetching lrucache
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.38s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.2.0 (1.39s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.5.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/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.29.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.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.87.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.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.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.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/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.11.1
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at 1.2.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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.35.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.9.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/485] Write sources
[6/485] Compiling aesv8-armv7-linux.S
[7/485] Compiling _NumericsShims _NumericsShims.c
[8/485] Write sources
[10/485] Compiling _AtomicsShims.c
[11/485] Write sources
[33/485] Compiling CNIOWindows shim.c
[34/485] Compiling CNIOWindows WSAStartup.c
[35/485] Compiling CNIOWASI CNIOWASI.c
[36/485] Compiling CNIOPosix event_loop_id.c
[37/485] Compiling CNIOLinux shim.c
[38/485] Compiling CNIOLinux liburing_shims.c
[39/485] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/485] Compiling CNIOLLHTTP c_nio_http.c
[41/485] Compiling CNIOLLHTTP c_nio_api.c
[42/485] Compiling CNIOExtrasZlib empty.c
[43/485] Write swift-version-24593BA9C3E375BF.txt
[44/485] Compiling a_dup.cc
[45/485] Compiling CNIODarwin shim.c
[46/491] Compiling a_gentm.cc
[47/491] Compiling CNIOBoringSSLShims shims.c
[48/493] Compiling x_val.cc
[49/494] Compiling x_algor.cc
[50/494] Compiling x_sig.cc
[51/496] Compiling x_spki.cc
[52/528] Compiling fiat_p256_adx_sqr.S
[53/528] Compiling fiat_p256_adx_mul.S
[54/528] Compiling fiat_curve25519_adx_square.S
[55/528] Compiling fiat_curve25519_adx_mul.S
[57/528] Emitting module InternalCollectionsUtilities
[58/530] Emitting module Logging
[58/530] Compiling tls_record.cc
[60/530] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[61/530] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/530] Compiling RealModule RealFunctions.swift
[63/531] Compiling _NIODataStructures _TinyArray.swift
[64/531] Compiling _NIODataStructures PriorityQueue.swift
[65/531] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[66/531] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[66/531] Compiling tls_method.cc
[68/531] Compiling RealModule RelaxedArithmetic.swift
[69/531] Emitting module _NIOBase64
[70/531] Compiling _NIOBase64 Base64.swift
[71/532] Compiling ServiceContextModule ServiceContext.swift
[72/532] Emitting module ServiceContextModule
[73/532] Emitting module RealModule
[74/532] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[75/532] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/532] Compiling InternalCollectionsUtilities _SortedCollection.swift
[77/532] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[78/532] Compiling InternalCollectionsUtilities UInt+reversed.swift
[79/532] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/532] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/532] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[84/532] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[85/532] Compiling InternalCollectionsUtilities Integer rank.swift
[86/532] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[87/532] Compiling InternalCollectionsUtilities Debugging.swift
[88/532] Compiling InternalCollectionsUtilities Descriptions.swift
[89/532] Compiling RealModule Float80+Real.swift
[90/532] Compiling RealModule Real.swift
[91/533] Compiling ServiceContextModule ServiceContextKey.swift
[96/534] Compiling RealModule Float16+Real.swift
[97/534] Emitting module _NIODataStructures
[98/534] Compiling _NIODataStructures Heap.swift
[103/536] Wrapping AST for _NIOBase64 for debugging
[104/536] Wrapping AST for _NIODataStructures for debugging
[105/547] Wrapping AST for ServiceContextModule for debugging
[106/557] Wrapping AST for RealModule for debugging
[107/557] Wrapping AST for InternalCollectionsUtilities for debugging
[109/557] Compiling DequeModule _DequeBuffer.swift
[110/557] Compiling DequeModule _DequeBufferHeader.swift
[111/559] Compiling DequeModule Deque+CustomReflectable.swift
[112/559] Compiling DequeModule Deque+Descriptions.swift
[113/559] Compiling Instrumentation NoOpInstrument.swift
[114/559] Emitting module Instrumentation
[115/559] Compiling Instrumentation MultiplexInstrument.swift
[116/559] Compiling Instrumentation Instrument.swift
[117/559] Compiling Instrumentation InstrumentationSystem.swift
[118/559] Compiling DequeModule Deque+Equatable.swift
[119/559] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[120/559] Compiling DequeModule Deque+Extras.swift
[121/559] Compiling DequeModule Deque+Hashable.swift
[122/559] Compiling DequeModule _DequeSlot.swift
[123/559] Compiling DequeModule _UnsafeWrappedBuffer.swift
[124/559] Compiling DequeModule Deque._UnsafeHandle.swift
[125/559] Compiling DequeModule Deque.swift
[126/559] Compiling DequeModule Deque+Testing.swift
[127/559] Compiling DequeModule Deque._Storage.swift
[128/559] Compiling Instrumentation Locks.swift
[128/559] Compiling tls13_server.cc
[130/560] Compiling Logging MetadataProvider.swift
[131/560] Compiling Logging Locks.swift
[132/560] Compiling Logging LogHandler.swift
[133/560] Compiling Logging Logging.swift
[134/561] Compiling DequeModule Deque+Codable.swift
[135/561] Compiling DequeModule Deque+Collection.swift
[136/561] Emitting module DequeModule
[139/562] Compiling tls13_enc.cc
[140/562] Wrapping AST for Logging for debugging
[141/570] Wrapping AST for Instrumentation for debugging
[143/570] Emitting module LRUCache
[144/570] Compiling LRUCache LRUCache.swift
[144/570] Compiling tls13_client.cc
[145/571] Compiling tls13_both.cc
[146/571] Wrapping AST for DequeModule for debugging
[149/571] Emitting module Tracing
[150/571] Compiling Tracing InstrumentationSystem+Tracing.swift
[151/571] Compiling Tracing NoOpTracer.swift
[152/571] Compiling Tracing TracingTime.swift
[153/571] Compiling Tracing TracerProtocol.swift
[154/571] Compiling Tracing TracerProtocol+Legacy.swift
[155/571] Compiling Tracing SpanProtocol.swift
[156/571] Compiling Tracing Tracer.swift
[157/572] Compiling t1_enc.cc
[158/572] Compiling ssl_versions.cc
[159/572] Wrapping AST for LRUCache for debugging
[160/572] Wrapping AST for Tracing for debugging
[161/572] Compiling ssl_x509.cc
[162/572] Compiling ssl_privkey.cc
[163/572] Compiling ssl_transcript.cc
[164/572] Compiling ssl_stat.cc
[165/572] Compiling ssl_session.cc
[166/572] Compiling ssl_key_share.cc
[167/572] Compiling ssl_file.cc
[168/572] Compiling ssl_credential.cc
[169/572] Compiling ssl_cipher.cc
[170/572] Compiling ssl_lib.cc
[171/572] Compiling ssl_buffer.cc
[172/572] Compiling ssl_cert.cc
[173/572] Compiling ssl_asn1.cc
[174/572] Compiling s3_pkt.cc
[175/572] Compiling s3_lib.cc
[176/572] Compiling ssl_aead_ctx.cc
[177/572] Compiling s3_both.cc
[178/572] Compiling handshake_server.cc
[179/572] Compiling handshake.cc
[180/572] Compiling handshake_client.cc
[181/572] Compiling handoff.cc
[182/572] Compiling encrypted_client_hello.cc
[183/572] Compiling dtls_record.cc
[184/572] Compiling md5-x86_64-linux.S
[185/572] Compiling dtls_method.cc
[186/572] Compiling md5-x86_64-apple.S
[187/572] Compiling extensions.cc
[188/572] Compiling d1_srtp.cc
[189/572] Compiling md5-586-linux.S
[190/572] Compiling md5-586-apple.S
[191/572] Compiling chacha20_poly1305_x86_64-linux.S
[192/572] Compiling chacha20_poly1305_x86_64-apple.S
[193/572] Compiling chacha20_poly1305_armv8-win.S
[194/572] Compiling chacha20_poly1305_armv8-apple.S
[195/572] Compiling chacha-x86_64-linux.S
[196/572] Compiling d1_pkt.cc
[197/572] Compiling chacha-x86_64-apple.S
[198/572] Compiling chacha-x86-linux.S
[199/572] Compiling chacha-x86-apple.S
[200/572] Compiling chacha20_poly1305_armv8-linux.S
[201/572] Compiling chacha-armv8-win.S
[202/572] Compiling chacha-armv4-linux.S
[203/572] Compiling chacha-armv8-apple.S
[204/572] Compiling chacha-armv8-linux.S
[205/572] Compiling d1_lib.cc
[206/572] Compiling aes128gcmsiv-x86_64-linux.S
[207/572] Compiling x86_64-mont5-linux.S
[208/572] Compiling x86_64-mont-linux.S
[209/572] Compiling x86_64-mont5-apple.S
[210/572] Compiling aes128gcmsiv-x86_64-apple.S
[211/572] Compiling x86_64-mont-apple.S
[212/572] Compiling x86-mont-linux.S
[213/572] Compiling x86-mont-apple.S
[214/572] Compiling vpaes-x86_64-linux.S
[215/572] Compiling err_data.cc
[216/572] Compiling vpaes-x86_64-apple.S
[217/572] Compiling vpaes-x86-linux.S
[218/572] Compiling vpaes-x86-apple.S
[219/572] Compiling vpaes-armv8-win.S
[220/572] Compiling vpaes-armv8-apple.S
[221/572] Compiling vpaes-armv7-linux.S
[222/572] Compiling sha512-x86_64-linux.S
[223/572] Compiling vpaes-armv8-linux.S
[224/572] Compiling sha512-x86_64-apple.S
[225/572] Compiling sha512-armv8-win.S
[226/572] Compiling sha512-armv8-apple.S
[227/572] Compiling sha512-armv4-linux.S
[228/572] Compiling sha512-586-apple.S
[229/572] Compiling sha512-586-linux.S
[230/572] Compiling sha512-armv8-linux.S
[231/572] Compiling sha256-x86_64-apple.S
[232/572] Compiling sha256-x86_64-linux.S
[233/572] Compiling sha256-armv8-win.S
[234/572] Compiling sha256-armv8-apple.S
[235/572] Compiling sha256-586-apple.S
[236/572] Compiling sha256-586-linux.S
[237/572] Compiling sha256-armv8-linux.S
[238/572] Compiling sha256-armv4-linux.S
[239/572] Compiling sha1-x86_64-linux.S
[240/572] Compiling sha1-x86_64-apple.S
[241/572] Compiling d1_both.cc
[241/572] Compiling sha1-armv8-win.S
[243/572] Compiling sha1-armv8-linux.S
[244/572] Compiling bio_ssl.cc
[245/572] Compiling rsaz-avx2-linux.S
[245/572] Compiling rdrand-x86_64-apple.S
[245/572] Compiling sha1-586-apple.S
[248/572] Compiling sha1-armv8-apple.S
[248/572] Compiling sha1-armv4-large-linux.S
[250/572] Compiling sha1-586-linux.S
[251/572] Compiling rdrand-x86_64-linux.S
[252/572] Compiling rsaz-avx2-apple.S
[253/572] Compiling p256_beeu-x86_64-asm-linux.S
[253/572] Compiling p256-armv8-asm-win.S
[255/572] Compiling p256_beeu-armv8-asm-apple.S
[255/572] Compiling p256_beeu-armv8-asm-linux.S
[255/572] Compiling p256_beeu-armv8-asm-win.S
[258/572] Compiling p256_beeu-x86_64-asm-apple.S
[258/572] Compiling p256-x86_64-asm-apple.S
[260/572] Compiling p256-x86_64-asm-linux.S
[261/572] Compiling ghashv8-armv8-win.S
[262/572] Compiling ghashv8-armv8-apple.S
[263/572] Compiling ghashv8-armv7-linux.S
[264/572] Compiling ghash-x86_64-linux.S
[265/572] Compiling ghashv8-armv8-linux.S
[266/572] Compiling p256-armv8-asm-apple.S
[267/572] Compiling ghash-x86_64-apple.S
[268/572] Compiling p256-armv8-asm-linux.S
[269/572] Compiling ghash-x86-linux.S
[270/572] Compiling ghash-ssse3-x86_64-linux.S
[271/572] Compiling ghash-x86-apple.S
[271/572] Compiling ghash-ssse3-x86_64-apple.S
[273/572] Compiling ghash-ssse3-x86-linux.S
[274/572] Compiling ghash-neon-armv8-win.S
[275/572] Compiling ghash-ssse3-x86-apple.S
[276/572] Compiling ghash-neon-armv8-linux.S
[277/572] Compiling ghash-neon-armv8-apple.S
[278/572] Compiling ghash-armv4-linux.S
[279/572] Compiling co-586-apple.S
[280/572] Compiling co-586-linux.S
[281/572] Compiling bn-armv8-win.S
[282/572] Compiling bsaes-armv7-linux.S
[283/572] Compiling bn-armv8-apple.S
[284/572] Compiling bn-586-linux.S
[285/572] Compiling bn-armv8-linux.S
[286/572] Compiling bn-586-apple.S
[287/572] Compiling armv8-mont-win.S
[288/572] Compiling armv4-mont-linux.S
[289/572] Compiling armv8-mont-apple.S
[290/572] Compiling aesv8-gcm-armv8-apple.S
[291/572] Compiling aesv8-gcm-armv8-win.S
[292/572] Compiling armv8-mont-linux.S
[293/572] Compiling aesv8-armv8-win.S
[294/572] Compiling aesv8-gcm-armv8-linux.S
[295/572] Compiling aesv8-armv8-apple.S
[296/572] Compiling aesv8-armv8-linux.S
[297/572] Compiling aesni-x86_64-linux.S
[298/572] Compiling aesni-x86_64-apple.S
[299/572] Compiling aesni-x86-linux.S
[300/572] Compiling aesni-x86-apple.S
[301/572] Compiling aesni-gcm-x86_64-linux.S
[302/572] Compiling aesni-gcm-x86_64-apple.S
[303/572] Compiling aes-gcm-avx2-x86_64-apple.S
[304/572] Compiling aes-gcm-avx2-x86_64-linux.S
[305/572] Compiling aes-gcm-avx10-x86_64-linux.S
[306/572] Compiling aes-gcm-avx10-x86_64-apple.S
[307/572] Compiling x_x509.cc
[308/572] Compiling x_x509a.cc
[309/572] Compiling x_pubkey.cc
[310/572] Compiling x_req.cc
[311/572] Compiling x_name.cc
[312/572] Compiling x_attrib.cc
[313/572] Compiling x_exten.cc
[314/572] Compiling x_crl.cc
[315/572] Compiling x509spki.cc
[316/572] Compiling x_all.cc
[317/572] Compiling x509cset.cc
[318/572] Compiling x509rset.cc
[319/572] Compiling x509_vpm.cc
[320/572] Compiling x509name.cc
[321/572] Compiling x509_vfy.cc
[322/572] Compiling x509_v3.cc
[323/572] Compiling x509_trs.cc
[324/572] Compiling x509_obj.cc
[325/572] Compiling x509_set.cc
[326/572] Compiling x509_txt.cc
[327/572] Compiling x509_lu.cc
[328/572] Compiling x509_req.cc
[329/572] Compiling x509_def.cc
[330/572] Compiling x509_ext.cc
[331/572] Compiling x509_d2.cc
[332/572] Compiling x509_att.cc
[333/572] Compiling x509_cmp.cc
[334/572] Compiling x509.cc
[335/572] Compiling v3_utl.cc
[336/572] Compiling v3_skey.cc
[337/572] Compiling v3_purp.cc
[338/572] Compiling v3_prn.cc
[339/572] Compiling v3_pmaps.cc
[340/572] Compiling v3_pcons.cc
[341/572] Compiling v3_ocsp.cc
[342/572] Compiling v3_ncons.cc
[343/572] Compiling v3_int.cc
[344/572] Compiling v3_lib.cc
[345/572] Compiling v3_info.cc
[346/572] Compiling v3_ia5.cc
[347/572] Compiling v3_genn.cc
[348/572] Compiling v3_extku.cc
[349/572] Compiling v3_enum.cc
[350/572] Compiling v3_conf.cc
[351/572] Compiling v3_crld.cc
[352/572] Compiling v3_cpols.cc
[353/572] Compiling v3_bitst.cc
[354/572] Compiling v3_bcons.cc
[355/572] Compiling t_x509a.cc
[356/572] Compiling v3_akeya.cc
[357/572] Compiling v3_alt.cc
[358/572] Compiling v3_akey.cc
[359/572] Compiling t_x509.cc
[360/572] Compiling t_crl.cc
[361/572] Compiling i2d_pr.cc
[362/572] Compiling t_req.cc
[363/572] Compiling rsa_pss.cc
[364/572] Compiling policy.cc
[365/572] Compiling name_print.cc
[366/572] Compiling by_file.cc
[367/572] Compiling by_dir.cc
[368/572] Compiling algorithm.cc
[369/572] Compiling a_verify.cc
[370/572] Compiling asn1_gen.cc
[371/572] Compiling trust_token.cc
[372/572] Compiling a_digest.cc
[373/572] Compiling a_sign.cc
[374/572] Compiling voprf.cc
[375/572] Compiling thread_pthread.cc
[376/572] Compiling pmbtoken.cc
[377/572] Compiling thread_win.cc
[378/572] Compiling thread.cc
[379/572] Compiling stack.cc
[380/572] Compiling spake2plus.cc
[381/572] Compiling siphash.cc
[382/572] Compiling thread_none.cc
[383/572] Compiling slhdsa.cc
[384/572] Compiling sha512.cc
[385/572] Compiling sha256.cc
[386/572] Compiling rsa_extra.cc
[387/572] Compiling sha1.cc
[388/572] Compiling rsa_print.cc
[389/572] Compiling refcount.cc
[390/572] Compiling rsa_crypt.cc
[391/572] Compiling rsa_asn1.cc
[392/572] Compiling rc4.cc
[393/572] Compiling windows.cc
[394/572] Compiling urandom.cc
[395/572] Compiling rand.cc
[396/572] Compiling passive.cc
[397/572] Compiling trusty.cc
[398/572] Compiling ios.cc
[399/572] Compiling forkunsafe.cc
[400/572] Compiling poly1305_arm_asm.S
[401/572] Compiling getentropy.cc
[402/572] Compiling fork_detect.cc
[403/572] Compiling poly1305_vec.cc
[404/572] Compiling poly1305_arm.cc
[405/572] Compiling deterministic.cc
[406/572] Compiling poly1305.cc
[407/572] Compiling pool.cc
[408/572] Compiling pkcs8.cc
[409/572] Compiling pkcs8_x509.cc
[410/572] Compiling pkcs7.cc
[411/572] Compiling p5_pbev2.cc
[412/572] Compiling pkcs7_x509.cc
[413/572] Compiling pem_xaux.cc
[414/572] Compiling pem_pkey.cc
[415/572] Compiling pem_x509.cc
[416/572] Compiling pem_pk8.cc
[417/572] Compiling pem_oth.cc
[418/572] Compiling obj_xref.cc
[419/572] Compiling pem_info.cc
[420/572] Compiling mlkem.cc
[421/572] Compiling pem_lib.cc
[422/572] Compiling pem_all.cc
[423/572] Compiling mldsa.cc
[424/572] Compiling obj.cc
[425/572] Compiling mem.cc
[426/572] Compiling poly_rq_mul.S
[427/572] Compiling fips_shared_support.cc
[428/572] Compiling md5.cc
[429/572] Compiling lhash.cc
[430/572] Compiling md4.cc
[431/572] Compiling sign.cc
[432/572] Compiling kyber.cc
[433/572] Compiling ex_data.cc
[434/572] Compiling scrypt.cc
[435/572] Compiling hpke.cc
[436/572] Compiling print.cc
[437/572] Compiling hrss.cc
[438/572] Compiling p_x25519.cc
[439/572] Compiling pbkdf.cc
[440/572] Compiling p_x25519_asn1.cc
[441/572] Compiling p_ed25519.cc
[442/572] Compiling p_hkdf.cc
[443/572] Compiling p_rsa.cc
[444/572] Compiling p_rsa_asn1.cc
[445/572] Compiling p_ed25519_asn1.cc
[446/572] Compiling p_ec.cc
[447/572] Compiling p_ec_asn1.cc
[448/572] Compiling p_dh_asn1.cc
[449/572] Compiling p_dh.cc
[450/572] Compiling evp_ctx.cc
[451/572] Compiling p_dsa_asn1.cc
[452/572] Compiling evp.cc
[453/572] Compiling engine.cc
[454/572] Compiling ecdsa_asn1.cc
[455/572] Compiling evp_asn1.cc
[456/572] Compiling err.cc
[457/572] Compiling ecdh.cc
[458/572] Compiling hash_to_curve.cc
[459/572] Compiling ec_derive.cc
[460/572] Compiling bcm.cc
[461/572] Compiling params.cc
[462/572] Compiling ec_asn1.cc
[463/572] Compiling dsa.cc
[464/572] Compiling dsa_asn1.cc
[465/572] Compiling digest_extra.cc
[466/572] Compiling x25519-asm-arm.S
[467/572] Compiling des.cc
[468/572] Compiling dh_asn1.cc
[469/572] Compiling curve25519_64_adx.cc
[470/572] Compiling spake25519.cc
[471/572] Compiling curve25519.cc
[472/572] Compiling cpu_intel.cc
[473/572] Compiling cpu_aarch64_win.cc
[474/572] Compiling crypto.cc
[475/572] Compiling cpu_arm_linux.cc
[476/572] Compiling cpu_arm_freebsd.cc
[477/572] Compiling cpu_aarch64_sysreg.cc
[478/572] Compiling cpu_aarch64_openbsd.cc
[479/572] Compiling cpu_aarch64_apple.cc
[480/572] Compiling get_cipher.cc
[481/572] Compiling conf.cc
[482/572] Compiling tls_cbc.cc
[483/572] Compiling cpu_aarch64_fuchsia.cc
[484/572] Compiling cpu_aarch64_linux.cc
[485/572] Compiling e_rc4.cc
[486/572] Compiling e_tls.cc
[487/572] Compiling e_chacha20poly1305.cc
[488/572] Compiling e_aesctrhmac.cc
[489/572] Compiling e_aesgcmsiv.cc
[490/572] Compiling e_null.cc
[491/572] Compiling e_des.cc
[492/572] Compiling e_rc2.cc
[493/572] Compiling chacha.cc
[494/572] Compiling derive_key.cc
[495/572] Compiling buf.cc
[496/572] Compiling unicode.cc
[497/572] Compiling asn1_compat.cc
[498/572] Compiling ber.cc
[499/572] Compiling cbb.cc
[500/572] Compiling bn_asn1.cc
[501/572] Compiling cbs.cc
[502/572] Compiling convert.cc
[503/572] Compiling blake2.cc
[504/572] Compiling socket_helper.cc
[505/572] Compiling socket.cc
[506/572] Compiling printf.cc
[507/572] Compiling hexdump.cc
[508/572] Compiling pair.cc
[509/572] Compiling fd.cc
[510/572] Compiling errno.cc
[511/572] Compiling file.cc
[512/572] Compiling connect.cc
[513/572] Compiling bio_mem.cc
[514/572] Compiling bio.cc
[515/572] Compiling tasn_typ.cc
[516/572] Compiling base64.cc
[517/572] Compiling tasn_fre.cc
[518/572] Compiling tasn_utl.cc
[519/572] Compiling tasn_enc.cc
[520/572] Compiling f_string.cc
[521/572] Compiling tasn_new.cc
[522/572] Compiling posix_time.cc
[523/572] Compiling f_int.cc
[524/572] Compiling asn_pack.cc
[525/572] Compiling tasn_dec.cc
[526/572] Compiling asn1_par.cc
[527/572] Compiling asn1_lib.cc
[528/572] Compiling a_type.cc
[529/572] Compiling a_utctm.cc
[530/572] Compiling a_octet.cc
[531/572] Compiling a_time.cc
[532/572] Compiling a_strnid.cc
[533/572] Compiling a_strex.cc
[534/572] Compiling a_object.cc
[535/572] Compiling a_i2d_fp.cc
[536/572] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[537/572] Write sources
[538/572] Compiling a_d2i_fp.cc
[538/572] Write sources
[542/572] Compiling a_mbstr.cc
[543/590] Compiling a_int.cc
[544/617] Compiling a_bitstr.cc
[546/617] Compiling Algorithms Joined.swift
[547/617] Compiling Algorithms Keyed.swift
[547/619] Compiling a_bool.cc
[549/619] Compiling Algorithms Stride.swift
[550/619] Compiling Algorithms Suffix.swift
[551/619] Compiling Algorithms Permutations.swift
[552/619] Compiling Algorithms Product.swift
[553/619] Compiling Algorithms MinMax.swift
[554/619] Compiling Algorithms Split.swift
[555/619] Compiling Atomics IntegerOperations.swift
[556/619] Compiling Atomics Unmanaged extensions.swift
[557/619] Compiling Algorithms AdjacentPairs.swift
[558/619] Compiling Algorithms Chain.swift
[559/619] Compiling Algorithms Chunked.swift
[560/619] Compiling Algorithms EitherSequence.swift
[561/619] Compiling Algorithms FirstNonNil.swift
[562/619] Compiling Algorithms Partition.swift
[566/622] Compiling ArgumentParserToolInfo ToolInfo.swift
[567/622] Emitting module ArgumentParserToolInfo
[568/623] Compiling Algorithms Compacted.swift
[569/623] Compiling Algorithms Cycle.swift
[572/623] Compiling Algorithms RandomSample.swift
[573/623] Compiling Algorithms Reductions.swift
[574/623] Compiling Algorithms Rotate.swift
[575/623] Wrapping AST for ArgumentParserToolInfo for debugging
[577/667] Compiling ArgumentParser NameSpecification.swift
[578/667] Compiling ArgumentParser Option.swift
[579/667] Compiling ArgumentParser OptionGroup.swift
[580/667] Compiling ArgumentParser CompletionKind.swift
[581/667] Compiling ArgumentParser Errors.swift
[582/667] Compiling ArgumentParser Flag.swift
[583/667] Compiling ArgumentParser EnumerableFlag.swift
[584/667] Compiling ArgumentParser ExpressibleByArgument.swift
[585/667] Compiling ArgumentParser ParsableArguments.swift
[586/667] Compiling ArgumentParser ParsableCommand.swift
[587/667] Emitting module Atomics
[588/667] Compiling ArgumentParser CommandParser.swift
[589/667] Compiling ArgumentParser InputKey.swift
[590/667] Compiling ArgumentParser InputOrigin.swift
[591/667] Compiling ArgumentParser ZshCompletionsGenerator.swift
[592/667] Compiling ArgumentParser Argument.swift
[593/667] Compiling ArgumentParser ArgumentDiscussion.swift
[595/668] Compiling ArgumentParser CollectionExtensions.swift
[596/668] Compiling ArgumentParser Mutex.swift
[597/668] Compiling ArgumentParser Platform.swift
[598/668] Compiling ArgumentParser SequenceExtensions.swift
[599/668] Compiling ArgumentParser StringExtensions.swift
[600/668] Compiling ArgumentParser SwiftExtensions.swift
[601/674] Emitting module ArgumentParser
[602/674] Compiling ArgumentParser BashCompletionsGenerator.swift
[603/674] Compiling ArgumentParser CompletionsGenerator.swift
[604/674] Compiling ArgumentParser FishCompletionsGenerator.swift
[605/674] Wrapping AST for Atomics for debugging
[606/674] Compiling c-nioatomics.c
[610/674] Compiling ArgumentParser Name.swift
[611/674] Compiling ArgumentParser Parsed.swift
[612/674] Compiling ArgumentParser ParsedValues.swift
[613/674] Compiling ArgumentParser ParserError.swift
[614/723] Emitting module Algorithms
[615/724] Wrapping AST for Algorithms for debugging
[616/724] Compiling c-atomics.c
[618/724] Compiling SwiftSoup StringBuilder.swift
[619/724] Compiling SwiftSoup StringUtil.swift
[620/724] Compiling SwiftSoup StructuralEvaluator.swift
[621/724] Compiling SwiftSoup SwiftSoup.swift
[622/724] Compiling SwiftSoup Tag.swift
[623/724] Compiling ArgumentParser UniqueNamesValidator.swift
[624/724] Compiling SwiftSoup Collector.swift
[625/724] Compiling SwiftSoup CombiningEvaluator.swift
[626/724] Compiling SwiftSoup Comment.swift
[627/724] Compiling SwiftSoup CssSelector.swift
[628/724] Compiling SwiftSoup DataNode.swift
[629/724] Compiling SwiftSoup Document.swift
[630/724] Compiling SwiftSoup DocumentType.swift
[631/724] Compiling SwiftSoup Attribute.swift
[632/724] Compiling SwiftSoup Attributes.swift
[633/724] Compiling SwiftSoup BinarySearch.swift
[634/724] Compiling SwiftSoup BooleanAttribute.swift
[635/724] Compiling SwiftSoup CharacterExt.swift
[636/724] Compiling SwiftSoup CharacterReader.swift
[637/730] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[638/730] Compiling NIOConcurrencyHelpers NIOLock.swift
[639/730] Compiling NIOConcurrencyHelpers lock.swift
[640/730] Emitting module NIOConcurrencyHelpers
[641/730] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[642/730] Compiling NIOConcurrencyHelpers atomics.swift
[643/731] Compiling SwiftSoup Evaluator.swift
[644/731] Compiling SwiftSoup Exception.swift
[645/731] Compiling SwiftSoup FormElement.swift
[646/731] Compiling SwiftSoup HtmlTreeBuilder.swift
[647/731] Compiling SwiftSoup TextNode.swift
[648/731] Compiling SwiftSoup Token.swift
[649/731] Wrapping AST for NIOConcurrencyHelpers for debugging
[651/792] Compiling NIOCore FileHandle.swift
[652/792] Compiling NIOCore FileRegion.swift
[653/792] Compiling NIOCore GlobalSingletons.swift
[654/792] Compiling NIOCore IO.swift
[655/792] Compiling NIOCore AddressedEnvelope.swift
[656/792] Compiling NIOCore AsyncAwaitSupport.swift
[657/792] Compiling NIOCore AsyncChannel.swift
[658/792] Compiling NIOCore AsyncChannelHandler.swift
[659/792] Compiling NIOCore AsyncChannelInboundStream.swift
[660/792] Compiling NIOCore AsyncChannelOutboundWriter.swift
[661/792] Compiling NIOCore NIOAsyncSequenceProducer.swift
[662/792] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[663/793] Wrapping AST for ArgumentParser for debugging
[665/793] Compiling NIOCore NIOAny.swift
[666/793] Compiling NIOCore NIOCloseOnErrorHandler.swift
[667/793] Compiling NIOCore NIOCoreSendableMetatype.swift
[668/793] Compiling NIOCore NIOLoopBound.swift
[669/793] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[670/793] Compiling NIOCore NIOScheduledCallback.swift
[671/793] Compiling NIOCore NIOSendable.swift
[672/793] Compiling NIOCore RecvByteBufferAllocator.swift
[673/801] Compiling NIOCore CircularBuffer.swift
[674/801] Compiling NIOCore Codec.swift
[675/801] Compiling NIOCore ConvenienceOptionSupport.swift
[676/801] Compiling NIOCore DeadChannel.swift
[677/801] Compiling NIOCore DispatchQueue+WithFuture.swift
[678/801] Compiling NIOCore EventLoop+Deprecated.swift
[679/801] Compiling NIOCore EventLoop+SerialExecutor.swift
[684/807] Compiling NIOCore NIOAsyncWriter.swift
[685/807] Compiling NIOCore ByteBuffer-multi-int.swift
[686/807] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[687/807] Compiling NIOCore EventLoop.swift
[688/807] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[689/807] Compiling NIOCore EventLoopFuture+Deprecated.swift
[690/807] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[691/807] Compiling NIOCore EventLoopFuture.swift
[692/807] Compiling NIOCore FileDescriptor.swift
[694/807] Emitting module SwiftSoup
[695/807] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[696/807] Compiling NIOCore BSDSocketAPI.swift
[697/807] Compiling NIOCore ByteBuffer-aux.swift
[698/807] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[699/807] Compiling NIOCore ByteBuffer-conversions.swift
[700/807] Compiling NIOCore ByteBuffer-core.swift
[701/807] Compiling NIOCore ByteBuffer-hex.swift
[702/807] Compiling NIOCore ByteBuffer-int.swift
[703/807] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[704/807] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[705/807] Compiling NIOCore SocketAddresses.swift
[706/807] Compiling NIOCore SocketOptionProvider.swift
[707/807] Compiling NIOCore SystemCallHelpers.swift
[708/807] Compiling NIOCore TimeAmount+Duration.swift
[709/807] Compiling NIOCore TypeAssistedChannelHandler.swift
[710/807] Compiling NIOCore UniversalBootstrapSupport.swift
[711/807] Compiling NIOCore Utilities.swift
[730/807] Compiling NIOCore IOData.swift
[731/807] Compiling NIOCore IPProtocol.swift
[732/807] Compiling NIOCore IntegerBitPacking.swift
[733/807] Compiling NIOCore IntegerTypes.swift
[734/807] Compiling SwiftSoup UTF8Arrays.swift
[735/807] Compiling SwiftSoup UnicodeScalar.swift
[736/807] Compiling SwiftSoup Validate.swift
[737/807] Compiling SwiftSoup Whitelist.swift
[738/807] Compiling SwiftSoup XmlDeclaration.swift
[739/807] Compiling SwiftSoup XmlTreeBuilder.swift
[747/807] Compiling NIOCore ByteBuffer-views.swift
[748/807] Compiling NIOCore Channel.swift
[749/807] Compiling NIOCore ChannelHandler.swift
[750/807] Compiling NIOCore ChannelHandlers.swift
[751/807] Compiling NIOCore ChannelInvoker.swift
[752/807] Compiling NIOCore ChannelOption.swift
[753/807] Compiling NIOCore ChannelPipeline.swift
[754/808] Wrapping AST for SwiftSoup for debugging
[756/808] Emitting module NIOCore
[791/809] Wrapping AST for NIOCore for debugging
[793/863] Emitting module NIOEmbedded
[794/863] Compiling NIOEmbedded AsyncTestingChannel.swift
[795/863] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[796/863] Compiling NIOEmbedded Embedded.swift
[797/864] Wrapping AST for NIOEmbedded for debugging
[799/864] Compiling NIOPosix IO.swift
[800/864] Compiling NIOPosix IntegerBitPacking.swift
[801/864] Compiling NIOPosix IntegerTypes.swift
[802/864] Compiling NIOPosix Linux.swift
[803/864] Compiling NIOPosix LinuxCPUSet.swift
[804/864] Compiling NIOPosix LinuxUring.swift
[805/864] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[806/870] Emitting module NIOPosix
[807/870] Compiling NIOPosix ThreadWindows.swift
[808/870] Compiling NIOPosix UnsafeTransfer.swift
[809/870] Compiling NIOPosix Utilities.swift
[810/870] Compiling NIOPosix VsockAddress.swift
[811/870] Compiling NIOPosix VsockChannelEvents.swift
[812/870] Compiling NIOPosix Windows.swift
[813/870] Compiling NIOPosix Socket.swift
[814/870] Compiling NIOPosix SocketChannel.swift
[815/870] Compiling NIOPosix SocketProtocols.swift
[816/870] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[817/870] Compiling NIOPosix System.swift
[818/870] Compiling NIOPosix Thread.swift
[819/870] Compiling NIOPosix ThreadPosix.swift
[820/870] Compiling NIOPosix Pool.swift
[821/870] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[822/870] Compiling NIOPosix PosixSingletons.swift
[823/870] Compiling NIOPosix RawSocketBootstrap.swift
[824/870] Compiling NIOPosix Resolver.swift
[825/870] Compiling NIOPosix Selectable.swift
[826/870] Compiling NIOPosix SelectableChannel.swift
[827/870] Compiling NIOPosix SelectableEventLoop.swift
[828/870] Compiling NIOPosix SelectorEpoll.swift
[829/870] Compiling NIOPosix SelectorGeneric.swift
[830/870] Compiling NIOPosix SelectorKqueue.swift
[831/870] Compiling NIOPosix SelectorUring.swift
[832/870] Compiling NIOPosix SelectorWSAPoll.swift
[833/870] Compiling NIOPosix ServerSocket.swift
[834/870] Compiling NIOPosix BSDSocketAPICommon.swift
[835/870] Compiling NIOPosix BSDSocketAPIPosix.swift
[836/870] Compiling NIOPosix BSDSocketAPIWindows.swift
[837/870] Compiling NIOPosix BaseSocket.swift
[838/870] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[839/870] Compiling NIOPosix BaseSocketChannel.swift
[840/870] Compiling NIOPosix BaseStreamSocketChannel.swift
[841/870] Compiling NIOPosix Bootstrap.swift
[842/870] Compiling NIOPosix ControlMessage.swift
[843/870] Compiling NIOPosix DatagramVectorReadManager.swift
[844/870] Compiling NIOPosix Errors+Any.swift
[845/870] Compiling NIOPosix FileDescriptor.swift
[846/870] Compiling NIOPosix GetaddrinfoResolver.swift
[847/870] Compiling NIOPosix HappyEyeballs.swift
[848/870] Compiling NIOPosix NIOPosixSendableMetatype.swift
[849/870] Compiling NIOPosix NIOThreadPool.swift
[850/870] Compiling NIOPosix NonBlockingFileIO.swift
[851/870] Compiling NIOPosix PendingDatagramWritesManager.swift
[852/870] Compiling NIOPosix PendingWritesManager.swift
[853/870] Compiling NIOPosix PipeChannel.swift
[854/870] Compiling NIOPosix PipePair.swift
[855/871] Wrapping AST for NIOPosix for debugging
[857/873] Emitting module NIO
[858/873] Compiling NIO Exports.swift
[859/874] Wrapping AST for NIO for debugging
[861/913] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[862/913] Compiling NIOTLS TLSEvents.swift
[863/913] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[864/913] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[865/913] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[866/913] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[867/915] Emitting module NIOSOCKS
[868/916] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[869/916] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[870/916] Emitting module NIOTLS
[871/916] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[872/916] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[873/916] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[874/916] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[875/916] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[876/916] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[877/916] Compiling NIOSOCKS SOCKSResponse.swift
[878/916] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[879/916] Compiling NIOSOCKS ClientStateMachine.swift
[880/916] Compiling NIOSOCKS ServerStateMachine.swift
[881/916] Compiling NIOHTTP1 ByteCollectionUtils.swift
[882/916] Compiling NIOHTTP1 HTTPDecoder.swift
[883/917] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[884/917] Emitting module NIOFoundationCompat
[885/918] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[886/918] Compiling NIOTLS SNIHandler.swift
[887/919] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[888/919] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[898/919] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[899/919] Compiling NIOHTTP1 HTTPTypes.swift
[900/919] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[901/919] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[902/919] Emitting module NIOHTTP1
[905/919] Compiling NIOHTTP1 HTTPEncoder.swift
[905/920] Wrapping AST for NIOFoundationCompat for debugging
[906/920] Wrapping AST for NIOSOCKS for debugging
[908/920] Wrapping AST for NIOTLS for debugging
[909/971] Wrapping AST for NIOHTTP1 for debugging
[911/971] Compiling NIOSSL SSLCertificate.swift
[912/971] Compiling NIOSSL SSLCertificateExtensions.swift
[913/971] Compiling NIOSSL SSLCertificateName.swift
[914/973] Compiling NIOSSL SSLConnection.swift
[915/973] Compiling NIOSSL SubjectAlternativeName.swift
[916/973] Compiling NIOSSL NIOSSLSecureBytes.swift
[917/973] Emitting module NIOTransportServices
[918/973] Compiling NIOSSL AndroidCABundle.swift
[919/973] Compiling NIOSSL ByteBufferBIO.swift
[920/973] Compiling NIOSSL CustomPrivateKey.swift
[921/991] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[922/991] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[923/991] Compiling NIOSSL RNG.swift
[924/991] Compiling NIOSSL SafeCompare.swift
[925/991] Compiling NIOSSL SSLPrivateKey.swift
[926/991] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[927/991] Compiling NIOSSL NIOSSLHandler.swift
[928/991] Compiling NIOSSL SSLContext.swift
[929/991] Compiling NIOHPACK HPACKDecoder.swift
[930/991] Compiling NIOHPACK HPACKHeader.swift
[931/991] Compiling NIOHPACK HeaderTables.swift
[932/991] Compiling NIOSSL SSLErrors.swift
[933/991] Compiling NIOSSL SSLInit.swift
[934/991] Compiling NIOSSL SSLPKCS12Bundle.swift
[935/992] Wrapping AST for NIOTransportServices for debugging
[937/992] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[938/992] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[939/992] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[940/992] Compiling NIOHPACK IndexedHeaderTable.swift
[941/992] Compiling NIOHPACK IntegerCoding.swift
[942/993] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[943/993] Compiling NIOHPACK HPACKEncoder.swift
[944/993] Compiling NIOHPACK HPACKErrors.swift
[945/993] Emitting module NIOHPACK
[946/993] Emitting module NIOHTTPCompression
[947/993] Compiling NIOHTTPCompression HTTPCompression.swift
[948/993] Compiling NIOHTTPCompression HTTPDecompression.swift
[949/994] Compiling NIOHPACK StaticHeaderTable.swift
[951/994] Compiling NIOHPACK HuffmanTables.swift
[954/994] Compiling NIOHPACK HuffmanCoding.swift
[955/994] Compiling NIOHPACK DynamicHeaderTable.swift
[957/995] Wrapping AST for NIOHTTPCompression for debugging
[959/995] Emitting module NIOSSL
[959/999] Wrapping AST for NIOHPACK for debugging
[961/1059] Compiling NIOHTTP2 SendingGoawayState.swift
[962/1059] Compiling NIOHTTP2 SendingHeadersState.swift
[963/1059] Compiling NIOHTTP2 SendingPushPromiseState.swift
[964/1059] Compiling NIOHTTP2 SendingRstStreamState.swift
[965/1059] Compiling NIOHTTP2 StateMachineResult.swift
[966/1059] Compiling NIOHTTP2 ContentLengthVerifier.swift
[967/1059] Compiling NIOHTTP2 MaySendFrames.swift
[968/1059] Compiling NIOHTTP2 SendingDataState.swift
[969/1059] Compiling NIOHTTP2 ConnectionStateMachine.swift
[970/1059] Compiling NIOHTTP2 ConnectionStreamsState.swift
[971/1059] Compiling NIOHTTP2 MayReceiveFrames.swift
[972/1059] Compiling NIOHTTP2 ReceivingDataState.swift
[973/1059] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[974/1059] Compiling NIOHTTP2 ReceivingHeadersState.swift
[975/1059] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[976/1059] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[977/1059] Compiling NIOHTTP2 LocallyQuiescingState.swift
[978/1059] Compiling NIOHTTP2 QuiescingState.swift
[979/1059] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[980/1059] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[981/1059] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[982/1059] Compiling NIOHTTP2 HTTP2SettingsState.swift
[983/1059] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[984/1059] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[985/1059] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[986/1059] Compiling NIOHTTP2 HasFlowControlWindows.swift
[987/1059] Compiling NIOHTTP2 HasLocalSettings.swift
[988/1059] Compiling NIOHTTP2 HasRemoteSettings.swift
[989/1059] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[990/1059] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[991/1059] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[992/1059] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1011/1068] Wrapping AST for NIOSSL for debugging
[1013/1068] Emitting module NIOHTTP2
[1023/1068] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1024/1068] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1025/1068] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1026/1068] Compiling NIOHTTP2 StreamChannelList.swift
[1027/1068] Compiling NIOHTTP2 StreamMap.swift
[1028/1068] Compiling NIOHTTP2 StreamStateMachine.swift
[1029/1068] Compiling NIOHTTP2 UnsafeTransfer.swift
[1030/1068] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1031/1068] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1032/1068] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1033/1068] Compiling NIOHTTP2 HTTP2StreamID.swift
[1034/1068] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1035/1068] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1036/1068] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1037/1068] Compiling NIOHTTP2 InboundEventBuffer.swift
[1038/1068] Compiling NIOHTTP2 InboundWindowManager.swift
[1039/1068] Compiling NIOHTTP2 HTTP2Frame.swift
[1040/1068] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1041/1068] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1042/1068] Compiling NIOHTTP2 HTTP2PingData.swift
[1043/1068] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1044/1068] Compiling NIOHTTP2 HTTP2Settings.swift
[1045/1068] Compiling NIOHTTP2 HTTP2Stream.swift
[1046/1068] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1047/1068] Compiling NIOHTTP2 DOSHeuristics.swift
[1048/1068] Compiling NIOHTTP2 Error+Any.swift
[1049/1068] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1050/1068] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1051/1068] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1052/1068] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1053/1068] Compiling NIOHTTP2 GlitchesMonitor.swift
[1054/1068] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1060/1068] Compiling NIOHTTP2 HTTP2Error.swift
[1061/1068] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1062/1068] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1063/1069] Wrapping AST for NIOHTTP2 for debugging
[1065/1132] Emitting module AsyncHTTPClient
[1066/1140] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1067/1140] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1068/1140] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1069/1140] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1070/1140] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1071/1140] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1072/1140] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1073/1140] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1074/1140] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1075/1140] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1076/1140] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1077/1140] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1078/1140] Compiling AsyncHTTPClient Transaction.swift
[1079/1140] Compiling AsyncHTTPClient Base64.swift
[1080/1140] Compiling AsyncHTTPClient BasicAuth.swift
[1081/1140] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1082/1140] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1083/1140] Compiling AsyncHTTPClient ConnectionPool.swift
[1084/1140] Compiling AsyncHTTPClient RequestValidation.swift
[1085/1140] Compiling AsyncHTTPClient SSLContextCache.swift
[1086/1140] Compiling AsyncHTTPClient Scheme.swift
[1087/1140] Compiling AsyncHTTPClient Singleton.swift
[1088/1140] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1089/1140] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1090/1140] Compiling AsyncHTTPClient TracingSupport.swift
[1091/1140] Compiling AsyncHTTPClient Utils.swift
[1092/1140] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1093/1140] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1094/1140] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1095/1140] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1096/1140] Compiling AsyncHTTPClient HTTP1Connection.swift
[1097/1140] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1098/1140] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1099/1140] Compiling AsyncHTTPClient HTTP2Connection.swift
[1100/1140] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1101/1140] Compiling AsyncHTTPClient RequestOptions.swift
[1102/1140] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1103/1140] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1104/1140] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1105/1140] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1106/1140] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1107/1140] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1108/1140] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1109/1140] Compiling AsyncHTTPClient ConnectionTarget.swift
[1110/1140] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1111/1140] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1112/1140] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1113/1140] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1114/1140] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1115/1140] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1116/1140] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1117/1140] Compiling AsyncHTTPClient RequestBodyLength.swift
[1118/1140] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1119/1140] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1120/1140] Compiling AsyncHTTPClient NWErrorHandler.swift
[1121/1140] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1122/1140] Compiling AsyncHTTPClient TLSConfiguration.swift
[1123/1140] Compiling AsyncHTTPClient RedirectState.swift
[1124/1140] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1125/1140] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1126/1140] Compiling AsyncHTTPClient RequestBag.swift
[1127/1140] Compiling AsyncHTTPClient DeconstructedURL.swift
[1128/1140] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1129/1140] Compiling AsyncHTTPClient FoundationExtensions.swift
[1130/1140] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1131/1140] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1132/1140] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1133/1140] Compiling AsyncHTTPClient HTTPClient.swift
[1134/1140] Compiling AsyncHTTPClient HTTPHandler.swift
[1135/1140] Compiling AsyncHTTPClient LRUCache.swift
[1136/1141] Wrapping AST for AsyncHTTPClient for debugging
[1138/1150] Emitting module LinkPreview
[1139/1151] Compiling LinkPreview MetadataProcessor.swift
[1140/1151] Compiling LinkPreview OpenGraphProcessor.swift
[1141/1151] Compiling LinkPreview GenericHTMLProcessor.swift
[1142/1151] Compiling LinkPreview LinkPreviewURLRequest.swift
[1143/1151] Compiling LinkPreview LinkPreviewProvider.swift
[1144/1151] Compiling LinkPreview LinkPreview.swift
[1145/1151] Compiling LinkPreview LinkPreviewMetadata.swift
[1146/1151] Compiling LinkPreview URL+Extensions.swift
[1147/1151] Compiling LinkPreview WikipediaAPIProcessor.swift
[1148/1152] Wrapping AST for LinkPreview for debugging
[1150/1154] Compiling LinkPreviewCLI Main.swift
[1151/1154] Emitting module LinkPreviewCLI
[1152/1155] Wrapping AST for LinkPreviewCLI for debugging
[1153/1155] Write Objects.LinkFileList
[1154/1155] Linking linkpreviewcli
Build complete! (235.83s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client"
}
],
"manifest_display_name" : "LinkPreview",
"name" : "LinkPreview",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "LinkPreview",
"targets" : [
"LinkPreview"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "linkpreviewcli",
"targets" : [
"LinkPreviewCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "LinkPreviewTests",
"module_type" : "SwiftTarget",
"name" : "LinkPreviewTests",
"path" : "Tests/LinkPreviewTests",
"sources" : [
"LinkPreviewTests.swift"
],
"target_dependencies" : [
"LinkPreview"
],
"type" : "test"
},
{
"c99name" : "LinkPreviewCLI",
"module_type" : "SwiftTarget",
"name" : "LinkPreviewCLI",
"path" : "Sources/LinkPreviewCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"linkpreviewcli"
],
"sources" : [
"Main.swift"
],
"target_dependencies" : [
"LinkPreview"
],
"type" : "executable"
},
{
"c99name" : "LinkPreview",
"module_type" : "SwiftTarget",
"name" : "LinkPreview",
"path" : "Sources/LinkPreview",
"product_dependencies" : [
"SwiftSoup",
"AsyncHTTPClient"
],
"product_memberships" : [
"LinkPreview",
"linkpreviewcli"
],
"sources" : [
"LinkPreview.swift",
"LinkPreviewMetadata.swift",
"LinkPreviewProvider.swift",
"LinkPreviewURLRequest.swift",
"Processors/GenericHTMLProcessor.swift",
"Processors/MetadataProcessor.swift",
"Processors/OpenGraphProcessor.swift",
"Processors/WikipediaAPIProcessor.swift",
"URL+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.