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

Failed to build FaviconFinder, reference main (3db1b5), with Swift 6.1 for Android on 29 May 2025 22:15:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.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 3db1b53 Update README.md
Cloned https://github.com/will-lumley/FaviconFinder.git
Revision (git rev-parse @):
3db1b535fe42198dca77794e3c82e6a99bf1891f
SUCCESS checkout https://github.com/will-lumley/FaviconFinder.git at main
========================================
Build
========================================
Selected platform:         android
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" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/swift-server/async-http-client.git
[1/3908] Fetching swiftsoup
[3362/17922] Fetching swiftsoup, async-http-client
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.56s)
[13594/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.96s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.60s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
[1/2667] Fetching swift-nio-transport-services
[2/8581] Fetching swift-nio-transport-services, swift-nio-extras
[505/10291] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[1481/21818] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-nio-http2
[2011/27777] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-nio-http2, swift-algorithms
[4496/31613] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-nio-http2, swift-algorithms, swift-log
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.69s)
[20186/28946] Fetching swift-nio-extras, swift-atomics, swift-nio-http2, swift-algorithms, swift-log
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.78s)
[14733/23032] Fetching swift-atomics, swift-nio-http2, swift-algorithms, swift-log
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
Fetched https://github.com/apple/swift-log.git from cache (0.80s)
[9763/17486] Fetching swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.83s)
[4496/11527] Fetching swift-nio-http2
[11528/26370] Fetching swift-nio-http2, swift-nio-ssl
[12716/102478] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.58s)
[6775/90951] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.34s)
[54037/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.18s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (7.89s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (3.25s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (4.00s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (2.00s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/1590] Fetching swift-asn1
[129/6575] Fetching swift-asn1, swift-async-algorithms
[2010/9001] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle
[4559/15156] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.57s)
[9196/13566] Fetching swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.62s)
[8063/11140] Fetching swift-async-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.70s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.84s)
[1/1141] Fetching swift-http-structured-headers
[1142/2045] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.34s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.66s)
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.64s)
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.73s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.36s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.14s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.85s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.36s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.66s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.51s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.74s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (0.67s)
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.27.1
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.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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.83.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.10.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
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.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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.24.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.3
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.26.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
Building for debugging...
[0/441] Write sources
[20/441] Compiling CNIOWindows shim.c
[21/441] Compiling CNIOWindows WSAStartup.c
[22/441] Compiling CNIOWASI CNIOWASI.c
[22/441] Write sources
[26/441] Compiling CNIOLinux liburing_shims.c
[27/441] Compiling _NumericsShims _NumericsShims.c
[28/441] Compiling CNIOLLHTTP c_nio_http.c
[28/441] Compiling _AtomicsShims.c
[30/441] Compiling CNIOExtrasZlib empty.c
[31/441] Compiling CNIOLinux shim.c
[32/441] Compiling CNIODarwin shim.c
[33/441] Compiling CNIOLLHTTP c_nio_api.c
[34/441] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[35/441] Write swift-version-24593BA9C3E375BF.txt
[36/441] Compiling CNIOLLHTTP c_nio_llhttp.c
[37/441] Compiling CNIOBoringSSLShims shims.c
[38/441] Compiling fiat_p256_adx_sqr.S
[39/441] Compiling fiat_curve25519_adx_square.S
[40/441] Compiling fiat_p256_adx_mul.S
[41/481] Compiling fiat_curve25519_adx_mul.S
[42/530] Compiling tls_method.cc
[43/530] Compiling tls_record.cc
[44/530] Compiling tls13_server.cc
[46/530] Compiling InternalCollectionsUtilities Descriptions.swift
[47/530] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[48/531] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/531] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[50/531] Compiling InternalCollectionsUtilities Debugging.swift
[51/531] Compiling RealModule Real.swift
[52/532] Emitting module InternalCollectionsUtilities
[53/532] Compiling RealModule Float80+Real.swift
[54/532] Emitting module RealModule
[55/532] Compiling RealModule AlgebraicField.swift
[56/532] Compiling RealModule ApproximateEquality.swift
[57/532] Compiling _NIODataStructures PriorityQueue.swift
[58/532] Compiling _NIODataStructures _TinyArray.swift
[61/532] Emitting module _NIOBase64
[62/532] Compiling _NIOBase64 Base64.swift
[63/532] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/532] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/532] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[66/532] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/532] Compiling RealModule Float16+Real.swift
[68/532] Compiling RealModule AugmentedArithmetic.swift
[69/532] Compiling RealModule Double+Real.swift
[72/533] Compiling RealModule ElementaryFunctions.swift
[73/533] Compiling RealModule Float+Real.swift
[74/533] Compiling _NIODataStructures Heap.swift
[75/533] Emitting module _NIODataStructures
[75/534] Compiling tls13_enc.cc
[78/534] Compiling RealModule RealFunctions.swift
[81/535] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/536] Compiling tls13_client.cc
[83/551] Compiling t1_enc.cc
[85/551] Compiling Logging MetadataProvider.swift
[86/551] Compiling Logging LogHandler.swift
[87/551] Compiling Logging Locks.swift
[88/551] Emitting module Logging
[89/551] Compiling Logging Logging.swift
[90/552] Compiling DequeModule _DequeBuffer.swift
[91/552] Compiling DequeModule _DequeBufferHeader.swift
[93/554] Compiling DequeModule Deque+Extras.swift
[94/554] Compiling DequeModule Deque+Hashable.swift
[95/554] Compiling DequeModule Deque+Equatable.swift
[96/554] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/554] Compiling DequeModule Deque+CustomReflectable.swift
[98/554] Compiling DequeModule Deque+Descriptions.swift
[98/554] Compiling tls13_both.cc
[99/554] Compiling ssl_versions.cc
[100/554] Compiling ssl_x509.cc
[102/554] Compiling DequeModule Deque+Testing.swift
[103/554] Compiling DequeModule Deque._Storage.swift
[104/554] Compiling DequeModule Deque._UnsafeHandle.swift
[105/554] Compiling DequeModule Deque.swift
[105/554] Compiling ssl_transcript.cc
[107/554] Compiling DequeModule _DequeSlot.swift
[108/554] Compiling DequeModule _UnsafeWrappedBuffer.swift
[109/554] Emitting module SwiftSoup
[110/561] Compiling DequeModule Deque+Codable.swift
[111/561] Compiling DequeModule Deque+Collection.swift
[112/561] Compiling SwiftSoup SimpleDictionary.swift
[113/561] Compiling SwiftSoup StreamReader.swift
[114/561] Compiling SwiftSoup String.swift
[115/561] Compiling SwiftSoup StringBuilder.swift
[116/561] Compiling SwiftSoup StringUtil.swift
[117/561] Compiling SwiftSoup StructuralEvaluator.swift
[118/561] Compiling SwiftSoup SwiftSoup.swift
[119/561] Compiling SwiftSoup ParseErrorList.swift
[120/561] Compiling SwiftSoup ParseSettings.swift
[121/561] Compiling SwiftSoup Parser.swift
[122/561] Compiling SwiftSoup ParsingStrings.swift
[123/561] Compiling SwiftSoup Pattern.swift
[124/561] Compiling SwiftSoup QueryParser.swift
[125/561] Compiling SwiftSoup SerializationException.swift
[126/561] Emitting module DequeModule
[128/562] Compiling SwiftSoup Tag.swift
[129/562] Compiling SwiftSoup TextNode.swift
[130/562] Compiling SwiftSoup Token.swift
[131/562] Compiling SwiftSoup TokenQueue.swift
[132/562] Compiling SwiftSoup Tokeniser.swift
[133/562] Compiling SwiftSoup TokeniserState.swift
[134/562] Compiling SwiftSoup TreeBuilder.swift
[134/562] Compiling ssl_stat.cc
[136/562] Compiling SwiftSoup HtmlTreeBuilderState.swift
[137/562] Compiling SwiftSoup HttpStatusException.swift
[138/562] Compiling SwiftSoup Mutex.swift
[139/562] Compiling SwiftSoup Node.swift
[140/562] Compiling SwiftSoup NodeTraversor.swift
[141/562] Compiling SwiftSoup NodeVisitor.swift
[142/562] Compiling SwiftSoup OrderedSet.swift
[143/562] Compiling SwiftSoup ParseError.swift
[143/562] Compiling ssl_key_share.cc
[144/562] Compiling ssl_privkey.cc
[145/562] Compiling ssl_session.cc
[147/562] Compiling SwiftSoup Collector.swift
[148/562] Compiling SwiftSoup CombiningEvaluator.swift
[149/562] Compiling SwiftSoup Comment.swift
[150/562] Compiling SwiftSoup Connection.swift
[151/562] Compiling SwiftSoup CssSelector.swift
[152/562] Compiling SwiftSoup DataNode.swift
[153/562] Compiling SwiftSoup DataUtil.swift
[154/562] Compiling SwiftSoup Document.swift
[170/562] Compiling ssl_file.cc
[172/562] Compiling SwiftSoup UTF8Arrays.swift
[173/562] Compiling SwiftSoup UnfairLock.swift
[174/562] Compiling SwiftSoup UnicodeScalar.swift
[175/562] Compiling SwiftSoup Validate.swift
[176/562] Compiling SwiftSoup Whitelist.swift
[177/562] Compiling SwiftSoup XmlDeclaration.swift
[178/562] Compiling SwiftSoup XmlTreeBuilder.swift
[179/563] Compiling ssl_lib.cc
[180/563] Compiling ssl_cert.cc
[181/563] Compiling ssl_credential.cc
[182/563] Compiling ssl_cipher.cc
[183/563] Compiling ssl_buffer.cc
[184/563] Compiling ssl_asn1.cc
[185/563] Compiling ssl_aead_ctx.cc
[186/563] Compiling s3_pkt.cc
[187/563] Compiling s3_both.cc
[188/563] Compiling s3_lib.cc
[189/563] Compiling handshake_server.cc
[190/563] Compiling dtls_record.cc
[191/563] Compiling handshake_client.cc
[192/563] Compiling handshake.cc
[193/563] Compiling handoff.cc
[194/563] Compiling dtls_method.cc
[195/563] Compiling md5-x86_64-linux.S
[196/563] Compiling md5-x86_64-apple.S
[197/563] Compiling md5-586-linux.S
[198/563] Compiling md5-586-apple.S
[199/563] Compiling extensions.cc
[200/563] Compiling chacha20_poly1305_x86_64-linux.S
[201/563] Compiling chacha20_poly1305_x86_64-apple.S
[202/563] Compiling encrypted_client_hello.cc
[203/563] Compiling chacha20_poly1305_armv8-win.S
[204/563] Compiling d1_pkt.cc
[205/563] Compiling chacha20_poly1305_armv8-apple.S
[206/563] Compiling chacha-x86_64-linux.S
[207/563] Compiling chacha20_poly1305_armv8-linux.S
[208/563] Compiling chacha-x86_64-apple.S
[209/563] Compiling chacha-x86-linux.S
[210/563] Compiling chacha-x86-apple.S
[210/563] Compiling chacha-armv8-win.S
[212/563] Compiling chacha-armv8-apple.S
[213/563] Compiling chacha-armv8-linux.S
[214/563] Compiling chacha-armv4-linux.S
[215/563] Compiling x86_64-mont5-linux.S
[216/563] Compiling aes128gcmsiv-x86_64-linux.S
[217/563] Compiling aes128gcmsiv-x86_64-apple.S
[218/563] Compiling x86_64-mont-apple.S
[219/563] Compiling x86_64-mont-linux.S
[220/563] Compiling x86_64-mont5-apple.S
[221/563] Compiling x86-mont-apple.S
[222/563] Compiling x86-mont-linux.S
[223/563] Compiling vpaes-x86_64-linux.S
[224/563] Compiling vpaes-x86-linux.S
[225/563] Compiling vpaes-x86_64-apple.S
[226/563] Compiling vpaes-x86-apple.S
[227/563] Compiling vpaes-armv8-win.S
[228/563] Compiling err_data.cc
[229/563] Compiling vpaes-armv8-linux.S
[230/563] Compiling d1_srtp.cc
[231/563] Compiling vpaes-armv8-apple.S
[232/563] Compiling vpaes-armv7-linux.S
[233/563] Compiling sha512-x86_64-apple.S
[234/563] Compiling sha512-x86_64-linux.S
[235/563] Compiling sha512-armv8-win.S
[236/563] Compiling sha512-armv4-linux.S
[237/563] Compiling sha512-armv8-linux.S
[238/563] Compiling sha512-armv8-apple.S
[239/563] Compiling sha512-586-linux.S
[240/563] Compiling sha512-586-apple.S
[241/563] Compiling sha256-x86_64-linux.S
[242/563] Compiling sha256-x86_64-apple.S
[243/563] Compiling sha256-armv8-win.S
[244/563] Compiling sha256-armv8-apple.S
[245/563] Compiling sha256-armv8-linux.S
[246/563] Compiling sha256-armv4-linux.S
[247/563] Compiling sha256-586-apple.S
[248/563] Compiling sha256-586-linux.S
[249/563] Compiling sha1-x86_64-linux.S
[250/563] Compiling sha1-armv8-win.S
[251/563] Compiling bio_ssl.cc
[252/563] Compiling sha1-x86_64-apple.S
[253/563] Compiling sha1-armv8-apple.S
[253/563] Compiling sha1-armv4-large-linux.S
[255/563] Compiling sha1-armv8-linux.S
[256/563] Compiling sha1-586-linux.S
[257/563] Compiling sha1-586-apple.S
[258/563] Compiling rsaz-avx2-linux.S
[259/563] Compiling rdrand-x86_64-linux.S
[260/563] Compiling p256_beeu-x86_64-asm-linux.S
[261/563] Compiling rdrand-x86_64-apple.S
[262/563] Compiling rsaz-avx2-apple.S
[263/563] Compiling p256_beeu-x86_64-asm-apple.S
[264/563] Compiling p256_beeu-armv8-asm-win.S
[265/563] Compiling p256_beeu-armv8-asm-apple.S
[266/563] Compiling p256-x86_64-asm-linux.S
[267/563] Compiling p256-x86_64-asm-apple.S
[268/563] Compiling p256_beeu-armv8-asm-linux.S
[269/563] Compiling p256-armv8-asm-win.S
[270/563] Compiling p256-armv8-asm-linux.S
[271/563] Compiling d1_both.cc
[272/563] Compiling ghashv8-armv8-win.S
[273/563] Compiling d1_lib.cc
[274/563] Compiling p256-armv8-asm-apple.S
[275/563] Compiling ghashv8-armv8-linux.S
[276/563] Compiling ghashv8-armv8-apple.S
[277/563] Compiling ghashv8-armv7-linux.S
[278/563] Compiling ghash-x86_64-linux.S
[279/563] Compiling ghash-x86_64-apple.S
[280/563] Compiling ghash-ssse3-x86_64-apple.S
[281/563] Compiling ghash-x86-linux.S
[282/563] Compiling ghash-ssse3-x86_64-linux.S
[283/563] Compiling ghash-x86-apple.S
[284/563] Compiling ghash-ssse3-x86-apple.S
[285/563] Compiling ghash-neon-armv8-win.S
[286/563] Compiling ghash-ssse3-x86-linux.S
[287/563] Compiling ghash-neon-armv8-linux.S
[288/563] Compiling co-586-linux.S
[289/563] Compiling ghash-armv4-linux.S
[290/563] Compiling bsaes-armv7-linux.S
[290/563] Compiling ghash-neon-armv8-apple.S
[292/563] Compiling co-586-apple.S
[293/563] Compiling bn-armv8-win.S
[294/563] Compiling bn-armv8-linux.S
[295/563] Compiling armv8-mont-win.S
[296/563] Compiling bn-586-linux.S
[297/563] Compiling armv8-mont-linux.S
[298/563] Compiling armv8-mont-apple.S
[299/563] Compiling bn-armv8-apple.S
[300/563] Compiling armv4-mont-linux.S
[301/563] Compiling bn-586-apple.S
[302/563] Compiling aesv8-gcm-armv8-win.S
[303/563] Compiling aesv8-gcm-armv8-apple.S
[304/563] Compiling aesv8-armv8-apple.S
[305/563] Compiling aesv8-armv8-win.S
[306/563] Compiling aesv8-armv8-linux.S
[307/563] Compiling aesni-x86_64-linux.S
[308/563] Compiling aesni-x86-linux.S
[309/563] Compiling aesv8-gcm-armv8-linux.S
[310/563] Compiling aesv8-armv7-linux.S
[311/563] Compiling aesni-x86_64-apple.S
[312/563] Compiling aesni-gcm-x86_64-linux.S
[313/563] Compiling aesni-gcm-x86_64-apple.S
[314/563] Compiling aesni-x86-apple.S
[315/563] Compiling aes-gcm-avx2-x86_64-apple.S
[316/563] Compiling aes-gcm-avx2-x86_64-linux.S
[317/563] Compiling aes-gcm-avx10-x86_64-linux.S
[318/563] Compiling aes-gcm-avx10-x86_64-apple.S
[319/563] Compiling x_sig.cc
[320/563] Compiling x_req.cc
[321/563] Compiling x_val.cc
[322/563] Compiling x_spki.cc
[323/563] Compiling x_name.cc
[324/563] Compiling x_x509a.cc
[325/563] Compiling x_pubkey.cc
[326/563] Compiling x_x509.cc
[327/563] Compiling x_crl.cc
[328/563] Compiling x_exten.cc
[329/563] Compiling x_attrib.cc
[330/563] Compiling x509spki.cc
[331/563] Compiling x509name.cc
[332/563] Compiling x509rset.cc
[333/563] Compiling x_algor.cc
[334/563] Compiling x_all.cc
[335/563] Compiling x509cset.cc
[336/563] Compiling x509_vpm.cc
[337/563] Compiling x509_v3.cc
[338/563] Compiling x509_set.cc
[339/563] Compiling x509_vfy.cc
[340/563] Compiling x509_txt.cc
[341/563] Compiling x509_req.cc
[342/563] Compiling x509_trs.cc
[343/563] Compiling x509_obj.cc
[344/563] Compiling x509_ext.cc
[345/563] Compiling x509_def.cc
[346/563] Compiling x509_lu.cc
[347/563] Compiling x509_d2.cc
[348/563] Compiling x509_cmp.cc
[349/563] Compiling x509_att.cc
[350/563] Compiling x509.cc
[351/563] Compiling v3_utl.cc
[352/563] Compiling v3_skey.cc
[353/563] Compiling v3_prn.cc
[354/563] Compiling v3_purp.cc
[355/563] Compiling v3_pmaps.cc
[356/563] Compiling v3_pcons.cc
[357/563] Compiling v3_ocsp.cc
[358/563] Compiling v3_ncons.cc
[359/563] Compiling v3_lib.cc
[360/563] Compiling v3_int.cc
[361/563] Compiling v3_info.cc
[362/563] Compiling v3_ia5.cc
[363/563] Compiling v3_genn.cc
[364/563] Compiling v3_extku.cc
[365/563] Compiling v3_enum.cc
[366/563] Compiling v3_crld.cc
[367/563] Compiling v3_cpols.cc
[368/563] Compiling v3_alt.cc
[369/563] Compiling v3_conf.cc
[370/563] Compiling v3_bitst.cc
[371/563] Compiling v3_bcons.cc
[372/563] Compiling t_req.cc
[373/563] Compiling v3_akeya.cc
[374/563] Compiling v3_akey.cc
[375/563] Compiling t_x509a.cc
[376/563] Compiling rsa_pss.cc
[377/563] Compiling t_x509.cc
[378/563] Compiling i2d_pr.cc
[379/563] Compiling name_print.cc
[380/563] Compiling t_crl.cc
[381/563] Compiling policy.cc
[382/563] Compiling by_file.cc
[383/563] Compiling by_dir.cc
[384/563] Compiling a_sign.cc
[385/563] Compiling asn1_gen.cc
[386/563] Compiling algorithm.cc
[387/563] Compiling a_verify.cc
[388/563] Compiling a_digest.cc
[389/563] Compiling voprf.cc
[390/563] Compiling thread_none.cc
[391/563] Compiling thread_win.cc
[391/563] Compiling thread_pthread.cc
[392/563] Compiling trust_token.cc
[394/563] Compiling thread.cc
[395/563] Compiling pmbtoken.cc
[396/563] Compiling stack.cc
[397/563] Compiling sha512.cc
[398/563] Compiling sha1.cc
[399/563] Compiling sha256.cc
[400/563] Compiling rsa_extra.cc
[401/563] Compiling rsa_print.cc
[402/563] Compiling siphash.cc
[403/563] Compiling spake2plus.cc
[404/563] Compiling slhdsa.cc
[405/563] Compiling rsa_crypt.cc
[406/563] Compiling refcount.cc
[407/563] Compiling rc4.cc
[408/563] Compiling windows.cc
[409/563] Compiling rand.cc
[410/563] Compiling urandom.cc
[411/563] Compiling trusty.cc
[412/563] Compiling rsa_asn1.cc
[413/563] Compiling ios.cc
[414/563] Compiling passive.cc
[415/563] Compiling poly1305_arm_asm.S
[416/563] Compiling getentropy.cc
[417/563] Compiling forkunsafe.cc
[418/563] Compiling deterministic.cc
[419/563] Compiling fork_detect.cc
[420/563] Compiling poly1305_vec.cc
[421/563] Compiling pool.cc
[422/563] Compiling poly1305_arm.cc
[423/563] Compiling poly1305.cc
[424/563] Compiling pkcs8.cc
[425/563] Compiling pkcs7_x509.cc
[426/563] Compiling pkcs7.cc
[427/563] Compiling pkcs8_x509.cc
[428/563] Compiling pem_x509.cc
[429/563] Compiling p5_pbev2.cc
[430/563] Compiling pem_xaux.cc
[431/563] Compiling pem_pkey.cc
[432/563] Compiling obj_xref.cc
[433/563] Compiling pem_lib.cc
[434/563] Compiling pem_oth.cc
[435/563] Compiling pem_pk8.cc
[436/563] Compiling mlkem.cc
[437/563] Compiling mldsa.cc
[438/563] Compiling pem_info.cc
[439/563] Compiling pem_all.cc
[440/563] Compiling obj.cc
[441/563] Compiling poly_rq_mul.S
[442/563] Compiling fips_shared_support.cc
[443/563] Compiling mem.cc
[444/563] Compiling md5.cc
[445/563] Compiling md4.cc
[446/563] Compiling lhash.cc
[447/563] Compiling ex_data.cc
[448/563] Compiling hpke.cc
[449/563] Compiling kyber.cc
[450/563] Compiling sign.cc
[451/563] Compiling pbkdf.cc
[452/563] Compiling print.cc
[453/563] Compiling hrss.cc
[454/563] Compiling scrypt.cc
[455/563] Compiling p_x25519.cc
[456/563] Compiling p_x25519_asn1.cc
[457/563] Compiling p_rsa_asn1.cc
[458/563] Compiling p_ed25519.cc
[459/563] Compiling p_ed25519_asn1.cc
[460/563] Compiling p_rsa.cc
[461/563] Compiling p_hkdf.cc
[462/563] Compiling p_ec.cc
[463/563] Compiling p_ec_asn1.cc
[464/563] Compiling evp_ctx.cc
[465/563] Compiling p_dh.cc
[466/563] Compiling p_dh_asn1.cc
[467/563] Compiling evp_asn1.cc
[468/563] Compiling p_dsa_asn1.cc
[469/563] Compiling err.cc
[470/563] Compiling engine.cc
[471/563] Compiling evp.cc
[472/563] Compiling ecdh.cc
[473/563] Compiling bcm.cc
[474/563] Compiling ec_derive.cc
[475/563] Compiling hash_to_curve.cc
[476/563] Compiling ecdsa_asn1.cc
[477/563] Compiling dsa.cc
[478/563] Compiling ec_asn1.cc
[479/563] Compiling params.cc
[480/563] Compiling dsa_asn1.cc
[481/563] Compiling des.cc
[482/563] Compiling x25519-asm-arm.S
[483/563] Compiling dh_asn1.cc
[484/563] Compiling digest_extra.cc
[485/563] Compiling curve25519_64_adx.cc
[486/563] Compiling crypto.cc
[487/563] Compiling curve25519.cc
[488/563] Compiling cpu_arm_linux.cc
[489/563] Compiling cpu_arm_freebsd.cc
[490/563] Compiling cpu_intel.cc
[490/563] Compiling spake25519.cc
[492/563] Compiling cpu_aarch64_win.cc
[493/563] Compiling cpu_aarch64_sysreg.cc
[494/563] Compiling cpu_aarch64_openbsd.cc
[495/563] Compiling cpu_aarch64_linux.cc
[496/563] Compiling cpu_aarch64_fuchsia.cc
[497/563] Compiling cpu_aarch64_apple.cc
[498/563] Compiling conf.cc
[499/563] Compiling tls_cbc.cc
[500/563] Compiling get_cipher.cc
[501/563] Compiling e_rc4.cc
[502/563] Compiling e_tls.cc
[503/563] Compiling e_rc2.cc
[504/563] Compiling e_des.cc
[505/563] Compiling e_null.cc
[506/563] Compiling e_chacha20poly1305.cc
[507/563] Compiling derive_key.cc
[508/563] Compiling chacha.cc
[509/563] Compiling e_aesctrhmac.cc
[510/563] Compiling e_aesgcmsiv.cc
[511/563] Compiling cbs.cc
[512/563] Compiling ber.cc
[513/563] Compiling unicode.cc
[514/563] Compiling buf.cc
[515/563] Compiling cbb.cc
[516/563] Compiling asn1_compat.cc
[517/563] Compiling blake2.cc
[518/563] Compiling bn_asn1.cc
[519/563] Compiling printf.cc
[520/563] Compiling socket_helper.cc
[521/563] Compiling convert.cc
[522/563] Compiling hexdump.cc
[523/563] Compiling socket.cc
[524/563] Compiling pair.cc
[525/563] Compiling file.cc
[526/563] Compiling fd.cc
[527/563] Compiling errno.cc
[528/563] Compiling bio.cc
[529/563] Compiling bio_mem.cc
[530/563] Compiling connect.cc
[531/563] Compiling base64.cc
[532/563] Compiling tasn_typ.cc
[533/563] Compiling tasn_fre.cc
[534/563] Compiling tasn_utl.cc
[535/563] Compiling tasn_new.cc
[536/563] Compiling posix_time.cc
[536/563] Compiling tasn_enc.cc
[538/563] Compiling f_string.cc
[539/563] Compiling f_int.cc
[540/563] Compiling tasn_dec.cc
[541/563] Compiling asn_pack.cc
[542/563] Compiling asn1_par.cc
[543/563] Compiling asn1_lib.cc
[544/563] Compiling a_type.cc
[545/563] Compiling a_utctm.cc
[546/563] Compiling a_octet.cc
[547/563] Compiling a_time.cc
[548/563] Compiling a_strnid.cc
[549/563] Compiling a_strex.cc
[550/563] Compiling a_object.cc
[551/563] Compiling a_i2d_fp.cc
[552/563] Compiling a_d2i_fp.cc
[553/563] Compiling a_mbstr.cc
[553/563] Write sources
[556/563] Compiling a_int.cc
[557/563] Compiling a_dup.cc
[558/563] Compiling a_gentm.cc
[559/604] Compiling a_bitstr.cc
[560/607] Compiling a_bool.cc
[562/607] Compiling Algorithms Permutations.swift
[563/607] Compiling Algorithms Product.swift
[564/609] Compiling Algorithms EitherSequence.swift
[565/609] Compiling Algorithms FirstNonNil.swift
[566/609] Compiling Algorithms Joined.swift
[567/609] Compiling Algorithms Grouped.swift
[568/609] Compiling Algorithms Indexed.swift
[569/609] Compiling Algorithms Intersperse.swift
[570/609] Compiling Algorithms Partition.swift
[571/609] Compiling Atomics IntegerOperations.swift
[572/609] Compiling Atomics Unmanaged extensions.swift
[573/609] Compiling Algorithms Keyed.swift
[574/609] Compiling Algorithms MinMax.swift
[575/609] Compiling Algorithms FlattenCollection.swift
[576/609] Compiling Algorithms Compacted.swift
[577/609] Compiling Algorithms Cycle.swift
[582/612] Compiling Algorithms Rotate.swift
[586/612] Compiling Algorithms Split.swift
[587/612] Compiling Algorithms Stride.swift
[588/612] Compiling Algorithms Suffix.swift
[596/612] Compiling Algorithms Trim.swift
[597/612] Compiling Algorithms Unique.swift
[598/612] Compiling Algorithms Windows.swift
[599/612] Emitting module Atomics
[600/612] Compiling Algorithms AdjacentPairs.swift
[601/612] Compiling Algorithms Chain.swift
[602/612] Compiling Algorithms Chunked.swift
[603/612] Compiling Algorithms Combinations.swift
[609/612] Compiling c-nioatomics.c
[612/613] Emitting module Algorithms
[613/614] Compiling c-atomics.c
[615/620] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[616/620] Emitting module NIOConcurrencyHelpers
[617/620] Compiling NIOConcurrencyHelpers lock.swift
[618/620] Compiling NIOConcurrencyHelpers atomics.swift
[619/620] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[620/620] Compiling NIOConcurrencyHelpers NIOLock.swift
[622/681] Compiling NIOCore CircularBuffer.swift
[623/681] Compiling NIOCore Codec.swift
[624/681] Compiling NIOCore ConvenienceOptionSupport.swift
[625/681] Compiling NIOCore DeadChannel.swift
[626/681] Compiling NIOCore DispatchQueue+WithFuture.swift
[627/681] Compiling NIOCore EventLoop+Deprecated.swift
[628/681] Compiling NIOCore EventLoop+SerialExecutor.swift
[629/681] Compiling NIOCore EventLoop.swift
[630/689] Compiling NIOCore AddressedEnvelope.swift
[631/689] Compiling NIOCore AsyncAwaitSupport.swift
[632/689] Compiling NIOCore AsyncChannel.swift
[633/689] Compiling NIOCore AsyncChannelHandler.swift
[634/689] Compiling NIOCore AsyncChannelInboundStream.swift
[635/689] Compiling NIOCore AsyncChannelOutboundWriter.swift
[636/689] Compiling NIOCore NIOAsyncSequenceProducer.swift
[637/689] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[638/689] Compiling NIOCore NIOAsyncWriter.swift
[639/689] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[640/689] Compiling NIOCore SocketAddresses.swift
[641/689] Compiling NIOCore SocketOptionProvider.swift
[642/689] Compiling NIOCore SystemCallHelpers.swift
[643/689] Compiling NIOCore TimeAmount+Duration.swift
[644/689] Compiling NIOCore TypeAssistedChannelHandler.swift
[645/689] Compiling NIOCore UniversalBootstrapSupport.swift
[646/689] Compiling NIOCore Utilities.swift
[647/689] Emitting module NIOCore
[648/689] Compiling NIOCore MulticastChannel.swift
[649/689] Compiling NIOCore NIOAny.swift
[650/689] Compiling NIOCore NIOCloseOnErrorHandler.swift
[651/689] Compiling NIOCore NIOLoopBound.swift
[652/689] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[653/689] Compiling NIOCore NIOScheduledCallback.swift
[654/689] Compiling NIOCore NIOSendable.swift
[655/689] Compiling NIOCore RecvByteBufferAllocator.swift
[656/689] Compiling NIOCore IO.swift
[657/689] Compiling NIOCore IOData.swift
[658/689] Compiling NIOCore IPProtocol.swift
[659/689] Compiling NIOCore IntegerBitPacking.swift
[660/689] Compiling NIOCore IntegerTypes.swift
[661/689] Compiling NIOCore Interfaces.swift
[662/689] Compiling NIOCore Linux.swift
[663/689] Compiling NIOCore MarkedCircularBuffer.swift
[664/689] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[665/689] Compiling NIOCore BSDSocketAPI.swift
[666/689] Compiling NIOCore ByteBuffer-aux.swift
[667/689] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[668/689] Compiling NIOCore ByteBuffer-conversions.swift
[669/689] Compiling NIOCore ByteBuffer-core.swift
[670/689] Compiling NIOCore ByteBuffer-hex.swift
[671/689] Compiling NIOCore ByteBuffer-int.swift
[672/689] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[673/689] Compiling NIOCore ByteBuffer-multi-int.swift
[674/689] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[675/689] Compiling NIOCore ByteBuffer-views.swift
[676/689] Compiling NIOCore Channel.swift
[677/689] Compiling NIOCore ChannelHandler.swift
[678/689] Compiling NIOCore ChannelHandlers.swift
[679/689] Compiling NIOCore ChannelInvoker.swift
[680/689] Compiling NIOCore ChannelOption.swift
[681/689] Compiling NIOCore ChannelPipeline.swift
[682/689] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[683/689] Compiling NIOCore EventLoopFuture+Deprecated.swift
[684/689] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[685/689] Compiling NIOCore EventLoopFuture.swift
[686/689] Compiling NIOCore FileDescriptor.swift
[687/689] Compiling NIOCore FileHandle.swift
[688/689] Compiling NIOCore FileRegion.swift
[689/689] Compiling NIOCore GlobalSingletons.swift
[691/740] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[692/740] Compiling NIOEmbedded Embedded.swift
[693/740] Emitting module NIOEmbedded
[694/740] Compiling NIOEmbedded AsyncTestingChannel.swift
[696/741] Emitting module NIOPosix
[697/747] Compiling NIOPosix BSDSocketAPICommon.swift
[698/747] Compiling NIOPosix BSDSocketAPIPosix.swift
[699/747] Compiling NIOPosix BSDSocketAPIWindows.swift
[700/747] Compiling NIOPosix BaseSocket.swift
[701/747] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[702/747] Compiling NIOPosix BaseSocketChannel.swift
[703/747] Compiling NIOPosix BaseStreamSocketChannel.swift
[704/747] Compiling NIOPosix SelectableChannel.swift
[705/747] Compiling NIOPosix SelectableEventLoop.swift
[706/747] Compiling NIOPosix SelectorEpoll.swift
[707/747] Compiling NIOPosix SelectorGeneric.swift
[708/747] Compiling NIOPosix SelectorKqueue.swift
[709/747] Compiling NIOPosix SelectorUring.swift
[710/747] Compiling NIOPosix Pool.swift
[711/747] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[712/747] Compiling NIOPosix PosixSingletons.swift
[713/747] Compiling NIOPosix RawSocketBootstrap.swift
[714/747] Compiling NIOPosix Resolver.swift
[715/747] Compiling NIOPosix Selectable.swift
[716/747] Compiling NIOPosix ServerSocket.swift
[717/747] Compiling NIOPosix Socket.swift
[718/747] Compiling NIOPosix SocketChannel.swift
[719/747] Compiling NIOPosix SocketProtocols.swift
[720/747] Compiling NIOPosix System.swift
[721/747] Compiling NIOPosix Thread.swift
[722/747] Compiling NIOPosix ThreadPosix.swift
[723/747] Compiling NIOPosix ThreadWindows.swift
[724/747] Compiling NIOPosix UnsafeTransfer.swift
[725/747] Compiling NIOPosix Utilities.swift
[726/747] Compiling NIOPosix VsockAddress.swift
[727/747] Compiling NIOPosix VsockChannelEvents.swift
[728/747] Compiling NIOPosix IO.swift
[729/747] Compiling NIOPosix IntegerBitPacking.swift
[730/747] Compiling NIOPosix IntegerTypes.swift
[731/747] Compiling NIOPosix Linux.swift
[732/747] Compiling NIOPosix LinuxCPUSet.swift
[733/747] Compiling NIOPosix LinuxUring.swift
[734/747] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[735/747] Compiling NIOPosix NIOThreadPool.swift
[736/747] Compiling NIOPosix NonBlockingFileIO.swift
[737/747] Compiling NIOPosix PendingDatagramWritesManager.swift
[738/747] Compiling NIOPosix PendingWritesManager.swift
[739/747] Compiling NIOPosix PipeChannel.swift
[740/747] Compiling NIOPosix PipePair.swift
[741/747] Compiling NIOPosix Bootstrap.swift
[742/747] Compiling NIOPosix ControlMessage.swift
[743/747] Compiling NIOPosix DatagramVectorReadManager.swift
[744/747] Compiling NIOPosix Errors+Any.swift
[745/747] Compiling NIOPosix FileDescriptor.swift
[746/747] Compiling NIOPosix GetaddrinfoResolver.swift
[747/747] Compiling NIOPosix HappyEyeballs.swift
[749/750] Compiling NIO Exports.swift
[750/750] Emitting module NIO
[752/790] Emitting module NIOTLS
[753/790] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[754/790] Compiling NIOTLS TLSEvents.swift
[755/790] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[756/790] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[757/790] Compiling NIOSOCKS ClientStateMachine.swift
[758/791] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[759/791] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[760/791] Compiling NIOSOCKS SOCKSClientHandler.swift
[761/791] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[762/791] Emitting module NIOSOCKS
[763/791] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[764/791] Compiling NIOSOCKS SOCKSResponse.swift
[765/791] Compiling NIOSOCKS ServerStateMachine.swift
[766/791] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[767/791] Compiling NIOTLS SNIHandler.swift
[768/792] Emitting module NIOHTTP1
[769/794] Compiling NIOSOCKS AuthenticationMethod.swift
[770/794] Compiling NIOSOCKS ClientGreeting.swift
[771/794] Compiling NIOSOCKS Messages.swift
[772/794] Compiling NIOSOCKS SOCKSRequest.swift
[773/794] Compiling NIOSOCKS Errors.swift
[774/794] Compiling NIOSOCKS Helpers.swift
[777/795] Emitting module NIOFoundationCompat
[778/795] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[780/814] Compiling NIOSSL ObjectIdentifier.swift
[781/814] Compiling NIOSSL PosixPort.swift
[782/847] Compiling NIOTransportServices NIOTSBootstraps.swift
[783/847] Compiling NIOTransportServices NIOTSChannelOptions.swift
[784/847] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[785/849] Compiling NIOTransportServices AcceptHandler.swift
[786/849] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[787/849] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[788/849] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[789/849] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[790/849] Compiling NIOTransportServices NIOTSSingletons.swift
[791/849] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[792/849] Compiling NIOTransportServices StateManagedChannel.swift
[793/849] Compiling NIOTransportServices StateManagedListenerChannel.swift
[794/849] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[795/849] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[796/849] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[797/849] Compiling NIOTransportServices NIOTSListenerChannel.swift
[798/849] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[799/849] Compiling NIOTransportServices NIOTSErrors.swift
[800/849] Compiling NIOTransportServices NIOTSEventLoop.swift
[801/849] Emitting module NIOTransportServices
[804/849] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[805/849] Compiling NIOTransportServices NIOTSDatagramListener.swift
[806/849] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[807/849] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[823/869] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[824/869] Emitting module NIOSSL
[825/873] Compiling NIOHPACK HPACKEncoder.swift
[826/873] Compiling NIOHPACK HPACKErrors.swift
[827/873] Compiling NIOHPACK DynamicHeaderTable.swift
[828/873] Compiling NIOHPACK HPACKDecoder.swift
[829/873] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[830/873] Compiling NIOHTTPCompression HTTPDecompression.swift
[831/873] Compiling NIOHPACK IndexedHeaderTable.swift
[832/873] Compiling NIOHPACK IntegerCoding.swift
[833/874] Compiling NIOHTTPCompression HTTPCompression.swift
[834/874] Emitting module NIOHTTPCompression
[837/874] Compiling NIOHPACK HuffmanTables.swift
[838/874] Compiling NIOHPACK HuffmanCoding.swift
[842/874] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[843/874] Compiling NIOSSL SubjectAlternativeName.swift
[844/874] Compiling NIOSSL NIOSSLSecureBytes.swift
[845/874] Compiling NIOSSL RNG.swift
[846/874] Compiling NIOSSL SafeCompare.swift
[847/874] Compiling NIOHPACK StaticHeaderTable.swift
[848/874] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[849/874] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[850/875] Emitting module NIOHPACK
[852/875] Compiling NIOHPACK HPACKHeader.swift
[853/875] Compiling NIOHPACK HeaderTables.swift
[873/934] Compiling NIOHTTP2 HasRemoteSettings.swift
[874/934] Compiling NIOHTTP2 LocallyQuiescingState.swift
[875/934] Compiling NIOHTTP2 QuiescingState.swift
[876/934] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[878/935] Compiling NIOHTTP2 MaySendFrames.swift
[879/935] Compiling NIOHTTP2 SendingDataState.swift
[880/935] Compiling NIOHTTP2 SendingGoawayState.swift
[881/935] Compiling NIOHTTP2 SendingHeadersState.swift
[882/935] Compiling NIOHTTP2 SendingPushPromiseState.swift
[883/935] Compiling NIOHTTP2 SendingRstStreamState.swift
[884/935] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[885/935] Compiling NIOHTTP2 HTTP2SettingsState.swift
[886/943] Emitting module NIOHTTP2
[887/943] Compiling NIOHTTP2 InboundWindowManager.swift
[888/943] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[889/943] Compiling NIOHTTP2 StreamChannelFlowController.swift
[890/943] Compiling NIOHTTP2 StreamChannelList.swift
[891/943] Compiling NIOHTTP2 StreamMap.swift
[892/943] Compiling NIOHTTP2 StreamStateMachine.swift
[893/943] Compiling NIOHTTP2 UnsafeTransfer.swift
[894/943] Compiling NIOHTTP2 WatermarkedFlowController.swift
[895/943] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[896/943] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[897/943] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[898/943] Compiling NIOHTTP2 HTTP2StreamID.swift
[899/943] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[900/943] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[901/943] Compiling NIOHTTP2 HTTP2UserEvents.swift
[902/943] Compiling NIOHTTP2 InboundEventBuffer.swift
[903/943] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[904/943] Compiling NIOHTTP2 HTTP2Frame.swift
[905/943] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[906/943] Compiling NIOHTTP2 HTTP2FrameParser.swift
[907/943] Compiling NIOHTTP2 HTTP2PingData.swift
[908/943] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[909/943] Compiling NIOHTTP2 HTTP2Settings.swift
[910/943] Compiling NIOHTTP2 HTTP2Stream.swift
[911/943] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[912/943] Compiling NIOHTTP2 HasFlowControlWindows.swift
[913/943] Compiling NIOHTTP2 HasLocalSettings.swift
[918/943] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[919/943] Compiling NIOHTTP2 StateMachineResult.swift
[920/943] Compiling NIOHTTP2 ContentLengthVerifier.swift
[921/943] Compiling NIOHTTP2 DOSHeuristics.swift
[922/943] Compiling NIOHTTP2 Error+Any.swift
[923/943] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[924/943] Compiling NIOHTTP2 ControlFrameBuffer.swift
[925/943] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[926/943] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[927/943] Compiling NIOHTTP2 ConnectionStateMachine.swift
[928/943] Compiling NIOHTTP2 ConnectionStreamsState.swift
[929/943] Compiling NIOHTTP2 MayReceiveFrames.swift
[930/943] Compiling NIOHTTP2 ReceivingDataState.swift
[931/943] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[932/943] Compiling NIOHTTP2 ReceivingHeadersState.swift
[933/943] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[934/943] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[935/943] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[936/943] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[937/943] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[938/943] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[939/943] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[940/943] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[941/943] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[942/943] Compiling NIOHTTP2 HTTP2Error.swift
[943/943] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[945/1004] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[946/1004] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[947/1004] Compiling AsyncHTTPClient AsyncLazySequence.swift
[948/1004] Compiling AsyncHTTPClient HTTPClient+execute.swift
[949/1004] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[950/1004] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[951/1004] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[952/1004] Compiling AsyncHTTPClient HTTPClientRequest.swift
[953/1004] Compiling AsyncHTTPClient HTTPClientResponse.swift
[954/1004] Emitting module AsyncHTTPClient
[955/1004] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[956/1004] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[957/1004] Compiling AsyncHTTPClient Transaction.swift
[958/1004] Compiling AsyncHTTPClient Base64.swift
[959/1004] Compiling AsyncHTTPClient BasicAuth.swift
[960/1004] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[961/1004] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[962/1004] Compiling AsyncHTTPClient ConnectionPool.swift
[963/1004] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[964/1012] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[965/1012] Compiling AsyncHTTPClient TLSEventsHandler.swift
[966/1012] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[967/1012] Compiling AsyncHTTPClient HTTP1Connection.swift
[968/1012] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[969/1012] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[970/1012] Compiling AsyncHTTPClient HTTP2Connection.swift
[971/1012] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[972/1012] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[973/1012] Compiling AsyncHTTPClient ConnectionTarget.swift
[974/1012] Compiling AsyncHTTPClient DeconstructedURL.swift
[975/1012] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[976/1012] Compiling AsyncHTTPClient FoundationExtensions.swift
[977/1012] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[978/1012] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[979/1012] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[980/1012] Compiling AsyncHTTPClient HTTPClient.swift
[981/1012] Compiling AsyncHTTPClient HTTPHandler.swift
[982/1012] Compiling AsyncHTTPClient LRUCache.swift
[983/1012] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[984/1012] Compiling AsyncHTTPClient NWErrorHandler.swift
[985/1012] Compiling AsyncHTTPClient NWWaitingHandler.swift
[986/1012] Compiling AsyncHTTPClient TLSConfiguration.swift
[987/1012] Compiling AsyncHTTPClient RedirectState.swift
[988/1012] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[989/1012] Compiling AsyncHTTPClient RequestOptions.swift
[990/1012] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[991/1012] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[992/1012] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[993/1012] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[994/1012] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[995/1012] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[996/1012] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[997/1012] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[998/1012] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[999/1012] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1000/1012] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1001/1012] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1002/1012] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1003/1012] Compiling AsyncHTTPClient RequestBodyLength.swift
[1004/1012] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1005/1012] Compiling AsyncHTTPClient RequestBag.swift
[1006/1012] Compiling AsyncHTTPClient RequestValidation.swift
[1007/1012] Compiling AsyncHTTPClient SSLContextCache.swift
[1008/1012] Compiling AsyncHTTPClient Scheme.swift
[1009/1012] Compiling AsyncHTTPClient Singleton.swift
[1010/1012] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1011/1012] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1012/1012] Compiling AsyncHTTPClient Utils.swift
[1014/1035] Compiling FaviconFinder FaviconFormatType.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:67:27: error: cannot find 'Image' in scope
65 |     ///
66 |     init(data: Data) throws {
67 |         guard let image = Image(data: data) else {
   |                           `- error: cannot find 'Image' in scope
68 |             throw FaviconError.invalidImage
69 |         }
[1015/1035] Compiling FaviconFinder FaviconImage.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:67:27: error: cannot find 'Image' in scope
65 |     ///
66 |     init(data: Data) throws {
67 |         guard let image = Image(data: data) else {
   |                           `- error: cannot find 'Image' in scope
68 |             throw FaviconError.invalidImage
69 |         }
[1016/1035] Compiling FaviconFinder FaviconSize.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:67:27: error: cannot find 'Image' in scope
65 |     ///
66 |     init(data: Data) throws {
67 |         guard let image = Image(data: data) else {
   |                           `- error: cannot find 'Image' in scope
68 |             throw FaviconError.invalidImage
69 |         }
[1017/1037] Compiling FaviconFinder Response.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:64:32: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 62 |     /// - Parameter rawResponse: A tuple containing the response `Data` and `URLResponse`.
 63 |     ///
 64 |     init(_ rawResponse: (Data, URLResponse)) {
    |                                `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:66:43: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'encoding'
 64 |     init(_ rawResponse: (Data, URLResponse)) {
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
    |                                           `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'encoding'
 67 |     }
 68 |
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
[1018/1037] Compiling FaviconFinder Favicon.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:64:32: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 62 |     /// - Parameter rawResponse: A tuple containing the response `Data` and `URLResponse`.
 63 |     ///
 64 |     init(_ rawResponse: (Data, URLResponse)) {
    |                                `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:66:43: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'encoding'
 64 |     init(_ rawResponse: (Data, URLResponse)) {
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
    |                                           `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'encoding'
 67 |     }
 68 |
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
[1019/1037] Compiling FaviconFinder FaviconError.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:64:32: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 62 |     /// - Parameter rawResponse: A tuple containing the response `Data` and `URLResponse`.
 63 |     ///
 64 |     init(_ rawResponse: (Data, URLResponse)) {
    |                                `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:66:43: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'encoding'
 64 |     init(_ rawResponse: (Data, URLResponse)) {
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
    |                                           `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'encoding'
 67 |     }
 68 |
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
[1020/1037] Compiling FaviconFinder String+Removals.swift
[1021/1037] Compiling FaviconFinder String+URLQuery.swift
[1022/1037] Compiling FaviconFinder URL+Parsing.swift
[1023/1037] Compiling FaviconFinder WebApplicationManifestFaviconFinder.swift
[1024/1037] Compiling FaviconFinder Array+Reorder.swift
[1025/1037] Compiling FaviconFinder String+HREF.swift
[1026/1037] Compiling FaviconFinder URLResponse+StringEncoding.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Extensions/URLResponse+StringEncoding.swift:15:1: error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
13 | /// from the response's text encoding name.
14 | ///
15 | extension URLResponse {
   | `- error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
16 |
17 |     /// Determines the string encoding of the response based on the `textEncodingName` property.
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:195:27: error: cannot find 'URLRequest' in scope
193 |         ) async throws -> Response {
194 |             // Create our request
195 |             var request = URLRequest(url: url)
    |                           `- error: cannot find 'URLRequest' in scope
196 |
197 |             // If there's HTTP headers, add them
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:206:38: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
204 |             // Fetch our response
205 |             let response = Response(
206 |                 try await URLSession.shared.data(for: request)
    |                                      `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
207 |             )
208 |
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:249:74: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
247 |                     }
248 |
249 |                     let redirectResponse = Response(try await URLSession.shared.data(from: redirectURL))
    |                                                                          `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
250 |                     return redirectResponse
251 |                 }
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:268:43: error: cannot find 'URLRequest' in scope
266 |                     }
267 |
268 |                     var redirectRequest = URLRequest(url: redirectURL)
    |                                           `- error: cannot find 'URLRequest' in scope
269 |                     if let httpHeaders {
270 |                         for (key, value) in httpHeaders {
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:276:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
274 |
275 |                     let redirectResponse = Response(
276 |                         try await URLSession.shared.data(from: redirectURL)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
277 |                     )
278 |                     return redirectResponse
[1027/1037] Compiling FaviconFinder FaviconURLSession.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Extensions/URLResponse+StringEncoding.swift:15:1: error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
13 | /// from the response's text encoding name.
14 | ///
15 | extension URLResponse {
   | `- error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
16 |
17 |     /// Determines the string encoding of the response based on the `textEncodingName` property.
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:195:27: error: cannot find 'URLRequest' in scope
193 |         ) async throws -> Response {
194 |             // Create our request
195 |             var request = URLRequest(url: url)
    |                           `- error: cannot find 'URLRequest' in scope
196 |
197 |             // If there's HTTP headers, add them
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:206:38: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
204 |             // Fetch our response
205 |             let response = Response(
206 |                 try await URLSession.shared.data(for: request)
    |                                      `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
207 |             )
208 |
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:249:74: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
247 |                     }
248 |
249 |                     let redirectResponse = Response(try await URLSession.shared.data(from: redirectURL))
    |                                                                          `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
250 |                     return redirectResponse
251 |                 }
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:268:43: error: cannot find 'URLRequest' in scope
266 |                     }
267 |
268 |                     var redirectRequest = URLRequest(url: redirectURL)
    |                                           `- error: cannot find 'URLRequest' in scope
269 |                     if let httpHeaders {
270 |                         for (key, value) in httpHeaders {
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:276:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
274 |
275 |                     let redirectResponse = Response(
276 |                         try await URLSession.shared.data(from: redirectURL)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
277 |                     )
278 |                     return redirectResponse
[1028/1037] Compiling FaviconFinder Regex.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Extensions/URLResponse+StringEncoding.swift:15:1: error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
13 | /// from the response's text encoding name.
14 | ///
15 | extension URLResponse {
   | `- error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
16 |
17 |     /// Determines the string encoding of the response based on the `textEncodingName` property.
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:195:27: error: cannot find 'URLRequest' in scope
193 |         ) async throws -> Response {
194 |             // Create our request
195 |             var request = URLRequest(url: url)
    |                           `- error: cannot find 'URLRequest' in scope
196 |
197 |             // If there's HTTP headers, add them
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:206:38: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
204 |             // Fetch our response
205 |             let response = Response(
206 |                 try await URLSession.shared.data(for: request)
    |                                      `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
207 |             )
208 |
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:249:74: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
247 |                     }
248 |
249 |                     let redirectResponse = Response(try await URLSession.shared.data(from: redirectURL))
    |                                                                          `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
250 |                     return redirectResponse
251 |                 }
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:268:43: error: cannot find 'URLRequest' in scope
266 |                     }
267 |
268 |                     var redirectRequest = URLRequest(url: redirectURL)
    |                                           `- error: cannot find 'URLRequest' in scope
269 |                     if let httpHeaders {
270 |                         for (key, value) in httpHeaders {
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:276:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
274 |
275 |                     let redirectResponse = Response(
276 |                         try await URLSession.shared.data(from: redirectURL)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
277 |                     )
278 |                     return redirectResponse
[1029/1037] Compiling FaviconFinder HTMLFaviconFinder.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
[1030/1037] Compiling FaviconFinder ICOFaviconFinder.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
[1031/1037] Compiling FaviconFinder MockFaviconFinder.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1032/1037] Compiling FaviconFinder FaviconFinder+Configuration.swift
[1033/1037] Compiling FaviconFinder FaviconFinder.swift
[1034/1037] Compiling FaviconFinder FaviconFinderProtocol.swift
[1035/1037] Emitting module FaviconFinder
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Extensions/URLResponse+StringEncoding.swift:15:1: error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
13 | /// from the response's text encoding name.
14 | ///
15 | extension URLResponse {
   | `- error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
16 |
17 |     /// Determines the string encoding of the response based on the `textEncodingName` property.
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:64:32: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 62 |     /// - Parameter rawResponse: A tuple containing the response `Data` and `URLResponse`.
 63 |     ///
 64 |     init(_ rawResponse: (Data, URLResponse)) {
    |                                `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
[1036/1037] Compiling FaviconFinder FaviconSourceType.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
[1037/1037] Compiling FaviconFinder FaviconURL.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/115] Compiling RealModule ElementaryFunctions.swift
[3/116] Compiling RealModule Real.swift
[4/116] Compiling SwiftSoup Entities.swift
[5/116] Compiling SwiftSoup Evaluator.swift
[6/118] Compiling RealModule RealFunctions.swift
[7/118] Compiling RealModule Float80+Real.swift
[8/118] Compiling SwiftSoup DocumentType.swift
[9/118] Compiling SwiftSoup Element.swift
[10/118] Compiling SwiftSoup Elements.swift
[12/118] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/119] Compiling RealModule Float16+Real.swift
[14/119] Emitting module _NIOBase64
[15/119] Compiling _NIOBase64 Base64.swift
[16/120] Compiling Logging MetadataProvider.swift
[17/120] Compiling SwiftSoup Collector.swift
[18/120] Compiling SwiftSoup CombiningEvaluator.swift
[19/120] Compiling _NIODataStructures PriorityQueue.swift
[21/120] Compiling RealModule Float+Real.swift
[22/120] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[23/120] Compiling NIOConcurrencyHelpers NIOLock.swift
[24/120] Compiling SwiftSoup Attributes.swift
[25/120] Compiling SwiftSoup BinarySearch.swift
[26/120] Compiling SwiftSoup ArrayExt.swift
[27/120] Compiling SwiftSoup Attribute.swift
[28/120] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/120] Compiling NIOConcurrencyHelpers atomics.swift
[30/120] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[31/120] Compiling NIOConcurrencyHelpers lock.swift
[34/120] Emitting module RealModule
[35/121] Compiling Atomics IntegerOperations.swift
[36/121] Compiling Atomics Unmanaged extensions.swift
[40/121] Compiling SwiftSoup Exception.swift
[41/121] Compiling SwiftSoup FormElement.swift
[42/121] Compiling SwiftSoup HtmlTreeBuilder.swift
[43/121] Compiling SwiftSoup CharacterReader.swift
[44/121] Compiling SwiftSoup Cleaner.swift
[49/121] Compiling SwiftSoup BooleanAttribute.swift
[50/121] Compiling SwiftSoup CharacterExt.swift
[51/121] Emitting module _NIODataStructures
[53/121] Emitting module InternalCollectionsUtilities
[54/122] Emitting module NIOConcurrencyHelpers
[56/123] Compiling _NIODataStructures _TinyArray.swift
[57/123] Compiling _NIODataStructures Heap.swift
[60/153] Compiling Logging LogHandler.swift
[61/154] Compiling Logging Locks.swift
[62/154] Compiling Logging Logging.swift
[63/154] Emitting module Logging
[64/165] Compiling DequeModule Deque+CustomReflectable.swift
[65/165] Compiling DequeModule Deque+Descriptions.swift
[66/167] Compiling Algorithms Split.swift
[67/167] Compiling Algorithms Stride.swift
[68/167] Compiling Algorithms Suffix.swift
[70/169] Compiling DequeModule _DequeBuffer.swift
[71/169] Compiling DequeModule _DequeBufferHeader.swift
[72/170] Compiling DequeModule _DequeSlot.swift
[73/170] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/170] Compiling DequeModule Deque+Equatable.swift
[75/170] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/170] Compiling Algorithms Reductions.swift
[78/170] Compiling Algorithms Rotate.swift
[79/170] Compiling DequeModule Deque+Codable.swift
[80/170] Compiling DequeModule Deque+Collection.swift
[89/170] Compiling DequeModule Deque+Testing.swift
[90/170] Compiling DequeModule Deque._Storage.swift
[93/170] Compiling DequeModule Deque+Extras.swift
[94/170] Compiling DequeModule Deque+Hashable.swift
[95/170] Compiling DequeModule Deque._UnsafeHandle.swift
[96/170] Compiling DequeModule Deque.swift
[101/170] Compiling Algorithms Joined.swift
[102/170] Compiling Algorithms Keyed.swift
[103/170] Compiling Algorithms MinMax.swift
[107/170] Emitting module Atomics
[108/170] Compiling Algorithms Trim.swift
[109/170] Compiling Algorithms Unique.swift
[110/170] Compiling Algorithms Windows.swift
[116/171] Emitting module DequeModule
[117/172] Compiling SwiftSoup Tag.swift
[118/172] Compiling SwiftSoup TextNode.swift
[119/172] Compiling SwiftSoup Token.swift
[120/172] Compiling SwiftSoup TokenQueue.swift
[121/172] Compiling SwiftSoup Tokeniser.swift
[122/172] Compiling SwiftSoup TokeniserState.swift
[123/172] Compiling SwiftSoup TreeBuilder.swift
[124/179] Emitting module SwiftSoup
[125/179] Compiling SwiftSoup ParseErrorList.swift
[126/179] Compiling SwiftSoup ParseSettings.swift
[127/179] Compiling SwiftSoup Parser.swift
[128/179] Compiling SwiftSoup ParsingStrings.swift
[129/179] Compiling SwiftSoup Pattern.swift
[130/179] Compiling SwiftSoup QueryParser.swift
[131/179] Compiling SwiftSoup SerializationException.swift
[132/179] Compiling SwiftSoup SimpleDictionary.swift
[133/179] Compiling SwiftSoup StreamReader.swift
[134/179] Compiling SwiftSoup String.swift
[135/179] Compiling SwiftSoup StringBuilder.swift
[136/179] Compiling SwiftSoup StringUtil.swift
[137/179] Compiling SwiftSoup StructuralEvaluator.swift
[138/179] Compiling SwiftSoup SwiftSoup.swift
[143/179] Compiling SwiftSoup Node.swift
[144/179] Compiling SwiftSoup NodeTraversor.swift
[145/179] Compiling SwiftSoup NodeVisitor.swift
[146/179] Compiling SwiftSoup OrderedSet.swift
[147/179] Compiling SwiftSoup ParseError.swift
[148/179] Compiling SwiftSoup UTF8Arrays.swift
[149/179] Compiling SwiftSoup UnfairLock.swift
[150/179] Compiling SwiftSoup UnicodeScalar.swift
[151/179] Compiling SwiftSoup Validate.swift
[152/179] Compiling SwiftSoup Whitelist.swift
[153/179] Compiling SwiftSoup XmlDeclaration.swift
[154/179] Compiling SwiftSoup XmlTreeBuilder.swift
[155/239] Emitting module Algorithms
[156/240] Compiling NIOCore AddressedEnvelope.swift
[157/240] Compiling NIOCore AsyncAwaitSupport.swift
[158/240] Compiling NIOCore AsyncChannel.swift
[159/240] Compiling NIOCore AsyncChannelHandler.swift
[160/240] Compiling NIOCore AsyncChannelInboundStream.swift
[161/240] Compiling NIOCore AsyncChannelOutboundWriter.swift
[162/240] Compiling NIOCore NIOAsyncSequenceProducer.swift
[163/240] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[164/240] Compiling NIOCore NIOAsyncWriter.swift
[165/240] Compiling NIOCore MulticastChannel.swift
[166/240] Compiling NIOCore NIOAny.swift
[167/240] Compiling NIOCore NIOCloseOnErrorHandler.swift
[168/240] Compiling NIOCore NIOLoopBound.swift
[169/240] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[170/240] Compiling NIOCore NIOScheduledCallback.swift
[171/240] Compiling NIOCore NIOSendable.swift
[172/240] Compiling NIOCore RecvByteBufferAllocator.swift
[173/240] Compiling NIOCore ByteBuffer-multi-int.swift
[174/240] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[175/240] Compiling NIOCore ByteBuffer-views.swift
[176/240] Compiling NIOCore Channel.swift
[177/240] Compiling NIOCore ChannelHandler.swift
[178/240] Compiling NIOCore ChannelHandlers.swift
[179/240] Compiling NIOCore ChannelInvoker.swift
[199/249] Compiling NIOCore CircularBuffer.swift
[200/249] Compiling NIOCore Codec.swift
[201/249] Compiling NIOCore ConvenienceOptionSupport.swift
[202/249] Compiling NIOCore DeadChannel.swift
[203/249] Compiling NIOCore DispatchQueue+WithFuture.swift
[204/249] Compiling NIOCore EventLoop+Deprecated.swift
[205/249] Compiling NIOCore EventLoop+SerialExecutor.swift
[206/249] Compiling NIOCore EventLoop.swift
[207/249] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[208/249] Compiling NIOCore SocketAddresses.swift
[209/249] Compiling NIOCore SocketOptionProvider.swift
[210/249] Compiling NIOCore SystemCallHelpers.swift
[211/249] Compiling NIOCore TimeAmount+Duration.swift
[212/249] Compiling NIOCore TypeAssistedChannelHandler.swift
[213/249] Compiling NIOCore UniversalBootstrapSupport.swift
[214/249] Compiling NIOCore Utilities.swift
[215/249] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[216/249] Compiling NIOCore EventLoopFuture+Deprecated.swift
[217/249] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[218/249] Compiling NIOCore EventLoopFuture.swift
[219/249] Compiling NIOCore FileDescriptor.swift
[220/249] Compiling NIOCore FileHandle.swift
[221/249] Compiling NIOCore FileRegion.swift
[222/249] Compiling NIOCore GlobalSingletons.swift
[223/249] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[224/249] Compiling NIOCore BSDSocketAPI.swift
[225/249] Compiling NIOCore ByteBuffer-aux.swift
[226/249] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[227/249] Compiling NIOCore ByteBuffer-conversions.swift
[228/249] Compiling NIOCore ByteBuffer-core.swift
[229/249] Compiling NIOCore ByteBuffer-hex.swift
[230/249] Compiling NIOCore ByteBuffer-int.swift
[231/249] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[232/249] Compiling NIOCore IO.swift
[233/249] Compiling NIOCore IOData.swift
[234/249] Compiling NIOCore IPProtocol.swift
[235/249] Compiling NIOCore IntegerBitPacking.swift
[236/249] Compiling NIOCore IntegerTypes.swift
[237/249] Compiling NIOCore Interfaces.swift
[238/249] Compiling NIOCore Linux.swift
[239/249] Compiling NIOCore MarkedCircularBuffer.swift
[247/249] Compiling NIOCore ChannelOption.swift
[248/249] Compiling NIOCore ChannelPipeline.swift
[249/249] Emitting module NIOCore
[251/300] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[252/300] Compiling NIOEmbedded Embedded.swift
[253/300] Emitting module NIOEmbedded
[254/300] Compiling NIOEmbedded AsyncTestingChannel.swift
[256/301] Compiling NIOPosix Pool.swift
[257/301] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[258/301] Compiling NIOPosix PosixSingletons.swift
[259/301] Compiling NIOPosix RawSocketBootstrap.swift
[260/301] Compiling NIOPosix Resolver.swift
[261/301] Compiling NIOPosix Selectable.swift
[262/307] Compiling NIOPosix BSDSocketAPICommon.swift
[263/307] Compiling NIOPosix BSDSocketAPIPosix.swift
[264/307] Compiling NIOPosix BSDSocketAPIWindows.swift
[265/307] Compiling NIOPosix BaseSocket.swift
[266/307] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[267/307] Compiling NIOPosix BaseSocketChannel.swift
[268/307] Compiling NIOPosix BaseStreamSocketChannel.swift
[269/307] Compiling NIOPosix Bootstrap.swift
[270/307] Compiling NIOPosix ControlMessage.swift
[271/307] Compiling NIOPosix DatagramVectorReadManager.swift
[272/307] Compiling NIOPosix Errors+Any.swift
[273/307] Compiling NIOPosix FileDescriptor.swift
[274/307] Compiling NIOPosix GetaddrinfoResolver.swift
[275/307] Compiling NIOPosix HappyEyeballs.swift
[276/307] Compiling NIOPosix SelectableChannel.swift
[277/307] Compiling NIOPosix SelectableEventLoop.swift
[278/307] Compiling NIOPosix SelectorEpoll.swift
[279/307] Compiling NIOPosix SelectorGeneric.swift
[280/307] Compiling NIOPosix SelectorKqueue.swift
[281/307] Compiling NIOPosix SelectorUring.swift
[282/307] Compiling NIOPosix ServerSocket.swift
[283/307] Compiling NIOPosix Socket.swift
[284/307] Compiling NIOPosix SocketChannel.swift
[285/307] Compiling NIOPosix SocketProtocols.swift
[286/307] Compiling NIOPosix System.swift
[287/307] Compiling NIOPosix Thread.swift
[288/307] Compiling NIOPosix IO.swift
[289/307] Compiling NIOPosix IntegerBitPacking.swift
[290/307] Compiling NIOPosix IntegerTypes.swift
[291/307] Compiling NIOPosix Linux.swift
[292/307] Compiling NIOPosix LinuxCPUSet.swift
[293/307] Compiling NIOPosix LinuxUring.swift
[294/307] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[295/307] Compiling NIOPosix NIOThreadPool.swift
[296/307] Compiling NIOPosix NonBlockingFileIO.swift
[297/307] Compiling NIOPosix PendingDatagramWritesManager.swift
[298/307] Compiling NIOPosix PendingWritesManager.swift
[299/307] Compiling NIOPosix PipeChannel.swift
[300/307] Compiling NIOPosix PipePair.swift
[301/307] Emitting module NIOPosix
[302/307] Compiling NIOPosix ThreadPosix.swift
[303/307] Compiling NIOPosix ThreadWindows.swift
[304/307] Compiling NIOPosix UnsafeTransfer.swift
[305/307] Compiling NIOPosix Utilities.swift
[306/307] Compiling NIOPosix VsockAddress.swift
[307/307] Compiling NIOPosix VsockChannelEvents.swift
[309/310] Compiling NIO Exports.swift
[310/310] Emitting module NIO
[312/350] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[313/350] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[314/350] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[315/350] Compiling NIOTLS TLSEvents.swift
[316/350] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[317/350] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[318/350] Emitting module NIOTLS
[319/350] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[320/350] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[321/351] Emitting module NIOSOCKS
[322/351] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[323/351] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[324/351] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[325/351] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[326/351] Compiling NIOSOCKS SOCKSResponse.swift
[327/351] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[328/351] Compiling NIOTLS SNIHandler.swift
[329/352] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[330/352] Compiling NIOSOCKS ClientStateMachine.swift
[332/352] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[333/352] Compiling NIOHTTP1 HTTPTypes.swift
[336/354] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[337/354] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[338/354] Compiling NIOSOCKS ServerStateMachine.swift
[339/355] Emitting module NIOFoundationCompat
[340/355] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[341/356] Emitting module NIOHTTP1
[343/356] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[344/356] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[348/407] Compiling NIOTransportServices NIOTSChannelOptions.swift
[349/407] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[350/407] Compiling NIOTransportServices NIOTSDatagramListener.swift
[351/407] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[352/407] Compiling NIOTransportServices StateManagedChannel.swift
[353/407] Compiling NIOTransportServices StateManagedListenerChannel.swift
[354/407] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[355/409] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[356/409] Compiling NIOTransportServices NIOTSErrors.swift
[357/409] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[358/409] Compiling NIOTransportServices NIOTSSingletons.swift
[359/409] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[360/409] Emitting module NIOTransportServices
[363/409] Compiling NIOTransportServices NIOTSEventLoop.swift
[364/409] Compiling NIOTransportServices NIOTSBootstraps.swift
[367/409] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[368/409] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[369/409] Compiling NIOTransportServices NIOTSListenerChannel.swift
[370/409] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[371/409] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[372/409] Compiling NIOTransportServices AcceptHandler.swift
[373/409] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[374/409] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[377/409] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[387/415] Compiling NIOSSL SubjectAlternativeName.swift
[388/415] Compiling NIOSSL NIOSSLSecureBytes.swift
[389/415] Compiling NIOSSL RNG.swift
[390/415] Compiling NIOSSL SafeCompare.swift
[399/415] Emitting module NIOSSL
[400/433] Compiling NIOHPACK IndexedHeaderTable.swift
[408/434] Compiling NIOSSL SSLConnection.swift
[413/434] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[414/434] Compiling NIOHPACK IntegerCoding.swift
[415/434] Emitting module NIOHTTPCompression
[416/434] Compiling NIOHTTPCompression HTTPDecompression.swift
[417/434] Compiling NIOHTTPCompression HTTPCompression.swift
[418/434] Compiling NIOHPACK StaticHeaderTable.swift
[419/434] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[420/434] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[421/434] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[422/435] Compiling NIOHPACK HuffmanTables.swift
[423/435] Compiling NIOHPACK HuffmanCoding.swift
[424/435] Compiling NIOSSL Zeroization.swift
[425/435] Compiling NIOSSL TLSConfiguration.swift
[426/435] Compiling NIOSSL UniversalBootstrapSupport.swift
[427/435] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[429/436] Compiling NIOHPACK DynamicHeaderTable.swift
[430/436] Compiling NIOHPACK HPACKDecoder.swift
[431/436] Compiling NIOHPACK HPACKEncoder.swift
[432/436] Compiling NIOHPACK HPACKErrors.swift
[433/436] Emitting module NIOHPACK
[434/436] Compiling NIOHPACK HPACKHeader.swift
[435/436] Compiling NIOHPACK HeaderTables.swift
[438/495] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[439/495] Compiling NIOHTTP2 HasFlowControlWindows.swift
[440/495] Compiling NIOHTTP2 HasLocalSettings.swift
[441/495] Compiling NIOHTTP2 HasRemoteSettings.swift
[442/495] Compiling NIOHTTP2 LocallyQuiescingState.swift
[443/495] Compiling NIOHTTP2 QuiescingState.swift
[444/495] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[445/495] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[446/503] Compiling NIOHTTP2 MaySendFrames.swift
[447/503] Compiling NIOHTTP2 SendingDataState.swift
[448/503] Compiling NIOHTTP2 SendingGoawayState.swift
[449/503] Compiling NIOHTTP2 SendingHeadersState.swift
[450/503] Compiling NIOHTTP2 SendingPushPromiseState.swift
[451/503] Compiling NIOHTTP2 SendingRstStreamState.swift
[452/503] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[453/503] Compiling NIOHTTP2 HTTP2SettingsState.swift
[454/503] Emitting module NIOHTTP2
[455/503] Compiling NIOHTTP2 InboundWindowManager.swift
[456/503] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[457/503] Compiling NIOHTTP2 StreamChannelFlowController.swift
[458/503] Compiling NIOHTTP2 StreamChannelList.swift
[459/503] Compiling NIOHTTP2 StreamMap.swift
[460/503] Compiling NIOHTTP2 StreamStateMachine.swift
[461/503] Compiling NIOHTTP2 UnsafeTransfer.swift
[462/503] Compiling NIOHTTP2 WatermarkedFlowController.swift
[463/503] Compiling NIOHTTP2 ConnectionStateMachine.swift
[464/503] Compiling NIOHTTP2 ConnectionStreamsState.swift
[465/503] Compiling NIOHTTP2 MayReceiveFrames.swift
[466/503] Compiling NIOHTTP2 ReceivingDataState.swift
[467/503] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[468/503] Compiling NIOHTTP2 ReceivingHeadersState.swift
[469/503] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[470/503] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[471/503] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[472/503] Compiling NIOHTTP2 StateMachineResult.swift
[473/503] Compiling NIOHTTP2 ContentLengthVerifier.swift
[474/503] Compiling NIOHTTP2 DOSHeuristics.swift
[475/503] Compiling NIOHTTP2 Error+Any.swift
[476/503] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[477/503] Compiling NIOHTTP2 ControlFrameBuffer.swift
[478/503] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[479/503] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[480/503] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[481/503] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[482/503] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[483/503] Compiling NIOHTTP2 HTTP2StreamID.swift
[484/503] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[485/503] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[486/503] Compiling NIOHTTP2 HTTP2UserEvents.swift
[487/503] Compiling NIOHTTP2 InboundEventBuffer.swift
[488/503] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[489/503] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[490/503] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[491/503] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[492/503] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[493/503] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[494/503] Compiling NIOHTTP2 HTTP2Error.swift
[495/503] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[496/503] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[497/503] Compiling NIOHTTP2 HTTP2Frame.swift
[498/503] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[499/503] Compiling NIOHTTP2 HTTP2FrameParser.swift
[500/503] Compiling NIOHTTP2 HTTP2PingData.swift
[501/503] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[502/503] Compiling NIOHTTP2 HTTP2Settings.swift
[503/503] Compiling NIOHTTP2 HTTP2Stream.swift
[505/564] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[506/564] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[507/564] Compiling AsyncHTTPClient AsyncLazySequence.swift
[508/564] Compiling AsyncHTTPClient HTTPClient+execute.swift
[509/564] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[510/564] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[511/564] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[512/564] Compiling AsyncHTTPClient HTTPClientRequest.swift
[513/564] Compiling AsyncHTTPClient HTTPClientResponse.swift
[514/572] Emitting module AsyncHTTPClient
[515/572] Compiling AsyncHTTPClient ConnectionTarget.swift
[516/572] Compiling AsyncHTTPClient DeconstructedURL.swift
[517/572] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[518/572] Compiling AsyncHTTPClient FoundationExtensions.swift
[519/572] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[520/572] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[521/572] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[522/572] Compiling AsyncHTTPClient HTTPClient.swift
[523/572] Compiling AsyncHTTPClient HTTPHandler.swift
[524/572] Compiling AsyncHTTPClient LRUCache.swift
[525/572] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[526/572] Compiling AsyncHTTPClient NWErrorHandler.swift
[527/572] Compiling AsyncHTTPClient NWWaitingHandler.swift
[528/572] Compiling AsyncHTTPClient TLSConfiguration.swift
[529/572] Compiling AsyncHTTPClient RedirectState.swift
[530/572] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[531/572] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[532/572] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[533/572] Compiling AsyncHTTPClient Transaction.swift
[534/572] Compiling AsyncHTTPClient Base64.swift
[535/572] Compiling AsyncHTTPClient BasicAuth.swift
[536/572] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[537/572] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[538/572] Compiling AsyncHTTPClient ConnectionPool.swift
[539/572] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[540/572] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[541/572] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[542/572] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[543/572] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[544/572] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[545/572] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[546/572] Compiling AsyncHTTPClient RequestBodyLength.swift
[547/572] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[548/572] Compiling AsyncHTTPClient RequestOptions.swift
[549/572] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[550/572] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[551/572] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[552/572] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[553/572] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[554/572] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[555/572] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[556/572] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[557/572] Compiling AsyncHTTPClient TLSEventsHandler.swift
[558/572] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[559/572] Compiling AsyncHTTPClient HTTP1Connection.swift
[560/572] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[561/572] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[562/572] Compiling AsyncHTTPClient HTTP2Connection.swift
[563/572] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[564/572] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[565/572] Compiling AsyncHTTPClient RequestBag.swift
[566/572] Compiling AsyncHTTPClient RequestValidation.swift
[567/572] Compiling AsyncHTTPClient SSLContextCache.swift
[568/572] Compiling AsyncHTTPClient Scheme.swift
[569/572] Compiling AsyncHTTPClient Singleton.swift
[570/572] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[571/572] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[572/572] Compiling AsyncHTTPClient Utils.swift
[574/595] Compiling FaviconFinder WebApplicationManifestFaviconFinder.swift
[575/595] Compiling FaviconFinder Array+Reorder.swift
[576/595] Compiling FaviconFinder String+HREF.swift
[577/595] Compiling FaviconFinder HTMLFaviconFinder.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
[578/595] Compiling FaviconFinder ICOFaviconFinder.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
[579/595] Compiling FaviconFinder MockFaviconFinder.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
error: emit-module command failed with exit code 1 (use -v to see invocation)
[580/595] Emitting module FaviconFinder
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Extensions/URLResponse+StringEncoding.swift:15:1: error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
13 | /// from the response's text encoding name.
14 | ///
15 | extension URLResponse {
   | `- error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
16 |
17 |     /// Determines the string encoding of the response based on the `textEncodingName` property.
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:64:32: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 62 |     /// - Parameter rawResponse: A tuple containing the response `Data` and `URLResponse`.
 63 |     ///
 64 |     init(_ rawResponse: (Data, URLResponse)) {
    |                                `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
[581/595] Compiling FaviconFinder FaviconFinder+Configuration.swift
[582/595] Compiling FaviconFinder FaviconFinder.swift
[583/595] Compiling FaviconFinder FaviconFinderProtocol.swift
[584/597] Compiling FaviconFinder URLResponse+StringEncoding.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Extensions/URLResponse+StringEncoding.swift:15:1: error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
13 | /// from the response's text encoding name.
14 | ///
15 | extension URLResponse {
   | `- error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
16 |
17 |     /// Determines the string encoding of the response based on the `textEncodingName` property.
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:195:27: error: cannot find 'URLRequest' in scope
193 |         ) async throws -> Response {
194 |             // Create our request
195 |             var request = URLRequest(url: url)
    |                           `- error: cannot find 'URLRequest' in scope
196 |
197 |             // If there's HTTP headers, add them
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:206:38: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
204 |             // Fetch our response
205 |             let response = Response(
206 |                 try await URLSession.shared.data(for: request)
    |                                      `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
207 |             )
208 |
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:249:74: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
247 |                     }
248 |
249 |                     let redirectResponse = Response(try await URLSession.shared.data(from: redirectURL))
    |                                                                          `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
250 |                     return redirectResponse
251 |                 }
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:268:43: error: cannot find 'URLRequest' in scope
266 |                     }
267 |
268 |                     var redirectRequest = URLRequest(url: redirectURL)
    |                                           `- error: cannot find 'URLRequest' in scope
269 |                     if let httpHeaders {
270 |                         for (key, value) in httpHeaders {
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:276:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
274 |
275 |                     let redirectResponse = Response(
276 |                         try await URLSession.shared.data(from: redirectURL)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
277 |                     )
278 |                     return redirectResponse
[585/597] Compiling FaviconFinder FaviconURLSession.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Extensions/URLResponse+StringEncoding.swift:15:1: error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
13 | /// from the response's text encoding name.
14 | ///
15 | extension URLResponse {
   | `- error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
16 |
17 |     /// Determines the string encoding of the response based on the `textEncodingName` property.
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:195:27: error: cannot find 'URLRequest' in scope
193 |         ) async throws -> Response {
194 |             // Create our request
195 |             var request = URLRequest(url: url)
    |                           `- error: cannot find 'URLRequest' in scope
196 |
197 |             // If there's HTTP headers, add them
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:206:38: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
204 |             // Fetch our response
205 |             let response = Response(
206 |                 try await URLSession.shared.data(for: request)
    |                                      `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
207 |             )
208 |
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:249:74: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
247 |                     }
248 |
249 |                     let redirectResponse = Response(try await URLSession.shared.data(from: redirectURL))
    |                                                                          `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
250 |                     return redirectResponse
251 |                 }
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:268:43: error: cannot find 'URLRequest' in scope
266 |                     }
267 |
268 |                     var redirectRequest = URLRequest(url: redirectURL)
    |                                           `- error: cannot find 'URLRequest' in scope
