The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftyESBuild, reference main (ba86ab), with Swift 6.1 for Linux on 28 Apr 2025 00:34:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/SwiftyESBuild.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/tuist/SwiftyESBuild
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ba86abe Update dependency swift-server/async-http-client to from: "1.23.0"
Cloned https://github.com/tuist/SwiftyESBuild.git
Revision (git rev-parse @):
ba86abefb8e6bd538cbbedf118ae0bf898a85ded
SUCCESS checkout https://github.com/tuist/SwiftyESBuild.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tuist/SwiftyESBuild.git
https://github.com/tuist/SwiftyESBuild.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.1",
            "upper_bound" : "0.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "1.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "1.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "1.24.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "SwiftyESBuild",
  "name" : "SwiftyESBuild",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyESBuild",
      "targets" : [
        "SwiftyESBuild"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyESBuildTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyESBuildTests",
      "path" : "Tests/SwiftyESBuildTests",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "sources" : [
        "SwiftyESBuildTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyESBuild"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyESBuild",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyESBuild",
      "path" : "Sources/SwiftyESBuild",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "Logging",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "SwiftyESBuild"
      ],
      "sources" : [
        "ArchitectureDetector.swift",
        "ChecksumValidator.swift",
        "Downloader.swift",
        "ESBuildVersion.swift",
        "Executor.swift",
        "SwiftyESBuild.swift",
        "Tar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-tools-support-core.git
[1/2049] Fetching swift-docc-plugin
[227/5885] Fetching swift-docc-plugin, swift-log
[1206/12603] Fetching swift-docc-plugin, swift-log, swift-tools-support-core
[9846/26390] Fetching swift-docc-plugin, swift-log, swift-tools-support-core, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.47s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.71s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.71s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.92s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.6.1 (0.94s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.62s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.23.1 (0.44s)
Fetching https://github.com/apple/swift-atomics.git
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-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5662] Fetching swift-nio-extras
[454/11565] Fetching swift-nio-extras, swift-algorithms
[4462/14184] Fetching swift-nio-extras, swift-algorithms, swift-nio-transport-services
[10598/25676] Fetching swift-nio-extras, swift-algorithms, swift-nio-transport-services, swift-nio-http2
[13296/27381] Fetching swift-nio-extras, swift-algorithms, swift-nio-transport-services, swift-nio-http2, swift-atomics
[17120/42174] Fetching swift-nio-extras, swift-algorithms, swift-nio-transport-services, swift-nio-http2, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.45s)
[14291/36271] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-atomics, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.51s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.51s)
[10902/31947] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
[26031/107383] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.09s)
[25203/95891] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.76s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.77s)
[50543/75436] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (7.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.77s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.27s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.70s)
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 (0.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.73s)
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.34s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.49s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[69/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.71s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.50s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.54s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.26.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.4.2
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.23.1
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-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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.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-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-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.6.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/449] Write sources
[24/449] Compiling CNIOWindows shim.c
[25/449] Compiling CNIOWASI CNIOWASI.c
[25/449] Write sources
[29/449] Compiling TSCclibc libc.c
[29/449] Compiling _NumericsShims _NumericsShims.c
[31/449] Compiling CSystem shims.c
[32/449] Compiling TSCclibc process.c
[33/449] Compiling CNIOWindows WSAStartup.c
[34/449] Compiling _AtomicsShims.c
[35/449] Compiling CNIOLinux liburing_shims.c
[36/449] Compiling CNIOLLHTTP c_nio_http.c
[37/449] Compiling CNIODarwin shim.c
[38/449] Compiling CNIOExtrasZlib empty.c
[39/449] Compiling CNIOLLHTTP c_nio_api.c
[39/449] Compiling CNIOLinux shim.c
[41/449] Compiling fiat_p256_adx_mul.S
[42/449] Compiling fiat_curve25519_adx_square.S
[43/449] Compiling fiat_p256_adx_sqr.S
[44/449] Compiling fiat_curve25519_adx_mul.S
[45/449] Write swift-version-24593BA9C3E375BF.txt
[46/449] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/449] Compiling CNIOBoringSSLShims shims.c
[48/455] Compiling tls_record.cc
[49/455] Compiling tls13_enc.cc
[50/457] Compiling tls_method.cc
[52/457] Emitting module TSCLibc
[52/457] Compiling tls13_server.cc
[53/490] Compiling tls13_client.cc
[54/490] Compiling tls13_both.cc
[56/517] Emitting module SystemPackage
[56/520] Compiling t1_enc.cc
[58/520] Compiling _NIOBase64 Base64.swift
[59/520] Emitting module _NIOBase64
[60/520] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[61/520] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[62/523] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/523] Compiling InternalCollectionsUtilities Specialize.swift
[64/523] Compiling RealModule Float80+Real.swift
[65/523] Emitting module RealModule
[66/523] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[67/523] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[68/523] Compiling RealModule Real.swift
[69/524] Emitting module InternalCollectionsUtilities
[70/524] Compiling SystemPackage MachPort.swift
[71/524] Compiling SystemPackage PlatformString.swift
[72/524] Compiling SystemPackage SystemString.swift
[74/524] Compiling RealModule Float+Real.swift
[75/524] Compiling RealModule Float16+Real.swift
[76/524] Compiling RealModule ElementaryFunctions.swift
[77/524] Compiling InternalCollectionsUtilities _SortedCollection.swift
[78/524] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[79/524] Compiling InternalCollectionsUtilities Debugging.swift
[80/524] Compiling InternalCollectionsUtilities Descriptions.swift
[81/524] Compiling _NIODataStructures _TinyArray.swift
[82/524] Compiling _NIODataStructures PriorityQueue.swift
[83/524] Compiling SystemPackage Util+StringArray.swift
[84/524] Compiling SystemPackage Util.swift
[85/524] Compiling SystemPackage UtilConsumers.swift
[88/524] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[89/524] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[90/524] Compiling InternalCollectionsUtilities Integer rank.swift
[91/524] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[92/524] Compiling InternalCollectionsUtilities UInt+reversed.swift
[93/524] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[104/524] Compiling RealModule RealFunctions.swift
[105/525] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[106/525] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[109/526] Compiling Logging MetadataProvider.swift
[112/526] Compiling SystemPackage Syscalls.swift
[113/526] Compiling SystemPackage WindowsSyscallAdapters.swift
[114/526] Compiling TSCLibc libc.swift
[115/526] Emitting module Logging
[116/526] Compiling Logging Locks.swift
[117/527] Compiling SystemPackage Backcompat.swift
[118/527] Compiling SystemPackage CInterop.swift
[119/527] Compiling SystemPackage Constants.swift
[120/527] Compiling SystemPackage Exports.swift
[129/527] Compiling Logging LogHandler.swift
[130/527] Compiling Logging Logging.swift
[131/528] Emitting module _NIODataStructures
[132/529] Compiling _NIODataStructures Heap.swift
[136/585] Compiling ssl_versions.cc
[138/585] Compiling TSCBasic DictionaryExtensions.swift
[139/585] Compiling TSCBasic DictionaryLiteralExtensions.swift
[139/587] Compiling ssl_x509.cc
[141/587] Compiling DequeModule _DequeBuffer.swift
[142/587] Compiling DequeModule _DequeBufferHeader.swift
[143/587] Compiling TSCBasic FileSystem.swift
[144/587] Compiling TSCBasic GraphAlgorithms.swift
[144/587] Compiling ssl_stat.cc
[145/587] Compiling ssl_transcript.cc
[147/587] Compiling TSCBasic CodableResult.swift
[148/587] Compiling TSCBasic CollectionAlgorithms.swift
[149/587] Compiling DequeModule _DequeSlot.swift
[150/587] Compiling DequeModule _UnsafeWrappedBuffer.swift
[151/587] Compiling TSCBasic CollectionExtensions.swift
[152/587] Compiling TSCBasic Condition.swift
[153/587] Compiling TSCBasic DeltaAlgorithm.swift
[154/587] Compiling TSCBasic DiagnosticsEngine.swift
[155/587] Compiling TSCBasic EditDistance.swift
[156/587] Compiling TSCBasic FileInfo.swift
[157/587] Emitting module DequeModule
[158/588] Compiling ssl_privkey.cc
[159/588] Compiling ssl_file.cc
[160/588] Compiling ssl_session.cc
[161/588] Compiling ssl_key_share.cc
[162/588] Compiling ssl_credential.cc
[163/588] Compiling ssl_lib.cc
[164/588] Compiling ssl_cipher.cc
[165/588] Compiling ssl_buffer.cc
[166/588] Compiling ssl_cert.cc
[167/588] Compiling ssl_aead_ctx.cc
[168/588] Compiling ssl_asn1.cc
[170/588] Compiling TSCBasic Result.swift
[171/588] Compiling TSCBasic SortedArray.swift
[172/588] Compiling TSCBasic StringConversions.swift
[173/588] Compiling TSCBasic SynchronizedQueue.swift
[174/588] Compiling TSCBasic TemporaryFile.swift
[175/593] Emitting module TSCBasic
[182/593] Compiling TSCBasic HashAlgorithms.swift
[183/593] Compiling TSCBasic JSON.swift
[184/593] Compiling TSCBasic JSONMapper.swift
[185/593] Compiling TSCBasic KeyedPair.swift
[186/593] Compiling TSCBasic LazyCache.swift
[187/593] Compiling TSCBasic Lock.swift
[198/593] Compiling TSCBasic CacheableSequence.swift
[199/593] Compiling TSCBasic Closable.swift
[200/593] Compiling TSCBasic OSLog.swift
[201/593] Compiling TSCBasic ObjectIdentifierProtocol.swift
[202/593] Compiling TSCBasic OrderedDictionary.swift
[203/593] Compiling TSCBasic OrderedSet.swift
[204/593] Compiling TSCBasic Path.swift
[205/593] Compiling TSCBasic PathShims.swift
[206/593] Compiling TSCBasic Process.swift
[207/593] Compiling TSCBasic ProcessEnv.swift
[208/593] Compiling TSCBasic ProcessSet.swift
[209/593] Compiling TSCBasic RegEx.swift
[209/593] Compiling s3_pkt.cc
[210/593] Compiling s3_lib.cc
[211/593] Compiling s3_both.cc
[212/593] Compiling handshake_server.cc
[213/593] Compiling handshake_client.cc
[214/593] Compiling handshake.cc
[216/593] Compiling TSCBasic TerminalController.swift
[217/593] Compiling TSCBasic Thread.swift
[218/593] Compiling TSCBasic Tuple.swift
[219/593] Compiling TSCBasic WritableByteStream.swift
[220/593] Compiling TSCBasic misc.swift
[220/594] Compiling handoff.cc
[222/594] Compiling encrypted_client_hello.cc
[223/629] Compiling dtls_record.cc
[224/629] Compiling extensions.cc
[225/629] Compiling md5-x86_64-linux.S
[226/629] Compiling md5-x86_64-apple.S
[227/629] Compiling md5-586-linux.S
[228/629] Compiling dtls_method.cc
[229/629] Compiling md5-586-apple.S
[230/629] Compiling d1_srtp.cc
[231/629] Compiling d1_pkt.cc
[232/629] Compiling chacha20_poly1305_armv8-win.S
[233/629] Compiling chacha20_poly1305_x86_64-apple.S
[234/629] Compiling chacha20_poly1305_x86_64-linux.S
[235/629] Compiling chacha20_poly1305_armv8-linux.S
[236/629] Compiling chacha20_poly1305_armv8-apple.S
[237/629] Compiling chacha-x86_64-apple.S
[238/629] Compiling chacha-x86_64-linux.S
[239/629] Compiling chacha-x86-linux.S
[240/629] Compiling chacha-x86-apple.S
[241/629] Compiling chacha-armv8-win.S
[242/629] Compiling chacha-armv8-linux.S
[243/629] Compiling chacha-armv8-apple.S
[244/629] Compiling chacha-armv4-linux.S
[246/629] Compiling TSCUtility Tracing.swift
[247/629] Compiling TSCUtility Triple.swift
[248/629] Compiling TSCUtility URL.swift
[249/629] Compiling TSCUtility Verbosity.swift
[249/629] Compiling err_data.cc
[251/633] Emitting module TSCUtility
[251/633] Compiling aes128gcmsiv-x86_64-linux.S
[252/633] Compiling aes128gcmsiv-x86_64-apple.S
[253/633] Compiling x86_64-mont5-apple.S
[254/633] Compiling x86_64-mont5-linux.S
[255/633] Compiling x86_64-mont-linux.S
[256/633] Compiling x86_64-mont-apple.S
[257/633] Compiling x86-mont-linux.S
[258/633] Compiling x86-mont-apple.S
[259/633] Compiling vpaes-x86_64-linux.S
[260/633] Compiling vpaes-x86_64-apple.S
[261/633] Compiling vpaes-x86-linux.S
[262/633] Compiling vpaes-armv8-win.S
[263/633] Compiling d1_lib.cc
[264/633] Compiling vpaes-x86-apple.S
[265/633] Compiling vpaes-armv8-linux.S
[266/633] Compiling vpaes-armv8-apple.S
[267/633] Compiling vpaes-armv7-linux.S
[268/633] Compiling sha512-x86_64-linux.S
[269/633] Compiling sha512-armv8-win.S
[270/633] Compiling sha512-x86_64-apple.S
[271/633] Compiling sha512-armv8-apple.S
[272/633] Compiling sha512-armv8-linux.S
[273/633] Compiling sha512-armv4-linux.S
[274/633] Compiling sha512-586-apple.S
[275/633] Compiling sha512-586-linux.S
[276/633] Compiling sha256-armv8-apple.S
[277/633] Compiling sha256-x86_64-apple.S
[278/633] Compiling sha256-armv8-linux.S
[279/633] Compiling sha256-armv8-win.S
[280/633] Compiling sha256-x86_64-linux.S
[281/633] Compiling sha256-armv4-linux.S
[282/633] Compiling sha256-586-linux.S
[283/633] Compiling sha256-586-apple.S
[284/633] Compiling sha1-x86_64-apple.S
[285/633] Compiling sha1-armv8-win.S
[286/633] Compiling bio_ssl.cc
[287/633] Compiling sha1-armv8-linux.S
[288/633] Compiling sha1-x86_64-linux.S
[289/633] Compiling sha1-armv8-apple.S
[290/633] Compiling sha1-586-linux.S
[291/633] Compiling sha1-586-apple.S
[292/633] Compiling d1_both.cc
[293/633] Compiling sha1-armv4-large-linux.S
[294/633] Compiling rsaz-avx2-linux.S
[295/633] Compiling rsaz-avx2-apple.S
[296/633] Compiling rdrand-x86_64-linux.S
[297/633] Compiling p256_beeu-x86_64-asm-linux.S
[298/633] Compiling p256_beeu-armv8-asm-win.S
[299/633] Compiling p256_beeu-x86_64-asm-apple.S
[300/633] Compiling rdrand-x86_64-apple.S
[301/633] Compiling p256_beeu-armv8-asm-apple.S
[302/633] Compiling p256_beeu-armv8-asm-linux.S
[303/633] Compiling p256-x86_64-asm-apple.S
[304/633] Compiling p256-x86_64-asm-linux.S
[304/633] Compiling p256-armv8-asm-win.S
[306/633] Compiling p256-armv8-asm-linux.S
[308/633] Compiling TSCUtility Context.swift
[309/633] Compiling TSCUtility Diagnostics.swift
[310/633] Compiling TSCUtility FSWatch.swift
[311/633] Compiling TSCUtility FloatingPointExtensions.swift
[312/633] Compiling TSCUtility Git.swift
[312/633] Compiling p256-armv8-asm-apple.S
[313/633] Compiling ghashv8-armv8-win.S
[314/633] Compiling ghashv8-armv8-apple.S
[315/633] Compiling ghashv8-armv8-linux.S
[315/633] Compiling ghashv8-armv7-linux.S
[317/633] Compiling ghash-x86_64-linux.S
[318/633] Compiling ghash-x86-linux.S
[319/633] Compiling ghash-x86_64-apple.S
[320/633] Compiling ghash-ssse3-x86_64-apple.S
[321/633] Compiling ghash-x86-apple.S
[322/633] Compiling ghash-ssse3-x86-linux.S
[324/633] Compiling TSCUtility Version.swift
[325/633] Compiling TSCUtility Versioning.swift
[326/633] Compiling TSCUtility dlopen.swift
[327/633] Compiling TSCUtility misc.swift
[327/633] Compiling ghash-neon-armv8-win.S
[328/633] Compiling ghash-ssse3-x86_64-linux.S
[329/633] Compiling ghash-ssse3-x86-apple.S
[330/633] Compiling ghash-neon-armv8-linux.S
[331/633] Compiling ghash-armv4-linux.S
[332/633] Compiling ghash-neon-armv8-apple.S
[333/633] Compiling co-586-apple.S
[334/633] Compiling bn-armv8-win.S
[335/633] Compiling co-586-linux.S
[336/633] Compiling bsaes-armv7-linux.S
[337/633] Compiling bn-armv8-linux.S
[338/633] Compiling bn-586-linux.S
[338/633] Compiling bn-armv8-apple.S
[340/633] Compiling armv8-mont-win.S
[341/633] Compiling bn-586-apple.S
[342/633] Compiling armv8-mont-apple.S
[343/633] Compiling armv8-mont-linux.S
[344/633] Compiling aesv8-gcm-armv8-apple.S
[345/633] Compiling aesv8-gcm-armv8-win.S
[346/633] Compiling aesv8-gcm-armv8-linux.S
[347/633] Compiling armv4-mont-linux.S
[348/633] Compiling aesv8-armv8-win.S
[349/633] Compiling aesni-x86-linux.S
[349/633] Compiling aesni-x86_64-apple.S
[351/633] Compiling aesv8-armv8-apple.S
[352/633] Compiling aesv8-armv8-linux.S
[353/633] Compiling aesv8-armv7-linux.S
[354/633] Compiling aesni-x86-apple.S
[355/633] Compiling aesni-x86_64-linux.S
[356/633] Compiling aes-gcm-avx2-x86_64-linux.S
[357/633] Compiling aesni-gcm-x86_64-apple.S
[358/633] Compiling aes-gcm-avx2-x86_64-apple.S
[359/633] Compiling aesni-gcm-x86_64-linux.S
[360/633] Compiling aes-gcm-avx10-x86_64-apple.S
[361/633] Compiling aes-gcm-avx10-x86_64-linux.S
[363/633] Compiling TSCUtility Bitstream.swift
[364/633] Compiling TSCUtility BitstreamReader.swift
[365/633] Compiling TSCUtility BitstreamWriter.swift
[366/633] Compiling TSCUtility BuildFlags.swift
[367/633] Compiling TSCUtility CollectionExtensions.swift
[368/633] Compiling TSCUtility Hex.swift
[369/633] Compiling TSCUtility IndexStore.swift
[370/633] Compiling TSCUtility InterruptHandler.swift
[371/633] Compiling TSCUtility JSONMessageStreamingParser.swift
[372/633] Compiling TSCUtility Netrc.swift
[373/633] Compiling TSCUtility Archiver.swift
[374/633] Compiling TSCUtility ArgumentParser.swift
[375/633] Compiling TSCUtility ArgumentParserShellCompletion.swift
[376/633] Compiling TSCUtility Array+Extensions.swift
[377/633] Compiling TSCUtility Bits.swift
[378/633] Compiling TSCUtility ProgressAnimation.swift
[379/633] Compiling TSCUtility SerializedDiagnostics.swift
[380/633] Compiling TSCUtility SimplePersistence.swift
[381/633] Compiling TSCUtility StringExtensions.swift
[382/633] Compiling TSCUtility StringMangling.swift
[383/633] Compiling TSCUtility OSLog.swift
[384/633] Compiling TSCUtility OrderedZip.swift
[385/633] Compiling TSCUtility PkgConfig.swift
[386/633] Compiling TSCUtility Platform.swift
[387/633] Compiling TSCUtility PolymorphicCodable.swift
[388/634] Compiling x_x509a.cc
[389/634] Compiling x_sig.cc
[390/634] Compiling x_pubkey.cc
[391/634] Compiling x_val.cc
[392/634] Compiling x_x509.cc
[393/634] Compiling x_spki.cc
[394/634] Compiling x_req.cc
[395/634] Compiling x_name.cc
[396/634] Compiling x_exten.cc
[397/634] Compiling x509spki.cc
[398/634] Compiling x509rset.cc
[399/634] Compiling x_attrib.cc
[400/634] Compiling x_all.cc
[401/634] Compiling x_algor.cc
[402/634] Compiling x_crl.cc
[403/634] Compiling x509name.cc
[404/634] Compiling x509cset.cc
[405/634] Compiling x509_trs.cc
[406/634] Compiling x509_vfy.cc
[407/634] Compiling x509_txt.cc
[408/634] Compiling x509_vpm.cc
[409/634] Compiling x509_req.cc
[410/634] Compiling x509_v3.cc
[411/634] Compiling x509_set.cc
[412/634] Compiling x509_ext.cc
[413/634] Compiling x509_cmp.cc
[414/634] Compiling x509_obj.cc
[415/634] Compiling x509_lu.cc
[416/634] Compiling x509_d2.cc
[417/634] Compiling x509.cc
[418/634] Compiling x509_att.cc
[419/634] Compiling x509_def.cc
[420/634] Compiling v3_utl.cc
[421/634] Compiling v3_pmaps.cc
[422/634] Compiling v3_prn.cc
[423/634] Compiling v3_skey.cc
[424/634] Compiling v3_ocsp.cc
[425/634] Compiling v3_purp.cc
[426/634] Compiling v3_pcons.cc
[427/634] Compiling v3_ncons.cc
[428/634] Compiling v3_lib.cc
[429/634] Compiling v3_ia5.cc
[430/634] Compiling v3_int.cc
[431/634] Compiling v3_genn.cc
[432/634] Compiling v3_info.cc
[433/634] Compiling v3_extku.cc
[434/634] Compiling v3_enum.cc
[435/634] Compiling v3_crld.cc
[436/634] Compiling v3_cpols.cc
[437/634] Compiling v3_bitst.cc
[438/634] Compiling v3_bcons.cc
[439/634] Compiling v3_conf.cc
[440/634] Compiling v3_akeya.cc
[441/634] Compiling t_x509.cc
[442/634] Compiling v3_alt.cc
[443/634] Compiling v3_akey.cc
[444/634] Compiling i2d_pr.cc
[445/634] Compiling t_req.cc
[446/634] Compiling t_x509a.cc
[447/634] Compiling rsa_pss.cc
[448/634] Compiling t_crl.cc
[449/634] Compiling by_file.cc
[450/634] Compiling policy.cc
[451/634] Compiling name_print.cc
[452/634] Compiling algorithm.cc
[453/634] Compiling asn1_gen.cc
[454/634] Compiling a_sign.cc
[455/634] Compiling a_verify.cc
[456/634] Compiling by_dir.cc
[457/634] Compiling a_digest.cc
[458/634] Compiling thread_win.cc
[459/634] Compiling voprf.cc
[460/634] Compiling trust_token.cc
[461/634] Compiling thread.cc
[462/634] Compiling thread_pthread.cc
[463/634] Compiling thread_none.cc
[464/634] Compiling pmbtoken.cc
[465/634] Compiling stack.cc
[466/634] Compiling sha256.cc
[467/634] Compiling siphash.cc
[468/634] Compiling sha512.cc
[469/634] Compiling sha1.cc
[470/634] Compiling rsa_extra.cc
[471/634] Compiling slhdsa.cc
[472/634] Compiling rsa_print.cc
[473/634] Compiling spake2plus.cc
[474/634] Compiling rc4.cc
[475/634] Compiling refcount.cc
[476/634] Compiling rsa_crypt.cc
[477/634] Compiling trusty.cc
[478/634] Compiling rand.cc
[479/634] Compiling windows.cc
[480/634] Compiling urandom.cc
[481/634] Compiling getentropy.cc
[482/634] Compiling rsa_asn1.cc
[483/634] Compiling passive.cc
[484/634] Compiling ios.cc
[485/634] Compiling poly1305_arm_asm.S
[486/634] Compiling forkunsafe.cc
[487/634] Compiling deterministic.cc
[488/634] Compiling fork_detect.cc
[489/634] Compiling poly1305_arm.cc
[490/634] Compiling pool.cc
[491/634] Compiling poly1305_vec.cc
[492/634] Compiling poly1305.cc
[493/634] Compiling pkcs7.cc
[494/634] Compiling pkcs7_x509.cc
[495/634] Compiling pem_x509.cc
[496/634] Compiling pkcs8_x509.cc
[497/634] Compiling p5_pbev2.cc
[498/634] Compiling pem_xaux.cc
[498/634] Compiling pkcs8.cc
[500/634] Compiling pem_pkey.cc
[501/634] Compiling pem_pk8.cc
[502/634] Compiling obj.cc
[503/634] Compiling obj_xref.cc
[504/634] Compiling mlkem.cc
[505/634] Compiling mldsa.cc
[506/634] Compiling pem_info.cc
[507/634] Compiling mem.cc
[508/634] Compiling md5.cc
[509/634] Compiling pem_oth.cc
[510/634] Compiling pem_lib.cc
[511/634] Compiling fips_shared_support.cc
[512/634] Compiling md4.cc
[513/634] Compiling pem_all.cc
[514/634] Compiling lhash.cc
[515/634] Compiling poly_rq_mul.S
[516/634] Compiling ex_data.cc
[517/634] Compiling sign.cc
[518/634] Compiling scrypt.cc
[519/634] Compiling kyber.cc
[520/634] Compiling hrss.cc
[521/634] Compiling hpke.cc
[522/634] Compiling print.cc
[523/634] Compiling pbkdf.cc
[524/634] Compiling p_x25519.cc
[525/634] Compiling p_x25519_asn1.cc
[526/634] Compiling p_rsa.cc
[527/634] Compiling p_ed25519.cc
[528/634] Compiling p_hkdf.cc
[528/634] Compiling p_rsa_asn1.cc
[530/634] Compiling p_ed25519_asn1.cc
[531/634] Compiling p_ec_asn1.cc
[532/634] Compiling p_ec.cc
[533/634] Compiling p_dh.cc
[534/634] Compiling p_dh_asn1.cc
[535/634] Compiling evp_ctx.cc
[536/634] Compiling p_dsa_asn1.cc
[537/634] Compiling err.cc
[538/634] Compiling engine.cc
[539/634] Compiling evp.cc
[540/634] Compiling ecdh.cc
[541/634] Compiling ec_derive.cc
[542/634] Compiling evp_asn1.cc
[543/634] Compiling ecdsa_asn1.cc
[544/634] Compiling hash_to_curve.cc
[545/634] Compiling dsa.cc
[546/634] Compiling params.cc
[547/634] Compiling ec_asn1.cc
[548/634] Compiling des.cc
[549/634] Compiling dsa_asn1.cc
[550/634] Compiling x25519-asm-arm.S
[551/634] Compiling digest_extra.cc
[552/634] Compiling dh_asn1.cc
[553/634] Compiling crypto.cc
[554/634] Compiling cpu_intel.cc
[555/634] Compiling cpu_aarch64_win.cc
[556/634] Compiling spake25519.cc
[557/634] Compiling cpu_arm_freebsd.cc
[558/634] Compiling cpu_arm_linux.cc
[559/634] Compiling curve25519.cc
[560/634] Compiling curve25519_64_adx.cc
[561/634] Compiling bcm.cc
[562/634] Compiling cpu_aarch64_sysreg.cc
[563/634] Compiling cpu_aarch64_openbsd.cc
[564/634] Compiling cpu_aarch64_linux.cc
[565/634] Compiling cpu_aarch64_fuchsia.cc
[566/634] Compiling cpu_aarch64_apple.cc
[567/634] Compiling conf.cc
[568/634] Compiling get_cipher.cc
[569/634] Compiling tls_cbc.cc
[570/634] Compiling e_tls.cc
[571/634] Compiling e_null.cc
[572/634] Compiling e_rc4.cc
[573/634] Compiling e_rc2.cc
[574/634] Compiling e_des.cc
[575/634] Compiling e_chacha20poly1305.cc
[576/634] Compiling e_aesgcmsiv.cc
[577/634] Compiling derive_key.cc
[578/634] Compiling e_aesctrhmac.cc
[579/634] Compiling chacha.cc
[580/634] Compiling unicode.cc
[581/634] Compiling ber.cc
[582/634] Compiling cbb.cc
[583/634] Compiling cbs.cc
[584/634] Compiling asn1_compat.cc
[585/634] Compiling buf.cc
[586/634] Compiling blake2.cc
[587/634] Compiling socket_helper.cc
[588/634] Compiling bn_asn1.cc
[589/634] Compiling printf.cc
[590/634] Compiling fd.cc
[590/634] Compiling convert.cc
[592/634] Compiling socket.cc
[593/634] Compiling file.cc
[594/634] Compiling pair.cc
[595/634] Compiling hexdump.cc
[596/634] Compiling errno.cc
[597/634] Compiling bio_mem.cc
[598/634] Compiling base64.cc
[599/634] Compiling tasn_typ.cc
[600/634] Compiling connect.cc
[601/634] Compiling bio.cc
[602/634] Compiling tasn_new.cc
[603/634] Compiling tasn_utl.cc
[604/634] Compiling posix_time.cc
[605/634] Compiling tasn_fre.cc
[606/634] Compiling tasn_enc.cc
[607/634] Compiling tasn_dec.cc
[608/634] Compiling f_int.cc
[609/634] Compiling f_string.cc
[610/634] Compiling asn_pack.cc
[611/634] Compiling asn1_par.cc
[612/634] Compiling a_utctm.cc
[613/634] Compiling asn1_lib.cc
[614/634] Compiling a_time.cc
[615/634] Compiling a_strnid.cc
[616/634] Compiling a_type.cc
[617/634] Compiling a_strex.cc
[618/634] Compiling a_octet.cc
[619/634] Compiling a_i2d_fp.cc
[620/634] Compiling a_object.cc
[621/634] Compiling a_d2i_fp.cc
[622/634] Compiling a_dup.cc
[623/634] Compiling a_mbstr.cc
[624/634] Write sources
[625/634] Compiling a_bitstr.cc
[625/634] Write sources
[628/634] Compiling a_int.cc
[629/634] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[630/634] Compiling a_bool.cc
[630/634] Compiling a_gentm.cc
[633/678] Compiling Algorithms Chunked.swift
[634/678] Compiling Algorithms Combinations.swift
[635/680] Compiling Algorithms AdjacentPairs.swift
[636/680] Compiling Algorithms Chain.swift
[637/680] Compiling Algorithms Joined.swift
[638/680] Compiling Algorithms Keyed.swift
[639/680] Compiling Algorithms MinMax.swift
[640/680] Compiling Algorithms Grouped.swift
[641/680] Compiling Algorithms Indexed.swift
[642/680] Compiling Algorithms Intersperse.swift
[643/680] Compiling Algorithms FirstNonNil.swift
[644/680] Compiling Algorithms FlattenCollection.swift
[645/680] Compiling Atomics IntegerOperations.swift
[646/680] Compiling Atomics Unmanaged extensions.swift
[649/680] Compiling Algorithms Suffix.swift
[650/683] Compiling Algorithms RandomSample.swift
[651/683] Compiling Algorithms Reductions.swift
[652/683] Compiling Algorithms Rotate.swift
[653/683] Compiling Algorithms Partition.swift
[654/683] Compiling Algorithms Permutations.swift
[655/683] Compiling Algorithms Product.swift
[659/683] Compiling Algorithms Compacted.swift
[660/683] Compiling Algorithms Cycle.swift
[661/683] Compiling Algorithms EitherSequence.swift
[667/683] Compiling Algorithms Trim.swift
[668/683] Compiling Algorithms Unique.swift
[669/683] Compiling Algorithms Windows.swift
[669/683] Compiling c-nioatomics.c
[671/683] Emitting module Atomics
[683/684] Emitting module Algorithms
[684/685] Compiling c-atomics.c
[686/691] Compiling NIOConcurrencyHelpers lock.swift
[687/691] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[688/691] Compiling NIOConcurrencyHelpers atomics.swift
[689/691] Compiling NIOConcurrencyHelpers NIOLock.swift
[690/691] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[691/691] Emitting module NIOConcurrencyHelpers
[693/751] Compiling NIOCore MarkedCircularBuffer.swift
[694/751] Compiling NIOCore MulticastChannel.swift
[695/751] Compiling NIOCore NIOAny.swift
[696/751] Compiling NIOCore NIOCloseOnErrorHandler.swift
[697/751] Compiling NIOCore NIOLoopBound.swift
[698/751] Compiling NIOCore NIOScheduledCallback.swift
[699/751] Compiling NIOCore NIOSendable.swift
[700/751] Compiling NIOCore RecvByteBufferAllocator.swift
[701/759] Compiling NIOCore GlobalSingletons.swift
[702/759] Compiling NIOCore IO.swift
[703/759] Compiling NIOCore IOData.swift
[704/759] Compiling NIOCore IPProtocol.swift
[705/759] Compiling NIOCore IntegerBitPacking.swift
[706/759] Compiling NIOCore IntegerTypes.swift
[707/759] Compiling NIOCore Interfaces.swift
[708/759] Compiling NIOCore Linux.swift
[709/759] Compiling NIOCore EventLoop.swift
[710/759] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[711/759] Compiling NIOCore EventLoopFuture+Deprecated.swift
[712/759] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[713/759] Compiling NIOCore EventLoopFuture.swift
[714/759] Compiling NIOCore FileDescriptor.swift
[715/759] Compiling NIOCore FileHandle.swift
[716/759] Compiling NIOCore FileRegion.swift
[717/759] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[718/759] Compiling NIOCore SocketAddresses.swift
[719/759] Compiling NIOCore SocketOptionProvider.swift
[720/759] Compiling NIOCore SystemCallHelpers.swift
[721/759] Compiling NIOCore TimeAmount+Duration.swift
[722/759] Compiling NIOCore TypeAssistedChannelHandler.swift
[723/759] Compiling NIOCore UniversalBootstrapSupport.swift
[724/759] Compiling NIOCore Utilities.swift
[725/759] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[726/759] Compiling NIOCore BSDSocketAPI.swift
[727/759] Compiling NIOCore ByteBuffer-aux.swift
[728/759] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[729/759] Compiling NIOCore ByteBuffer-conversions.swift
[730/759] Compiling NIOCore ByteBuffer-core.swift
[731/759] Compiling NIOCore ByteBuffer-hex.swift
[732/759] Compiling NIOCore ByteBuffer-int.swift
[733/759] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[734/759] Compiling NIOCore ChannelPipeline.swift
[735/759] Compiling NIOCore CircularBuffer.swift
[736/759] Compiling NIOCore Codec.swift
[737/759] Compiling NIOCore ConvenienceOptionSupport.swift
[738/759] Compiling NIOCore DeadChannel.swift
[739/759] Compiling NIOCore DispatchQueue+WithFuture.swift
[740/759] Compiling NIOCore EventLoop+Deprecated.swift
[741/759] Compiling NIOCore EventLoop+SerialExecutor.swift
[742/759] Compiling NIOCore ByteBuffer-multi-int.swift
[743/759] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[744/759] Compiling NIOCore ByteBuffer-views.swift
[745/759] Compiling NIOCore Channel.swift
[746/759] Compiling NIOCore ChannelHandler.swift
[747/759] Compiling NIOCore ChannelHandlers.swift
[748/759] Compiling NIOCore ChannelInvoker.swift
[749/759] Compiling NIOCore ChannelOption.swift
[750/759] Emitting module NIOCore
[751/759] Compiling NIOCore AddressedEnvelope.swift
[752/759] Compiling NIOCore AsyncAwaitSupport.swift
[753/759] Compiling NIOCore AsyncChannel.swift
[754/759] Compiling NIOCore AsyncChannelHandler.swift
[755/759] Compiling NIOCore AsyncChannelInboundStream.swift
[756/759] Compiling NIOCore AsyncChannelOutboundWriter.swift
[757/759] Compiling NIOCore NIOAsyncSequenceProducer.swift
[758/759] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[759/759] Compiling NIOCore NIOAsyncWriter.swift
[761/811] Compiling NIOEmbedded AsyncTestingChannel.swift
[762/811] Emitting module NIOEmbedded
[763/811] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[764/811] Compiling NIOEmbedded Embedded.swift
[766/812] Emitting module NIOPosix
[767/818] Compiling NIOPosix ServerSocket.swift
[768/818] Compiling NIOPosix Socket.swift
[769/818] Compiling NIOPosix SocketChannel.swift
[770/818] Compiling NIOPosix SocketProtocols.swift
[771/818] Compiling NIOPosix System.swift
[772/818] Compiling NIOPosix Thread.swift
[773/818] Compiling NIOPosix ThreadPosix.swift
[774/818] Compiling NIOPosix ThreadWindows.swift
[775/818] Compiling NIOPosix UnsafeTransfer.swift
[776/818] Compiling NIOPosix Utilities.swift
[777/818] Compiling NIOPosix VsockAddress.swift
[778/818] Compiling NIOPosix VsockChannelEvents.swift
[779/818] Compiling NIOPosix BSDSocketAPICommon.swift
[780/818] Compiling NIOPosix BSDSocketAPIPosix.swift
[781/818] Compiling NIOPosix BSDSocketAPIWindows.swift
[782/818] Compiling NIOPosix BaseSocket.swift
[783/818] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[784/818] Compiling NIOPosix BaseSocketChannel.swift
[785/818] Compiling NIOPosix BaseStreamSocketChannel.swift
[786/818] Compiling NIOPosix IO.swift
[787/818] Compiling NIOPosix IntegerBitPacking.swift
[788/818] Compiling NIOPosix IntegerTypes.swift
[789/818] Compiling NIOPosix Linux.swift
[790/818] Compiling NIOPosix LinuxCPUSet.swift
[791/818] Compiling NIOPosix LinuxUring.swift
[792/818] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[793/818] Compiling NIOPosix Bootstrap.swift
[794/818] Compiling NIOPosix ControlMessage.swift
[795/818] Compiling NIOPosix DatagramVectorReadManager.swift
[796/818] Compiling NIOPosix Errors+Any.swift
[797/818] Compiling NIOPosix FileDescriptor.swift
[798/818] Compiling NIOPosix GetaddrinfoResolver.swift
[799/818] Compiling NIOPosix HappyEyeballs.swift
[800/818] Compiling NIOPosix PooledRecvBufferAllocator.swift
[801/818] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[802/818] Compiling NIOPosix PosixSingletons.swift
[803/818] Compiling NIOPosix RawSocketBootstrap.swift
[804/818] Compiling NIOPosix Resolver.swift
[805/818] Compiling NIOPosix Selectable.swift
[806/818] Compiling NIOPosix SelectableChannel.swift
[807/818] Compiling NIOPosix SelectableEventLoop.swift
[808/818] Compiling NIOPosix SelectorEpoll.swift
[809/818] Compiling NIOPosix SelectorGeneric.swift
[810/818] Compiling NIOPosix SelectorKqueue.swift
[811/818] Compiling NIOPosix SelectorUring.swift
[812/818] Compiling NIOPosix NIOThreadPool.swift
[813/818] Compiling NIOPosix NonBlockingFileIO.swift
[814/818] Compiling NIOPosix PendingDatagramWritesManager.swift
[815/818] Compiling NIOPosix PendingWritesManager.swift
[816/818] Compiling NIOPosix PipeChannel.swift
[817/818] Compiling NIOPosix PipePair.swift
[818/818] Compiling NIOPosix Pool.swift
[820/821] Compiling NIO Exports.swift
[821/821] Emitting module NIO
[823/861] Compiling NIOTLS TLSEvents.swift
[824/861] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[825/862] Compiling NIOSOCKS SOCKSResponse.swift
[826/862] Compiling NIOHTTP1 HTTPEncoder.swift
[827/862] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[828/862] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[829/862] Emitting module NIOTLS
[830/862] Compiling NIOHTTP1 ByteCollectionUtils.swift
[831/862] Compiling NIOHTTP1 HTTPDecoder.swift
[832/862] Compiling NIOSOCKS ClientStateMachine.swift
[833/862] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[834/862] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[835/862] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[836/862] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[837/862] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[838/862] Emitting module NIOSOCKS
[839/862] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[840/862] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[841/862] Compiling NIOSOCKS ServerStateMachine.swift
[844/864] Emitting module NIOHTTP1
[845/864] Compiling NIOTLS SNIHandler.swift
[846/865] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[847/865] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[850/866] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[851/866] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[852/866] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[853/866] Emitting module NIOFoundationCompat
[854/867] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[855/867] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[857/918] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[858/918] Compiling NIOTransportServices NIOTSSingletons.swift
[859/918] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[860/918] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[861/918] Compiling NIOTransportServices NIOTSListenerChannel.swift
[862/918] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[863/918] Compiling NIOTransportServices NIOTSErrors.swift
[864/918] Compiling NIOTransportServices NIOTSEventLoop.swift
[865/920] Compiling NIOTransportServices StateManagedChannel.swift
[866/920] Compiling NIOTransportServices StateManagedListenerChannel.swift
[867/920] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[870/920] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[871/920] Compiling NIOTransportServices NIOTSBootstraps.swift
[872/920] Compiling NIOTransportServices NIOTSChannelOptions.swift
[873/920] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[874/920] Compiling NIOTransportServices AcceptHandler.swift
[875/920] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[876/920] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[877/920] Compiling NIOTransportServices NIOTSDatagramListener.swift
[878/920] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[879/920] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[880/920] Emitting module NIOTransportServices
[881/920] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[882/920] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[894/940] Compiling NIOHPACK IndexedHeaderTable.swift
[895/940] Compiling NIOHPACK IntegerCoding.swift
[896/941] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[897/941] Compiling NIOHPACK HuffmanTables.swift
[898/941] Compiling NIOSSL SSLPublicKey.swift
[899/941] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[900/941] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[901/941] Compiling NIOSSL SubjectAlternativeName.swift
[902/944] Emitting module NIOHTTPCompression
[903/944] Compiling NIOHTTPCompression HTTPDecompression.swift
[904/944] Compiling NIOHTTPCompression HTTPCompression.swift
[905/944] Compiling NIOHPACK HPACKEncoder.swift
[906/944] Compiling NIOHPACK HPACKErrors.swift
[909/944] Compiling NIOHPACK StaticHeaderTable.swift
[910/944] Compiling NIOHPACK HuffmanCoding.swift
[911/944] Emitting module NIOHPACK
[912/944] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[913/944] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[914/944] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[918/944] Compiling NIOSSL SSLPrivateKey.swift
[919/945] Compiling NIOHPACK DynamicHeaderTable.swift
[920/945] Compiling NIOHPACK HPACKDecoder.swift
[921/945] Compiling NIOHPACK HPACKHeader.swift
[922/945] Compiling NIOHPACK HeaderTables.swift
[923/945] Emitting module NIOSSL
[940/1004] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[941/1004] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[942/1004] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[943/1004] Compiling NIOHTTP2 HTTP2SettingsState.swift
[944/1004] Compiling NIOHTTP2 StateMachineResult.swift
[945/1004] Compiling NIOHTTP2 ContentLengthVerifier.swift
[946/1004] Compiling NIOHTTP2 DOSHeuristics.swift
[948/1005] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[949/1005] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[950/1005] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[951/1005] Compiling NIOHTTP2 HTTP2StreamID.swift
[952/1005] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[953/1005] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[954/1005] Compiling NIOHTTP2 HTTP2UserEvents.swift
[955/1005] Compiling NIOHTTP2 InboundEventBuffer.swift
[956/1005] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[957/1005] Compiling NIOHTTP2 HasFlowControlWindows.swift
[958/1005] Compiling NIOHTTP2 HasLocalSettings.swift
[959/1005] Compiling NIOHTTP2 HasRemoteSettings.swift
[960/1005] Compiling NIOHTTP2 LocallyQuiescingState.swift
[961/1005] Compiling NIOHTTP2 QuiescingState.swift
[962/1005] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[963/1005] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[964/1013] Compiling NIOHTTP2 ConnectionStateMachine.swift
[965/1013] Compiling NIOHTTP2 ConnectionStreamsState.swift
[966/1013] Compiling NIOHTTP2 MayReceiveFrames.swift
[967/1013] Compiling NIOHTTP2 ReceivingDataState.swift
[968/1013] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[969/1013] Compiling NIOHTTP2 ReceivingHeadersState.swift
[970/1013] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[971/1013] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[972/1013] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[973/1013] Emitting module NIOHTTP2
[974/1013] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[975/1013] Compiling NIOHTTP2 HTTP2Frame.swift
[976/1013] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[977/1013] Compiling NIOHTTP2 HTTP2FrameParser.swift
[978/1013] Compiling NIOHTTP2 HTTP2PingData.swift
[979/1013] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[980/1013] Compiling NIOHTTP2 HTTP2Settings.swift
[981/1013] Compiling NIOHTTP2 HTTP2Stream.swift
[982/1013] Compiling NIOHTTP2 InboundWindowManager.swift
[983/1013] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[984/1013] Compiling NIOHTTP2 StreamChannelFlowController.swift
[985/1013] Compiling NIOHTTP2 StreamChannelList.swift
[986/1013] Compiling NIOHTTP2 StreamMap.swift
[987/1013] Compiling NIOHTTP2 StreamStateMachine.swift
[988/1013] Compiling NIOHTTP2 UnsafeTransfer.swift
[989/1013] Compiling NIOHTTP2 WatermarkedFlowController.swift
[993/1013] Compiling NIOHTTP2 Error+Any.swift
[994/1013] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[995/1013] Compiling NIOHTTP2 ControlFrameBuffer.swift
[996/1013] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[997/1013] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[998/1013] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[999/1013] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1000/1013] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1004/1013] Compiling NIOHTTP2 HTTP2Error.swift
[1005/1013] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1006/1013] Compiling NIOHTTP2 MaySendFrames.swift
[1007/1013] Compiling NIOHTTP2 SendingDataState.swift
[1008/1013] Compiling NIOHTTP2 SendingGoawayState.swift
[1009/1013] Compiling NIOHTTP2 SendingHeadersState.swift
[1010/1013] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1011/1013] Compiling NIOHTTP2 SendingRstStreamState.swift
[1012/1013] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1015/1071] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1016/1071] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1017/1071] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1018/1071] Compiling AsyncHTTPClient HTTP1Connection.swift
[1019/1071] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1020/1071] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1021/1071] Compiling AsyncHTTPClient HTTP2Connection.swift
[1022/1071] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1023/1078] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1024/1078] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1025/1078] Compiling AsyncHTTPClient Transaction.swift
[1026/1078] Compiling AsyncHTTPClient Base64.swift
[1027/1078] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1028/1078] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1029/1078] Compiling AsyncHTTPClient ConnectionPool.swift
[1030/1078] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1031/1078] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1032/1078] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1033/1078] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1034/1078] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1035/1078] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1036/1078] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1037/1078] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1038/1078] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1039/1078] Emitting module AsyncHTTPClient
[1040/1078] Compiling AsyncHTTPClient RequestValidation.swift
[1041/1078] Compiling AsyncHTTPClient SSLContextCache.swift
[1042/1078] Compiling AsyncHTTPClient Scheme.swift
[1043/1078] Compiling AsyncHTTPClient Singleton.swift
[1044/1078] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1045/1078] Compiling AsyncHTTPClient UnsafeTransfer.swift
[1046/1078] Compiling AsyncHTTPClient Utils.swift
[1047/1078] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1048/1078] Compiling AsyncHTTPClient RequestOptions.swift
[1049/1078] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1050/1078] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1051/1078] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1052/1078] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1053/1078] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1054/1078] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1055/1078] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1056/1078] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1057/1078] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1058/1078] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1059/1078] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1060/1078] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1061/1078] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1062/1078] Compiling AsyncHTTPClient RequestBodyLength.swift
[1063/1078] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1064/1078] Compiling AsyncHTTPClient ConnectionTarget.swift
[1065/1078] Compiling AsyncHTTPClient DeconstructedURL.swift
[1066/1078] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1067/1078] Compiling AsyncHTTPClient FoundationExtensions.swift
[1068/1078] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1069/1078] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1070/1078] Compiling AsyncHTTPClient HTTPClient.swift
[1071/1078] Compiling AsyncHTTPClient HTTPHandler.swift
[1072/1078] Compiling AsyncHTTPClient LRUCache.swift
[1073/1078] Compiling AsyncHTTPClient NWErrorHandler.swift
[1074/1078] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1075/1078] Compiling AsyncHTTPClient TLSConfiguration.swift
[1076/1078] Compiling AsyncHTTPClient RedirectState.swift
[1077/1078] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1078/1078] Compiling AsyncHTTPClient RequestBag.swift
[1080/1087] Compiling SwiftyESBuild Tar.swift
[1081/1087] Compiling SwiftyESBuild ESBuildVersion.swift
[1082/1087] Emitting module SwiftyESBuild
[1083/1087] Compiling SwiftyESBuild Executor.swift
/host/spi-builder-workspace/Sources/SwiftyESBuild/Executor.swift:35:17: warning: capture of 'self' with non-sendable type 'Executor' in a '@Sendable' closure; this is an error in the Swift 6 language mode
19 | }
20 |
21 | class Executor: Executing {
   |       `- note: class 'Executor' does not conform to the 'Sendable' protocol
22 |     let logger: Logger
23 |
   :
33 |             DispatchQueue.global(qos: .userInitiated).async {
34 |                 let arguments = [executablePath.pathString] + arguments
35 |                 self.logger.info("ESBuild: \(arguments.joined(separator: " "))")
   |                 `- warning: capture of 'self' with non-sendable type 'Executor' in a '@Sendable' closure; this is an error in the Swift 6 language mode
36 |                 let process = Process(arguments: arguments,
37 |                                       workingDirectory: directory,
/host/spi-builder-workspace/Sources/SwiftyESBuild/Executor.swift:47:47: warning: capture of 'self' with non-sendable type 'Executor' in an isolated closure; this is an error in the Swift 6 language mode
19 | }
20 |
21 | class Executor: Executing {
   |       `- note: class 'Executor' does not conform to the 'Sendable' protocol
22 |     let logger: Logger
23 |
   :
45 |                                                We don't use `logger.error` here because some useful warnings are sent through the standard error.
46 |                                                */
47 |                                               self.logger.info("\(errorString)")
   |                                               `- warning: capture of 'self' with non-sendable type 'Executor' in an isolated closure; this is an error in the Swift 6 language mode
48 |                                           }
49 |                                       }), startNewProcessGroup: false)
[1084/1087] Compiling SwiftyESBuild SwiftyESBuild.swift
[1085/1087] Compiling SwiftyESBuild Downloader.swift
/host/spi-builder-workspace/Sources/SwiftyESBuild/Downloader.swift:120:58: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
118 |
119 |         logger.debug("Downloading \(npmPackage.name) from \(npmVersion.tarball)...")
120 |         let client = HTTPClient(eventLoopGroupProvider: .createNew)
    |                                                          |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
    |                                                          `- note: use 'singleton' instead
121 |
122 |         do {
/host/spi-builder-workspace/Sources/SwiftyESBuild/Downloader.swift:142:89: warning: 'init(_:)' is deprecated: use throwing variant instead
140 |                                     // TODO: Do checksum validation
141 |                                     try await self.tar.extract(tar: tgzPath)
142 |                                     let binaryPath = tgzPath.parentDirectory.appending(.init("package/bin/esbuild"))
    |                                                                                         `- warning: 'init(_:)' is deprecated: use throwing variant instead
