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 SwiftyTailwind, reference main (30c782), with Swift 6.1 for Linux on 28 Apr 2025 00:36:02 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/SwiftyTailwind.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/SwiftyTailwind
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 30c7822 Merge pull request #43 from ptrkstr/patch-1
Cloned https://github.com/tuist/SwiftyTailwind.git
Revision (git rev-parse @):
30c78225d88029d20bd220fcc76ac4380c754eeb
SUCCESS checkout https://github.com/tuist/SwiftyTailwind.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tuist/SwiftyTailwind.git
https://github.com/tuist/SwiftyTailwind.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.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "SwiftyTailwind",
  "name" : "SwiftyTailwind",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyTailwind",
      "targets" : [
        "SwiftyTailwind"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyTailwindTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyTailwindTests",
      "path" : "Tests/SwiftyTailwindTests",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "sources" : [
        "ArchitectureDetectorTests.swift",
        "DownloaderTests.swift",
        "SwiftyTailwindTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyTailwind"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyTailwind",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyTailwind",
      "path" : "Sources/SwiftyTailwind",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "Logging",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "SwiftyTailwind"
      ],
      "sources" : [
        "ArchitectureDetector.swift",
        "ChecksumValidation.swift",
        "Downloader.swift",
        "Executor.swift",
        "SwiftyTailwind.swift",
        "TailwindVersion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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-log.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[227/8767] Fetching swift-docc-plugin, swift-tools-support-core
[295/12603] Fetching swift-docc-plugin, swift-tools-support-core, swift-log
[9725/26390] Fetching swift-docc-plugin, swift-tools-support-core, swift-log, async-http-client
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.60s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.60s)
[17623/17623] Fetching swift-log, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (0.91s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.92s)
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 (3.96s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.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/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.53s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.56s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5662] Fetching swift-nio-extras
[1191/8281] Fetching swift-nio-extras, swift-nio-transport-services
[8282/19773] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[8397/21478] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-atomics
[9731/27381] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-atomics, swift-algorithms
[11224/42174] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-atomics, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.53s)
[19162/40469] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.58s)
[14425/34566] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
[29390/110002] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.31s)
[36653/98510] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.95s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.95s)
[63827/90229] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.98s)
[49788/75436] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.83s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.94s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.96s)
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.65s)
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-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.64s)
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.59s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.30s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.30s)
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.82s)
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.53s)
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.57s)
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/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-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-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-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-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-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-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-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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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.82.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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/449] Write sources
[25/449] Compiling CNIOWindows shim.c
[26/449] Compiling CNIOWindows WSAStartup.c
[27/449] Compiling CSystem shims.c
[28/449] Write sources
[29/449] Compiling CNIOWASI CNIOWASI.c
[29/449] Write sources
[32/449] Compiling TSCclibc process.c
[33/449] Compiling _AtomicsShims.c
[34/449] Compiling _NumericsShims _NumericsShims.c
[34/449] Compiling CNIOLinux liburing_shims.c
[36/449] Compiling CNIOExtrasZlib empty.c
[37/449] Compiling CNIOLLHTTP c_nio_http.c
[38/449] Compiling CNIOLinux shim.c
[39/449] Compiling CNIODarwin shim.c
[40/449] Compiling CNIOLLHTTP c_nio_api.c
[41/449] Compiling fiat_p256_adx_sqr.S
[42/449] Compiling fiat_curve25519_adx_square.S
[43/449] Compiling fiat_curve25519_adx_mul.S
[44/449] Compiling fiat_p256_adx_mul.S
[45/449] Compiling TSCclibc libc.c
[46/449] Write swift-version-24593BA9C3E375BF.txt
[47/449] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/453] Compiling CNIOBoringSSLShims shims.c
[50/455] Emitting module _NIODataStructures
[50/455] Compiling tls_record.cc
[51/455] Compiling tls13_enc.cc
[52/455] Compiling tls_method.cc
[53/455] Compiling tls13_both.cc
[54/499] Compiling tls13_client.cc
[55/517] Compiling tls13_server.cc
[57/517] Emitting module SystemPackage
[58/520] Compiling InternalCollectionsUtilities _SortedCollection.swift
[59/520] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/522] Compiling _NIODataStructures _TinyArray.swift
[61/522] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/522] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/522] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/522] Compiling InternalCollectionsUtilities Specialize.swift
[65/522] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/522] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/522] Compiling InternalCollectionsUtilities Debugging.swift
[68/522] Compiling InternalCollectionsUtilities Descriptions.swift
[69/522] Compiling RealModule Real.swift
[70/523] Compiling RealModule ElementaryFunctions.swift
[71/523] Compiling RealModule Float+Real.swift
[72/523] Emitting module RealModule
[73/523] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/523] Compiling InternalCollectionsUtilities Integer rank.swift
[77/523] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[78/523] Emitting module InternalCollectionsUtilities
[79/523] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[80/523] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[81/523] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[82/523] Compiling RealModule Float80+Real.swift
[83/523] Compiling SystemPackage Util+StringArray.swift
[84/523] Compiling SystemPackage Util.swift
[85/523] Compiling SystemPackage UtilConsumers.swift
[86/523] Emitting module _NIOBase64
[87/523] Compiling _NIOBase64 Base64.swift
[88/523] Compiling _NIODataStructures PriorityQueue.swift
[89/523] Compiling SystemPackage MachPort.swift
[90/523] Compiling SystemPackage PlatformString.swift
[91/523] Compiling SystemPackage SystemString.swift
[94/523] Compiling RealModule Float16+Real.swift
[103/524] Compiling RealModule RealFunctions.swift
[104/525] Compiling t1_enc.cc
[107/525] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[108/525] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[110/526] Compiling Logging MetadataProvider.swift
[111/526] Compiling TSCLibc libc.swift
[112/526] Emitting module TSCLibc
[113/527] Compiling SystemPackage Mocking.swift
[114/527] Compiling SystemPackage RawBuffer.swift
[115/527] Compiling SystemPackage Syscalls.swift
[116/527] Compiling SystemPackage WindowsSyscallAdapters.swift
[123/527] Compiling SystemPackage FilePathComponentView.swift
[124/527] Compiling SystemPackage FilePathComponents.swift
[129/527] Compiling Logging LogHandler.swift
[130/527] Compiling Logging Logging.swift
[131/527] Compiling Logging Locks.swift
[132/527] Emitting module Logging
[133/529] Compiling _NIODataStructures Heap.swift
[138/585] Compiling TSCBasic DictionaryExtensions.swift
[139/585] Compiling TSCBasic DictionaryLiteralExtensions.swift
[140/587] Compiling TSCBasic HashAlgorithms.swift
[141/587] Compiling TSCBasic JSON.swift
[142/587] Compiling TSCBasic EditDistance.swift
[143/587] Compiling TSCBasic FileInfo.swift
[144/587] Compiling TSCBasic CodableResult.swift
[145/587] Compiling TSCBasic CollectionAlgorithms.swift
[146/587] Compiling TSCBasic CollectionExtensions.swift
[147/587] Compiling TSCBasic Condition.swift
[148/587] Compiling DequeModule _DequeSlot.swift
[149/587] Compiling DequeModule _UnsafeWrappedBuffer.swift
[149/587] Compiling ssl_transcript.cc
[150/587] Compiling ssl_versions.cc
[152/587] Compiling TSCBasic DeltaAlgorithm.swift
[153/587] Compiling TSCBasic DiagnosticsEngine.swift
[153/587] Compiling ssl_x509.cc
[154/587] Compiling ssl_stat.cc
[156/587] Compiling TSCBasic FileSystem.swift
[157/587] Compiling TSCBasic GraphAlgorithms.swift
[158/587] Emitting module DequeModule
[159/588] Compiling ssl_privkey.cc
[160/588] Compiling ssl_session.cc
[161/588] Compiling ssl_file.cc
[162/588] Compiling ssl_key_share.cc
[163/588] Compiling ssl_credential.cc
[165/588] Emitting module TSCBasic
[165/593] Compiling ssl_lib.cc
[166/593] Compiling ssl_cipher.cc
[167/593] Compiling ssl_cert.cc
[168/593] Compiling ssl_buffer.cc
[170/593] Compiling TSCBasic Result.swift
[171/593] Compiling TSCBasic SortedArray.swift
[172/593] Compiling TSCBasic StringConversions.swift
[173/593] Compiling TSCBasic SynchronizedQueue.swift
[174/593] Compiling TSCBasic TemporaryFile.swift
[179/593] Compiling TSCBasic LazyCache.swift
[180/593] Compiling TSCBasic Lock.swift
[181/593] Compiling TSCBasic Await.swift
[182/593] Compiling TSCBasic Base64URL.swift
[183/593] Compiling TSCBasic ByteString.swift
[184/593] Compiling TSCBasic CStringArray.swift
[185/593] Compiling TSCBasic CacheableSequence.swift
[186/593] Compiling TSCBasic Closable.swift
[187/593] Compiling TSCBasic OSLog.swift
[188/593] Compiling TSCBasic ObjectIdentifierProtocol.swift
[189/593] Compiling TSCBasic OrderedDictionary.swift
[190/593] Compiling TSCBasic OrderedSet.swift
[191/593] Compiling TSCBasic Path.swift
[192/593] Compiling TSCBasic PathShims.swift
[193/593] Compiling TSCBasic Process.swift
[194/593] Compiling TSCBasic ProcessEnv.swift
[195/593] Compiling TSCBasic ProcessSet.swift
[196/593] Compiling TSCBasic RegEx.swift
[208/593] Compiling ssl_aead_ctx.cc
[209/593] Compiling ssl_asn1.cc
[210/593] Compiling s3_pkt.cc
[212/593] Compiling TSCBasic TerminalController.swift
[213/593] Compiling TSCBasic Thread.swift
[214/593] Compiling TSCBasic Tuple.swift
[215/593] Compiling TSCBasic WritableByteStream.swift
[216/593] Compiling TSCBasic misc.swift
[216/594] Compiling s3_lib.cc
[218/594] Compiling s3_both.cc
[219/629] Compiling handshake_server.cc
[220/629] Compiling handshake_client.cc
[221/629] Compiling handshake.cc
[222/629] Compiling handoff.cc
[224/629] Compiling TSCUtility Tracing.swift
[225/629] Compiling TSCUtility Triple.swift
[226/629] Compiling TSCUtility URL.swift
[227/629] Compiling TSCUtility Verbosity.swift
[228/633] Emitting module TSCUtility
[228/633] Compiling encrypted_client_hello.cc
[229/633] Compiling extensions.cc
[230/633] Compiling dtls_record.cc
[231/633] Compiling md5-x86_64-linux.S
[232/633] Compiling md5-x86_64-apple.S
[233/633] Compiling md5-586-linux.S
[234/633] Compiling md5-586-apple.S
[236/633] Compiling TSCUtility Context.swift
[237/633] Compiling TSCUtility Diagnostics.swift
[238/633] Compiling TSCUtility FSWatch.swift
[239/633] Compiling TSCUtility FloatingPointExtensions.swift
[240/633] Compiling TSCUtility Git.swift
[240/633] Compiling dtls_method.cc
[241/633] Compiling err_data.cc
[242/633] Compiling chacha20_poly1305_x86_64-linux.S
[243/633] Compiling chacha20_poly1305_armv8-win.S
[244/633] Compiling chacha20_poly1305_x86_64-apple.S
[245/633] Compiling chacha20_poly1305_armv8-linux.S
[246/633] Compiling d1_srtp.cc
[247/633] Compiling chacha20_poly1305_armv8-apple.S
[248/633] Compiling bio_ssl.cc
[249/633] Compiling chacha-x86_64-linux.S
[250/633] Compiling chacha-x86_64-apple.S
[251/633] Compiling chacha-x86-linux.S
[253/633] Compiling TSCUtility Archiver.swift
[254/633] Compiling TSCUtility ArgumentParser.swift
[255/633] Compiling TSCUtility ArgumentParserShellCompletion.swift
[256/633] Compiling TSCUtility Array+Extensions.swift
[257/633] Compiling TSCUtility Bits.swift
[258/633] Compiling TSCUtility Bitstream.swift
[259/633] Compiling TSCUtility BitstreamReader.swift
[260/633] Compiling TSCUtility BitstreamWriter.swift
[261/633] Compiling TSCUtility BuildFlags.swift
[262/633] Compiling TSCUtility CollectionExtensions.swift
[262/633] Compiling chacha-x86-apple.S
[263/633] Compiling chacha-armv8-win.S
[264/633] Compiling chacha-armv8-apple.S
[265/633] Compiling chacha-armv8-linux.S
[267/633] Compiling TSCUtility Version.swift
[268/633] Compiling TSCUtility Versioning.swift
[269/633] Compiling TSCUtility dlopen.swift
[270/633] Compiling TSCUtility misc.swift
[270/633] Compiling chacha-armv4-linux.S
[271/633] Compiling d1_pkt.cc
[272/633] Compiling aes128gcmsiv-x86_64-linux.S
[273/633] Compiling d1_lib.cc
[274/633] Compiling aes128gcmsiv-x86_64-apple.S
[276/633] Compiling TSCUtility Hex.swift
[277/633] Compiling TSCUtility IndexStore.swift
[278/633] Compiling TSCUtility InterruptHandler.swift
[279/633] Compiling TSCUtility JSONMessageStreamingParser.swift
[280/633] Compiling TSCUtility Netrc.swift
[281/633] Compiling TSCUtility OSLog.swift
[282/633] Compiling TSCUtility OrderedZip.swift
[283/633] Compiling TSCUtility PkgConfig.swift
[284/633] Compiling TSCUtility Platform.swift
[285/633] Compiling TSCUtility PolymorphicCodable.swift
[286/633] Compiling TSCUtility ProgressAnimation.swift
[287/633] Compiling TSCUtility SerializedDiagnostics.swift
[288/633] Compiling TSCUtility SimplePersistence.swift
[289/633] Compiling TSCUtility StringExtensions.swift
[290/633] Compiling TSCUtility StringMangling.swift
[290/633] Compiling x86_64-mont5-apple.S
[291/633] Compiling x86_64-mont5-linux.S
[292/633] Compiling x86_64-mont-linux.S
[293/633] Compiling x86_64-mont-apple.S
[294/633] Compiling x86-mont-linux.S
[295/634] Compiling x86-mont-apple.S
[296/634] Compiling vpaes-x86_64-linux.S
[297/634] Compiling vpaes-x86-linux.S
[298/634] Compiling vpaes-x86_64-apple.S
[299/634] Compiling vpaes-x86-apple.S
[300/634] Compiling vpaes-armv8-linux.S
[301/634] Compiling vpaes-armv8-win.S
[302/634] Compiling vpaes-armv7-linux.S
[303/634] Compiling vpaes-armv8-apple.S
[305/634] Compiling sha512-armv8-win.S
[306/634] Compiling sha512-x86_64-apple.S
[307/634] Compiling sha512-armv8-linux.S
[308/634] Compiling sha512-x86_64-linux.S
[309/634] Compiling sha512-armv4-linux.S
[310/634] Compiling sha512-armv8-apple.S
[311/634] Compiling sha512-586-linux.S
[312/634] Compiling sha256-x86_64-apple.S
[313/634] Compiling sha256-armv8-linux.S
[314/634] Compiling sha512-586-apple.S
[314/634] Compiling sha256-armv8-win.S
[316/634] Compiling sha256-x86_64-linux.S
[317/634] Compiling sha256-armv8-apple.S
[318/634] Compiling sha1-x86_64-apple.S
[319/634] Compiling sha256-armv4-linux.S
[319/634] Compiling d1_both.cc
[321/634] Compiling sha256-586-apple.S
[322/634] Compiling sha256-586-linux.S
[323/634] Compiling sha1-armv8-win.S
[324/634] Compiling sha1-x86_64-linux.S
[325/634] Compiling sha1-armv8-linux.S
[326/634] Compiling sha1-armv4-large-linux.S
[327/634] Compiling sha1-armv8-apple.S
[328/634] Compiling sha1-586-apple.S
[329/634] Compiling sha1-586-linux.S
[330/634] Compiling rsaz-avx2-apple.S
[331/634] Compiling rsaz-avx2-linux.S
[332/634] Compiling rdrand-x86_64-linux.S
[333/634] Compiling rdrand-x86_64-apple.S
[334/634] Compiling p256_beeu-x86_64-asm-linux.S
[335/634] Compiling p256_beeu-x86_64-asm-apple.S
[336/634] Compiling p256_beeu-armv8-asm-win.S
[337/634] Compiling p256-armv8-asm-win.S
[338/634] Compiling p256_beeu-armv8-asm-linux.S
[339/634] Compiling p256_beeu-armv8-asm-apple.S
[340/634] Compiling p256-x86_64-asm-apple.S
[341/634] Compiling p256-armv8-asm-linux.S
[342/634] Compiling p256-x86_64-asm-linux.S
[343/634] Compiling ghashv8-armv8-linux.S
[344/634] Compiling ghashv8-armv7-linux.S
[345/634] Compiling ghashv8-armv8-win.S
[346/634] Compiling ghashv8-armv8-apple.S
[347/634] Compiling p256-armv8-asm-apple.S
[348/634] Compiling ghash-x86-linux.S
[349/634] Compiling ghash-x86_64-apple.S
[350/634] Compiling ghash-x86_64-linux.S
[351/634] Compiling ghash-ssse3-x86_64-linux.S
[352/634] Compiling ghash-ssse3-x86-linux.S
[353/634] Compiling ghash-x86-apple.S
[354/634] Compiling ghash-neon-armv8-win.S
[355/634] Compiling ghash-ssse3-x86_64-apple.S
[356/634] Compiling ghash-ssse3-x86-apple.S
[357/634] Compiling ghash-armv4-linux.S
[358/634] Compiling ghash-neon-armv8-linux.S
[359/634] Compiling co-586-apple.S
[360/634] Compiling ghash-neon-armv8-apple.S
[361/634] Compiling bn-armv8-linux.S
[362/634] Compiling co-586-linux.S
[363/634] Compiling bn-armv8-win.S
[364/634] Compiling bsaes-armv7-linux.S
[365/634] Compiling armv8-mont-win.S
[366/634] Compiling bn-armv8-apple.S
[367/634] Compiling bn-586-linux.S
[368/634] Compiling bn-586-apple.S
[369/634] Compiling armv8-mont-apple.S
[370/634] Compiling armv8-mont-linux.S
[371/634] Compiling armv4-mont-linux.S
[372/634] Compiling aesv8-gcm-armv8-linux.S
[373/634] Compiling aesv8-gcm-armv8-win.S
[374/634] Compiling aesv8-gcm-armv8-apple.S
[375/634] Compiling aesv8-armv7-linux.S
[376/634] Compiling aesv8-armv8-win.S
[377/634] Compiling aesv8-armv8-apple.S
[378/634] Compiling aesv8-armv8-linux.S
[379/634] Compiling aesni-x86-linux.S
[380/634] Compiling aesni-x86_64-apple.S
[381/634] Compiling aesni-x86_64-linux.S
[382/634] Compiling aesni-x86-apple.S
[383/634] Compiling aesni-gcm-x86_64-apple.S
[384/634] Compiling aesni-gcm-x86_64-linux.S
[385/634] Compiling aes-gcm-avx2-x86_64-linux.S
[386/634] Compiling aes-gcm-avx2-x86_64-apple.S
[387/634] Compiling aes-gcm-avx10-x86_64-linux.S
[388/634] Compiling aes-gcm-avx10-x86_64-apple.S
[389/634] Compiling x_x509.cc
[390/634] Compiling x_req.cc
[391/634] Compiling x_x509a.cc
[392/634] Compiling x_sig.cc
[393/634] Compiling x_spki.cc
[394/634] Compiling x_val.cc
[395/634] Compiling x_pubkey.cc
[396/634] Compiling x_name.cc
[397/634] Compiling x_exten.cc
[398/634] Compiling x_attrib.cc
[399/634] Compiling x509rset.cc
[400/634] Compiling x_crl.cc
[401/634] Compiling x_algor.cc
[402/634] Compiling x509spki.cc
[403/634] Compiling x509name.cc
[404/634] Compiling x_all.cc
[405/634] Compiling x509_vfy.cc
[406/634] Compiling x509_vpm.cc
[407/634] Compiling x509cset.cc
[408/634] Compiling x509_txt.cc
[409/634] Compiling x509_trs.cc
[410/634] Compiling x509_v3.cc
[411/634] Compiling x509_set.cc
[412/634] Compiling x509_req.cc
[413/634] Compiling x509_lu.cc
[414/634] Compiling x509_obj.cc
[415/634] Compiling x509_def.cc
[416/634] Compiling x509_ext.cc
[417/634] Compiling x509_att.cc
[418/634] Compiling x509_d2.cc
[419/634] Compiling x509.cc
[420/634] Compiling x509_cmp.cc
[421/634] Compiling v3_utl.cc
[422/634] Compiling v3_skey.cc
[423/634] Compiling v3_prn.cc
[424/634] Compiling v3_purp.cc
[425/634] Compiling v3_pmaps.cc
[426/634] Compiling v3_pcons.cc
[427/634] Compiling v3_lib.cc
[428/634] Compiling v3_ocsp.cc
[429/634] Compiling v3_int.cc
[430/634] Compiling v3_ncons.cc
[431/634] Compiling v3_ia5.cc
[432/634] Compiling v3_info.cc
[433/634] Compiling v3_genn.cc
[434/634] Compiling v3_enum.cc
[435/634] Compiling v3_extku.cc
[436/634] Compiling v3_cpols.cc
[437/634] Compiling v3_conf.cc
[438/634] Compiling v3_crld.cc
[439/634] Compiling v3_bitst.cc
[440/634] Compiling v3_bcons.cc
[441/634] Compiling v3_alt.cc
[442/634] Compiling v3_akey.cc
[443/634] Compiling v3_akeya.cc
[444/634] Compiling t_x509a.cc
[445/634] Compiling t_x509.cc
[446/634] Compiling t_req.cc
[447/634] Compiling i2d_pr.cc
[448/634] Compiling t_crl.cc
[449/634] Compiling rsa_pss.cc
[450/634] Compiling name_print.cc
[451/634] Compiling policy.cc
[452/634] Compiling by_file.cc
[453/634] Compiling asn1_gen.cc
[454/634] Compiling by_dir.cc
[455/634] Compiling thread_win.cc
[456/634] Compiling algorithm.cc
[457/634] Compiling a_verify.cc
[458/634] Compiling a_sign.cc
[459/634] Compiling thread_pthread.cc
[460/634] Compiling trust_token.cc
[461/634] Compiling voprf.cc
[462/634] Compiling thread.cc
[463/634] Compiling thread_none.cc
[464/634] Compiling pmbtoken.cc
[465/634] Compiling a_digest.cc
[466/634] Compiling stack.cc
[467/634] Compiling siphash.cc
[468/634] Compiling sha256.cc
[469/634] Compiling sha1.cc
[470/634] Compiling rsa_print.cc
[471/634] Compiling sha512.cc
[472/634] Compiling rsa_extra.cc
[473/634] Compiling slhdsa.cc
[474/634] Compiling rc4.cc
[475/634] Compiling refcount.cc
[476/634] Compiling rsa_crypt.cc
[477/634] Compiling spake2plus.cc
[478/634] Compiling trusty.cc
[479/634] Compiling urandom.cc
[480/634] Compiling windows.cc
[481/634] Compiling rsa_asn1.cc
[482/634] Compiling passive.cc
[483/634] Compiling rand.cc
[484/634] Compiling poly1305_arm_asm.S
[485/634] Compiling ios.cc
[486/634] Compiling deterministic.cc
[487/634] Compiling getentropy.cc
[488/634] Compiling fork_detect.cc
[489/634] Compiling poly1305_arm.cc
[490/634] Compiling forkunsafe.cc
[491/634] Compiling pool.cc
[492/634] Compiling poly1305.cc
[493/634] Compiling poly1305_vec.cc
[494/634] Compiling pkcs7.cc
[495/634] Compiling p5_pbev2.cc
[496/634] Compiling pkcs8.cc
[497/634] Compiling pkcs8_x509.cc
[498/634] Compiling pem_xaux.cc
[499/634] Compiling pkcs7_x509.cc
[500/634] Compiling pem_x509.cc
[501/634] Compiling pem_pkey.cc
[502/634] Compiling pem_pk8.cc
[503/634] Compiling mlkem.cc
[504/634] Compiling pem_all.cc
[505/634] Compiling pem_oth.cc
[506/634] Compiling obj_xref.cc
[507/634] Compiling pem_info.cc
[508/634] Compiling mldsa.cc
[509/634] Compiling pem_lib.cc
[510/634] Compiling md5.cc
[511/634] Compiling lhash.cc
[511/634] Compiling mem.cc
[513/634] Compiling poly_rq_mul.S
[514/634] Compiling fips_shared_support.cc
[515/634] Compiling obj.cc
[516/634] Compiling md4.cc
[517/634] Compiling kyber.cc
[518/634] Compiling hrss.cc
[519/634] Compiling ex_data.cc
[520/634] Compiling sign.cc
[521/634] Compiling scrypt.cc
[522/634] Compiling print.cc
[523/634] Compiling hpke.cc
[524/634] Compiling pbkdf.cc
[525/634] Compiling p_x25519.cc
[526/634] Compiling p_x25519_asn1.cc
[527/634] Compiling p_rsa_asn1.cc
[528/634] Compiling p_hkdf.cc
[529/634] Compiling p_ed25519.cc
[530/634] Compiling p_ed25519_asn1.cc
[531/634] Compiling p_rsa.cc
[532/634] Compiling p_ec.cc
[533/634] Compiling p_ec_asn1.cc
[534/634] Compiling p_dh.cc
[535/634] Compiling evp_ctx.cc
[536/634] Compiling p_dh_asn1.cc
[537/634] Compiling p_dsa_asn1.cc
[538/634] Compiling evp_asn1.cc
[539/634] Compiling evp.cc
[540/634] Compiling engine.cc
[541/634] Compiling err.cc
[542/634] Compiling ecdh.cc
[543/634] Compiling dsa.cc
[544/634] Compiling dsa_asn1.cc
[545/634] Compiling ecdsa_asn1.cc
[546/634] Compiling ec_derive.cc
[547/634] Compiling hash_to_curve.cc
[548/634] Compiling ec_asn1.cc
[549/634] Compiling digest_extra.cc
[550/634] Compiling x25519-asm-arm.S
[551/634] Compiling params.cc
[552/634] Compiling des.cc
[553/634] Compiling crypto.cc
[554/634] Compiling dh_asn1.cc
[555/634] Compiling spake25519.cc
[556/634] Compiling cpu_intel.cc
[557/634] Compiling curve25519.cc
[558/634] Compiling cpu_arm_linux.cc
[559/634] Compiling curve25519_64_adx.cc
[560/634] Compiling cpu_arm_freebsd.cc
[561/634] Compiling cpu_aarch64_sysreg.cc
[562/634] Compiling cpu_aarch64_openbsd.cc
[563/634] Compiling cpu_aarch64_linux.cc
[563/634] Compiling cpu_aarch64_win.cc
[565/634] Compiling cpu_aarch64_fuchsia.cc
[566/634] Compiling cpu_aarch64_apple.cc
[567/634] Compiling bcm.cc
[568/634] Compiling e_rc4.cc
[569/634] Compiling tls_cbc.cc
[570/634] Compiling get_cipher.cc
[571/634] Compiling e_rc2.cc
[572/634] Compiling derive_key.cc
[573/634] Compiling e_tls.cc
[574/634] Compiling e_aesgcmsiv.cc
[575/634] Compiling conf.cc
[576/634] Compiling e_des.cc
[577/634] Compiling e_chacha20poly1305.cc
[578/634] Compiling e_null.cc
[579/634] Compiling e_aesctrhmac.cc
[580/634] Compiling chacha.cc
[581/634] Compiling unicode.cc
[582/634] Compiling ber.cc
[583/634] Compiling asn1_compat.cc
[584/634] Compiling buf.cc
[585/634] Compiling cbs.cc
[586/634] Compiling cbb.cc
[587/634] Compiling convert.cc
[588/634] Compiling blake2.cc
[589/634] Compiling printf.cc
[590/634] Compiling bn_asn1.cc
[591/634] Compiling socket.cc
[592/634] Compiling socket_helper.cc
[593/634] Compiling hexdump.cc
[594/634] Compiling pair.cc
[595/634] Compiling errno.cc
[596/634] Compiling base64.cc
[597/634] Compiling bio_mem.cc
[598/634] Compiling fd.cc
[599/634] Compiling file.cc
[600/634] Compiling connect.cc
[601/634] Compiling bio.cc
[602/634] Compiling tasn_typ.cc
[603/634] Compiling tasn_utl.cc
[604/634] Compiling f_string.cc
[605/634] Compiling tasn_enc.cc
[606/634] Compiling tasn_fre.cc
[607/634] Compiling f_int.cc
[608/634] Compiling asn_pack.cc
[609/634] Compiling tasn_dec.cc
[610/634] Compiling posix_time.cc
[611/634] Compiling a_type.cc
[612/634] Compiling asn1_par.cc
[613/634] Compiling asn1_lib.cc
[614/634] Compiling tasn_new.cc
[615/634] Compiling a_octet.cc
[616/634] Compiling a_utctm.cc
[617/634] Compiling a_strex.cc
[618/634] Compiling a_strnid.cc
[619/634] Compiling a_time.cc
[620/634] Compiling a_int.cc
[621/634] Compiling a_i2d_fp.cc
[622/634] Compiling a_mbstr.cc
[623/634] Compiling a_object.cc
[624/634] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[625/634] Write sources
[626/634] Compiling a_dup.cc
[626/634] Write sources
[628/634] Compiling a_gentm.cc
[629/653] Compiling a_d2i_fp.cc
[630/678] Compiling a_bitstr.cc
[632/678] Compiling Algorithms Rotate.swift
[633/678] Compiling Algorithms Split.swift
[634/678] Compiling Algorithms Stride.swift
[635/678] Compiling Algorithms Suffix.swift
[636/680] Compiling Algorithms RandomSample.swift
[637/680] Compiling Algorithms Reductions.swift
[637/680] Compiling a_bool.cc
[639/680] Compiling Algorithms Compacted.swift
[640/680] Compiling Algorithms Cycle.swift
[641/680] Compiling Algorithms EitherSequence.swift
[642/680] Compiling Atomics IntegerOperations.swift
[643/680] Compiling Atomics Unmanaged extensions.swift
[644/680] Compiling Algorithms FirstNonNil.swift
[645/680] Compiling Algorithms AdjacentPairs.swift
[646/680] Compiling Algorithms Chain.swift
[647/680] Compiling Algorithms Grouped.swift
[648/680] Compiling Algorithms Indexed.swift
[649/680] Compiling Algorithms Intersperse.swift
[658/683] Compiling Algorithms MinMax.swift
[659/683] Compiling Algorithms Partition.swift
[660/683] Compiling Algorithms Permutations.swift
[661/683] Compiling Algorithms Product.swift
[662/683] Compiling Algorithms Trim.swift
[663/683] Compiling Algorithms Unique.swift
[664/683] Compiling Algorithms Windows.swift
[665/683] Compiling Algorithms FlattenCollection.swift
[675/683] Compiling Algorithms Chunked.swift
[676/683] Compiling Algorithms Combinations.swift
[677/683] Emitting module Atomics
[677/683] Compiling c-nioatomics.c
[682/684] Compiling c-atomics.c
[684/684] Emitting module Algorithms
[686/691] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[687/691] Compiling NIOConcurrencyHelpers lock.swift
[688/691] Emitting module NIOConcurrencyHelpers
[689/691] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[690/691] Compiling NIOConcurrencyHelpers atomics.swift
[691/691] Compiling NIOConcurrencyHelpers NIOLock.swift
[693/751] Compiling NIOCore ChannelPipeline.swift
[694/751] Compiling NIOCore CircularBuffer.swift
[695/751] Compiling NIOCore Codec.swift
[696/751] Compiling NIOCore ConvenienceOptionSupport.swift
[697/751] Compiling NIOCore DeadChannel.swift
[698/751] Compiling NIOCore DispatchQueue+WithFuture.swift
[699/751] Compiling NIOCore EventLoop+Deprecated.swift
[700/751] Compiling NIOCore EventLoop+SerialExecutor.swift
[701/759] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[702/759] Compiling NIOCore BSDSocketAPI.swift
[703/759] Compiling NIOCore ByteBuffer-aux.swift
[704/759] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[705/759] Compiling NIOCore ByteBuffer-conversions.swift
[706/759] Compiling NIOCore ByteBuffer-core.swift
[707/759] Compiling NIOCore ByteBuffer-hex.swift
[708/759] Compiling NIOCore ByteBuffer-int.swift
[709/759] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[710/759] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[711/759] Compiling NIOCore SocketAddresses.swift
[712/759] Compiling NIOCore SocketOptionProvider.swift
[713/759] Compiling NIOCore SystemCallHelpers.swift
[714/759] Compiling NIOCore TimeAmount+Duration.swift
[715/759] Compiling NIOCore TypeAssistedChannelHandler.swift
[716/759] Compiling NIOCore UniversalBootstrapSupport.swift
[717/759] Compiling NIOCore Utilities.swift
[718/759] Compiling NIOCore AddressedEnvelope.swift
[719/759] Compiling NIOCore AsyncAwaitSupport.swift
[720/759] Compiling NIOCore AsyncChannel.swift
[721/759] Compiling NIOCore AsyncChannelHandler.swift
[722/759] Compiling NIOCore AsyncChannelInboundStream.swift
[723/759] Compiling NIOCore AsyncChannelOutboundWriter.swift
[724/759] Compiling NIOCore NIOAsyncSequenceProducer.swift
[725/759] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[726/759] Compiling NIOCore NIOAsyncWriter.swift
[727/759] Compiling NIOCore EventLoop.swift
[728/759] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[729/759] Compiling NIOCore EventLoopFuture+Deprecated.swift
[730/759] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[731/759] Compiling NIOCore EventLoopFuture.swift
[732/759] Compiling NIOCore FileDescriptor.swift
[733/759] Compiling NIOCore FileHandle.swift
[734/759] Compiling NIOCore FileRegion.swift
[735/759] Compiling NIOCore GlobalSingletons.swift
[736/759] Compiling NIOCore IO.swift
[737/759] Compiling NIOCore IOData.swift
[738/759] Compiling NIOCore IPProtocol.swift
[739/759] Compiling NIOCore IntegerBitPacking.swift
[740/759] Compiling NIOCore IntegerTypes.swift
[741/759] Compiling NIOCore Interfaces.swift
[742/759] Compiling NIOCore Linux.swift
[743/759] Compiling NIOCore MarkedCircularBuffer.swift
[744/759] Compiling NIOCore MulticastChannel.swift
[745/759] Compiling NIOCore NIOAny.swift
[746/759] Compiling NIOCore NIOCloseOnErrorHandler.swift
[747/759] Compiling NIOCore NIOLoopBound.swift
[748/759] Compiling NIOCore NIOScheduledCallback.swift
[749/759] Compiling NIOCore NIOSendable.swift
[750/759] Compiling NIOCore RecvByteBufferAllocator.swift
[751/759] Compiling NIOCore ByteBuffer-multi-int.swift
[752/759] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[753/759] Compiling NIOCore ByteBuffer-views.swift
[754/759] Compiling NIOCore Channel.swift
[755/759] Compiling NIOCore ChannelHandler.swift
[756/759] Compiling NIOCore ChannelHandlers.swift
[757/759] Compiling NIOCore ChannelInvoker.swift
[758/759] Compiling NIOCore ChannelOption.swift
[759/759] Emitting module NIOCore
[761/811] Emitting module NIOEmbedded
[762/811] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[763/811] Compiling NIOEmbedded AsyncTestingChannel.swift
[764/811] Compiling NIOEmbedded Embedded.swift
[766/812] Compiling NIOPosix SelectableChannel.swift
[767/812] Compiling NIOPosix SelectableEventLoop.swift
[768/812] Compiling NIOPosix SelectorEpoll.swift
[769/812] Compiling NIOPosix SelectorGeneric.swift
[770/812] Compiling NIOPosix SelectorKqueue.swift
[771/812] Compiling NIOPosix SelectorUring.swift
[772/818] Compiling NIOPosix ServerSocket.swift
[773/818] Compiling NIOPosix Socket.swift
[774/818] Compiling NIOPosix SocketChannel.swift
[775/818] Compiling NIOPosix SocketProtocols.swift
[776/818] Compiling NIOPosix System.swift
[777/818] Compiling NIOPosix Thread.swift
[778/818] Compiling NIOPosix PooledRecvBufferAllocator.swift
[779/818] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[780/818] Compiling NIOPosix PosixSingletons.swift
[781/818] Compiling NIOPosix RawSocketBootstrap.swift
[782/818] Compiling NIOPosix Resolver.swift
[783/818] Compiling NIOPosix Selectable.swift
[784/818] Compiling NIOPosix BSDSocketAPICommon.swift
[785/818] Compiling NIOPosix BSDSocketAPIPosix.swift
[786/818] Compiling NIOPosix BSDSocketAPIWindows.swift
[787/818] Compiling NIOPosix BaseSocket.swift
[788/818] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[789/818] Compiling NIOPosix BaseSocketChannel.swift
[790/818] Compiling NIOPosix BaseStreamSocketChannel.swift
[791/818] Emitting module NIOPosix
[792/818] Compiling NIOPosix ThreadPosix.swift
[793/818] Compiling NIOPosix ThreadWindows.swift
[794/818] Compiling NIOPosix UnsafeTransfer.swift
[795/818] Compiling NIOPosix Utilities.swift
[796/818] Compiling NIOPosix VsockAddress.swift
[797/818] Compiling NIOPosix VsockChannelEvents.swift
[798/818] Compiling NIOPosix IO.swift
[799/818] Compiling NIOPosix IntegerBitPacking.swift
[800/818] Compiling NIOPosix IntegerTypes.swift
[801/818] Compiling NIOPosix Linux.swift
[802/818] Compiling NIOPosix LinuxCPUSet.swift
[803/818] Compiling NIOPosix LinuxUring.swift
[804/818] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[805/818] Compiling NIOPosix Bootstrap.swift
[806/818] Compiling NIOPosix ControlMessage.swift
[807/818] Compiling NIOPosix DatagramVectorReadManager.swift
[808/818] Compiling NIOPosix Errors+Any.swift
[809/818] Compiling NIOPosix FileDescriptor.swift
[810/818] Compiling NIOPosix GetaddrinfoResolver.swift
[811/818] Compiling NIOPosix HappyEyeballs.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 NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[827/862] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[828/862] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[829/862] Emitting module NIOSOCKS
[830/862] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[831/862] Emitting module NIOTLS
[832/862] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[833/862] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[834/862] Compiling NIOSOCKS ClientStateMachine.swift
[835/862] Compiling NIOHTTP1 HTTPEncoder.swift
[836/862] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[837/862] Compiling NIOHTTP1 ByteCollectionUtils.swift
[838/862] Compiling NIOHTTP1 HTTPDecoder.swift
[839/862] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[840/862] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[841/862] Compiling NIOSOCKS ServerStateMachine.swift
[842/862] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[843/862] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[845/863] Compiling NIOTLS SNIHandler.swift
[847/864] Emitting module NIOFoundationCompat
[848/864] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[850/865] Emitting module NIOHTTP1
[851/867] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[852/867] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[853/867] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[854/867] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[859/918] Emitting module NIOTransportServices
[860/920] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[861/920] Compiling NIOTransportServices NIOTSErrors.swift
[862/920] Compiling NIOTransportServices NIOTSChannelOptions.swift
[863/920] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[864/920] Compiling NIOTransportServices StateManagedChannel.swift
[865/920] Compiling NIOTransportServices StateManagedListenerChannel.swift
[866/920] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[867/920] Compiling NIOTransportServices NIOTSBootstraps.swift
[870/920] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[871/920] Compiling NIOTransportServices NIOTSSingletons.swift
[872/920] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[873/920] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[874/920] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[875/920] Compiling NIOTransportServices NIOTSListenerChannel.swift
[878/920] Compiling NIOTransportServices NIOTSEventLoop.swift
[879/920] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[880/920] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[881/920] Compiling NIOTransportServices NIOTSDatagramListener.swift
[882/920] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[883/920] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[884/920] Compiling NIOTransportServices AcceptHandler.swift
[885/920] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[886/920] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[894/940] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[895/940] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[896/940] Compiling NIOHTTPCompression HTTPDecompression.swift
[897/940] Compiling NIOSSL SSLPublicKey.swift
[898/940] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[899/940] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[900/940] Compiling NIOSSL SubjectAlternativeName.swift
[904/940] Compiling NIOSSL Zeroization.swift
[905/940] Compiling NIOHPACK IndexedHeaderTable.swift
[906/940] Compiling NIOHPACK IntegerCoding.swift
[907/944] Compiling NIOHPACK HuffmanTables.swift
[908/944] Emitting module NIOHTTPCompression
[909/944] Compiling NIOHTTPCompression HTTPCompression.swift
[910/944] Compiling NIOHPACK HuffmanCoding.swift
[911/944] Compiling NIOHPACK DynamicHeaderTable.swift
[912/944] Compiling NIOHPACK HPACKDecoder.swift
[913/944] Compiling NIOHPACK HPACKEncoder.swift
[914/944] Compiling NIOHPACK HPACKErrors.swift
[915/944] Emitting module NIOSSL
[916/944] Compiling NIOHPACK HPACKHeader.swift
[917/944] Compiling NIOHPACK HeaderTables.swift
[920/944] Compiling NIOHPACK StaticHeaderTable.swift
[921/944] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[922/944] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[930/945] Emitting module NIOHPACK
[944/1004] Compiling NIOHTTP2 Error+Any.swift
[945/1004] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[946/1004] Compiling NIOHTTP2 ControlFrameBuffer.swift
[948/1005] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[949/1005] Compiling NIOHTTP2 HasFlowControlWindows.swift
[950/1005] Compiling NIOHTTP2 HasLocalSettings.swift
[951/1005] Compiling NIOHTTP2 HasRemoteSettings.swift
[952/1005] Compiling NIOHTTP2 LocallyQuiescingState.swift
[953/1005] Compiling NIOHTTP2 QuiescingState.swift
[954/1005] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[955/1005] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[956/1005] Compiling NIOHTTP2 MaySendFrames.swift
[957/1005] Compiling NIOHTTP2 SendingDataState.swift
[958/1005] Compiling NIOHTTP2 SendingGoawayState.swift
[959/1005] Compiling NIOHTTP2 SendingHeadersState.swift
[960/1005] Compiling NIOHTTP2 SendingPushPromiseState.swift
[961/1005] Compiling NIOHTTP2 SendingRstStreamState.swift
[962/1005] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[963/1005] Compiling NIOHTTP2 HTTP2SettingsState.swift
[964/1005] Compiling NIOHTTP2 StateMachineResult.swift
[965/1005] Compiling NIOHTTP2 ContentLengthVerifier.swift
[966/1005] Compiling NIOHTTP2 DOSHeuristics.swift
[970/1005] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[971/1005] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[972/1013] Compiling NIOHTTP2 InboundWindowManager.swift
[973/1013] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[974/1013] Compiling NIOHTTP2 StreamChannelFlowController.swift
[975/1013] Compiling NIOHTTP2 StreamChannelList.swift
[976/1013] Compiling NIOHTTP2 StreamMap.swift
[977/1013] Compiling NIOHTTP2 StreamStateMachine.swift
[978/1013] Compiling NIOHTTP2 UnsafeTransfer.swift
[979/1013] Compiling NIOHTTP2 WatermarkedFlowController.swift
[980/1013] Compiling NIOHTTP2 ConnectionStateMachine.swift
[981/1013] Compiling NIOHTTP2 ConnectionStreamsState.swift
[982/1013] Compiling NIOHTTP2 MayReceiveFrames.swift
[983/1013] Compiling NIOHTTP2 ReceivingDataState.swift
[984/1013] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[985/1013] Compiling NIOHTTP2 ReceivingHeadersState.swift
[986/1013] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[987/1013] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[988/1013] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[989/1013] Emitting module NIOHTTP2
[990/1013] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[991/1013] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[992/1013] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[993/1013] Compiling NIOHTTP2 HTTP2StreamID.swift
[994/1013] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[995/1013] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[996/1013] Compiling NIOHTTP2 HTTP2UserEvents.swift
[997/1013] Compiling NIOHTTP2 InboundEventBuffer.swift
[998/1013] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[999/1013] Compiling NIOHTTP2 HTTP2Frame.swift
[1000/1013] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1001/1013] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1002/1013] Compiling NIOHTTP2 HTTP2PingData.swift
[1003/1013] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1004/1013] Compiling NIOHTTP2 HTTP2Settings.swift
[1005/1013] Compiling NIOHTTP2 HTTP2Stream.swift
[1006/1013] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1007/1013] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1008/1013] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1009/1013] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1010/1013] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1011/1013] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1012/1013] Compiling NIOHTTP2 HTTP2Error.swift
[1013/1013] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1015/1073] Emitting module AsyncHTTPClient
[1016/1081] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1017/1081] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1018/1081] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1019/1081] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1020/1081] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1021/1081] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1022/1081] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1023/1081] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1024/1081] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1025/1081] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1026/1081] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1027/1081] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1028/1081] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1029/1081] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1030/1081] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1031/1081] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1032/1081] Compiling AsyncHTTPClient RequestBodyLength.swift
[1033/1081] Compiling AsyncHTTPClient RequestBag.swift
[1034/1081] Compiling AsyncHTTPClient RequestValidation.swift
[1035/1081] Compiling AsyncHTTPClient SSLContextCache.swift
[1036/1081] Compiling AsyncHTTPClient Scheme.swift
[1037/1081] Compiling AsyncHTTPClient Singleton.swift
[1038/1081] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1039/1081] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1040/1081] Compiling AsyncHTTPClient Utils.swift
[1041/1081] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1042/1081] Compiling AsyncHTTPClient RequestOptions.swift
[1043/1081] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1044/1081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1045/1081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1046/1081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1047/1081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1048/1081] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1049/1081] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1050/1081] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1051/1081] Compiling AsyncHTTPClient Transaction.swift
[1052/1081] Compiling AsyncHTTPClient Base64.swift
[1053/1081] Compiling AsyncHTTPClient BasicAuth.swift
[1054/1081] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1055/1081] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1056/1081] Compiling AsyncHTTPClient ConnectionPool.swift
[1057/1081] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1058/1081] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1059/1081] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1060/1081] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1061/1081] Compiling AsyncHTTPClient HTTP1Connection.swift
[1062/1081] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1063/1081] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1064/1081] Compiling AsyncHTTPClient HTTP2Connection.swift
[1065/1081] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1066/1081] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1067/1081] Compiling AsyncHTTPClient ConnectionTarget.swift
[1068/1081] Compiling AsyncHTTPClient DeconstructedURL.swift
[1069/1081] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1070/1081] Compiling AsyncHTTPClient FoundationExtensions.swift
[1071/1081] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1072/1081] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1073/1081] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1074/1081] Compiling AsyncHTTPClient HTTPClient.swift
[1075/1081] Compiling AsyncHTTPClient HTTPHandler.swift
[1076/1081] Compiling AsyncHTTPClient LRUCache.swift
[1077/1081] Compiling AsyncHTTPClient NWErrorHandler.swift
[1078/1081] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1079/1081] Compiling AsyncHTTPClient TLSConfiguration.swift
[1080/1081] Compiling AsyncHTTPClient RedirectState.swift
[1081/1081] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1083/1089] Compiling SwiftyTailwind ArchitectureDetector.swift
[1084/1089] Emitting module SwiftyTailwind
/host/spi-builder-workspace/Sources/SwiftyTailwind/Downloader.swift:54:16: warning: static property 'checksumValidator' is not concurrency-safe because non-'Sendable' type 'any ChecksumValidating' may have shared mutable state; this is an error in the Swift 6 language mode
 52 |
 53 |     static let sha256FileName: String = "sha256sums.txt"
 54 |     static let checksumValidator: ChecksumValidating = ChecksumValidation()
    |                |- warning: static property 'checksumValidator' is not concurrency-safe because non-'Sendable' type 'any ChecksumValidating' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'checksumValidator' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 55 |
 56 |     init(architectureDetector: ArchitectureDetecting = ArchitectureDetector()) {
/host/spi-builder-workspace/Sources/SwiftyTailwind/ChecksumValidation.swift:4:10: note: protocol 'ChecksumValidating' does not conform to the 'Sendable' protocol
 2 | import TSCBasic
 3 |
 4 | protocol ChecksumValidating {
   |          `- note: protocol 'ChecksumValidating' does not conform to the 'Sendable' protocol
 5 |     func generateChecksumFrom(_ filePath: AbsolutePath) throws -> String
 6 |     func compareChecksum(from filePath: AbsolutePath, to checksum: String) throws -> Bool
[1085/1089] Compiling SwiftyTailwind TailwindVersion.swift
[1086/1089] Compiling SwiftyTailwind SwiftyTailwind.swift
[1087/1089] Compiling SwiftyTailwind ChecksumValidation.swift
/host/spi-builder-workspace/Sources/SwiftyTailwind/ChecksumValidation.swift:12:32: warning: 'launchPath' is deprecated: renamed to 'executableURL'
10 |     func generateChecksumFrom(_ filePath: AbsolutePath) throws -> String {
11 |         let checksumGenerationTask = Process()
12 |         checksumGenerationTask.launchPath = "/usr/bin/shasum"
   |                                |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
   |                                `- note: use 'executableURL' instead
13 |         checksumGenerationTask.arguments = ["-a", "256", filePath.pathString]
14 |
/host/spi-builder-workspace/Sources/SwiftyTailwind/ChecksumValidation.swift:17:32: warning: 'launch()' is deprecated: renamed to 'run'
15 |         let pipe = Pipe()
16 |         checksumGenerationTask.standardOutput = pipe
17 |         checksumGenerationTask.launch()
   |                                |- warning: 'launch()' is deprecated: renamed to 'run'
   |                                `- note: use 'run' instead
18 |
19 |         let data = pipe.fileHandleForReading.readDataToEndOfFile()
[1088/1089] Compiling SwiftyTailwind Downloader.swift
/host/spi-builder-workspace/Sources/SwiftyTailwind/Downloader.swift:54:16: warning: static property 'checksumValidator' is not concurrency-safe because non-'Sendable' type 'any ChecksumValidating' may have shared mutable state; this is an error in the Swift 6 language mode
 52 |
 53 |     static let sha256FileName: String = "sha256sums.txt"
 54 |     static let checksumValidator: ChecksumValidating = ChecksumValidation()
    |                |- warning: static property 'checksumValidator' is not concurrency-safe because non-'Sendable' type 'any ChecksumValidating' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'checksumValidator' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 55 |
 56 |     init(architectureDetector: ArchitectureDetecting = ArchitectureDetector()) {
/host/spi-builder-workspace/Sources/SwiftyTailwind/ChecksumValidation.swift:4:10: note: protocol 'ChecksumValidating' does not conform to the 'Sendable' protocol
 2 | import TSCBasic
 3 |
 4 | protocol ChecksumValidating {
   |          `- note: protocol 'ChecksumValidating' does not conform to the 'Sendable' protocol
 5 |     func generateChecksumFrom(_ filePath: AbsolutePath) throws -> String
 6 |     func compareChecksum(from filePath: AbsolutePath, to checksum: String) throws -> Bool
/host/spi-builder-workspace/Sources/SwiftyTailwind/Downloader.swift:107:58: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
105 |         let url = "https://github.com/tailwindlabs/tailwindcss/releases/download/\(version)/\(name)"
106 |         logger.debug("Downloading binary \(name) from version \(version)...")
107 |         let client = HTTPClient(eventLoopGroupProvider: .createNew)
    |                                                          |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
    |                                                          `- note: use 'singleton' instead
108 |         let request = try HTTPClient.Request(url: url)
109 |         let delegate = try FileDownloadDelegate(path: downloadPath.pathString, reportProgress: { [weak self] in
/host/spi-builder-workspace/Sources/SwiftyTailwind/Downloader.swift:163:62: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
161 |         logger.debug("Getting the latest Tailwind version from \(latestReleaseURL)")
162 |
163 |         let httpClient = HTTPClient(eventLoopGroupProvider: .createNew)
    |                                                              |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
    |                                                              `- note: use 'singleton' instead
164 |
165 |         var tagName: String!
/host/spi-builder-workspace/Sources/SwiftyTailwind/Downloader.swift:173:40: warning: treating a forced downcast to 'String' as optional will never produce 'nil'
171 |             let body = try await response.body.collect(upTo: 1024 * 1024)
172 |             let json = try! JSONSerialization.jsonObject(with: Data(buffer: body)) as! [String: Any]
173 |             tagName = json["tag_name"] as! String
    |                       |                | `- note: use 'as?' to perform a conditional downcast to 'String'
    |                       |                `- warning: treating a forced downcast to 'String' as optional will never produce 'nil'
    |                       `- note: add parentheses around the cast to silence this warning
174 |             logger.debug("The latest Tailwind version available is \(tagName!)")
175 |         } catch {
[1089/1089] Compiling SwiftyTailwind Executor.swift
/host/spi-builder-workspace/Sources/SwiftyTailwind/Executor.swift:52:25: warning: initialization of immutable value 'inputStream' was never used; consider replacing with assignment to '_' or removing it
50 |                 }), startNewProcessGroup: false)
51 |                 do {
52 |                     let inputStream = try process.launch()
   |                         `- warning: initialization of immutable value 'inputStream' was never used; consider replacing with assignment to '_' or removing it
53 |                     try process.waitUntilExit()
54 |                     continuation.resume()
/host/spi-builder-workspace/Sources/SwiftyTailwind/Executor.swift:36: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 |
23 |     let logger: Logger
   :
34 |             DispatchQueue.global(qos: .userInitiated).async {
35 |                 let arguments = [executablePath.pathString] + arguments
36 |                 self.logger.info("Tailwind: \(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
37 |                 let process = Process(arguments: arguments,
38 |                                       workingDirectory: directory,
/host/spi-builder-workspace/Sources/SwiftyTailwind/Executor.swift:48:25: 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 |
23 |     let logger: Logger
   :
46 |                          We don't use `logger.error` here because some useful warnings are sent through the standard error.
47 |                          */
48 |                         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
49 |                     }
50 |                 }), startNewProcessGroup: false)
Build complete! (304.01s)
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.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "SwiftyTailwind",
  "name" : "SwiftyTailwind",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyTailwind",
      "targets" : [
        "SwiftyTailwind"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyTailwindTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyTailwindTests",
      "path" : "Tests/SwiftyTailwindTests",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "sources" : [
        "ArchitectureDetectorTests.swift",
        "DownloaderTests.swift",
        "SwiftyTailwindTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyTailwind"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyTailwind",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyTailwind",
      "path" : "Sources/SwiftyTailwind",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "Logging",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "SwiftyTailwind"
      ],
      "sources" : [
        "ArchitectureDetector.swift",
        "ChecksumValidation.swift",
        "Downloader.swift",
        "Executor.swift",
        "SwiftyTailwind.swift",
        "TailwindVersion.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.