269 |                     if let httpHeaders {
270 |                         for (key, value) in httpHeaders {
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:276:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
274 |
275 |                     let redirectResponse = Response(
276 |                         try await URLSession.shared.data(from: redirectURL)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
277 |                     )
278 |                     return redirectResponse
[586/597] Compiling FaviconFinder Regex.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Extensions/URLResponse+StringEncoding.swift:15:1: error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
13 | /// from the response's text encoding name.
14 | ///
15 | extension URLResponse {
   | `- error: non-nominal type 'URLResponse' (aka 'AnyObject') cannot be extended
16 |
17 |     /// Determines the string encoding of the response based on the `textEncodingName` property.
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:195:27: error: cannot find 'URLRequest' in scope
193 |         ) async throws -> Response {
194 |             // Create our request
195 |             var request = URLRequest(url: url)
    |                           `- error: cannot find 'URLRequest' in scope
196 |
197 |             // If there's HTTP headers, add them
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:206:38: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
204 |             // Fetch our response
205 |             let response = Response(
206 |                 try await URLSession.shared.data(for: request)
    |                                      `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
207 |             )
208 |
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:249:74: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
247 |                     }
248 |
249 |                     let redirectResponse = Response(try await URLSession.shared.data(from: redirectURL))
    |                                                                          `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
250 |                     return redirectResponse
251 |                 }
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:268:43: error: cannot find 'URLRequest' in scope
266 |                     }
267 |
268 |                     var redirectRequest = URLRequest(url: redirectURL)
    |                                           `- error: cannot find 'URLRequest' in scope
269 |                     if let httpHeaders {
270 |                         for (key, value) in httpHeaders {
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/FaviconURLSession.swift:276:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
274 |
275 |                     let redirectResponse = Response(
276 |                         try await URLSession.shared.data(from: redirectURL)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
277 |                     )
278 |                     return redirectResponse
[587/597] Compiling FaviconFinder Response.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:64:32: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 62 |     /// - Parameter rawResponse: A tuple containing the response `Data` and `URLResponse`.
 63 |     ///
 64 |     init(_ rawResponse: (Data, URLResponse)) {
    |                                `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:66:43: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'encoding'
 64 |     init(_ rawResponse: (Data, URLResponse)) {
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
    |                                           `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'encoding'
 67 |     }
 68 |
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
[588/597] Compiling FaviconFinder Favicon.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:64:32: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 62 |     /// - Parameter rawResponse: A tuple containing the response `Data` and `URLResponse`.
 63 |     ///
 64 |     init(_ rawResponse: (Data, URLResponse)) {
    |                                `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:66:43: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'encoding'
 64 |     init(_ rawResponse: (Data, URLResponse)) {
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
    |                                           `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'encoding'
 67 |     }
 68 |
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
[589/597] Compiling FaviconFinder FaviconError.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:64:32: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 62 |     /// - Parameter rawResponse: A tuple containing the response `Data` and `URLResponse`.
 63 |     ///
 64 |     init(_ rawResponse: (Data, URLResponse)) {
    |                                `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FaviconFinder/Toolbox/Response.swift:66:43: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'encoding'
 64 |     init(_ rawResponse: (Data, URLResponse)) {
 65 |         self.data = rawResponse.0
 66 |         self.textEncoding = rawResponse.1.encoding
    |                                           `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'encoding'
 67 |     }
 68 |
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
[590/597] Compiling FaviconFinder FaviconFormatType.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:67:27: error: cannot find 'Image' in scope
65 |     ///
66 |     init(data: Data) throws {
67 |         guard let image = Image(data: data) else {
   |                           `- error: cannot find 'Image' in scope
68 |             throw FaviconError.invalidImage
69 |         }
[591/597] Compiling FaviconFinder FaviconImage.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:67:27: error: cannot find 'Image' in scope
65 |     ///
66 |     init(data: Data) throws {
67 |         guard let image = Image(data: data) else {
   |                           `- error: cannot find 'Image' in scope
68 |             throw FaviconError.invalidImage
69 |         }
[592/597] Compiling FaviconFinder FaviconSize.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:66:16: error: cannot find type 'Data' in scope
64 |     /// - Throws: `FaviconError.invalidImage` if the image cannot be created from the data.
65 |     ///
66 |     init(data: Data) throws {
   |                `- error: cannot find type 'Data' in scope
67 |         guard let image = Image(data: data) else {
68 |             throw FaviconError.invalidImage
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:94:15: error: cannot find type 'CGFloat' in scope
92 |     /// On other platforms, it multiplies the width and height to give a total size.
93 |     ///
94 |     var size: CGFloat {
   |               `- error: cannot find type 'CGFloat' in scope
95 |         return self.image.size.width * self.image.size.height
96 |     }
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:67:27: error: cannot find 'Image' in scope
65 |     ///
66 |     init(data: Data) throws {
67 |         guard let image = Image(data: data) else {
   |                           `- error: cannot find 'Image' in scope
68 |             throw FaviconError.invalidImage
69 |         }
[593/597] Compiling FaviconFinder String+Removals.swift
[594/597] Compiling FaviconFinder String+URLQuery.swift
[595/597] Compiling FaviconFinder URL+Parsing.swift
[596/597] Compiling FaviconFinder FaviconSourceType.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
[597/597] Compiling FaviconFinder FaviconURL.swift
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:41:22: error: cannot find type 'Data' in scope
39 |
40 |     /// The raw data that makes up the image.
41 |     public let data: Data
   |                      `- error: cannot find type 'Data' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
/host/spi-builder-workspace/Sources/FaviconFinder/Types/FaviconImage.swift:44:23: error: cannot find type 'Image' in scope
42 |
43 |     /// The platform-specific image type (e.g., `UIImage` for iOS, `NSImage` for macOS, or `Image` for Linux).
44 |     public let image: Image
   |                       `- error: cannot find type 'Image' in scope
45 |
46 |     // MARK: - Lifecycle
BUILD FAILURE 6.1 android