143 |                                     try localFileSystem.chmod(.executable, path: binaryPath)
144 |                                     try localFileSystem.move(from: binaryPath, to: downloadPath)
/host/spi-builder-workspace/Sources/SwiftyESBuild/Downloader.swift:141:47: warning: capture of 'self' with non-sendable type 'Downloader' in a '@Sendable' closure
 71 | }
 72 |
 73 | class Downloader: Downloading {
    |       `- note: class 'Downloader' does not conform to the 'Sendable' protocol
 74 |     let architectureDetector: ArchitectureDetecting
 75 |     let logger: Logger
    :
139 |                                 do {
140 |                                     // TODO: Do checksum validation
141 |                                     try await self.tar.extract(tar: tgzPath)
    |                                               `- warning: capture of 'self' with non-sendable type 'Downloader' in a '@Sendable' closure
142 |                                     let binaryPath = tgzPath.parentDirectory.appending(.init("package/bin/esbuild"))
143 |                                     try localFileSystem.chmod(.executable, path: binaryPath)
/host/spi-builder-workspace/Sources/SwiftyESBuild/Downloader.swift:141:47: warning: capture of 'self' with non-sendable type 'Downloader' in an isolated closure; this is an error in the Swift 6 language mode
 71 | }
 72 |
 73 | class Downloader: Downloading {
    |       `- note: class 'Downloader' does not conform to the 'Sendable' protocol
 74 |     let architectureDetector: ArchitectureDetecting
 75 |     let logger: Logger
    :
139 |                                 do {
140 |                                     // TODO: Do checksum validation
141 |                                     try await self.tar.extract(tar: tgzPath)
    |                                               `- warning: capture of 'self' with non-sendable type 'Downloader' in an isolated closure; this is an error in the Swift 6 language mode
142 |                                     let binaryPath = tgzPath.parentDirectory.appending(.init("package/bin/esbuild"))
143 |                                     try localFileSystem.chmod(.executable, path: binaryPath)
/host/spi-builder-workspace/Sources/SwiftyESBuild/Downloader.swift:196:62: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
194 |         logger.debug("Getting the package metadata from \(packageURL)")
195 |
196 |         let httpClient = HTTPClient(eventLoopGroupProvider: .createNew)
    |                                                              |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
    |                                                              `- note: use 'singleton' instead
197 |
198 |         var package: NPMPackage!
[1086/1087] Compiling SwiftyESBuild ArchitectureDetector.swift
[1087/1087] Compiling SwiftyESBuild ChecksumValidator.swift
Build complete! (213.33s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.1",
            "upper_bound" : "0.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "1.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "1.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "1.24.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "SwiftyESBuild",
  "name" : "SwiftyESBuild",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyESBuild",
      "targets" : [
        "SwiftyESBuild"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyESBuildTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyESBuildTests",
      "path" : "Tests/SwiftyESBuildTests",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "sources" : [
        "SwiftyESBuildTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyESBuild"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyESBuild",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyESBuild",
      "path" : "Sources/SwiftyESBuild",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "Logging",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "SwiftyESBuild"
      ],
      "sources" : [
        "ArchitectureDetector.swift",
        "ChecksumValidator.swift",
        "Downloader.swift",
        "ESBuildVersion.swift",
        "Executor.swift",
        "SwiftyESBuild.swift",
        "Tar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.