The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LinkPreview, reference 0.0.7 (653426), with Swift 6.1 for Linux on 24 Oct 2025 22:06:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build 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:         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-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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
[8649/35690] Fetching swiftsoup, swift-argument-parser, async-http-client
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.02s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.03s)
Fetched https://github.com/swift-server/async-http-client from cache (1.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.71s)
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.55s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-distributed-tracing.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/5482] Fetching swift-distributed-tracing
[1427/7302] Fetching swift-distributed-tracing, swift-atomics
[1428/10073] Fetching swift-distributed-tracing, swift-atomics, swift-nio-transport-services
[2683/16072] Fetching swift-distributed-tracing, swift-atomics, swift-nio-transport-services, swift-algorithms
[2795/20122] Fetching swift-distributed-tracing, swift-atomics, swift-nio-transport-services, swift-algorithms, swift-log
[3837/26314] Fetching swift-distributed-tracing, swift-atomics, swift-nio-transport-services, swift-algorithms, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.52s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.60s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.66s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.67s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.67s)
Fetching https://github.com/apple/swift-nio.git
[1/11700] Fetching swift-nio-http2
[2575/26828] Fetching swift-nio-http2, swift-nio-ssl
[16542/106506] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.26s)
[11801/94806] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.08s)
[31872/79678] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.09s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (7.30s)
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.26s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.82s)
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.53s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.20s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (0.96s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.52s)
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.69s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/2530] Fetching swift-service-lifecycle
[1772/3728] Fetching swift-service-lifecycle, swift-http-structured-headers
[2679/5381] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1
[3528/6320] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-http-types
[6321/11953] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-http-types, swift-async-algorithms
[6490/18624] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.50s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.52s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.60s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.60s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.61s)
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.27s)
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.70s)
Fetching https://github.com/apple/swift-collections.git
[1/18239] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (3.91s)
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.59s)
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.51s)
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.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.87.0 (0.91s)
Fetching https://github.com/apple/swift-system.git
[1/5065] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.0 (1.18s)
Fetching https://github.com/apple/swift-crypto.git
[1/17324] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.01s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (3.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (4.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.0.0 (2.93s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.11.1 (0.62s)
Fetching https://github.com/nicklockwood/LRUCache.git
[1/341] Fetching lrucache
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.25s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.2.0 (1.19s)
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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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-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-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-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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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/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-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-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-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-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-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-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-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-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-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
[5/485] Compiling ios.cc
[6/485] Compiling getentropy.cc
[6/485] Write sources
[9/485] Compiling _NumericsShims _NumericsShims.c
[10/485] Write sources
[32/485] Compiling _AtomicsShims.c
[33/485] Compiling CNIOWindows shim.c
[34/485] Compiling get_cipher.cc
[35/485] Compiling CNIOWindows WSAStartup.c
[36/485] Compiling a_i2d_fp.cc
[37/485] Write swift-version-24593BA9C3E375BF.txt
[38/485] Compiling CNIOWASI CNIOWASI.c
[39/485] Compiling CNIOLinux liburing_shims.c
[40/485] Compiling CNIOPosix event_loop_id.c
[41/485] Compiling p_x25519.cc
[42/485] Compiling CNIOLinux shim.c
[43/505] Compiling a_gentm.cc
[44/509] Compiling p_x25519_asn1.cc
[45/512] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/512] Compiling CNIOLLHTTP c_nio_http.c
[47/512] Compiling CNIOLLHTTP c_nio_api.c
[48/512] Compiling CNIOExtrasZlib empty.c
[49/518] Compiling CNIODarwin shim.c
[51/528] Emitting module RealModule
[51/529] Compiling CNIOBoringSSLShims shims.c
[52/529] Compiling fiat_p256_adx_sqr.S
[53/529] Compiling fiat_p256_adx_mul.S
[54/529] Compiling fiat_curve25519_adx_square.S
[56/529] Emitting module InternalCollectionsUtilities
[56/531] Compiling fiat_curve25519_adx_mul.S
[58/531] Emitting module ServiceContextModule
[59/531] Compiling ServiceContextModule ServiceContext.swift
[60/531] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[61/531] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[62/531] Compiling RealModule RealFunctions.swift
[63/531] Compiling RealModule Real.swift
[64/531] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[65/531] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[66/531] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/531] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/531] Emitting module _NIOBase64
[69/531] Compiling _NIOBase64 Base64.swift
[70/531] Compiling _NIODataStructures _TinyArray.swift
[71/532] Compiling ServiceContextModule ServiceContextKey.swift
[72/533] Compiling InternalCollectionsUtilities Debugging.swift
[73/533] Compiling InternalCollectionsUtilities Descriptions.swift
[74/533] Compiling RealModule RelaxedArithmetic.swift
[75/533] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[76/533] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/533] Compiling _NIODataStructures PriorityQueue.swift
[78/533] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[79/533] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/533] Compiling InternalCollectionsUtilities UInt+reversed.swift
[81/533] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[82/533] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[83/533] Compiling InternalCollectionsUtilities Integer rank.swift
[84/533] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[91/534] Compiling RealModule Float16+Real.swift
[92/534] Compiling RealModule Float80+Real.swift
[93/534] Compiling Logging LogHandler.swift
[97/535] Wrapping AST for _NIOBase64 for debugging
[99/556] Compiling Instrumentation Instrument.swift
[99/556] Wrapping AST for ServiceContextModule for debugging
[101/556] Compiling Instrumentation NoOpInstrument.swift
[102/556] Compiling Instrumentation MultiplexInstrument.swift
[103/556] Emitting module Instrumentation
[103/556] Wrapping AST for RealModule for debugging
[105/556] Compiling DequeModule Deque+Equatable.swift
[106/556] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[106/558] Wrapping AST for InternalCollectionsUtilities for debugging
[108/558] Compiling DequeModule _DequeBuffer.swift
[109/558] Compiling DequeModule _DequeBufferHeader.swift
[110/558] Compiling DequeModule Deque+CustomReflectable.swift
[111/558] Compiling DequeModule Deque+Descriptions.swift
[111/558] Compiling tls_record.cc
[113/558] Compiling Logging MetadataProvider.swift
[114/558] Compiling Instrumentation InstrumentationSystem.swift
[115/558] Compiling Instrumentation Locks.swift
[116/559] Compiling _NIODataStructures Heap.swift
[117/559] Emitting module _NIODataStructures
[118/560] Compiling Logging Logging.swift
[119/560] Emitting module Logging
[120/560] Compiling Logging Locks.swift
[121/561] Compiling DequeModule _DequeSlot.swift
[122/561] Compiling DequeModule _UnsafeWrappedBuffer.swift
[126/561] Compiling DequeModule Deque+Testing.swift
[127/561] Compiling DequeModule Deque._Storage.swift
[128/561] Compiling DequeModule Deque+Extras.swift
[129/561] Compiling DequeModule Deque+Hashable.swift
[130/561] Compiling DequeModule Deque._UnsafeHandle.swift
[131/561] Compiling DequeModule Deque.swift
[131/569] Wrapping AST for _NIODataStructures for debugging
[133/569] Emitting module DequeModule
[134/569] Compiling DequeModule Deque+Codable.swift
[135/569] Compiling DequeModule Deque+Collection.swift
[136/570] Compiling LRUCache LRUCache.swift
[137/570] Emitting module LRUCache
[138/571] Compiling Tracing InstrumentationSystem+Tracing.swift
[138/571] Compiling tls_method.cc
[139/571] Wrapping AST for Logging for debugging
[142/571] Wrapping AST for Instrumentation for debugging
[144/571] Compiling Tracing TracingTime.swift
[144/571] Wrapping AST for DequeModule for debugging
[146/571] Emitting module Tracing
[146/571] Wrapping AST for LRUCache for debugging
[148/571] Compiling Tracing TracerProtocol.swift
[149/571] Compiling Tracing Tracer.swift
[150/571] Compiling Tracing TracerProtocol+Legacy.swift
[151/571] Compiling Tracing NoOpTracer.swift
[152/571] Compiling Tracing SpanProtocol.swift
[153/572] Wrapping AST for Tracing for debugging
[154/572] Compiling tls13_server.cc
[155/572] Compiling tls13_enc.cc
[156/572] Compiling tls13_both.cc
[157/572] Compiling tls13_client.cc
[158/572] Compiling t1_enc.cc
[159/572] Compiling ssl_versions.cc
[160/572] Compiling ssl_x509.cc
[161/572] Compiling ssl_stat.cc
[162/572] Compiling ssl_transcript.cc
[163/572] Compiling ssl_session.cc
[164/572] Compiling ssl_privkey.cc
[165/572] Compiling ssl_key_share.cc
[166/572] Compiling ssl_file.cc
[167/572] Compiling ssl_cert.cc
[168/572] Compiling ssl_cipher.cc
[169/572] Compiling ssl_lib.cc
[170/572] Compiling ssl_credential.cc
[171/572] Compiling ssl_buffer.cc
[172/572] Compiling ssl_asn1.cc
[173/572] Compiling ssl_aead_ctx.cc
[174/572] Compiling s3_pkt.cc
[175/572] Compiling handshake_server.cc
[176/572] Compiling s3_lib.cc
[177/572] Compiling s3_both.cc
[178/572] Compiling handshake_client.cc
[179/572] Compiling handshake.cc
[180/572] Compiling extensions.cc
[181/572] Compiling handoff.cc
[182/572] Compiling encrypted_client_hello.cc
[183/572] Compiling dtls_record.cc
[184/572] Compiling d1_lib.cc
[185/572] Compiling dtls_method.cc
[186/572] Compiling md5-x86_64-linux.S
[187/572] Compiling d1_srtp.cc
[188/572] Compiling md5-x86_64-apple.S
[189/572] Compiling md5-586-linux.S
[190/572] Compiling md5-586-apple.S
[191/572] Compiling chacha20_poly1305_x86_64-apple.S
[192/572] Compiling chacha20_poly1305_armv8-win.S
[193/572] Compiling chacha20_poly1305_x86_64-linux.S
[194/572] Compiling chacha20_poly1305_armv8-linux.S
[195/572] Compiling chacha20_poly1305_armv8-apple.S
[196/572] Compiling chacha-x86_64-linux.S
[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 chacha-armv8-win.S
[201/572] Compiling chacha-armv4-linux.S
[202/572] Compiling chacha-armv8-apple.S
[203/572] Compiling chacha-armv8-linux.S
[204/572] Compiling aes128gcmsiv-x86_64-linux.S
[205/572] Compiling aes128gcmsiv-x86_64-apple.S
[206/572] Compiling x86_64-mont5-linux.S
[207/572] Compiling d1_pkt.cc
[208/572] Compiling x86_64-mont-linux.S
[209/572] Compiling x86_64-mont5-apple.S
[210/572] Compiling err_data.cc
[211/572] Compiling x86_64-mont-apple.S
[212/572] Compiling vpaes-x86_64-apple.S
[213/572] Compiling x86-mont-linux.S
[214/572] Compiling x86-mont-apple.S
[215/572] Compiling vpaes-x86_64-linux.S
[216/572] Compiling vpaes-x86-linux.S
[217/572] Compiling vpaes-x86-apple.S
[218/572] Compiling vpaes-armv8-linux.S
[219/572] Compiling vpaes-armv8-apple.S
[219/572] Compiling vpaes-armv8-win.S
[221/572] Compiling vpaes-armv7-linux.S
[222/572] Compiling sha512-x86_64-linux.S
[223/572] Compiling sha512-x86_64-apple.S
[224/572] Compiling sha512-armv8-win.S
[225/572] Compiling bio_ssl.cc
[226/572] Compiling sha512-armv8-apple.S
[227/572] Compiling sha512-armv8-linux.S
[228/572] Compiling sha512-586-linux.S
[229/572] Compiling sha512-armv4-linux.S
[230/572] Compiling sha512-586-apple.S
[231/572] Compiling d1_both.cc
[232/572] Compiling sha256-x86_64-linux.S
[232/572] Compiling sha256-x86_64-apple.S
[234/572] Compiling sha256-armv8-win.S
[235/572] Compiling sha256-armv8-linux.S
[236/572] Compiling sha256-armv8-apple.S
[237/572] Compiling sha256-armv4-linux.S
[238/572] Compiling sha256-586-apple.S
[239/572] Compiling sha256-586-linux.S
[240/572] Compiling sha1-x86_64-apple.S
[241/572] Compiling sha1-armv8-win.S
[242/572] Compiling sha1-armv8-apple.S
[242/572] Compiling sha1-armv8-linux.S
[244/572] Compiling sha1-x86_64-linux.S
[245/572] Compiling sha1-586-linux.S
[246/572] Compiling sha1-586-apple.S
[246/572] Compiling sha1-armv4-large-linux.S
[248/572] Compiling rsaz-avx2-linux.S
[249/572] Compiling rdrand-x86_64-linux.S
[250/572] Compiling p256_beeu-x86_64-asm-apple.S
[251/572] Compiling rsaz-avx2-apple.S
[252/572] Compiling p256_beeu-armv8-asm-win.S
[253/572] Compiling p256_beeu-x86_64-asm-linux.S
[253/572] Compiling rdrand-x86_64-apple.S
[255/572] Compiling p256_beeu-armv8-asm-linux.S
[256/572] Compiling p256_beeu-armv8-asm-apple.S
[257/572] Compiling p256-x86_64-asm-apple.S
[258/572] Compiling p256-armv8-asm-win.S
[259/572] Compiling p256-armv8-asm-apple.S
[260/572] Compiling ghashv8-armv8-win.S
[261/572] Compiling p256-x86_64-asm-linux.S
[262/572] Compiling ghashv8-armv8-linux.S
[263/572] Compiling p256-armv8-asm-linux.S
[264/572] Compiling ghashv8-armv7-linux.S
[265/572] Compiling ghash-x86_64-linux.S
[266/572] Compiling ghashv8-armv8-apple.S
[267/572] Compiling ghash-x86_64-apple.S
[268/572] Compiling ghash-ssse3-x86_64-apple.S
[269/572] Compiling ghash-ssse3-x86-linux.S
[270/572] Compiling ghash-x86-linux.S
[271/572] Compiling ghash-ssse3-x86_64-linux.S
[272/572] Compiling ghash-x86-apple.S
[273/572] Compiling ghash-ssse3-x86-apple.S
[274/572] Compiling ghash-neon-armv8-win.S
[275/572] Compiling ghash-neon-armv8-apple.S
[276/572] Compiling ghash-neon-armv8-linux.S
[277/572] Compiling ghash-armv4-linux.S
[278/572] Compiling bsaes-armv7-linux.S
[278/572] Compiling co-586-linux.S
[280/572] Compiling bn-armv8-linux.S
[281/572] Compiling co-586-apple.S
[282/572] Compiling bn-armv8-apple.S
[283/572] Compiling bn-586-apple.S
[284/572] Compiling bn-armv8-win.S
[285/572] Compiling armv8-mont-win.S
[286/572] Compiling aesv8-gcm-armv8-linux.S
[287/572] Compiling armv8-mont-apple.S
[288/572] Compiling bn-586-linux.S
[289/572] Compiling armv8-mont-linux.S
[290/572] Compiling armv4-mont-linux.S
[291/572] Compiling aesv8-gcm-armv8-win.S
[292/572] Compiling aesv8-armv8-apple.S
[293/572] Compiling aesv8-armv8-linux.S
[294/572] Compiling aesv8-armv8-win.S
[295/572] Compiling aesv8-armv7-linux.S
[296/572] Compiling aesni-x86_64-apple.S
[297/572] Compiling aesv8-gcm-armv8-apple.S
[298/572] Compiling aesni-x86-linux.S
[299/572] Compiling aesni-x86_64-linux.S
[300/572] Compiling aes-gcm-avx2-x86_64-linux.S
[301/572] Compiling aesni-gcm-x86_64-linux.S
[302/572] Compiling aesni-x86-apple.S
[303/572] Compiling aes-gcm-avx2-x86_64-apple.S
[304/572] Compiling aesni-gcm-x86_64-apple.S
[305/572] Compiling aes-gcm-avx10-x86_64-apple.S
[306/572] Compiling aes-gcm-avx10-x86_64-linux.S
[307/572] Compiling x_spki.cc
[308/572] Compiling x_x509a.cc
[309/572] Compiling x_x509.cc
[310/572] Compiling x_val.cc
[311/572] Compiling x_pubkey.cc
[312/572] Compiling x_req.cc
[313/572] Compiling x_sig.cc
[314/572] Compiling x_name.cc
[315/572] Compiling x_crl.cc
[316/572] Compiling x_exten.cc
[317/572] Compiling x_attrib.cc
[318/572] Compiling x_all.cc
[319/572] Compiling x509spki.cc
[320/572] Compiling x_algor.cc
[321/572] Compiling x509rset.cc
[322/572] Compiling x509name.cc
[323/572] Compiling x509cset.cc
[324/572] Compiling x509_vpm.cc
[325/572] Compiling x509_txt.cc
[326/572] Compiling x509_v3.cc
[327/572] Compiling x509_trs.cc
[328/572] Compiling x509_set.cc
[329/572] Compiling x509_vfy.cc
[330/572] Compiling x509_req.cc
[331/572] Compiling x509_obj.cc
[332/572] Compiling x509_ext.cc
[333/572] Compiling x509_def.cc
[334/572] Compiling x509_lu.cc
[335/572] Compiling x509_d2.cc
[336/572] Compiling x509_att.cc
[337/572] Compiling x509_cmp.cc
[338/572] Compiling x509.cc
[339/572] Compiling v3_utl.cc
[340/572] Compiling v3_purp.cc
[341/572] Compiling v3_skey.cc
[342/572] Compiling v3_prn.cc
[343/572] Compiling v3_pmaps.cc
[344/572] Compiling v3_ocsp.cc
[345/572] Compiling v3_pcons.cc
[346/572] Compiling v3_ncons.cc
[347/572] Compiling v3_int.cc
[348/572] Compiling v3_lib.cc
[349/572] Compiling v3_info.cc
[350/572] Compiling v3_extku.cc
[351/572] Compiling v3_ia5.cc
[352/572] Compiling v3_genn.cc
[353/572] Compiling v3_enum.cc
[354/572] Compiling v3_crld.cc
[355/572] Compiling v3_cpols.cc
[356/572] Compiling v3_conf.cc
[357/572] Compiling v3_bitst.cc
[358/572] Compiling v3_bcons.cc
[359/572] Compiling v3_akeya.cc
[360/572] Compiling v3_alt.cc
[361/572] Compiling v3_akey.cc
[362/572] Compiling t_x509a.cc
[363/572] Compiling t_x509.cc
[364/572] Compiling t_req.cc
[365/572] Compiling i2d_pr.cc
[366/572] Compiling t_crl.cc
[367/572] Compiling rsa_pss.cc
[368/572] Compiling name_print.cc
[369/572] Compiling policy.cc
[370/572] Compiling asn1_gen.cc
[371/572] Compiling by_file.cc
[372/572] Compiling by_dir.cc
[373/572] Compiling a_verify.cc
[374/572] Compiling algorithm.cc
[375/572] Compiling voprf.cc
[376/572] Compiling a_sign.cc
[377/572] Compiling a_digest.cc
[378/572] Compiling thread_win.cc
[379/572] Compiling thread_pthread.cc
[380/572] Compiling thread_none.cc
[381/572] Compiling thread.cc
[382/572] Compiling trust_token.cc
[383/572] Compiling sha512.cc
[384/572] Compiling pmbtoken.cc
[385/572] Compiling stack.cc
[386/572] Compiling siphash.cc
[387/572] Compiling sha256.cc
[388/572] Compiling slhdsa.cc
[389/572] Compiling sha1.cc
[390/572] Compiling spake2plus.cc
[391/572] Compiling rsa_print.cc
[392/572] Compiling rsa_extra.cc
[393/572] Compiling rc4.cc
[394/572] Compiling refcount.cc
[395/572] Compiling rsa_crypt.cc
[396/572] Compiling windows.cc
[397/572] Compiling rand.cc
[398/572] Compiling urandom.cc
[399/572] Compiling trusty.cc
[400/572] Compiling rsa_asn1.cc
[401/572] Compiling poly1305_arm_asm.S
[402/572] Compiling passive.cc
[403/572] Compiling deterministic.cc
[404/572] Compiling forkunsafe.cc
[405/572] Compiling fork_detect.cc
[406/572] Compiling poly1305_arm.cc
[407/572] Compiling poly1305.cc
[408/572] Compiling poly1305_vec.cc
[409/572] Compiling p5_pbev2.cc
[410/572] Compiling pool.cc
[411/572] Compiling pkcs7.cc
[412/572] Compiling pkcs8.cc
[413/572] Compiling pkcs8_x509.cc
[414/572] Compiling pem_xaux.cc
[415/572] Compiling pem_x509.cc
[416/572] Compiling pkcs7_x509.cc
[417/572] Compiling pem_pk8.cc
[418/572] Compiling pem_pkey.cc
[419/572] Compiling obj_xref.cc
[420/572] Compiling pem_oth.cc
[421/572] Compiling pem_all.cc
[422/572] Compiling mlkem.cc
[423/572] Compiling pem_lib.cc
[424/572] Compiling pem_info.cc
[425/572] Compiling mldsa.cc
[426/572] Compiling poly_rq_mul.S
[427/572] Compiling mem.cc
[428/572] Compiling md5.cc
[429/572] Compiling fips_shared_support.cc
[430/572] Compiling obj.cc
[431/572] Compiling lhash.cc
[432/572] Compiling md4.cc
[433/572] Compiling ex_data.cc
[434/572] Compiling hrss.cc
[435/572] Compiling sign.cc
[436/572] Compiling kyber.cc
[437/572] Compiling scrypt.cc
[438/572] Compiling print.cc
[439/572] Compiling hpke.cc
[440/572] Compiling pbkdf.cc
[441/572] Compiling p_hkdf.cc
[442/572] Compiling p_ed25519.cc
[443/572] Compiling p_rsa.cc
[444/572] Compiling p_rsa_asn1.cc
[445/572] Compiling p_ec.cc
[446/572] Compiling p_ed25519_asn1.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 evp.cc
[452/572] Compiling p_dsa_asn1.cc
[453/572] Compiling err.cc
[454/572] Compiling engine.cc
[455/572] Compiling evp_asn1.cc
[456/572] Compiling ecdh.cc
[457/572] Compiling hash_to_curve.cc
[458/572] Compiling ec_derive.cc
[459/572] Compiling ecdsa_asn1.cc
[460/572] Compiling dsa.cc
[461/572] Compiling params.cc
[462/572] Compiling dsa_asn1.cc
[463/572] Compiling ec_asn1.cc
[464/572] Compiling x25519-asm-arm.S
[465/572] Compiling des.cc
[466/572] Compiling digest_extra.cc
[467/572] Compiling dh_asn1.cc
[468/572] Compiling cpu_intel.cc
[469/572] Compiling crypto.cc
[470/572] Compiling cpu_arm_linux.cc
[471/572] Compiling spake25519.cc
[472/572] Compiling curve25519.cc
[473/572] Compiling cpu_arm_freebsd.cc
[474/572] Compiling cpu_aarch64_win.cc
[475/572] Compiling cpu_aarch64_openbsd.cc
[476/572] Compiling cpu_aarch64_sysreg.cc
[477/572] Compiling cpu_aarch64_fuchsia.cc
[478/572] Compiling cpu_aarch64_linux.cc
[479/572] Compiling bcm.cc
[480/572] Compiling curve25519_64_adx.cc
[481/572] Compiling cpu_aarch64_apple.cc
[482/572] Compiling conf.cc
[483/572] Compiling e_tls.cc
[484/572] Compiling e_rc4.cc
[485/572] Compiling tls_cbc.cc
[486/572] Compiling e_null.cc
[487/572] Compiling e_rc2.cc
[488/572] Compiling e_des.cc
[489/572] Compiling e_chacha20poly1305.cc
[490/572] Compiling derive_key.cc
[491/572] Compiling e_aesctrhmac.cc
[492/572] Compiling e_aesgcmsiv.cc
[493/572] Compiling chacha.cc
[494/572] Compiling buf.cc
[495/572] Compiling ber.cc
[496/572] Compiling unicode.cc
[497/572] Compiling cbb.cc
[498/572] Compiling cbs.cc
[499/572] Compiling asn1_compat.cc
[500/572] Compiling bn_asn1.cc
[501/572] Compiling blake2.cc
[502/572] Compiling socket_helper.cc
[503/572] Compiling printf.cc
[503/572] Compiling convert.cc
[505/572] Compiling socket.cc
[506/572] Compiling hexdump.cc
[507/572] Compiling pair.cc
[508/572] Compiling file.cc
[509/572] Compiling errno.cc
[510/572] Compiling fd.cc
[511/572] Compiling bio_mem.cc
[512/572] Compiling connect.cc
[513/572] Compiling base64.cc
[514/572] Compiling bio.cc
[515/572] Compiling tasn_fre.cc
[516/572] Compiling tasn_typ.cc
[517/572] Compiling tasn_utl.cc
[518/572] Compiling tasn_enc.cc
[519/572] Compiling posix_time.cc
[520/572] Compiling f_string.cc
[521/572] Compiling f_int.cc
[522/572] Compiling tasn_new.cc
[523/572] Compiling asn1_par.cc
[524/572] Compiling tasn_dec.cc
[525/572] Compiling asn_pack.cc
[526/572] Compiling a_utctm.cc
[527/572] Compiling a_octet.cc
[528/572] Compiling asn1_lib.cc
[529/572] Compiling a_type.cc
[530/572] Compiling a_time.cc
[531/572] Compiling a_strnid.cc
[532/572] Compiling a_strex.cc
[533/572] Compiling a_object.cc
[534/572] Compiling a_d2i_fp.cc
[535/572] Compiling a_dup.cc
[535/572] Write sources
[541/572] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[542/572] Compiling a_bitstr.cc
[543/572] Compiling a_bool.cc
[544/572] Compiling a_mbstr.cc
[545/592] Compiling a_int.cc
[547/617] Compiling Algorithms Partition.swift
[548/617] Compiling Algorithms Permutations.swift
[549/619] Compiling Algorithms Keyed.swift
[550/619] Compiling Algorithms MinMax.swift
[551/619] Compiling Algorithms Grouped.swift
[552/619] Compiling Algorithms Indexed.swift
[553/619] Compiling Algorithms Intersperse.swift
[554/619] Compiling Algorithms Joined.swift
[555/619] Compiling Algorithms Compacted.swift
[556/619] Compiling Algorithms Cycle.swift
[557/619] Compiling Algorithms EitherSequence.swift
[558/619] Compiling Algorithms Chunked.swift
[559/619] Compiling Algorithms Combinations.swift
[560/619] Compiling Algorithms FlattenCollection.swift
[561/619] Compiling Atomics IntegerOperations.swift
[562/619] Compiling Atomics Unmanaged extensions.swift
[563/619] Compiling Algorithms Split.swift
[564/619] Compiling Algorithms Stride.swift
[565/619] Compiling Algorithms Suffix.swift
[567/622] Compiling Algorithms Reductions.swift
[568/622] Compiling Algorithms Rotate.swift
[569/622] Compiling ArgumentParserToolInfo ToolInfo.swift
[570/622] Emitting module ArgumentParserToolInfo
[571/623] Wrapping AST for ArgumentParserToolInfo for debugging
[579/667] Compiling ArgumentParser FishCompletionsGenerator.swift
[580/667] Compiling ArgumentParser ZshCompletionsGenerator.swift
[581/667] Compiling ArgumentParser Argument.swift
[582/667] Compiling ArgumentParser ArgumentDiscussion.swift
[583/667] Compiling ArgumentParser Option.swift
[584/667] Compiling ArgumentParser SplitArguments.swift
[585/667] Compiling ArgumentParser DumpHelpGenerator.swift
[586/667] Emitting module Atomics
[587/667] Compiling ArgumentParser OptionGroup.swift
[588/667] Compiling ArgumentParser AsyncParsableCommand.swift
[589/667] Compiling ArgumentParser CommandConfiguration.swift
[590/667] Compiling ArgumentParser CommandGroup.swift
[591/667] Compiling ArgumentParser EnumerableFlag.swift
[592/667] Compiling ArgumentParser ExpressibleByArgument.swift
[593/667] Compiling ArgumentParser BashCompletionsGenerator.swift
[594/667] Compiling ArgumentParser CompletionsGenerator.swift
[595/667] Compiling ArgumentParser CollectionExtensions.swift
[596/667] Compiling ArgumentParser Mutex.swift
[597/667] Compiling ArgumentParser Platform.swift
[598/667] Compiling ArgumentParser SequenceExtensions.swift
[599/667] Compiling ArgumentParser StringExtensions.swift
[600/667] Compiling ArgumentParser SwiftExtensions.swift
[601/673] Emitting module ArgumentParser
[605/674] Compiling ArgumentParser Tree.swift
[606/674] Compiling ArgumentParser CodingKeyValidator.swift
[607/674] Compiling ArgumentParser NonsenseFlagsValidator.swift
[608/674] Compiling ArgumentParser ParsableArgumentsValidation.swift
[609/674] Compiling ArgumentParser PositionalArgumentsValidator.swift
[610/674] Compiling ArgumentParser UniqueNamesValidator.swift
[611/674] Wrapping AST for Atomics for debugging
[612/710] Compiling c-nioatomics.c
[614/723] Emitting module Algorithms
[615/724] Wrapping AST for Algorithms for debugging
[616/724] Compiling c-atomics.c
[618/730] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[619/730] Compiling SwiftSoup NodeVisitor.swift
[620/730] Compiling SwiftSoup OrderedSet.swift
[621/730] Compiling SwiftSoup ParseError.swift
[622/730] Compiling SwiftSoup ParseErrorList.swift
[623/730] Compiling SwiftSoup ParseSettings.swift
[624/730] Compiling SwiftSoup Parser.swift
[625/730] Compiling NIOConcurrencyHelpers NIOLock.swift
[626/730] Compiling NIOConcurrencyHelpers lock.swift
[627/730] Compiling NIOConcurrencyHelpers atomics.swift
[628/730] Emitting module NIOConcurrencyHelpers
[629/730] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[630/731] Compiling SwiftSoup HtmlTreeBuilder.swift
[631/731] Compiling SwiftSoup Collector.swift
[632/731] Compiling SwiftSoup CombiningEvaluator.swift
[633/731] Compiling SwiftSoup Comment.swift
[634/731] Compiling SwiftSoup CssSelector.swift
[635/731] Compiling SwiftSoup DataNode.swift
[636/731] Compiling SwiftSoup Cleaner.swift
[637/731] Compiling SwiftSoup Element.swift
[638/731] Compiling SwiftSoup Elements.swift
[639/731] Compiling SwiftSoup Entities.swift
[640/731] Compiling SwiftSoup Evaluator.swift
[641/731] Compiling SwiftSoup Exception.swift
[642/731] Compiling SwiftSoup FormElement.swift
[643/731] Compiling SwiftSoup ParsingStrings.swift
[644/731] Compiling SwiftSoup Pattern.swift
[645/731] Compiling SwiftSoup QueryParser.swift
[646/731] Compiling SwiftSoup QueryParserCache.swift
[647/731] Compiling SwiftSoup TextNode.swift
[648/731] Compiling SwiftSoup Token.swift
[649/731] Compiling SwiftSoup Document.swift
[650/731] Compiling SwiftSoup DocumentType.swift
[651/731] Compiling SwiftSoup HtmlTreeBuilderState.swift
[652/731] Compiling SwiftSoup Mutex.swift
[653/731] Compiling SwiftSoup Node.swift
[654/731] Compiling SwiftSoup NodeTraversor.swift
[655/731] Compiling SwiftSoup Attribute.swift
[656/731] Compiling SwiftSoup Attributes.swift
[657/731] Compiling SwiftSoup BinarySearch.swift
[658/731] Compiling SwiftSoup BooleanAttribute.swift
[659/731] Compiling SwiftSoup CharacterExt.swift
[660/731] Compiling SwiftSoup CharacterReader.swift
[662/732] Wrapping AST for NIOConcurrencyHelpers for debugging
[663/732] Wrapping AST for ArgumentParser for debugging
[665/793] Compiling NIOCore Codec.swift
[666/793] Compiling NIOCore ConvenienceOptionSupport.swift
[667/793] Compiling NIOCore DeadChannel.swift
[668/793] Compiling NIOCore DispatchQueue+WithFuture.swift
[669/793] Compiling NIOCore EventLoop+Deprecated.swift
[670/793] Compiling NIOCore EventLoop+SerialExecutor.swift
[671/793] Compiling NIOCore EventLoop.swift
[672/799] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[673/799] Compiling NIOCore BSDSocketAPI.swift
[674/799] Compiling NIOCore ByteBuffer-aux.swift
[675/799] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[676/799] Compiling NIOCore ByteBuffer-conversions.swift
[677/799] Compiling NIOCore ByteBuffer-core.swift
[678/799] Compiling NIOCore ByteBuffer-hex.swift
[679/799] Emitting module SwiftSoup
[680/799] Compiling SwiftSoup XmlDeclaration.swift
[681/799] Compiling SwiftSoup XmlTreeBuilder.swift
[682/799] Compiling NIOCore NIOCoreSendableMetatype.swift
[683/799] Compiling NIOCore NIOLoopBound.swift
[684/799] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[685/799] Compiling NIOCore NIOScheduledCallback.swift
[686/799] Compiling NIOCore NIOSendable.swift
[687/799] Compiling NIOCore RecvByteBufferAllocator.swift
[688/807] Compiling NIOCore IOData.swift
[689/807] Compiling NIOCore IPProtocol.swift
[690/807] Compiling NIOCore IntegerBitPacking.swift
[691/807] Compiling NIOCore IntegerTypes.swift
[692/807] Compiling SwiftSoup UTF8Arrays.swift
[693/807] Compiling SwiftSoup UnicodeScalar.swift
[694/807] Compiling SwiftSoup Validate.swift
[695/807] Compiling SwiftSoup Whitelist.swift
[696/807] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[697/807] Compiling NIOCore EventLoopFuture+Deprecated.swift
[698/807] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[699/807] Compiling NIOCore EventLoopFuture.swift
[700/807] Compiling NIOCore FileDescriptor.swift
[701/807] Compiling NIOCore FileHandle.swift
[707/807] Compiling NIOCore FileRegion.swift
[708/807] Compiling NIOCore GlobalSingletons.swift
[709/807] Compiling NIOCore IO.swift
[717/807] Compiling NIOCore Channel.swift
[718/807] Compiling NIOCore ChannelHandler.swift
[719/807] Compiling NIOCore ChannelHandlers.swift
[720/807] Compiling NIOCore ChannelInvoker.swift
[721/807] Compiling NIOCore ChannelOption.swift
[722/807] Compiling NIOCore ChannelPipeline.swift
[723/807] Compiling NIOCore CircularBuffer.swift
[730/807] Compiling NIOCore ByteBuffer-int.swift
[731/807] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[732/807] Compiling NIOCore AddressedEnvelope.swift
[733/807] Compiling NIOCore AsyncAwaitSupport.swift
[734/807] Compiling NIOCore AsyncChannel.swift
[735/807] Compiling NIOCore AsyncChannelHandler.swift
[736/807] Compiling NIOCore AsyncChannelInboundStream.swift
[737/807] Compiling NIOCore AsyncChannelOutboundWriter.swift
[738/807] Compiling NIOCore NIOAsyncSequenceProducer.swift
[739/807] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[740/807] Compiling NIOCore NIOAsyncWriter.swift
[741/807] Compiling NIOCore ByteBuffer-multi-int.swift
[742/807] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[743/807] Compiling NIOCore ByteBuffer-views.swift
[744/807] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[745/807] Compiling NIOCore SocketAddresses.swift
[746/807] Compiling NIOCore SocketOptionProvider.swift
[747/807] Compiling NIOCore SystemCallHelpers.swift
[748/807] Compiling NIOCore TimeAmount+Duration.swift
[749/807] Compiling NIOCore TypeAssistedChannelHandler.swift
[750/807] Compiling NIOCore UniversalBootstrapSupport.swift
[751/807] Compiling NIOCore Utilities.swift
[761/808] Wrapping AST for SwiftSoup for debugging
[790/808] Emitting module NIOCore
[791/813] Wrapping AST for NIOCore for debugging
[793/863] Compiling NIOPosix Pool.swift
[794/863] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[795/863] Compiling NIOPosix PosixSingletons.swift
[796/863] Compiling NIOPosix RawSocketBootstrap.swift
[797/863] Compiling NIOPosix Resolver.swift
[798/863] Compiling NIOPosix Selectable.swift
[799/863] Compiling NIOPosix SelectableChannel.swift
[800/869] Emitting module NIOEmbedded
[801/869] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[802/869] Compiling NIOEmbedded AsyncTestingChannel.swift
[803/869] Compiling NIOEmbedded Embedded.swift
[804/870] Wrapping AST for NIOEmbedded for debugging
[806/870] Compiling NIOPosix IO.swift
[807/870] Compiling NIOPosix IntegerBitPacking.swift
[808/870] Compiling NIOPosix IntegerTypes.swift
[809/870] Compiling NIOPosix Linux.swift
[810/870] Compiling NIOPosix LinuxCPUSet.swift
[811/870] Compiling NIOPosix LinuxUring.swift
[812/870] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[813/870] Compiling NIOPosix ThreadWindows.swift
[814/870] Compiling NIOPosix UnsafeTransfer.swift
[815/870] Compiling NIOPosix Utilities.swift
[816/870] Compiling NIOPosix VsockAddress.swift
[817/870] Compiling NIOPosix VsockChannelEvents.swift
[818/870] Compiling NIOPosix Windows.swift
[819/870] Compiling NIOPosix Socket.swift
[820/870] Compiling NIOPosix SocketChannel.swift
[821/870] Compiling NIOPosix SocketProtocols.swift
[822/870] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[823/870] Compiling NIOPosix System.swift
[824/870] Compiling NIOPosix Thread.swift
[825/870] Compiling NIOPosix ThreadPosix.swift
[826/870] Compiling NIOPosix SelectableEventLoop.swift
[827/870] Compiling NIOPosix SelectorEpoll.swift
[828/870] Compiling NIOPosix SelectorGeneric.swift
[829/870] Compiling NIOPosix SelectorKqueue.swift
[830/870] Compiling NIOPosix SelectorUring.swift
[831/870] Compiling NIOPosix SelectorWSAPoll.swift
[832/870] Compiling NIOPosix ServerSocket.swift
[833/870] Emitting module NIOPosix
[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 NIOPosixSendableMetatype.swift
[842/870] Compiling NIOPosix NIOThreadPool.swift
[843/870] Compiling NIOPosix NonBlockingFileIO.swift
[844/870] Compiling NIOPosix PendingDatagramWritesManager.swift
[845/870] Compiling NIOPosix PendingWritesManager.swift
[846/870] Compiling NIOPosix PipeChannel.swift
[847/870] Compiling NIOPosix PipePair.swift
[848/870] Compiling NIOPosix Bootstrap.swift
[849/870] Compiling NIOPosix ControlMessage.swift
[850/870] Compiling NIOPosix DatagramVectorReadManager.swift
[851/870] Compiling NIOPosix Errors+Any.swift
[852/870] Compiling NIOPosix FileDescriptor.swift
[853/870] Compiling NIOPosix GetaddrinfoResolver.swift
[854/870] Compiling NIOPosix HappyEyeballs.swift
[855/871] Wrapping AST for NIOPosix for debugging
[857/873] Compiling NIO Exports.swift
[858/873] Emitting module NIO
[859/874] Wrapping AST for NIO for debugging
[861/913] Compiling NIOTLS TLSEvents.swift
[862/913] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[863/913] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[864/913] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[865/913] Emitting module NIOTLS
[866/913] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[867/913] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[868/913] Compiling NIOSOCKS ClientStateMachine.swift
[869/913] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[870/913] Compiling NIOHTTP1 ByteCollectionUtils.swift
[871/913] Compiling NIOHTTP1 HTTPDecoder.swift
[872/913] Compiling NIOSOCKS SOCKSResponse.swift
[873/914] Compiling NIOHTTP1 HTTPEncoder.swift
[874/914] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[875/914] Emitting module NIOSOCKS
[876/914] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[877/914] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[878/914] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[879/914] Compiling NIOTLS SNIHandler.swift
[880/915] Compiling NIOSOCKS ServerStateMachine.swift
[881/915] Emitting module NIOHTTP1
[882/917] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[883/917] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[885/917] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[886/917] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[887/918] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[888/918] Emitting module NIOFoundationCompat
[888/919] Wrapping AST for NIOTLS for debugging
[892/948] Compiling NIOSSL ObjectIdentifier.swift
[893/948] Compiling NIOSSL PosixPort.swift
[893/948] Wrapping AST for NIOFoundationCompat for debugging
[894/948] Wrapping AST for NIOSOCKS for debugging
[896/970] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[897/970] Compiling NIOTransportServices NIOTSSingletons.swift
[898/970] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[899/970] Compiling NIOTransportServices StateManagedChannel.swift
[900/970] Compiling NIOTransportServices StateManagedListenerChannel.swift
[901/970] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[902/970] Compiling NIOTransportServices NIOTSBootstraps.swift
[903/970] Compiling NIOTransportServices NIOTSChannelOptions.swift
[904/970] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[905/970] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[906/970] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[907/970] Compiling NIOTransportServices NIOTSListenerChannel.swift
[908/970] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[909/970] Compiling NIOTransportServices NIOTSErrors.swift
[910/970] Compiling NIOTransportServices NIOTSEventLoop.swift
[911/972] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[912/972] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[913/972] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[914/972] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[915/972] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[916/972] Compiling NIOTransportServices AcceptHandler.swift
[917/972] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[918/972] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[919/972] Emitting module NIOTransportServices
[928/973] Wrapping AST for NIOTransportServices for debugging
[935/992] Wrapping AST for NIOHTTP1 for debugging
[937/992] Compiling NIOHPACK IndexedHeaderTable.swift
[938/992] Compiling NIOHPACK IntegerCoding.swift
[939/993] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[940/993] Compiling NIOHPACK HuffmanTables.swift
[941/993] Emitting module NIOSSL
[942/997] Compiling NIOHPACK StaticHeaderTable.swift
[943/997] Compiling NIOHPACK HuffmanCoding.swift
[944/997] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[945/997] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[946/997] Compiling NIOHPACK DynamicHeaderTable.swift
[947/997] Compiling NIOHPACK HPACKDecoder.swift
[948/997] Compiling NIOHTTPCompression HTTPDecompression.swift
[949/997] Emitting module NIOHTTPCompression
[950/997] Compiling NIOHTTPCompression HTTPCompression.swift
[951/997] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[952/998] Emitting module NIOHPACK
[956/998] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[957/998] Compiling NIOSSL SubjectAlternativeName.swift
[958/998] Compiling NIOSSL NIOSSLSecureBytes.swift
[959/998] Compiling NIOSSL RNG.swift
[960/998] Compiling NIOSSL SafeCompare.swift
[964/998] Compiling NIOHPACK HPACKEncoder.swift
[965/998] Compiling NIOHPACK HPACKErrors.swift
[966/998] Compiling NIOHPACK HPACKHeader.swift
[967/998] Compiling NIOHPACK HeaderTables.swift
[969/998] Wrapping AST for NIOHTTPCompression for debugging
[987/999] Wrapping AST for NIOHPACK for debugging
[989/999] Compiling NIOSSL Zeroization.swift
[990/999] Compiling NIOSSL TLSConfiguration.swift
[991/999] Compiling NIOSSL UniversalBootstrapSupport.swift
[992/999] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[993/1060] Wrapping AST for NIOSSL for debugging
[995/1060] Compiling NIOHTTP2 MaySendFrames.swift
[996/1060] Compiling NIOHTTP2 SendingDataState.swift
[997/1060] Compiling NIOHTTP2 SendingGoawayState.swift
[998/1060] Compiling NIOHTTP2 SendingHeadersState.swift
[999/1060] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1000/1060] Compiling NIOHTTP2 SendingRstStreamState.swift
[1001/1060] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1002/1060] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1003/1060] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1004/1068] Emitting module NIOHTTP2
[1005/1068] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1006/1068] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1007/1068] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1008/1068] Compiling NIOHTTP2 StreamChannelList.swift
[1009/1068] Compiling NIOHTTP2 StreamMap.swift
[1010/1068] Compiling NIOHTTP2 StreamStateMachine.swift
[1011/1068] Compiling NIOHTTP2 UnsafeTransfer.swift
[1012/1068] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1013/1068] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1014/1068] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1015/1068] Compiling NIOHTTP2 HTTP2StreamID.swift
[1016/1068] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1017/1068] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1018/1068] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1019/1068] Compiling NIOHTTP2 InboundEventBuffer.swift
[1020/1068] Compiling NIOHTTP2 InboundWindowManager.swift
[1021/1068] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1022/1068] Compiling NIOHTTP2 HasLocalSettings.swift
[1023/1068] Compiling NIOHTTP2 HasRemoteSettings.swift
[1024/1068] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1025/1068] Compiling NIOHTTP2 QuiescingState.swift
[1026/1068] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1027/1068] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1028/1068] Compiling NIOHTTP2 StateMachineResult.swift
[1029/1068] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1030/1068] Compiling NIOHTTP2 HTTP2Frame.swift
[1031/1068] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1032/1068] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1033/1068] Compiling NIOHTTP2 HTTP2PingData.swift
[1034/1068] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1035/1068] Compiling NIOHTTP2 HTTP2Settings.swift
[1036/1068] Compiling NIOHTTP2 HTTP2Stream.swift
[1037/1068] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1038/1068] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1039/1068] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1040/1068] Compiling NIOHTTP2 MayReceiveFrames.swift
[1041/1068] Compiling NIOHTTP2 ReceivingDataState.swift
[1042/1068] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1043/1068] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1044/1068] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1045/1068] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1046/1068] Compiling NIOHTTP2 ReceivingWindowUpdateState.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
[1055/1068] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1056/1068] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1057/1068] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1058/1068] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1059/1068] Compiling NIOHTTP2 HTTP2ConnectionStateChange.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] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1066/1132] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1067/1132] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1068/1132] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1069/1132] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1070/1132] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1071/1132] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1072/1132] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1073/1132] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1074/1132] Emitting module AsyncHTTPClient
[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 NIOLoopBound+Execute.swift
[1102/1140] Compiling AsyncHTTPClient NWErrorHandler.swift
[1103/1140] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1104/1140] Compiling AsyncHTTPClient TLSConfiguration.swift
[1105/1140] Compiling AsyncHTTPClient RedirectState.swift
[1106/1140] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1107/1140] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1108/1140] Compiling AsyncHTTPClient RequestBag.swift
[1109/1140] Compiling AsyncHTTPClient RequestOptions.swift
[1110/1140] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1111/1140] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1112/1140] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1113/1140] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1114/1140] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1115/1140] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1116/1140] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1117/1140] Compiling AsyncHTTPClient ConnectionTarget.swift
[1118/1140] Compiling AsyncHTTPClient DeconstructedURL.swift
[1119/1140] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1120/1140] Compiling AsyncHTTPClient FoundationExtensions.swift
[1121/1140] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1122/1140] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1123/1140] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1124/1140] Compiling AsyncHTTPClient HTTPClient.swift
[1125/1140] Compiling AsyncHTTPClient HTTPHandler.swift
[1126/1140] Compiling AsyncHTTPClient LRUCache.swift
[1127/1140] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1128/1140] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1129/1140] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1130/1140] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1131/1140] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1132/1140] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1133/1140] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1134/1140] Compiling AsyncHTTPClient RequestBodyLength.swift
[1135/1140] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1136/1141] Wrapping AST for AsyncHTTPClient for debugging
[1138/1150] Compiling LinkPreview MetadataProcessor.swift
[1139/1151] Compiling LinkPreview OpenGraphProcessor.swift
[1140/1151] Compiling LinkPreview GenericHTMLProcessor.swift
[1141/1151] Compiling LinkPreview LinkPreviewURLRequest.swift
[1142/1151] Compiling LinkPreview LinkPreviewProvider.swift
[1143/1151] Compiling LinkPreview URL+Extensions.swift
[1144/1151] Compiling LinkPreview WikipediaAPIProcessor.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] Emitting module LinkPreviewCLI
[1151/1154] Compiling LinkPreviewCLI Main.swift
[1152/1155] Wrapping AST for LinkPreviewCLI for debugging
[1153/1155] Write Objects.LinkFileList
[1154/1155] Linking linkpreviewcli
Build complete! (377.29s)
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.