The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FaviconFinder, reference main (b65f6b), with Swift 6.1 for Linux on 16 Sep 2025 19:48:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/will-lumley/FaviconFinder.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/will-lumley/FaviconFinder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b65f6b3 Update README.md
Cloned https://github.com/will-lumley/FaviconFinder.git
Revision (git rev-parse @):
b65f6b3783de0cf865c144e1b85c9fc5e1b7194c
SUCCESS checkout https://github.com/will-lumley/FaviconFinder.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/will-lumley/FaviconFinder.git
https://github.com/will-lumley/FaviconFinder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.7",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    }
  ],
  "manifest_display_name" : "FaviconFinder",
  "name" : "FaviconFinder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "FaviconFinder",
      "targets" : [
        "FaviconFinder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FaviconFinderTests",
      "module_type" : "SwiftTarget",
      "name" : "FaviconFinderTests",
      "path" : "Tests/FaviconFinderTests",
      "sources" : [
        "FaviconFinderTests.swift",
        "FaviconURLTests.swift",
        "Toolbox/Extensions/Array+ReorderTests.swift",
        "Toolbox/Extensions/String+RemovalTests.swift",
        "Toolbox/Extensions/String+URLQueryTests.swift",
        "Toolbox/Extensions/URL+ParsingTests.swift",
        "Toolbox/Image+Validation.swift",
        "Toolbox/RegexTests.swift",
        "Toolbox/TestURLs.swift"
      ],
      "target_dependencies" : [
        "FaviconFinder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FaviconFinder",
      "module_type" : "SwiftTarget",
      "name" : "FaviconFinder",
      "path" : "Sources/FaviconFinder",
      "product_dependencies" : [
        "SwiftSoup",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "FaviconFinder"
      ],
      "sources" : [
        "FaviconFinder+Configuration.swift",
        "FaviconFinder.swift",
        "FaviconFinderProtocol.swift",
        "Finders/HTMLFaviconFinder.swift",
        "Finders/ICOFaviconFinder.swift",
        "Finders/MockFaviconFinder.swift",
        "Finders/WebApplicationManifestFaviconFinder.swift",
        "Toolbox/Extensions/Array+Reorder.swift",
        "Toolbox/Extensions/String+HREF.swift",
        "Toolbox/Extensions/String+Removals.swift",
        "Toolbox/Extensions/String+URLQuery.swift",
        "Toolbox/Extensions/URL+Parsing.swift",
        "Toolbox/Extensions/URLResponse+StringEncoding.swift",
        "Toolbox/FaviconURLSession.swift",
        "Toolbox/Regex.swift",
        "Toolbox/Response.swift",
        "Types/Favicon.swift",
        "Types/FaviconError.swift",
        "Types/FaviconFormatType.swift",
        "Types/FaviconImage.swift",
        "Types/FaviconSize.swift",
        "Types/FaviconSourceType.swift",
        "Types/FaviconURL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/swift-server/async-http-client.git
[1/4634] Fetching swiftsoup
[4218/18893] Fetching swiftsoup, async-http-client
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.56s)
[8841/14259] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.01s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (1.55s)
Fetching https://github.com/apple/swift-nio-http2.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-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/2743] Fetching swift-nio-transport-services
[1346/4557] Fetching swift-nio-transport-services, swift-atomics
[1392/10696] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[2784/14599] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-log
[4346/20585] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-log, swift-algorithms
[9712/32246] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.61s)
[20679/30432] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.67s)
[11412/20390] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.79s)
[10884/17647] Fetching swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.79s)
[5015/11661] Fetching swift-nio-http2
[11662/26746] Fetching swift-nio-http2, swift-nio-ssl
[14227/104826] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.37s)
[3497/93165] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.35s)
[53095/78080] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.15s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (8.46s)
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.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.87s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.20s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4957] Fetching swift-system
[4958/22423] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.37s)
Fetched https://github.com/apple/swift-collections.git from cache (1.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.46s)
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.51s)
Fetching https://github.com/apple/swift-http-structured-headers.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-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/2470] Fetching swift-service-lifecycle
[594/3393] Fetching swift-service-lifecycle, swift-http-types
[765/4569] Fetching swift-service-lifecycle, swift-http-types, swift-http-structured-headers
[1162/6198] Fetching swift-service-lifecycle, swift-http-types, swift-http-structured-headers, swift-asn1
[6069/11610] Fetching swift-service-lifecycle, swift-http-types, swift-http-structured-headers, swift-asn1, swift-async-algorithms
[7228/18193] Fetching swift-service-lifecycle, swift-http-types, swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.50s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.53s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.53s)
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.8.0 (0.98s)
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.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.49s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.42s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.42s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.47s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (0.54s)
Fetching https://github.com/apple/swift-crypto.git
[1/17027] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.81s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.67s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.52s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.11.1 (0.65s)
Fetching https://github.com/nicklockwood/LRUCache.git
[1/320] Fetching lrucache
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.44s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.1.2 (0.95s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/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-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-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.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.14.0
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at 1.1.2
Building for debugging...
[0/443] Write sources
[24/443] Compiling CNIOWindows WSAStartup.c
[25/443] Compiling _NumericsShims _NumericsShims.c
[26/443] Compiling _AtomicsShims.c
[27/443] Compiling CNIOPosix event_loop_id.c
[28/443] Compiling CNIOWASI CNIOWASI.c
[29/443] Compiling CNIOWindows shim.c
[30/443] Compiling CNIOLinux liburing_shims.c
[31/443] Compiling CNIOLLHTTP c_nio_http.c
[32/443] Compiling CNIOExtrasZlib empty.c
[32/443] Compiling CNIODarwin shim.c
[34/443] Compiling CNIOLinux shim.c
[35/443] Compiling fiat_curve25519_adx_square.S
[36/443] Compiling CNIOLLHTTP c_nio_api.c
[37/443] Compiling fiat_curve25519_adx_mul.S
[38/443] Compiling fiat_p256_adx_sqr.S
[39/443] Compiling fiat_p256_adx_mul.S
[40/443] Write swift-version-24593BA9C3E375BF.txt
[41/443] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/447] Compiling CNIOBoringSSLShims shims.c
[43/449] Compiling tls_record.cc
[44/449] Compiling tls_method.cc
[45/449] Compiling tls13_client.cc
[46/449] Compiling tls13_enc.cc
[47/462] Compiling tls13_both.cc
[48/482] Compiling tls13_server.cc
[49/499] Compiling t1_enc.cc
[51/499] Compiling Atomics AtomicInteger.swift
[52/499] Compiling Atomics AtomicOptionalWrappable.swift
[53/499] Compiling Atomics AtomicReference.swift
[54/501] Compiling _NIODataStructures _TinyArray.swift
[55/501] Compiling Atomics UnsafeAtomic.swift
[56/501] Compiling Atomics UnsafeAtomicLazyReference.swift
[57/501] Compiling Atomics ManagedAtomic.swift
[58/501] Compiling Atomics ManagedAtomicLazyReference.swift
[59/501] Compiling Atomics PointerConformances.swift
[60/501] Compiling Atomics Primitives.native.swift
[63/502] Compiling RealModule Real.swift
[64/502] Compiling RealModule RealFunctions.swift
[65/503] Compiling Atomics AtomicValue.swift
[66/503] Compiling Atomics AtomicMemoryOrderings.swift
[68/503] Compiling Atomics AtomicStorage.swift
[69/503] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/503] Compiling _NIODataStructures PriorityQueue.swift
[74/503] Compiling Atomics DoubleWord.swift
[75/503] Compiling _NIOBase64 Base64.swift
[76/503] Emitting module _NIOBase64
[77/504] Compiling Atomics OptionalRawRepresentable.swift
[78/504] Compiling Atomics RawRepresentable.swift
[79/504] Emitting module RealModule
[80/504] Compiling Atomics AtomicBool.swift
[81/504] Compiling Atomics IntegerConformances.swift
[84/504] Compiling RealModule Float16+Real.swift
[85/504] Compiling RealModule Float80+Real.swift
[86/504] Emitting module InternalCollectionsUtilities
[92/504] Compiling RealModule RelaxedArithmetic.swift
[99/505] Compiling Atomics IntegerOperations.swift
[100/505] Compiling Atomics Unmanaged extensions.swift
[102/505] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[104/506] Emitting module Atomics
[106/522] Emitting module _NIODataStructures
[107/522] Compiling _NIODataStructures Heap.swift
[109/523] Compiling DequeModule Deque+CustomReflectable.swift
[110/523] Compiling DequeModule Deque+Descriptions.swift
[111/525] Compiling Logging MetadataProvider.swift
[112/525] Compiling Logging Locks.swift
[113/525] Emitting module Logging
[114/525] Compiling DequeModule _DequeBuffer.swift
[115/525] Compiling DequeModule _DequeBufferHeader.swift
[116/525] Compiling Logging Logging.swift
[117/525] Compiling Logging LogHandler.swift
[118/526] Compiling DequeModule Deque+Extras.swift
[119/526] Compiling DequeModule Deque+Hashable.swift
[120/526] Compiling DequeModule Deque+Equatable.swift
[121/526] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[123/526] Emitting module LRUCache
[124/526] Compiling LRUCache LRUCache.swift
[125/527] Compiling ssl_x509.cc
[127/527] Compiling DequeModule _DequeSlot.swift
[128/527] Compiling DequeModule _UnsafeWrappedBuffer.swift
[128/576] Compiling ssl_versions.cc
[130/576] Compiling SwiftSoup CssSelector.swift
[131/576] Compiling SwiftSoup DataNode.swift
[132/576] Compiling SwiftSoup CombiningEvaluator.swift
[133/576] Compiling SwiftSoup Comment.swift
[134/576] Compiling SwiftSoup BinarySearch.swift
[135/576] Compiling SwiftSoup BooleanAttribute.swift
[136/576] Emitting module DequeModule
[137/577] Compiling ssl_stat.cc
[138/577] Compiling ssl_transcript.cc
[139/577] Compiling ssl_session.cc
[140/577] Compiling ssl_privkey.cc
[141/577] Compiling ssl_key_share.cc
[142/577] Compiling ssl_lib.cc
[143/577] Compiling ssl_file.cc
[144/577] Compiling ssl_credential.cc
[145/577] Compiling ssl_cipher.cc
[146/577] Compiling ssl_buffer.cc
[147/577] Compiling ssl_cert.cc
[148/577] Compiling ssl_aead_ctx.cc
[149/577] Compiling ssl_asn1.cc
[151/577] Compiling SwiftSoup ParseErrorList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/577] Compiling SwiftSoup ParseSettings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/577] Compiling SwiftSoup Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/577] Compiling SwiftSoup ParsingStrings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/577] Compiling SwiftSoup Pattern.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/577] Compiling SwiftSoup QueryParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/577] Compiling SwiftSoup QueryParserCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/583] Emitting module SwiftSoup
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/583] Compiling SwiftSoup Attribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/583] Compiling SwiftSoup Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/583] Compiling SwiftSoup CharacterExt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/583] Compiling SwiftSoup CharacterReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/583] Compiling SwiftSoup Cleaner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/583] Compiling SwiftSoup TextNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/583] Compiling SwiftSoup Token.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/583] Compiling SwiftSoup TokenQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/583] Compiling SwiftSoup Tokeniser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/583] Compiling SwiftSoup TokeniserState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/583] Compiling SwiftSoup TreeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/583] Compiling s3_pkt.cc
[172/583] Compiling s3_both.cc
[173/583] Compiling s3_lib.cc
[174/583] Compiling handshake.cc
[175/583] Compiling handshake_server.cc
[177/583] Compiling SwiftSoup StreamReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/583] Compiling SwiftSoup String.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/583] Compiling SwiftSoup StringBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/583] Compiling SwiftSoup StringUtil.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/583] Compiling SwiftSoup StructuralEvaluator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/583] Compiling SwiftSoup SwiftSoup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/583] Compiling SwiftSoup Tag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/583] Compiling handshake_client.cc
[184/583] Compiling handoff.cc
[186/583] Compiling SwiftSoup Collector.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/583] Compiling SwiftSoup Document.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/583] Compiling SwiftSoup DocumentType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/583] Compiling dtls_method.cc
[194/583] Compiling SwiftSoup UTF8Arrays.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/583] Compiling SwiftSoup UnicodeScalar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/583] Compiling SwiftSoup Validate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/583] Compiling SwiftSoup Whitelist.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[198/583] Compiling SwiftSoup XmlDeclaration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/583] Compiling SwiftSoup XmlTreeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[200/583] Compiling SwiftSoup Element.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/583] Compiling SwiftSoup Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[202/583] Compiling SwiftSoup Entities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[203/583] Compiling SwiftSoup Evaluator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[204/583] Compiling SwiftSoup Exception.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[205/583] Compiling SwiftSoup FormElement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[206/583] Compiling SwiftSoup HtmlTreeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[207/583] Compiling SwiftSoup HtmlTreeBuilderState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[208/583] Compiling SwiftSoup Mutex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/583] Compiling SwiftSoup Node.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/583] Compiling SwiftSoup NodeTraversor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/583] Compiling SwiftSoup NodeVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/583] Compiling SwiftSoup OrderedSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/583] Compiling SwiftSoup ParseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/584] Compiling extensions.cc
[215/584] Compiling md5-x86_64-linux.S
[216/584] Compiling md5-x86_64-apple.S
[217/584] Compiling md5-586-linux.S
[218/584] Compiling encrypted_client_hello.cc
[219/584] Compiling md5-586-apple.S
[220/584] Compiling chacha20_poly1305_x86_64-linux.S
[221/584] Compiling dtls_record.cc
[222/584] Compiling d1_lib.cc
[223/584] Compiling chacha20_poly1305_armv8-win.S
[224/584] Compiling chacha20_poly1305_x86_64-apple.S
[225/584] Compiling chacha20_poly1305_armv8-linux.S
[226/584] Compiling chacha20_poly1305_armv8-apple.S
[227/584] Compiling chacha-x86_64-linux.S
[228/584] Compiling chacha-x86_64-apple.S
[229/584] Compiling chacha-x86-linux.S
[230/584] Compiling chacha-armv8-win.S
[230/584] Compiling chacha-x86-apple.S
[232/584] Compiling err_data.cc
[233/584] Compiling chacha-armv8-linux.S
[234/584] Compiling aes128gcmsiv-x86_64-linux.S
[235/584] Compiling chacha-armv8-apple.S
[236/584] Compiling aes128gcmsiv-x86_64-apple.S
[237/584] Compiling chacha-armv4-linux.S
[238/584] Compiling d1_srtp.cc
[239/584] Compiling x86_64-mont5-apple.S
[240/584] Compiling x86_64-mont5-linux.S
[241/584] Compiling x86_64-mont-apple.S
[242/584] Compiling x86_64-mont-linux.S
[243/584] Compiling x86-mont-linux.S
[244/584] Compiling x86-mont-apple.S
[245/584] Compiling vpaes-x86-linux.S
[246/584] Compiling vpaes-x86_64-linux.S
[246/584] Compiling vpaes-x86_64-apple.S
[248/584] Compiling vpaes-armv8-linux.S
[249/584] Compiling vpaes-x86-apple.S
[250/584] Compiling vpaes-armv8-win.S
[251/584] Compiling vpaes-armv8-apple.S
[252/584] Compiling vpaes-armv7-linux.S
[253/584] Compiling sha512-x86_64-linux.S
[254/584] Compiling sha512-armv8-win.S
[255/584] Compiling sha512-x86_64-apple.S
[256/584] Compiling sha512-armv8-linux.S
[257/584] Compiling sha512-armv4-linux.S
[258/584] Compiling sha512-armv8-apple.S
[259/584] Compiling sha512-586-linux.S
[260/584] Compiling sha256-x86_64-linux.S
[261/584] Compiling sha256-armv8-win.S
[261/584] Compiling sha512-586-apple.S
[263/584] Compiling bio_ssl.cc
[264/584] Compiling sha256-x86_64-apple.S
[265/584] Compiling d1_pkt.cc
[266/584] Compiling sha256-armv8-linux.S
[267/584] Compiling sha256-armv8-apple.S
[268/584] Compiling d1_both.cc
[269/584] Compiling sha256-armv4-linux.S
[270/584] Compiling sha256-586-apple.S
[271/584] Compiling sha1-x86_64-linux.S
[272/584] Compiling sha256-586-linux.S
[273/584] Compiling sha1-armv8-win.S
[274/584] Compiling sha1-armv8-linux.S
[274/584] Compiling sha1-x86_64-apple.S
[276/584] Compiling sha1-armv8-apple.S
[277/584] Compiling sha1-586-linux.S
[278/584] Compiling sha1-586-apple.S
[279/584] Compiling sha1-armv4-large-linux.S
[280/584] Compiling rsaz-avx2-apple.S
[281/584] Compiling rsaz-avx2-linux.S
[282/584] Compiling p256_beeu-armv8-asm-win.S
[283/584] Compiling p256_beeu-x86_64-asm-apple.S
[284/584] Compiling p256_beeu-x86_64-asm-linux.S
[285/584] Compiling rdrand-x86_64-linux.S
[286/584] Compiling p256_beeu-armv8-asm-linux.S
[287/584] Compiling rdrand-x86_64-apple.S
[288/584] Compiling p256_beeu-armv8-asm-apple.S
[289/584] Compiling p256-armv8-asm-linux.S
[290/584] Compiling p256-armv8-asm-apple.S
[291/584] Compiling p256-armv8-asm-win.S
[292/584] Compiling ghashv8-armv8-win.S
[293/584] Compiling p256-x86_64-asm-apple.S
[294/584] Compiling ghashv8-armv8-linux.S
[295/584] Compiling p256-x86_64-asm-linux.S
[296/584] Compiling ghashv8-armv8-apple.S
[297/584] Compiling ghashv8-armv7-linux.S
[298/584] Compiling ghash-x86_64-linux.S
[299/584] Compiling ghash-x86_64-apple.S
[300/584] Compiling ghash-x86-apple.S
[301/584] Compiling ghash-x86-linux.S
[302/584] Compiling ghash-ssse3-x86_64-linux.S
[302/584] Compiling ghash-ssse3-x86_64-apple.S
[304/584] Compiling ghash-ssse3-x86-linux.S
[305/584] Compiling ghash-neon-armv8-win.S
[306/584] Compiling ghash-ssse3-x86-apple.S
[307/584] Compiling ghash-armv4-linux.S
[308/584] Compiling co-586-apple.S
[309/584] Compiling ghash-neon-armv8-apple.S
[310/584] Compiling ghash-neon-armv8-linux.S
[311/584] Compiling bsaes-armv7-linux.S
[312/584] Compiling co-586-linux.S
[313/584] Compiling bn-armv8-apple.S
[314/584] Compiling bn-armv8-win.S
[315/584] Compiling bn-586-linux.S
[316/584] Compiling bn-armv8-linux.S
[317/584] Compiling bn-586-apple.S
[318/584] Compiling armv8-mont-win.S
[319/584] Compiling armv8-mont-linux.S
[320/584] Compiling armv8-mont-apple.S
[321/584] Compiling armv4-mont-linux.S
[322/584] Compiling aesv8-gcm-armv8-win.S
[323/584] Compiling aesv8-gcm-armv8-linux.S
[324/584] Compiling aesv8-armv8-win.S
[324/584] Compiling aesv8-gcm-armv8-apple.S
[326/584] Compiling aesv8-armv7-linux.S
[327/584] Compiling aesv8-armv8-linux.S
[328/584] Compiling aesv8-armv8-apple.S
[329/584] Compiling aesni-x86_64-apple.S
[330/584] Compiling aesni-x86_64-linux.S
[331/584] Compiling aesni-x86-apple.S
[332/584] Compiling aesni-x86-linux.S
[333/584] Compiling aesni-gcm-x86_64-apple.S
[334/584] Compiling aes-gcm-avx2-x86_64-apple.S
[335/584] Compiling aesni-gcm-x86_64-linux.S
[336/584] Compiling aes-gcm-avx2-x86_64-linux.S
[337/584] Compiling aes-gcm-avx10-x86_64-linux.S
[338/584] Compiling aes-gcm-avx10-x86_64-apple.S
[339/584] Compiling x_x509.cc
[340/584] Compiling x_x509a.cc
[341/584] Compiling x_spki.cc
[342/584] Compiling x_sig.cc
[343/584] Compiling x_val.cc
[344/584] Compiling x_pubkey.cc
[345/584] Compiling x_req.cc
[346/584] Compiling x_name.cc
[347/584] Compiling x_crl.cc
[348/584] Compiling x509spki.cc
[349/584] Compiling x_algor.cc
[350/584] Compiling x_exten.cc
[351/584] Compiling x_all.cc
[352/584] Compiling x_attrib.cc
[353/584] Compiling x509rset.cc
[354/584] Compiling x509name.cc
[355/584] Compiling x509cset.cc
[356/584] Compiling x509_vpm.cc
[357/584] Compiling x509_vfy.cc
[358/584] Compiling x509_v3.cc
[359/584] Compiling x509_txt.cc
[360/584] Compiling x509_req.cc
[361/584] Compiling x509_trs.cc
[362/584] Compiling x509_set.cc
[363/584] Compiling x509_obj.cc
[364/584] Compiling x509_lu.cc
[365/584] Compiling x509_def.cc
[366/584] Compiling x509_ext.cc
[367/584] Compiling x509_d2.cc
[368/584] Compiling x509_att.cc
[369/584] Compiling x509_cmp.cc
[370/584] Compiling x509.cc
[371/584] Compiling v3_skey.cc
[372/584] Compiling v3_utl.cc
[373/584] Compiling v3_purp.cc
[374/584] Compiling v3_prn.cc
[375/584] Compiling v3_ncons.cc
[376/584] Compiling v3_pcons.cc
[377/584] Compiling v3_pmaps.cc
[378/584] Compiling v3_ocsp.cc
[379/584] Compiling v3_lib.cc
[380/584] Compiling v3_extku.cc
[381/584] Compiling v3_int.cc
[382/584] Compiling v3_info.cc
[383/584] Compiling v3_ia5.cc
[384/584] Compiling v3_genn.cc
[385/584] Compiling v3_enum.cc
[386/584] Compiling v3_crld.cc
[387/584] Compiling v3_cpols.cc
[388/584] Compiling v3_conf.cc
[389/584] Compiling v3_bitst.cc
[390/584] Compiling v3_bcons.cc
[391/584] Compiling v3_alt.cc
[392/584] Compiling v3_akeya.cc
[393/584] Compiling v3_akey.cc
[394/584] Compiling t_x509a.cc
[395/584] Compiling t_x509.cc
[396/584] Compiling rsa_pss.cc
[397/584] Compiling t_req.cc
[398/584] Compiling t_crl.cc
[399/584] Compiling i2d_pr.cc
[400/584] Compiling asn1_gen.cc
[401/584] Compiling policy.cc
[402/584] Compiling name_print.cc
[403/584] Compiling algorithm.cc
[404/584] Compiling by_file.cc
[405/584] Compiling by_dir.cc
[406/584] Compiling voprf.cc
[407/584] Compiling a_sign.cc
[408/584] Compiling a_verify.cc
[409/584] Compiling pmbtoken.cc
[410/584] Compiling trust_token.cc
[411/584] Compiling a_digest.cc
[412/584] Compiling thread_pthread.cc
[413/584] Compiling thread_win.cc
[414/584] Compiling thread_none.cc
[415/584] Compiling sha256.cc
[416/584] Compiling thread.cc
[417/584] Compiling sha512.cc
[418/584] Compiling stack.cc
[419/584] Compiling siphash.cc
[420/584] Compiling sha1.cc
[421/584] Compiling slhdsa.cc
[422/584] Compiling rsa_print.cc
[423/584] Compiling rsa_extra.cc
[424/584] Compiling spake2plus.cc
[425/584] Compiling rsa_crypt.cc
[426/584] Compiling rc4.cc
[427/584] Compiling refcount.cc
[428/584] Compiling windows.cc
[429/584] Compiling trusty.cc
[430/584] Compiling rand.cc
[431/584] Compiling urandom.cc
[432/584] Compiling rsa_asn1.cc
[433/584] Compiling ios.cc
[434/584] Compiling getentropy.cc
[435/584] Compiling poly1305_arm_asm.S
[436/584] Compiling passive.cc
[437/584] Compiling deterministic.cc
[438/584] Compiling forkunsafe.cc
[439/584] Compiling fork_detect.cc
[440/584] Compiling poly1305_arm.cc
[441/584] Compiling poly1305.cc
[442/584] Compiling poly1305_vec.cc
[443/584] Compiling pool.cc
[444/584] Compiling pkcs7.cc
[445/584] Compiling pkcs8_x509.cc
[446/584] Compiling pkcs8.cc
[447/584] Compiling p5_pbev2.cc
[448/584] Compiling pkcs7_x509.cc
[449/584] Compiling pem_xaux.cc
[450/584] Compiling pem_x509.cc
[451/584] Compiling pem_pkey.cc
[452/584] Compiling mlkem.cc
[453/584] Compiling pem_pk8.cc
[454/584] Compiling obj_xref.cc
[455/584] Compiling pem_oth.cc
[456/584] Compiling pem_lib.cc
[457/584] Compiling pem_info.cc
[458/584] Compiling mldsa.cc
[459/584] Compiling pem_all.cc
[460/584] Compiling obj.cc
[461/584] Compiling mem.cc
[462/584] Compiling poly_rq_mul.S
[463/584] Compiling fips_shared_support.cc
[464/584] Compiling md5.cc
[465/584] Compiling md4.cc
[466/584] Compiling lhash.cc
[467/584] Compiling ex_data.cc
[468/584] Compiling sign.cc
[469/584] Compiling hrss.cc
[470/584] Compiling kyber.cc
[471/584] Compiling scrypt.cc
[472/584] Compiling hpke.cc
[473/584] Compiling print.cc
[474/584] Compiling pbkdf.cc
[475/584] Compiling p_x25519.cc
[476/584] Compiling p_x25519_asn1.cc
[477/584] Compiling p_ed25519.cc
[478/584] Compiling p_rsa.cc
[479/584] Compiling p_rsa_asn1.cc
[480/584] Compiling p_hkdf.cc
[481/584] Compiling p_ed25519_asn1.cc
[482/584] Compiling p_ec_asn1.cc
[483/584] Compiling p_ec.cc
[484/584] Compiling p_dh.cc
[485/584] Compiling p_dh_asn1.cc
[486/584] Compiling evp_ctx.cc
[487/584] Compiling p_dsa_asn1.cc
[488/584] Compiling evp.cc
[489/584] Compiling err.cc
[490/584] Compiling evp_asn1.cc
[491/584] Compiling engine.cc
[492/584] Compiling ecdh.cc
[493/584] Compiling hash_to_curve.cc
[494/584] Compiling ecdsa_asn1.cc
[495/584] Compiling ec_derive.cc
[496/584] Compiling dsa.cc
[497/584] Compiling ec_asn1.cc
[498/584] Compiling dsa_asn1.cc
[499/584] Compiling params.cc
[500/584] Compiling x25519-asm-arm.S
[501/584] Compiling des.cc
[502/584] Compiling dh_asn1.cc
[503/584] Compiling digest_extra.cc
[504/584] Compiling crypto.cc
[505/584] Compiling spake25519.cc
[506/584] Compiling cpu_intel.cc
[507/584] Compiling curve25519.cc
[508/584] Compiling cpu_arm_linux.cc
[509/584] Compiling cpu_arm_freebsd.cc
[510/584] Compiling cpu_aarch64_win.cc
[511/584] Compiling cpu_aarch64_sysreg.cc
[512/584] Compiling cpu_aarch64_openbsd.cc
[513/584] Compiling cpu_aarch64_fuchsia.cc
[514/584] Compiling cpu_aarch64_apple.cc
[515/584] Compiling cpu_aarch64_linux.cc
[516/584] Compiling curve25519_64_adx.cc
[517/584] Compiling bcm.cc
[518/584] Compiling tls_cbc.cc
[519/584] Compiling get_cipher.cc
[520/584] Compiling conf.cc
[521/584] Compiling e_null.cc
[522/584] Compiling e_des.cc
[523/584] Compiling e_tls.cc
[524/584] Compiling e_rc4.cc
[525/584] Compiling e_rc2.cc
[526/584] Compiling derive_key.cc
[527/584] Compiling e_chacha20poly1305.cc
[528/584] Compiling e_aesctrhmac.cc
[529/584] Compiling e_aesgcmsiv.cc
[530/584] Compiling chacha.cc
[531/584] Compiling buf.cc
[532/584] Compiling unicode.cc
[533/584] Compiling ber.cc
[534/584] Compiling cbs.cc
[535/584] Compiling cbb.cc
[536/584] Compiling asn1_compat.cc
[537/584] Compiling convert.cc
[538/584] Compiling blake2.cc
[539/584] Compiling bn_asn1.cc
[540/584] Compiling socket_helper.cc
[541/584] Compiling socket.cc
[542/584] Compiling printf.cc
[543/584] Compiling hexdump.cc
[544/584] Compiling pair.cc
[545/584] Compiling errno.cc
[546/584] Compiling file.cc
[547/584] Compiling fd.cc
[548/584] Compiling connect.cc
[549/584] Compiling base64.cc
[550/584] Compiling bio_mem.cc
[551/584] Compiling bio.cc
[552/584] Compiling tasn_typ.cc
[553/584] Compiling tasn_fre.cc
[554/584] Compiling tasn_enc.cc
[555/584] Compiling tasn_utl.cc
[556/584] Compiling posix_time.cc
[557/584] Compiling tasn_new.cc
[558/584] Compiling f_string.cc
[559/584] Compiling asn_pack.cc
[560/584] Compiling f_int.cc
[561/584] Compiling tasn_dec.cc
[562/584] Compiling asn1_par.cc
[563/584] Compiling a_octet.cc
[564/584] Compiling a_utctm.cc
[565/584] Compiling asn1_lib.cc
[566/584] Compiling a_type.cc
[567/584] Compiling a_strex.cc
[568/584] Compiling a_time.cc
[569/584] Compiling a_strnid.cc
[570/584] Compiling a_object.cc
[571/584] Compiling a_i2d_fp.cc
[572/584] Compiling a_dup.cc
[573/584] Compiling a_d2i_fp.cc
[574/584] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[575/584] Write sources
[577/584] Compiling a_int.cc
[578/584] Compiling a_mbstr.cc
[579/584] Compiling a_gentm.cc
[580/609] Compiling a_bool.cc
[581/609] Compiling a_bitstr.cc
[583/609] Compiling Algorithms RandomSample.swift
[584/609] Compiling Algorithms Reductions.swift
[585/609] Compiling Algorithms Rotate.swift
[586/609] Compiling Algorithms Split.swift
[587/609] Compiling Algorithms Stride.swift
[588/609] Compiling Algorithms Suffix.swift
[589/612] Compiling Algorithms Joined.swift
[590/612] Compiling Algorithms Keyed.swift
[591/612] Compiling Algorithms MinMax.swift
[592/612] Compiling Algorithms Partition.swift
[593/612] Compiling Algorithms Permutations.swift
[594/612] Compiling Algorithms Product.swift
[595/612] Compiling Algorithms Compacted.swift
[596/612] Compiling Algorithms Cycle.swift
[597/612] Compiling Algorithms EitherSequence.swift
[598/612] Compiling Algorithms FirstNonNil.swift
[599/612] Compiling Algorithms FlattenCollection.swift
[600/612] Compiling Algorithms Grouped.swift
[601/612] Compiling Algorithms Indexed.swift
[602/612] Compiling Algorithms Intersperse.swift
[603/612] Compiling Algorithms Trim.swift
[604/612] Compiling Algorithms Unique.swift
[605/612] Compiling Algorithms Windows.swift
[606/612] Compiling Algorithms AdjacentPairs.swift
[607/612] Compiling Algorithms Chain.swift
[608/612] Compiling Algorithms Chunked.swift
[609/612] Compiling Algorithms Combinations.swift
[609/612] Compiling c-nioatomics.c
[610/612] Compiling c-atomics.c
[612/612] Emitting module Algorithms
[614/619] Compiling NIOConcurrencyHelpers NIOLock.swift
[615/619] Compiling NIOConcurrencyHelpers lock.swift
[616/619] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[617/619] Emitting module NIOConcurrencyHelpers
[618/619] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[619/619] Compiling NIOConcurrencyHelpers atomics.swift
[621/681] Compiling NIOCore NIOAny.swift
[622/681] Compiling NIOCore NIOCloseOnErrorHandler.swift
[623/681] Compiling NIOCore NIOCoreSendableMetatype.swift
[624/681] Compiling NIOCore NIOLoopBound.swift
[625/681] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[626/681] Compiling NIOCore NIOScheduledCallback.swift
[627/681] Compiling NIOCore NIOSendable.swift
[628/681] Compiling NIOCore RecvByteBufferAllocator.swift
[629/689] Compiling NIOCore IOData.swift
[630/689] Compiling NIOCore IPProtocol.swift
[631/689] Compiling NIOCore IntegerBitPacking.swift
[632/689] Compiling NIOCore IntegerTypes.swift
[633/689] Compiling NIOCore Interfaces.swift
[634/689] Compiling NIOCore Linux.swift
[635/689] Compiling NIOCore MarkedCircularBuffer.swift
[636/689] Compiling NIOCore MulticastChannel.swift
[637/689] Compiling NIOCore EventLoopFuture+Deprecated.swift
[638/689] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[639/689] Compiling NIOCore EventLoopFuture.swift
[640/689] Compiling NIOCore FileDescriptor.swift
[641/689] Compiling NIOCore FileHandle.swift
[642/689] Compiling NIOCore FileRegion.swift
[643/689] Compiling NIOCore GlobalSingletons.swift
[644/689] Compiling NIOCore IO.swift
[645/689] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[646/689] Compiling NIOCore SocketAddresses.swift
[647/689] Compiling NIOCore SocketOptionProvider.swift
[648/689] Compiling NIOCore SystemCallHelpers.swift
[649/689] Compiling NIOCore TimeAmount+Duration.swift
[650/689] Compiling NIOCore TypeAssistedChannelHandler.swift
[651/689] Compiling NIOCore UniversalBootstrapSupport.swift
[652/689] Compiling NIOCore Utilities.swift
[653/689] Compiling NIOCore AddressedEnvelope.swift
[654/689] Compiling NIOCore AsyncAwaitSupport.swift
[655/689] Compiling NIOCore AsyncChannel.swift
[656/689] Compiling NIOCore AsyncChannelHandler.swift
[657/689] Compiling NIOCore AsyncChannelInboundStream.swift
[658/689] Compiling NIOCore AsyncChannelOutboundWriter.swift
[659/689] Compiling NIOCore NIOAsyncSequenceProducer.swift
[660/689] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[661/689] Compiling NIOCore NIOAsyncWriter.swift
[662/689] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[663/689] Compiling NIOCore BSDSocketAPI.swift
[664/689] Compiling NIOCore ByteBuffer-aux.swift
[665/689] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[666/689] Compiling NIOCore ByteBuffer-conversions.swift
[667/689] Compiling NIOCore ByteBuffer-core.swift
[668/689] Compiling NIOCore ByteBuffer-hex.swift
[669/689] Compiling NIOCore ByteBuffer-int.swift
[670/689] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[671/689] Compiling NIOCore CircularBuffer.swift
[672/689] Compiling NIOCore Codec.swift
[673/689] Compiling NIOCore ConvenienceOptionSupport.swift
[674/689] Compiling NIOCore DeadChannel.swift
[675/689] Compiling NIOCore DispatchQueue+WithFuture.swift
[676/689] Compiling NIOCore EventLoop+Deprecated.swift
[677/689] Compiling NIOCore EventLoop+SerialExecutor.swift
[678/689] Compiling NIOCore EventLoop.swift
[679/689] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[680/689] Compiling NIOCore ByteBuffer-multi-int.swift
[681/689] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[682/689] Compiling NIOCore ByteBuffer-views.swift
[683/689] Compiling NIOCore Channel.swift
[684/689] Compiling NIOCore ChannelHandler.swift
[685/689] Compiling NIOCore ChannelHandlers.swift
[686/689] Compiling NIOCore ChannelInvoker.swift
[687/689] Compiling NIOCore ChannelOption.swift
[688/689] Compiling NIOCore ChannelPipeline.swift
[689/689] Emitting module NIOCore
[691/742] Emitting module NIOEmbedded
[692/742] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[693/742] Compiling NIOEmbedded AsyncTestingChannel.swift
[694/742] Compiling NIOEmbedded Embedded.swift
[696/743] Compiling NIOPosix Pool.swift
[697/743] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[698/743] Compiling NIOPosix PosixSingletons.swift
[699/743] Compiling NIOPosix RawSocketBootstrap.swift
[700/743] Compiling NIOPosix Resolver.swift
[701/743] Compiling NIOPosix Selectable.swift
[702/743] Compiling NIOPosix SelectableChannel.swift
[703/749] Emitting module NIOPosix
[704/749] Compiling NIOPosix ThreadPosix.swift
[705/749] Compiling NIOPosix ThreadWindows.swift
[706/749] Compiling NIOPosix UnsafeTransfer.swift
[707/749] Compiling NIOPosix Utilities.swift
[708/749] Compiling NIOPosix VsockAddress.swift
[709/749] Compiling NIOPosix VsockChannelEvents.swift
[710/749] Compiling NIOPosix Socket.swift
[711/749] Compiling NIOPosix SocketChannel.swift
[712/749] Compiling NIOPosix SocketProtocols.swift
[713/749] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[714/749] Compiling NIOPosix System.swift
[715/749] Compiling NIOPosix Thread.swift
[716/749] Compiling NIOPosix BSDSocketAPICommon.swift
[717/749] Compiling NIOPosix BSDSocketAPIPosix.swift
[718/749] Compiling NIOPosix BSDSocketAPIWindows.swift
[719/749] Compiling NIOPosix BaseSocket.swift
[720/749] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[721/749] Compiling NIOPosix BaseSocketChannel.swift
[722/749] Compiling NIOPosix BaseStreamSocketChannel.swift
[723/749] Compiling NIOPosix IO.swift
[724/749] Compiling NIOPosix IntegerBitPacking.swift
[725/749] Compiling NIOPosix IntegerTypes.swift
[726/749] Compiling NIOPosix Linux.swift
[727/749] Compiling NIOPosix LinuxCPUSet.swift
[728/749] Compiling NIOPosix LinuxUring.swift
[729/749] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[730/749] Compiling NIOPosix SelectableEventLoop.swift
[731/749] Compiling NIOPosix SelectorEpoll.swift
[732/749] Compiling NIOPosix SelectorGeneric.swift
[733/749] Compiling NIOPosix SelectorKqueue.swift
[734/749] Compiling NIOPosix SelectorUring.swift
[735/749] Compiling NIOPosix ServerSocket.swift
[736/749] Compiling NIOPosix NIOPosixSendableMetatype.swift
[737/749] Compiling NIOPosix NIOThreadPool.swift
[738/749] Compiling NIOPosix NonBlockingFileIO.swift
[739/749] Compiling NIOPosix PendingDatagramWritesManager.swift
[740/749] Compiling NIOPosix PendingWritesManager.swift
[741/749] Compiling NIOPosix PipeChannel.swift
[742/749] Compiling NIOPosix PipePair.swift
[743/749] Compiling NIOPosix Bootstrap.swift
[744/749] Compiling NIOPosix ControlMessage.swift
[745/749] Compiling NIOPosix DatagramVectorReadManager.swift
[746/749] Compiling NIOPosix Errors+Any.swift
[747/749] Compiling NIOPosix FileDescriptor.swift
[748/749] Compiling NIOPosix GetaddrinfoResolver.swift
[749/749] Compiling NIOPosix HappyEyeballs.swift
[751/752] Emitting module NIO
[752/752] Compiling NIO Exports.swift
[754/792] Compiling NIOTLS TLSEvents.swift
[755/792] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[756/792] Emitting module NIOTLS
[757/792] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[758/792] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[759/792] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[760/792] Compiling NIOSOCKS ClientStateMachine.swift
[761/792] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[762/792] Compiling NIOSOCKS SOCKSResponse.swift
[763/793] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[764/793] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[765/793] Emitting module NIOSOCKS
[766/793] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[767/793] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[768/793] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[769/793] Compiling NIOHTTP1 HTTPEncoder.swift
[770/793] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[771/793] Compiling NIOHTTP1 ByteCollectionUtils.swift
[772/793] Compiling NIOHTTP1 HTTPDecoder.swift
[773/793] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[774/793] Compiling NIOTLS SNIHandler.swift
[775/793] Compiling NIOSOCKS ServerStateMachine.swift
[778/795] Emitting module NIOHTTP1
[779/797] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[780/797] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[781/797] Emitting module NIOFoundationCompat
[782/797] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[784/827] Compiling NIOSSL CustomPrivateKey.swift
[785/827] Compiling NIOSSL IdentityVerification.swift
[786/827] Compiling NIOSSL AndroidCABundle.swift
[787/827] Compiling NIOSSL ByteBufferBIO.swift
[788/827] Compiling NIOSSL SSLCertificateExtensions.swift
[789/827] Compiling NIOSSL SSLCertificateName.swift
[790/849] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[791/849] Compiling NIOTransportServices NIOTSErrors.swift
[792/849] Compiling NIOTransportServices NIOTSEventLoop.swift
[793/851] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[794/851] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[795/851] Emitting module NIOTransportServices
[796/851] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[797/851] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[798/851] Compiling NIOTransportServices NIOTSBootstraps.swift
[799/851] Compiling NIOTransportServices NIOTSChannelOptions.swift
[800/851] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[801/851] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[802/851] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[803/851] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[804/851] Compiling NIOTransportServices AcceptHandler.swift
[805/851] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[806/851] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[807/851] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[808/851] Compiling NIOTransportServices NIOTSSingletons.swift
[809/851] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[812/851] Compiling NIOTransportServices NIOTSListenerChannel.swift
[813/851] Compiling NIOTransportServices StateManagedChannel.swift
[814/851] Compiling NIOTransportServices StateManagedListenerChannel.swift
[815/851] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[825/871] Emitting module NIOSSL
[826/875] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[827/875] Compiling NIOHPACK IndexedHeaderTable.swift
[828/876] Compiling NIOHPACK IntegerCoding.swift
[829/876] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[830/876] Compiling NIOHPACK HuffmanTables.swift
[831/876] Compiling NIOHPACK HuffmanCoding.swift
[832/876] Compiling NIOHTTPCompression HTTPDecompression.swift
[833/876] Emitting module NIOHTTPCompression
[834/876] Compiling NIOHTTPCompression HTTPCompression.swift
[835/876] Compiling NIOHPACK StaticHeaderTable.swift
[836/876] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[837/876] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[841/877] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[842/877] Compiling NIOSSL SubjectAlternativeName.swift
[843/877] Compiling NIOSSL NIOSSLSecureBytes.swift
[844/877] Compiling NIOSSL RNG.swift
[845/877] Compiling NIOSSL SafeCompare.swift
[846/877] Compiling NIOHPACK HPACKEncoder.swift
[847/877] Compiling NIOHPACK HPACKErrors.swift
[848/877] Compiling NIOHPACK DynamicHeaderTable.swift
[850/877] Compiling NIOHPACK HPACKDecoder.swift
[853/877] Emitting module NIOHPACK
[854/877] Compiling NIOHPACK HPACKHeader.swift
[855/877] Compiling NIOHPACK HeaderTables.swift
[875/878] Compiling NIOSSL Zeroization.swift
[876/878] Compiling NIOSSL TLSConfiguration.swift
[877/878] Compiling NIOSSL UniversalBootstrapSupport.swift
[878/878] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[880/939] Compiling NIOHTTP2 MaySendFrames.swift
[881/939] Compiling NIOHTTP2 SendingDataState.swift
[882/939] Compiling NIOHTTP2 SendingGoawayState.swift
[883/939] Compiling NIOHTTP2 SendingHeadersState.swift
[884/939] Compiling NIOHTTP2 SendingPushPromiseState.swift
[885/939] Compiling NIOHTTP2 SendingRstStreamState.swift
[886/939] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[887/939] Compiling NIOHTTP2 HTTP2SettingsState.swift
[888/939] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[889/947] Compiling NIOHTTP2 HasFlowControlWindows.swift
[890/947] Compiling NIOHTTP2 HasLocalSettings.swift
[891/947] Compiling NIOHTTP2 HasRemoteSettings.swift
[892/947] Compiling NIOHTTP2 LocallyQuiescingState.swift
[893/947] Compiling NIOHTTP2 QuiescingState.swift
[894/947] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[895/947] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[896/947] Compiling NIOHTTP2 StateMachineResult.swift
[897/947] Compiling NIOHTTP2 ContentLengthVerifier.swift
[898/947] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[899/947] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[900/947] Compiling NIOHTTP2 StreamChannelFlowController.swift
[901/947] Compiling NIOHTTP2 StreamChannelList.swift
[902/947] Compiling NIOHTTP2 StreamMap.swift
[903/947] Compiling NIOHTTP2 StreamStateMachine.swift
[904/947] Compiling NIOHTTP2 UnsafeTransfer.swift
[905/947] Compiling NIOHTTP2 WatermarkedFlowController.swift
[906/947] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[907/947] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[908/947] Compiling NIOHTTP2 HTTP2StreamID.swift
[909/947] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[910/947] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[911/947] Compiling NIOHTTP2 HTTP2UserEvents.swift
[912/947] Compiling NIOHTTP2 InboundEventBuffer.swift
[913/947] Compiling NIOHTTP2 InboundWindowManager.swift
[914/947] Emitting module NIOHTTP2
[915/947] Compiling NIOHTTP2 ConnectionStateMachine.swift
[916/947] Compiling NIOHTTP2 ConnectionStreamsState.swift
[917/947] Compiling NIOHTTP2 MayReceiveFrames.swift
[918/947] Compiling NIOHTTP2 ReceivingDataState.swift
[919/947] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[920/947] Compiling NIOHTTP2 ReceivingHeadersState.swift
[921/947] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[922/947] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[923/947] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[924/947] Compiling NIOHTTP2 HTTP2Frame.swift
[925/947] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[926/947] Compiling NIOHTTP2 HTTP2FrameParser.swift
[927/947] Compiling NIOHTTP2 HTTP2PingData.swift
[928/947] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[929/947] Compiling NIOHTTP2 HTTP2Settings.swift
[930/947] Compiling NIOHTTP2 HTTP2Stream.swift
[931/947] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[932/947] Compiling NIOHTTP2 DOSHeuristics.swift
[933/947] Compiling NIOHTTP2 Error+Any.swift
[934/947] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[935/947] Compiling NIOHTTP2 ControlFrameBuffer.swift
[936/947] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[937/947] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[938/947] Compiling NIOHTTP2 GlitchesMonitor.swift
[939/947] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[940/947] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[941/947] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[942/947] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[943/947] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[944/947] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[945/947] Compiling NIOHTTP2 HTTP2Error.swift
[946/947] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[947/947] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[949/1008] Emitting module AsyncHTTPClient
[950/1016] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[951/1016] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[952/1016] Compiling AsyncHTTPClient Transaction.swift
[953/1016] Compiling AsyncHTTPClient Base64.swift
[954/1016] Compiling AsyncHTTPClient BasicAuth.swift
[955/1016] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[956/1016] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[957/1016] Compiling AsyncHTTPClient ConnectionPool.swift
[958/1016] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[959/1016] Compiling AsyncHTTPClient ConnectionTarget.swift
[960/1016] Compiling AsyncHTTPClient DeconstructedURL.swift
[961/1016] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[962/1016] Compiling AsyncHTTPClient FoundationExtensions.swift
[963/1016] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[964/1016] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[965/1016] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[966/1016] Compiling AsyncHTTPClient HTTPClient.swift
[967/1016] Compiling AsyncHTTPClient HTTPHandler.swift
[968/1016] Compiling AsyncHTTPClient LRUCache.swift
[969/1016] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[970/1016] Compiling AsyncHTTPClient NWErrorHandler.swift
[971/1016] Compiling AsyncHTTPClient NWWaitingHandler.swift
[972/1016] Compiling AsyncHTTPClient TLSConfiguration.swift
[973/1016] Compiling AsyncHTTPClient RedirectState.swift
[974/1016] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[975/1016] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[976/1016] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[977/1016] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[978/1016] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[979/1016] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[980/1016] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[981/1016] Compiling AsyncHTTPClient RequestBodyLength.swift
[982/1016] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[983/1016] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[984/1016] Compiling AsyncHTTPClient TLSEventsHandler.swift
[985/1016] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[986/1016] Compiling AsyncHTTPClient HTTP1Connection.swift
[987/1016] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[988/1016] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[989/1016] Compiling AsyncHTTPClient HTTP2Connection.swift
[990/1016] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[991/1016] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[992/1016] Compiling AsyncHTTPClient RequestBag.swift
[993/1016] Compiling AsyncHTTPClient RequestValidation.swift
[994/1016] Compiling AsyncHTTPClient SSLContextCache.swift
[995/1016] Compiling AsyncHTTPClient Scheme.swift
[996/1016] Compiling AsyncHTTPClient Singleton.swift
[997/1016] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[998/1016] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[999/1016] Compiling AsyncHTTPClient Utils.swift
[1000/1016] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1001/1016] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1002/1016] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1003/1016] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1004/1016] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1005/1016] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1006/1016] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1007/1016] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1008/1016] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1009/1016] Compiling AsyncHTTPClient RequestOptions.swift
[1010/1016] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1011/1016] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1012/1016] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1013/1016] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1014/1016] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1015/1016] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1016/1016] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1018/1039] Emitting module FaviconFinder
[1019/1041] Compiling FaviconFinder FaviconFormatType.swift
[1020/1041] Compiling FaviconFinder FaviconImage.swift
[1021/1041] Compiling FaviconFinder FaviconSize.swift
[1022/1041] Compiling FaviconFinder FaviconFinder+Configuration.swift
[1023/1041] Compiling FaviconFinder FaviconFinder.swift
[1024/1041] Compiling FaviconFinder FaviconFinderProtocol.swift
[1025/1041] Compiling FaviconFinder WebApplicationManifestFaviconFinder.swift
[1026/1041] Compiling FaviconFinder Array+Reorder.swift
[1027/1041] Compiling FaviconFinder String+HREF.swift
[1028/1041] Compiling FaviconFinder Response.swift
[1029/1041] Compiling FaviconFinder Favicon.swift
[1030/1041] Compiling FaviconFinder FaviconError.swift
[1031/1041] Compiling FaviconFinder FaviconSourceType.swift
[1032/1041] Compiling FaviconFinder FaviconURL.swift
[1033/1041] Compiling FaviconFinder String+Removals.swift
[1034/1041] Compiling FaviconFinder String+URLQuery.swift
[1035/1041] Compiling FaviconFinder URL+Parsing.swift
[1036/1041] Compiling FaviconFinder URLResponse+StringEncoding.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:115:13: warning: result of 'try?' is unused
113 |         let httpClient = HTTPClient(eventLoopGroupProvider: .singleton)
114 |         defer {
115 |             try? httpClient.shutdown()
    |             `- warning: result of 'try?' is unused
116 |         }
117 |
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:115:13: warning: no calls to throwing functions occur within 'try' expression
113 |         let httpClient = HTTPClient(eventLoopGroupProvider: .singleton)
114 |         defer {
115 |             try? httpClient.shutdown()
    |             `- warning: no calls to throwing functions occur within 'try' expression
116 |         }
117 |
[1037/1041] Compiling FaviconFinder FaviconURLSession.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:115:13: warning: result of 'try?' is unused
113 |         let httpClient = HTTPClient(eventLoopGroupProvider: .singleton)
114 |         defer {
115 |             try? httpClient.shutdown()
    |             `- warning: result of 'try?' is unused
116 |         }
117 |
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:115:13: warning: no calls to throwing functions occur within 'try' expression
113 |         let httpClient = HTTPClient(eventLoopGroupProvider: .singleton)
114 |         defer {
115 |             try? httpClient.shutdown()
    |             `- warning: no calls to throwing functions occur within 'try' expression
116 |         }
117 |
[1038/1041] Compiling FaviconFinder Regex.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:115:13: warning: result of 'try?' is unused
113 |         let httpClient = HTTPClient(eventLoopGroupProvider: .singleton)
114 |         defer {
115 |             try? httpClient.shutdown()
    |             `- warning: result of 'try?' is unused
116 |         }
117 |
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:115:13: warning: no calls to throwing functions occur within 'try' expression
113 |         let httpClient = HTTPClient(eventLoopGroupProvider: .singleton)
114 |         defer {
115 |             try? httpClient.shutdown()
    |             `- warning: no calls to throwing functions occur within 'try' expression
116 |         }
117 |
[1039/1041] Compiling FaviconFinder HTMLFaviconFinder.swift
[1040/1041] Compiling FaviconFinder ICOFaviconFinder.swift
[1041/1041] Compiling FaviconFinder MockFaviconFinder.swift
Build complete! (253.93s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.7",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    }
  ],
  "manifest_display_name" : "FaviconFinder",
  "name" : "FaviconFinder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "FaviconFinder",
      "targets" : [
        "FaviconFinder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FaviconFinderTests",
      "module_type" : "SwiftTarget",
      "name" : "FaviconFinderTests",
      "path" : "Tests/FaviconFinderTests",
      "sources" : [
        "FaviconFinderTests.swift",
        "FaviconURLTests.swift",
        "Toolbox/Extensions/Array+ReorderTests.swift",
        "Toolbox/Extensions/String+RemovalTests.swift",
        "Toolbox/Extensions/String+URLQueryTests.swift",
        "Toolbox/Extensions/URL+ParsingTests.swift",
        "Toolbox/Image+Validation.swift",
        "Toolbox/RegexTests.swift",
        "Toolbox/TestURLs.swift"
      ],
      "target_dependencies" : [
        "FaviconFinder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FaviconFinder",
      "module_type" : "SwiftTarget",
      "name" : "FaviconFinder",
      "path" : "Sources/FaviconFinder",
      "product_dependencies" : [
        "SwiftSoup",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "FaviconFinder"
      ],
      "sources" : [
        "FaviconFinder+Configuration.swift",
        "FaviconFinder.swift",
        "FaviconFinderProtocol.swift",
        "Finders/HTMLFaviconFinder.swift",
        "Finders/ICOFaviconFinder.swift",
        "Finders/MockFaviconFinder.swift",
        "Finders/WebApplicationManifestFaviconFinder.swift",
        "Toolbox/Extensions/Array+Reorder.swift",
        "Toolbox/Extensions/String+HREF.swift",
        "Toolbox/Extensions/String+Removals.swift",
        "Toolbox/Extensions/String+URLQuery.swift",
        "Toolbox/Extensions/URL+Parsing.swift",
        "Toolbox/Extensions/URLResponse+StringEncoding.swift",
        "Toolbox/FaviconURLSession.swift",
        "Toolbox/Regex.swift",
        "Toolbox/Response.swift",
        "Types/Favicon.swift",
        "Types/FaviconError.swift",
        "Types/FaviconFormatType.swift",
        "Types/FaviconImage.swift",
        "Types/FaviconSize.swift",
        "Types/FaviconSourceType.swift",
        "Types/FaviconURL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.