Build Information
Successful build of LinkPreview, reference main (653426), with Swift 6.1 for Linux on 24 Oct 2025 22:04:01 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/harlanhaskins/LinkPreviewSwift.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/harlanhaskins/LinkPreviewSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
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-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/scinfu/SwiftSoup.git
[1/4634] Fetching swiftsoup
[94/21317] Fetching swiftsoup, swift-argument-parser
[6435/35690] Fetching swiftsoup, swift-argument-parser, async-http-client
Fetched https://github.com/apple/swift-argument-parser from cache (1.26s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.45s)
Fetched https://github.com/swift-server/async-http-client from cache (1.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (2.10s)
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.64s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2771] Fetching swift-nio-transport-services
[694/8963] Fetching swift-nio-transport-services, swift-nio-extras
[1582/10783] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[3869/16265] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-distributed-tracing
[3870/22264] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-distributed-tracing, swift-algorithms
[4971/26314] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-distributed-tracing, swift-algorithms, swift-log
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.67s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.73s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.73s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.73s)
Fetched https://github.com/apple/swift-log.git from cache (0.74s)
Fetching https://github.com/apple/swift-nio.git
[1/11700] Fetching swift-nio-http2
[2575/26828] Fetching swift-nio-http2, swift-nio-ssl
[16089/106506] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.36s)
[11801/94806] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.43s)
[21514/79678] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.99s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (9.69s)
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 (1.35s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (2.00s)
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.69s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.84s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
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.09s)
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.56s)
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.70s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1198] Fetching swift-http-structured-headers
[1188/2137] Fetching swift-http-structured-headers, swift-http-types
[1264/3790] Fetching swift-http-structured-headers, swift-http-types, swift-asn1
[2116/6320] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-service-lifecycle
[5425/12991] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-service-lifecycle, swift-certificates
[5736/18624] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
[14165/16971] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.39s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.39s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.39s)
[10437/12304] Fetching swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.51s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.53s)
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.10s)
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.64s)
Fetching https://github.com/apple/swift-collections.git
[1/18239] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (4.01s)
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.76s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.04s)
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 (0.73s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.35.0 (0.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.87.0 (1.02s)
Fetching https://github.com/apple/swift-system.git
[1/5065] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.0 (1.12s)
Fetching https://github.com/apple/swift-crypto.git
[1/17324] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.81s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.0.0 (2.06s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.11.1 (0.57s)
Fetching https://github.com/nicklockwood/LRUCache.git
[1/341] Fetching lrucache
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.32s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.2.0 (0.89s)
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-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-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-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-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/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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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/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-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/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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/async-http-client
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-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.3.0
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-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-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/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/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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.87.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/485] Write sources
[9/485] Compiling derive_key.cc
[10/485] Compiling e_chacha20poly1305.cc
[10/485] Compiling e_null.cc
[10/485] Write sources
[36/485] Compiling chacha.cc
[37/485] Compiling _NumericsShims _NumericsShims.c
[38/485] Compiling e_aesctrhmac.cc
[39/485] Compiling CNIOWindows shim.c
[40/485] Write swift-version-24593BA9C3E375BF.txt
[41/485] Compiling CNIOWindows WSAStartup.c
[42/485] Compiling e_des.cc
[43/485] Compiling e_aesgcmsiv.cc
[44/485] Compiling _AtomicsShims.c
[45/485] Compiling CNIOWASI CNIOWASI.c
[46/485] Compiling CNIOLinux liburing_shims.c
[47/485] Compiling CNIOPosix event_loop_id.c
[48/485] Compiling CNIOLinux shim.c
[50/530] Emitting module RealModule
[51/531] Emitting module _NIODataStructures
[52/531] Emitting module LRUCache
[53/531] Emitting module ServiceContextModule
[54/531] Compiling ServiceContextModule ServiceContext.swift
[55/531] Compiling RealModule AugmentedArithmetic.swift
[56/531] Compiling RealModule Double+Real.swift
[57/531] Emitting module ArgumentParserToolInfo
[58/531] Compiling ArgumentParserToolInfo ToolInfo.swift
[59/532] Emitting module _NIOBase64
[60/532] Compiling _NIOBase64 Base64.swift
[61/533] Compiling ServiceContextModule ServiceContextKey.swift
[62/534] Compiling RealModule AlgebraicField.swift
[63/534] Compiling RealModule ApproximateEquality.swift
[65/534] Compiling _NIODataStructures _TinyArray.swift
[67/534] Compiling RealModule Float80+Real.swift
[68/534] Compiling _NIODataStructures PriorityQueue.swift
[70/534] Compiling RealModule Real.swift
[71/534] Compiling RealModule RealFunctions.swift
[72/534] Compiling RealModule Float16+Real.swift
[73/534] Compiling InternalCollectionsUtilities Debugging.swift
[74/534] Compiling InternalCollectionsUtilities Descriptions.swift
[75/534] Compiling RealModule RelaxedArithmetic.swift
[80/534] Compiling RealModule ElementaryFunctions.swift
[81/534] Emitting module InternalCollectionsUtilities
[82/536] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[83/536] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[84/536] Compiling InternalCollectionsUtilities _SortedCollection.swift
[85/536] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[86/536] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[87/536] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[88/536] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/536] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[92/537] Wrapping AST for _NIOBase64 for debugging
[94/537] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[95/537] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[95/582] Compiling CNIOLLHTTP c_nio_llhttp.c
[98/613] Emitting module Instrumentation
[98/613] Wrapping AST for ServiceContextModule for debugging
[99/613] Wrapping AST for RealModule for debugging
[101/613] Compiling Instrumentation MultiplexInstrument.swift
[102/613] Compiling Instrumentation NoOpInstrument.swift
[103/613] Compiling Instrumentation Instrument.swift
[103/613] Wrapping AST for InternalCollectionsUtilities for debugging
[104/613] Compiling CNIOLLHTTP c_nio_http.c
[105/628] Compiling CNIOLLHTTP c_nio_api.c
[107/628] Compiling _NIODataStructures Heap.swift
[108/628] Compiling Logging MetadataProvider.swift
[108/628] Compiling CNIOExtrasZlib empty.c
[110/628] Compiling Instrumentation InstrumentationSystem.swift
[111/628] Compiling Instrumentation Locks.swift
[111/630] Compiling CNIODarwin shim.c
[113/630] Emitting module Logging
[114/630] Compiling Logging LogHandler.swift
[115/630] Compiling Logging Locks.swift
[116/630] Compiling Logging Logging.swift
[117/631] Compiling DequeModule Deque+CustomReflectable.swift
[118/631] Compiling DequeModule Deque+Descriptions.swift
[122/633] Compiling DequeModule _DequeBuffer.swift
[123/633] Compiling DequeModule _DequeBufferHeader.swift
[123/633] Compiling fiat_p256_adx_sqr.S
[124/633] Wrapping AST for Logging for debugging
[125/633] Wrapping AST for _NIODataStructures for debugging
[126/633] Compiling fiat_p256_adx_mul.S
[128/633] Compiling DequeModule Deque+Testing.swift
[129/633] Compiling DequeModule Deque._Storage.swift
[129/639] Wrapping AST for Instrumentation for debugging
[131/641] Compiling LRUCache LRUCache.swift
[132/641] Compiling DequeModule Deque+Extras.swift
[133/641] Compiling DequeModule Deque+Hashable.swift
[134/641] Compiling DequeModule Deque+Equatable.swift
[135/641] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[135/642] Compiling fiat_curve25519_adx_square.S
[136/642] Compiling CNIOBoringSSLShims shims.c
[137/642] Compiling fiat_curve25519_adx_mul.S
[140/642] Compiling DequeModule _DequeSlot.swift
[141/642] Compiling DequeModule _UnsafeWrappedBuffer.swift
[141/642] Wrapping AST for LRUCache for debugging
[143/642] Emitting module Tracing
[144/642] Compiling Tracing InstrumentationSystem+Tracing.swift
[145/642] Compiling Tracing NoOpTracer.swift
[146/642] Compiling Algorithms RandomSample.swift
[147/642] Compiling Algorithms Reductions.swift
[148/642] Compiling Algorithms Rotate.swift
[149/645] Compiling Tracing TracerProtocol+Legacy.swift
[150/645] Compiling Tracing TracingTime.swift
[151/645] Compiling Tracing Tracer.swift
[152/645] Compiling ArgumentParser CollectionExtensions.swift
[153/645] Compiling ArgumentParser Mutex.swift
[154/645] Compiling ArgumentParser Platform.swift
[155/645] Compiling ArgumentParser SequenceExtensions.swift
[156/645] Compiling ArgumentParser StringExtensions.swift
[157/645] Compiling ArgumentParser SwiftExtensions.swift
[158/651] Compiling DequeModule Deque._UnsafeHandle.swift
[159/651] Compiling DequeModule Deque.swift
[160/651] Compiling Algorithms Split.swift
[161/651] Compiling Algorithms Stride.swift
[162/651] Compiling Algorithms Suffix.swift
[163/651] Compiling Tracing TracerProtocol.swift
[164/651] Compiling Tracing SpanProtocol.swift
[177/652] Compiling Algorithms Permutations.swift
[178/652] Compiling Algorithms Product.swift
[179/652] Compiling DequeModule Deque+Codable.swift
[180/652] Compiling DequeModule Deque+Collection.swift
[182/652] Emitting module DequeModule
[182/653] Wrapping AST for Tracing for debugging
[185/653] Compiling Algorithms Trim.swift
[186/653] Compiling Algorithms Unique.swift
[187/653] Compiling Algorithms Windows.swift
[194/653] Compiling ArgumentParser Tree.swift
[195/653] Compiling ArgumentParser CodingKeyValidator.swift
[196/653] Compiling ArgumentParser NonsenseFlagsValidator.swift
[197/653] Compiling ArgumentParser ParsableArgumentsValidation.swift
[198/653] Compiling ArgumentParser PositionalArgumentsValidator.swift
[199/653] Compiling ArgumentParser UniqueNamesValidator.swift
[200/653] Emitting module ArgumentParser
[207/653] Compiling tls_record.cc
[212/653] Compiling tls_method.cc
[213/653] Wrapping AST for DequeModule for debugging
[214/653] Compiling tls13_enc.cc
[215/653] Compiling tls13_server.cc
[219/653] Compiling ArgumentParser Name.swift
[220/653] Compiling ArgumentParser Parsed.swift
[221/653] Compiling ArgumentParser ParsedValues.swift
[222/653] Compiling ArgumentParser ParserError.swift
[223/653] Compiling ArgumentParser SplitArguments.swift
[224/653] Compiling ArgumentParser DumpHelpGenerator.swift
[225/653] Compiling ArgumentParser HelpCommand.swift
[226/653] Compiling ArgumentParser HelpGenerator.swift
[227/653] Compiling ArgumentParser MessageInfo.swift
[228/653] Compiling ArgumentParser UsageGenerator.swift
[229/653] Emitting module Algorithms
[241/654] Compiling tls13_client.cc
[242/655] Compiling tls13_both.cc
[245/655] Compiling t1_enc.cc
[246/655] Compiling ssl_x509.cc
[247/655] Compiling ssl_transcript.cc
[248/655] Compiling ssl_versions.cc
[249/655] Compiling ssl_stat.cc
[250/655] Compiling ssl_session.cc
[251/655] Compiling ssl_privkey.cc
[252/655] Compiling ssl_lib.cc
[253/655] Compiling ssl_key_share.cc
[254/655] Compiling ssl_cipher.cc
[255/655] Compiling ssl_file.cc
[256/655] Compiling ssl_credential.cc
[257/655] Compiling ssl_cert.cc
[258/655] Compiling ssl_asn1.cc
[259/655] Compiling ssl_buffer.cc
[260/655] Compiling ssl_aead_ctx.cc
[261/655] Compiling s3_pkt.cc
[262/655] Compiling s3_lib.cc
[263/655] Compiling s3_both.cc
[264/655] Compiling handshake_client.cc
[265/655] Compiling handshake_server.cc
[266/655] Compiling handshake.cc
[267/655] Compiling handoff.cc
[268/655] Compiling encrypted_client_hello.cc
[269/655] Compiling dtls_record.cc
[270/655] Compiling dtls_method.cc
[271/655] Compiling extensions.cc
[272/655] Compiling md5-586-linux.S
[273/655] Compiling md5-x86_64-apple.S
[274/655] Compiling md5-x86_64-linux.S
[275/655] Compiling md5-586-apple.S
[276/655] Compiling d1_srtp.cc
[277/655] Compiling err_data.cc
[278/655] Compiling d1_pkt.cc
[279/655] Compiling d1_lib.cc
[280/655] Compiling bio_ssl.cc
[281/655] Compiling chacha20_poly1305_armv8-win.S
[282/655] Compiling chacha20_poly1305_armv8-apple.S
[282/655] Compiling chacha20_poly1305_armv8-linux.S
[282/655] Compiling chacha20_poly1305_x86_64-apple.S
[285/655] Compiling chacha-x86_64-linux.S
[286/655] Compiling chacha-x86_64-apple.S
[287/655] Compiling chacha20_poly1305_x86_64-linux.S
[288/655] Compiling chacha-x86-apple.S
[289/655] Compiling chacha-armv8-linux.S
[289/655] Compiling chacha-x86-linux.S
[290/655] Compiling chacha-armv8-win.S
[292/655] Compiling chacha-armv8-apple.S
[293/655] Compiling chacha-armv4-linux.S
[294/655] Compiling d1_both.cc
[295/655] Compiling aes128gcmsiv-x86_64-linux.S
[296/655] Compiling aes128gcmsiv-x86_64-apple.S
[297/655] Compiling x86_64-mont5-apple.S
[298/655] Compiling x86_64-mont-linux.S
[299/655] Compiling x86-mont-linux.S
[300/655] Compiling x86_64-mont-apple.S
[301/655] Compiling x86-mont-apple.S
[302/655] Compiling vpaes-x86_64-linux.S
[303/655] Compiling x86_64-mont5-linux.S
[304/655] Compiling vpaes-x86_64-apple.S
[305/655] Compiling vpaes-armv8-linux.S
[306/655] Compiling vpaes-x86-linux.S
[307/655] Compiling vpaes-x86-apple.S
[308/655] Compiling vpaes-armv8-win.S
[309/655] Compiling sha512-x86_64-apple.S
[310/655] Compiling vpaes-armv8-apple.S
[311/655] Compiling vpaes-armv7-linux.S
[312/655] Compiling sha512-armv8-win.S
[313/655] Compiling sha512-x86_64-linux.S
[314/655] Compiling sha512-armv8-linux.S
[315/655] Compiling sha512-armv8-apple.S
[316/655] Compiling sha512-586-apple.S
[317/655] Compiling sha512-586-linux.S
[317/655] Compiling sha512-armv4-linux.S
[319/655] Compiling sha256-x86_64-apple.S
[320/655] Compiling sha256-armv8-win.S
[321/655] Compiling sha256-armv8-apple.S
[322/655] Compiling sha256-x86_64-linux.S
[323/655] Compiling sha256-armv8-linux.S
[324/655] Compiling sha1-x86_64-apple.S
[325/655] Compiling sha256-586-apple.S
[326/655] Compiling sha256-armv4-linux.S
[327/655] Compiling sha1-armv8-linux.S
[328/655] Compiling sha1-armv8-win.S
[329/655] Compiling sha256-586-linux.S
[330/655] Compiling sha1-x86_64-linux.S
[331/655] Compiling sha1-armv8-apple.S
[332/655] Compiling sha1-586-linux.S
[333/655] Compiling sha1-armv4-large-linux.S
[334/655] Compiling rsaz-avx2-linux.S
[335/655] Compiling rsaz-avx2-apple.S
[336/655] Compiling rdrand-x86_64-linux.S
[337/655] Compiling sha1-586-apple.S
[338/655] Compiling p256_beeu-x86_64-asm-apple.S
[339/655] Compiling rdrand-x86_64-apple.S
[340/655] Compiling p256_beeu-x86_64-asm-linux.S
[340/655] Compiling p256_beeu-armv8-asm-win.S
[342/655] Compiling p256_beeu-armv8-asm-apple.S
[343/655] Compiling p256_beeu-armv8-asm-linux.S
[344/655] Compiling p256-x86_64-asm-linux.S
[345/655] Compiling p256-x86_64-asm-apple.S
[346/655] Compiling p256-armv8-asm-win.S
[347/655] Compiling p256-armv8-asm-apple.S
[348/655] Compiling p256-armv8-asm-linux.S
[349/655] Compiling ghashv8-armv8-win.S
[350/655] Compiling ghashv8-armv8-linux.S
[351/655] Compiling ghashv8-armv8-apple.S
[352/655] Compiling ghashv8-armv7-linux.S
[353/655] Compiling ghash-x86_64-apple.S
[354/655] Compiling ghash-x86-linux.S
[355/655] Compiling ghash-x86_64-linux.S
[356/655] Compiling ghash-x86-apple.S
[356/655] Compiling ghash-ssse3-x86_64-linux.S
[358/655] Compiling ghash-ssse3-x86_64-apple.S
[359/655] Compiling ghash-ssse3-x86-linux.S
[360/655] Compiling ghash-ssse3-x86-apple.S
[361/655] Compiling ghash-neon-armv8-win.S
[362/655] Compiling ghash-neon-armv8-apple.S
[362/655] Compiling ghash-neon-armv8-linux.S
[364/655] Compiling ghash-armv4-linux.S
[365/655] Compiling co-586-linux.S
[366/655] Compiling co-586-apple.S
[367/655] Compiling bsaes-armv7-linux.S
[368/655] Compiling bn-armv8-win.S
[369/655] Compiling bn-armv8-apple.S
[370/655] Compiling bn-armv8-linux.S
[371/655] Compiling bn-586-linux.S
[372/655] Compiling armv8-mont-win.S
[373/655] Compiling bn-586-apple.S
[374/655] Compiling armv8-mont-linux.S
[375/655] Compiling armv8-mont-apple.S
[376/655] Compiling armv4-mont-linux.S
[377/655] Compiling aesv8-gcm-armv8-win.S
[378/655] Compiling aesv8-gcm-armv8-linux.S
[379/655] Compiling aesv8-armv8-win.S
[380/655] Compiling aesv8-gcm-armv8-apple.S
[381/655] Compiling aesv8-armv8-linux.S
[382/655] Compiling aesv8-armv8-apple.S
[383/655] Compiling aesv8-armv7-linux.S
[384/655] Compiling aesni-x86_64-apple.S
[385/655] Compiling aesni-x86-linux.S
[386/655] Compiling aesni-x86_64-linux.S
[387/655] Compiling aesni-gcm-x86_64-apple.S
[388/655] Compiling aesni-gcm-x86_64-linux.S
[389/655] Compiling aesni-x86-apple.S
[390/655] Compiling aes-gcm-avx2-x86_64-linux.S
[391/655] Compiling aes-gcm-avx2-x86_64-apple.S
[392/655] Compiling aes-gcm-avx10-x86_64-linux.S
[393/655] Compiling aes-gcm-avx10-x86_64-apple.S
[394/655] Compiling x_sig.cc
[395/655] Compiling x_val.cc
[396/655] Compiling x_x509a.cc
[397/655] Compiling x_x509.cc
[398/655] Compiling x_spki.cc
[399/655] Compiling x_pubkey.cc
[400/655] Compiling x_req.cc
[400/655] Compiling x_name.cc
[402/655] Compiling x_exten.cc
[403/655] Compiling x_attrib.cc
[404/655] Compiling x_algor.cc
[405/655] Compiling x509rset.cc
[406/655] Compiling x509spki.cc
[407/655] Compiling x_crl.cc
[408/655] Compiling x509name.cc
[409/655] Compiling x_all.cc
[410/655] Compiling x509_txt.cc
[411/655] Compiling x509cset.cc
[412/655] Compiling x509_vpm.cc
[413/655] Compiling x509_vfy.cc
[414/655] Compiling x509_set.cc
[415/655] Compiling x509_trs.cc
[416/655] Compiling x509_req.cc
[417/655] Compiling x509_v3.cc
[418/655] Compiling x509_def.cc
[418/655] Compiling x509_ext.cc
[420/655] Compiling x509.cc
[421/655] Compiling x509_lu.cc
[422/655] Compiling x509_d2.cc
[423/655] Compiling x509_obj.cc
[424/655] Compiling x509_att.cc
[425/655] Compiling x509_cmp.cc
[426/655] Compiling v3_prn.cc
[427/655] Compiling v3_skey.cc
[428/655] Compiling v3_ocsp.cc
[428/655] Compiling v3_pmaps.cc
[430/655] Compiling v3_purp.cc
[431/655] Compiling v3_pcons.cc
[432/655] Compiling v3_ncons.cc
[433/655] Compiling v3_utl.cc
[434/655] Compiling v3_lib.cc
[435/655] Compiling v3_int.cc
[436/655] Compiling v3_info.cc
[437/655] Compiling v3_ia5.cc
[438/655] Compiling v3_genn.cc
[439/655] Compiling v3_enum.cc
[440/655] Compiling v3_extku.cc
[441/655] Compiling v3_crld.cc
[442/655] Compiling v3_bitst.cc
[443/655] Compiling v3_bcons.cc
[444/655] Compiling v3_cpols.cc
[445/655] Compiling v3_akeya.cc
[446/655] Compiling v3_akey.cc
[447/655] Compiling v3_conf.cc
[448/655] Compiling t_x509a.cc
[449/655] Compiling v3_alt.cc
[450/655] Compiling t_x509.cc
[451/655] Compiling policy.cc
[452/655] Compiling i2d_pr.cc
[453/655] Compiling rsa_pss.cc
[454/655] Compiling name_print.cc
[455/655] Compiling t_req.cc
[456/655] Compiling t_crl.cc
[457/655] Compiling by_file.cc
[458/655] Compiling by_dir.cc
[459/655] Compiling algorithm.cc
[460/655] Compiling voprf.cc
[461/655] Compiling a_digest.cc
[462/655] Compiling a_sign.cc
[463/655] Compiling asn1_gen.cc
[464/655] Compiling a_verify.cc
[465/655] Compiling trust_token.cc
[466/655] Compiling thread.cc
[467/655] Compiling thread_none.cc
[468/655] Compiling thread_pthread.cc
[469/655] Compiling thread_win.cc
[470/655] Compiling stack.cc
[471/655] Compiling pmbtoken.cc
[472/655] Compiling slhdsa.cc
[473/655] Compiling sha512.cc
[474/655] Compiling sha256.cc
[475/655] Compiling spake2plus.cc
[476/655] Compiling siphash.cc
[477/655] Compiling rsa_print.cc
[478/655] Compiling sha1.cc
[479/655] Compiling rsa_extra.cc
[480/655] Compiling refcount.cc
[481/655] Compiling rc4.cc
[482/655] Compiling rsa_crypt.cc
[483/655] Compiling windows.cc
[484/655] Compiling trusty.cc
[485/655] Compiling urandom.cc
[486/655] Compiling rand.cc
[487/655] Compiling passive.cc
[488/655] Compiling rsa_asn1.cc
[489/655] Compiling poly1305_arm_asm.S
[490/655] Compiling ios.cc
[491/655] Compiling getentropy.cc
[492/655] Compiling deterministic.cc
[493/655] Compiling forkunsafe.cc
[494/655] Compiling fork_detect.cc
[495/655] Compiling poly1305_arm.cc
[496/655] Compiling poly1305.cc
[497/655] Compiling poly1305_vec.cc
[498/655] Compiling pool.cc
[499/655] Compiling pkcs8.cc
[500/655] Compiling pkcs8_x509.cc
[501/655] Compiling pkcs7.cc
[502/655] Compiling p5_pbev2.cc
[503/655] Compiling pkcs7_x509.cc
[504/655] Compiling pem_pkey.cc
[505/655] Compiling pem_x509.cc
[506/655] Compiling pem_xaux.cc
[507/655] Compiling obj_xref.cc
[508/655] Compiling pem_pk8.cc
[509/655] Compiling mlkem.cc
[510/655] Compiling pem_oth.cc
[511/655] Compiling pem_all.cc
[512/655] Compiling pem_info.cc
[513/655] Compiling mldsa.cc
[514/655] Compiling pem_lib.cc
[515/655] Compiling poly_rq_mul.S
[516/655] Compiling mem.cc
[517/655] Compiling md5.cc
[518/655] Compiling fips_shared_support.cc
[519/655] Compiling md4.cc
[520/655] Compiling lhash.cc
[521/655] Compiling obj.cc
[522/655] Compiling sign.cc
[523/655] Compiling hpke.cc
[524/655] Compiling ex_data.cc
[525/655] Compiling kyber.cc
[526/655] Compiling scrypt.cc
[527/655] Compiling pbkdf.cc
[528/655] Compiling hrss.cc
[529/655] Compiling p_x25519.cc
[530/655] Compiling print.cc
[531/655] Compiling p_x25519_asn1.cc
[532/655] Compiling p_rsa.cc
[533/655] Compiling p_hkdf.cc
[534/655] Compiling p_rsa_asn1.cc
[535/655] Compiling p_ed25519_asn1.cc
[536/655] Compiling p_ed25519.cc
[537/655] Compiling p_ec.cc
[538/655] Compiling p_ec_asn1.cc
[539/655] Compiling p_dh_asn1.cc
[540/655] Compiling p_dh.cc
[541/655] Compiling p_dsa_asn1.cc
[542/655] Compiling evp.cc
[542/655] Compiling err.cc
[544/655] Compiling evp_ctx.cc
[545/655] Compiling engine.cc
[546/655] Compiling evp_asn1.cc
[547/655] Compiling ec_derive.cc
[548/655] Compiling ecdh.cc
[549/655] Compiling hash_to_curve.cc
[550/655] Compiling dsa.cc
[551/655] Compiling ecdsa_asn1.cc
[552/655] Compiling ec_asn1.cc
[553/655] Compiling dsa_asn1.cc
[554/655] Compiling dh_asn1.cc
[555/655] Compiling spake25519.cc
[556/655] Compiling params.cc
[557/655] Compiling x25519-asm-arm.S
[557/655] Compiling des.cc
[557/655] Compiling digest_extra.cc
[560/655] Compiling cpu_intel.cc
[561/655] Compiling crypto.cc
[562/655] Compiling curve25519.cc
[563/655] Compiling cpu_arm_freebsd.cc
[564/655] Compiling cpu_arm_linux.cc
[565/655] Compiling cpu_aarch64_openbsd.cc
[566/655] Compiling cpu_aarch64_sysreg.cc
[567/655] Compiling bcm.cc
[568/655] Compiling cpu_aarch64_win.cc
[569/655] Compiling cpu_aarch64_linux.cc
[570/655] Compiling cpu_aarch64_apple.cc
[571/655] Compiling get_cipher.cc
[572/655] Compiling e_tls.cc
[573/655] Compiling cpu_aarch64_fuchsia.cc
[574/655] Compiling conf.cc
[575/655] Compiling tls_cbc.cc
[576/655] Compiling e_rc4.cc
[577/655] Compiling e_rc2.cc
[578/655] Compiling curve25519_64_adx.cc
[579/655] Compiling unicode.cc
[580/655] Compiling buf.cc
[581/655] Compiling cbb.cc
[582/655] Compiling cbs.cc
[583/655] Compiling ber.cc
[584/655] Compiling asn1_compat.cc
[585/655] Compiling bn_asn1.cc
[586/655] Compiling blake2.cc
[586/655] Compiling socket_helper.cc
[588/655] Compiling socket.cc
[589/655] Compiling convert.cc
[590/655] Compiling printf.cc
[591/655] Compiling pair.cc
[592/655] Compiling hexdump.cc
[593/655] Compiling errno.cc
[594/655] Compiling bio_mem.cc
[595/655] Compiling file.cc
[596/655] Compiling connect.cc
[597/655] Compiling bio.cc
[598/655] Compiling fd.cc
[599/655] Compiling base64.cc
[600/655] Compiling tasn_utl.cc
[601/655] Compiling tasn_typ.cc
[602/655] Compiling tasn_enc.cc
[603/655] Compiling tasn_fre.cc
[604/655] Compiling posix_time.cc
[605/655] Compiling f_string.cc
[606/655] Compiling asn_pack.cc
[607/655] Compiling tasn_new.cc
[608/655] Compiling f_int.cc
[609/655] Compiling asn1_par.cc
[610/655] Compiling tasn_dec.cc
[611/655] Compiling asn1_lib.cc
[612/655] Compiling a_octet.cc
[613/655] Compiling a_strnid.cc
[614/655] Compiling a_time.cc
[615/655] Compiling a_type.cc
[616/655] Compiling a_utctm.cc
[617/655] Compiling a_strex.cc
[618/655] Compiling a_object.cc
[619/655] Compiling a_mbstr.cc
[620/655] Compiling a_i2d_fp.cc
[621/655] Compiling a_dup.cc
[622/655] Compiling a_d2i_fp.cc
[623/655] Write sources
[624/655] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[625/655] Compiling a_int.cc
[626/655] Wrapping AST for ArgumentParserToolInfo for debugging
[627/665] Wrapping AST for ArgumentParser for debugging
[628/667] Compiling a_bitstr.cc
[629/673] Compiling a_gentm.cc
[630/673] Compiling a_bool.cc
[631/673] Wrapping AST for Algorithms for debugging
[633/673] Compiling Atomics UnsafeAtomic.swift
[634/673] Compiling Atomics UnsafeAtomicLazyReference.swift
[635/675] Compiling Atomics AtomicStorage.swift
[636/675] Compiling Atomics AtomicValue.swift
[637/675] Compiling Atomics AtomicMemoryOrderings.swift
[638/675] Compiling Atomics DoubleWord.swift
[639/675] Compiling Atomics ManagedAtomic.swift
[640/675] Compiling Atomics ManagedAtomicLazyReference.swift
[641/675] Compiling Atomics IntegerOperations.swift
[642/675] Compiling Atomics Unmanaged extensions.swift
[643/675] Compiling Atomics AtomicInteger.swift
[644/675] Compiling Atomics AtomicOptionalWrappable.swift
[645/675] Compiling Atomics AtomicReference.swift
[646/675] Emitting module Atomics
[647/675] Compiling Atomics OptionalRawRepresentable.swift
[648/675] Compiling Atomics RawRepresentable.swift
[649/675] Compiling Atomics AtomicBool.swift
[650/675] Compiling Atomics IntegerConformances.swift
[651/675] Compiling Atomics PointerConformances.swift
[652/675] Compiling Atomics Primitives.native.swift
[653/676] Wrapping AST for Atomics for debugging
[654/676] Compiling c-nioatomics.c
[655/725] Compiling c-atomics.c
[657/731] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[658/731] Compiling NIOConcurrencyHelpers NIOLock.swift
[659/731] Compiling NIOConcurrencyHelpers lock.swift
[660/731] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[661/731] Emitting module NIOConcurrencyHelpers
[662/731] Compiling NIOConcurrencyHelpers atomics.swift
[663/732] Wrapping AST for NIOConcurrencyHelpers for debugging
[665/793] Emitting module SwiftSoup
[666/799] Compiling SwiftSoup XmlDeclaration.swift
[667/799] Compiling SwiftSoup XmlTreeBuilder.swift
[668/799] Compiling NIOCore NIOCoreSendableMetatype.swift
[669/799] Compiling NIOCore NIOLoopBound.swift
[670/799] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[671/799] Compiling NIOCore NIOScheduledCallback.swift
[672/799] Compiling NIOCore NIOSendable.swift
[673/799] Compiling NIOCore RecvByteBufferAllocator.swift
[674/807] Compiling NIOCore GlobalSingletons.swift
[675/807] Compiling NIOCore IO.swift
[676/807] Compiling NIOCore IOData.swift
[677/807] Compiling NIOCore IPProtocol.swift
[678/807] Compiling NIOCore IntegerBitPacking.swift
[679/807] Compiling NIOCore IntegerTypes.swift
[684/807] Compiling SwiftSoup UTF8Arrays.swift
[685/807] Compiling SwiftSoup UnicodeScalar.swift
[686/807] Compiling SwiftSoup Validate.swift
[687/807] Compiling SwiftSoup Whitelist.swift
[688/807] Compiling NIOCore Codec.swift
[689/807] Compiling NIOCore ConvenienceOptionSupport.swift
[690/807] Compiling NIOCore DeadChannel.swift
[691/807] Compiling NIOCore DispatchQueue+WithFuture.swift
[692/807] Compiling NIOCore EventLoop+Deprecated.swift
[693/807] Compiling NIOCore EventLoop+SerialExecutor.swift
[694/807] Compiling NIOCore EventLoop.swift
[695/807] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[696/807] Compiling NIOCore EventLoopFuture+Deprecated.swift
[697/807] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[698/807] Compiling NIOCore EventLoopFuture.swift
[699/807] Compiling NIOCore FileDescriptor.swift
[700/807] Compiling NIOCore FileHandle.swift
[701/807] Compiling NIOCore FileRegion.swift
[702/807] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[703/807] Compiling NIOCore ByteBuffer-conversions.swift
[704/807] Compiling NIOCore ByteBuffer-core.swift
[705/807] Compiling NIOCore ByteBuffer-hex.swift
[706/807] Compiling NIOCore ByteBuffer-int.swift
[707/807] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[708/807] Compiling NIOCore CircularBuffer.swift
[717/807] Compiling NIOCore AddressedEnvelope.swift
[718/807] Compiling NIOCore AsyncAwaitSupport.swift
[719/807] Compiling NIOCore AsyncChannel.swift
[720/807] Compiling NIOCore AsyncChannelHandler.swift
[721/807] Compiling NIOCore AsyncChannelInboundStream.swift
[722/807] Compiling NIOCore AsyncChannelOutboundWriter.swift
[723/807] Compiling NIOCore NIOAsyncSequenceProducer.swift
[724/807] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[725/807] Compiling NIOCore NIOAsyncWriter.swift
[726/807] Compiling NIOCore ByteBuffer-multi-int.swift
[727/807] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[728/807] Compiling NIOCore ByteBuffer-views.swift
[729/807] Compiling NIOCore Channel.swift
[730/807] Compiling NIOCore ChannelHandler.swift
[731/807] Compiling NIOCore ChannelHandlers.swift
[732/807] Compiling NIOCore ChannelInvoker.swift
[733/807] Compiling NIOCore ChannelOption.swift
[734/807] Compiling NIOCore ChannelPipeline.swift
[735/807] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[736/807] Compiling NIOCore BSDSocketAPI.swift
[737/807] Compiling NIOCore ByteBuffer-aux.swift
[744/808] Wrapping AST for SwiftSoup for debugging
[745/808] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[746/808] Compiling NIOCore SocketAddresses.swift
[747/808] Compiling NIOCore SocketOptionProvider.swift
[748/808] Compiling NIOCore SystemCallHelpers.swift
[749/808] Compiling NIOCore TimeAmount+Duration.swift
[750/808] Compiling NIOCore TypeAssistedChannelHandler.swift
[751/808] Compiling NIOCore UniversalBootstrapSupport.swift
[752/808] Compiling NIOCore Utilities.swift
[763/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] Emitting module NIOPosix
[800/870] Compiling NIOPosix ThreadWindows.swift
[801/870] Compiling NIOPosix UnsafeTransfer.swift
[802/870] Compiling NIOPosix Utilities.swift
[803/870] Compiling NIOPosix VsockAddress.swift
[804/870] Compiling NIOPosix VsockChannelEvents.swift
[805/870] Compiling NIOPosix Windows.swift
[806/870] Compiling NIOPosix SelectableEventLoop.swift
[807/870] Compiling NIOPosix SelectorEpoll.swift
[808/870] Compiling NIOPosix SelectorGeneric.swift
[809/870] Compiling NIOPosix SelectorKqueue.swift
[810/870] Compiling NIOPosix SelectorUring.swift
[811/870] Compiling NIOPosix SelectorWSAPoll.swift
[812/870] Compiling NIOPosix ServerSocket.swift
[813/870] Compiling NIOPosix Pool.swift
[814/870] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[815/870] Compiling NIOPosix PosixSingletons.swift
[816/870] Compiling NIOPosix RawSocketBootstrap.swift
[817/870] Compiling NIOPosix Resolver.swift
[818/870] Compiling NIOPosix Selectable.swift
[819/870] Compiling NIOPosix SelectableChannel.swift
[820/870] Compiling NIOPosix Socket.swift
[821/870] Compiling NIOPosix SocketChannel.swift
[822/870] Compiling NIOPosix SocketProtocols.swift
[823/870] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[824/870] Compiling NIOPosix System.swift
[825/870] Compiling NIOPosix Thread.swift
[826/870] Compiling NIOPosix ThreadPosix.swift
[827/870] Compiling NIOPosix BSDSocketAPICommon.swift
[828/870] Compiling NIOPosix BSDSocketAPIPosix.swift
[829/870] Compiling NIOPosix BSDSocketAPIWindows.swift
[830/870] Compiling NIOPosix BaseSocket.swift
[831/870] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[832/870] Compiling NIOPosix BaseSocketChannel.swift
[833/870] Compiling NIOPosix BaseStreamSocketChannel.swift
[834/870] Compiling NIOPosix Bootstrap.swift
[835/870] Compiling NIOPosix ControlMessage.swift
[836/870] Compiling NIOPosix DatagramVectorReadManager.swift
[837/870] Compiling NIOPosix Errors+Any.swift
[838/870] Compiling NIOPosix FileDescriptor.swift
[839/870] Compiling NIOPosix GetaddrinfoResolver.swift
[840/870] Compiling NIOPosix HappyEyeballs.swift
[841/870] Compiling NIOPosix IO.swift
[842/870] Compiling NIOPosix IntegerBitPacking.swift
[843/870] Compiling NIOPosix IntegerTypes.swift
[844/870] Compiling NIOPosix Linux.swift
[845/870] Compiling NIOPosix LinuxCPUSet.swift
[846/870] Compiling NIOPosix LinuxUring.swift
[847/870] Compiling NIOPosix MultiThreadedEventLoopGroup.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 NIOTLS TLSEvents.swift
[862/913] Emitting module NIOTLS
[863/913] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[864/913] Compiling NIOSOCKS ClientStateMachine.swift
[865/913] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[866/914] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[867/914] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[868/914] Compiling NIOSOCKS SOCKSResponse.swift
[869/914] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[870/914] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[871/914] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[872/914] Emitting module NIOFoundationCompat
[873/914] Compiling NIOSOCKS ServerStateMachine.swift
[874/914] Compiling NIOHTTP1 HTTPEncoder.swift
[875/914] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[876/914] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[877/914] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[878/914] Emitting module NIOSOCKS
[879/914] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[880/914] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[881/914] Compiling NIOHTTP1 ByteCollectionUtils.swift
[882/914] Compiling NIOHTTP1 HTTPDecoder.swift
[883/915] Compiling NIOTLS SNIHandler.swift
[884/915] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[887/917] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[888/919] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[889/919] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[891/919] Wrapping AST for NIOSOCKS for debugging
[892/919] Wrapping AST for NIOTLS for debugging
[893/919] Wrapping AST for NIOFoundationCompat for debugging
[895/949] Compiling NIOSSL SSLCallbacks.swift
[896/949] Compiling NIOSSL SSLContext.swift
[897/970] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[898/970] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[899/970] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[900/970] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[901/970] Compiling NIOTransportServices NIOTSBootstraps.swift
[902/970] Compiling NIOTransportServices NIOTSChannelOptions.swift
[903/970] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[904/970] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[905/970] Compiling NIOTransportServices NIOTSErrors.swift
[906/970] Compiling NIOTransportServices NIOTSEventLoop.swift
[908/972] Compiling NIOTransportServices NIOTSSingletons.swift
[909/972] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[910/972] Compiling NIOTransportServices StateManagedChannel.swift
[911/972] Compiling NIOTransportServices StateManagedListenerChannel.swift
[912/972] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[913/972] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[914/972] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[915/972] Compiling NIOTransportServices NIOTSListenerChannel.swift
[916/972] Compiling NIOTransportServices AcceptHandler.swift
[917/972] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[918/972] Emitting module NIOTransportServices
[919/972] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[927/972] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[928/972] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[933/973] Emitting module NIOHTTP1
[933/974] Wrapping AST for NIOTransportServices for debugging
[935/974] Wrapping AST for NIOHTTP1 for debugging
[937/992] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[938/992] Compiling NIOHPACK IntegerCoding.swift
[939/992] Compiling NIOHPACK IndexedHeaderTable.swift
[940/993] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[941/993] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[942/993] Compiling NIOHTTPCompression HTTPDecompression.swift
[943/993] Compiling NIOHTTPCompression HTTPCompression.swift
[944/993] Emitting module NIOHTTPCompression
[945/993] Emitting module NIOHPACK
[946/993] Compiling NIOHPACK StaticHeaderTable.swift
[947/993] Compiling NIOHPACK HuffmanTables.swift
[948/993] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[949/994] Compiling NIOHPACK HuffmanCoding.swift
[953/994] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[954/998] Compiling NIOHPACK DynamicHeaderTable.swift
[955/998] Compiling NIOHPACK HPACKDecoder.swift
[956/998] Compiling NIOHPACK HPACKEncoder.swift
[957/998] Compiling NIOHPACK HPACKErrors.swift
[959/998] Emitting module NIOSSL
[959/998] Wrapping AST for NIOHTTPCompression for debugging
[961/998] Compiling NIOSSL SubjectAlternativeName.swift
[962/998] Compiling NIOSSL NIOSSLSecureBytes.swift
[963/998] Compiling NIOSSL RNG.swift
[964/998] Compiling NIOSSL SafeCompare.swift
[969/998] Compiling NIOHPACK HPACKHeader.swift
[970/998] Compiling NIOHPACK HeaderTables.swift
[987/999] Wrapping AST for NIOHPACK for debugging
[989/1059] Compiling NIOHTTP2 HasFlowControlWindows.swift
[990/1059] Compiling NIOHTTP2 HasLocalSettings.swift
[991/1059] Compiling NIOHTTP2 HasRemoteSettings.swift
[992/1059] Compiling NIOHTTP2 LocallyQuiescingState.swift
[993/1059] Compiling NIOHTTP2 QuiescingState.swift
[994/1059] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[995/1059] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[996/1059] Compiling NIOHTTP2 StateMachineResult.swift
[997/1059] Compiling NIOHTTP2 ContentLengthVerifier.swift
[998/1067] Compiling NIOHTTP2 MaySendFrames.swift
[999/1067] Compiling NIOHTTP2 SendingDataState.swift
[1000/1067] Compiling NIOHTTP2 SendingGoawayState.swift
[1001/1067] Compiling NIOHTTP2 SendingHeadersState.swift
[1002/1067] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1003/1067] Compiling NIOHTTP2 SendingRstStreamState.swift
[1004/1067] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1005/1067] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1006/1067] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1007/1067] Compiling NIOHTTP2 Error+Any.swift
[1008/1067] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1009/1067] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1010/1067] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1011/1068] Wrapping AST for NIOSSL for debugging
[1013/1068] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1014/1068] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1015/1068] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1016/1068] Compiling NIOHTTP2 StreamChannelList.swift
[1017/1068] Compiling NIOHTTP2 StreamMap.swift
[1018/1068] Compiling NIOHTTP2 StreamStateMachine.swift
[1019/1068] Compiling NIOHTTP2 UnsafeTransfer.swift
[1020/1068] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1021/1068] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1022/1068] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1023/1068] Compiling NIOHTTP2 HTTP2StreamID.swift
[1024/1068] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1025/1068] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1026/1068] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1027/1068] Compiling NIOHTTP2 InboundEventBuffer.swift
[1028/1068] Compiling NIOHTTP2 InboundWindowManager.swift
[1029/1068] Emitting module NIOHTTP2
[1030/1068] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1031/1068] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1032/1068] Compiling NIOHTTP2 MayReceiveFrames.swift
[1033/1068] Compiling NIOHTTP2 ReceivingDataState.swift
[1034/1068] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1035/1068] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1036/1068] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1037/1068] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1038/1068] Compiling NIOHTTP2 ReceivingWindowUpdateState.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 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1048/1068] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1049/1068] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1050/1068] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1051/1068] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1052/1068] Compiling NIOHTTP2 HTTP2Error.swift
[1053/1068] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1054/1068] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1055/1068] Compiling NIOHTTP2 DOSHeuristics.swift
[1060/1068] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1061/1068] Compiling NIOHTTP2 GlitchesMonitor.swift
[1062/1068] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1063/1069] Wrapping AST for NIOHTTP2 for debugging
[1065/1132] Emitting module AsyncHTTPClient
[1066/1132] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1067/1132] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1068/1132] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1069/1132] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1070/1132] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1071/1132] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1072/1132] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1073/1132] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1074/1132] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1075/1140] Compiling AsyncHTTPClient RequestValidation.swift
[1076/1140] Compiling AsyncHTTPClient SSLContextCache.swift
[1077/1140] Compiling AsyncHTTPClient Scheme.swift
[1078/1140] Compiling AsyncHTTPClient Singleton.swift
[1079/1140] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1080/1140] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1081/1140] Compiling AsyncHTTPClient TracingSupport.swift
[1082/1140] Compiling AsyncHTTPClient Utils.swift
[1083/1140] Compiling AsyncHTTPClient RequestOptions.swift
[1084/1140] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1085/1140] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1086/1140] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1087/1140] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1088/1140] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1089/1140] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1090/1140] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1091/1140] Compiling AsyncHTTPClient ConnectionTarget.swift
[1092/1140] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1093/1140] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1094/1140] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1095/1140] Compiling AsyncHTTPClient Transaction.swift
[1096/1140] Compiling AsyncHTTPClient Base64.swift
[1097/1140] Compiling AsyncHTTPClient BasicAuth.swift
[1098/1140] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1099/1140] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1100/1140] Compiling AsyncHTTPClient ConnectionPool.swift
[1101/1140] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1102/1140] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1103/1140] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1104/1140] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1105/1140] Compiling AsyncHTTPClient HTTP1Connection.swift
[1106/1140] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1107/1140] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1108/1140] Compiling AsyncHTTPClient HTTP2Connection.swift
[1109/1140] Compiling AsyncHTTPClient HTTP2IdleHandler.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] Compiling LinkPreview MetadataProcessor.swift
[1139/1151] Compiling LinkPreview URL+Extensions.swift
[1140/1151] Compiling LinkPreview OpenGraphProcessor.swift
[1141/1151] Compiling LinkPreview WikipediaAPIProcessor.swift
[1142/1151] Compiling LinkPreview GenericHTMLProcessor.swift
[1143/1151] Compiling LinkPreview LinkPreviewProvider.swift
[1144/1151] Compiling LinkPreview LinkPreviewURLRequest.swift
[1145/1151] Emitting module LinkPreview
[1146/1151] Compiling LinkPreview LinkPreview.swift
[1147/1151] Compiling LinkPreview LinkPreviewMetadata.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! (260.10s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.