The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftyTailwind, reference main (1bf7ff), with Swift 6.1 for Linux on 13 Jun 2025 12:20:21 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.63.1
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 1bf7ff4 Update README.md (#46)
Cloned https://github.com/tuist/SwiftyTailwind.git
Revision (git rev-parse @):
1bf7ff4e0c581dc8a3f502d8f55ae16ad2ecb1df
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-3":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3837/5918] Fetching swift-log, swift-docc-plugin
[4087/19932] Fetching swift-log, swift-docc-plugin, async-http-client
[4508/26761] Fetching swift-log, swift-docc-plugin, async-http-client, swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.67s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.67s)
Fetched https://github.com/apple/swift-log.git from cache (0.96s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.97s)
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.56s)
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.00s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3410] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.56s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.57s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1797] Fetching swift-atomics
[595/4464] Fetching swift-atomics, swift-nio-transport-services
[2084/10387] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras
[6953/16346] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms
[7725/27873] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2
[16985/42722] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (1.35s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.35s)
[29653/30840] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.36s)
[18423/19313] Fetching swift-atomics, swift-nio-transport-services, swift-nio-ssl
[19314/95588] Fetching swift-atomics, swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (2.06s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.07s)
[20189/91124] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.09s)
[6102/76275] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.46s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (7.54s)
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.67s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.91s)
Fetching https://github.com/apple/swift-collections.git
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.91s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.68s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.74s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
[1/1141] Fetching swift-http-structured-headers
[424/2045] Fetching swift-http-structured-headers, swift-http-types
[632/7030] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms
[1823/13207] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-certificates
[3060/15633] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-certificates, swift-service-lifecycle
[3238/17223] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-certificates, swift-service-lifecycle, swift-asn1
Fetched https://github.com/apple/swift-http-types.git from cache (0.69s)
[12883/16319] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-service-lifecycle, swift-asn1
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.78s)
[12473/13893] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.79s)
[11686/12303] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.93s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.94s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.09s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.10s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.17s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.01s)
Fetching https://github.com/apple/swift-crypto.git
[1/14851] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.88s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (7.21s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.57s)
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.80s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.70s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-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/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/449] Write sources
[28/449] Compiling _AtomicsShims.c
[29/449] Compiling _NumericsShims _NumericsShims.c
[30/449] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[31/449] Compiling CNIOWindows shim.c
[31/449] Compiling TSCclibc process.c
[33/449] Compiling TSCclibc libc.c
[34/449] Compiling CNIOWindows WSAStartup.c
[34/449] Write swift-version-24593BA9C3E375BF.txt
[36/449] Compiling CSystem shims.c
[37/449] Compiling CNIOLinux liburing_shims.c
[38/449] Compiling CNIOWASI CNIOWASI.c
[39/449] Compiling CNIOLLHTTP c_nio_http.c
[40/449] Compiling CNIOLinux shim.c
[41/449] Compiling CNIOLLHTTP c_nio_api.c
[42/500] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/500] Compiling CNIOExtrasZlib empty.c
[44/500] Compiling CNIODarwin shim.c
[46/514] Emitting module Logging
[46/514] Compiling CNIOBoringSSLShims shims.c
[47/514] Compiling fiat_p256_adx_sqr.S
[48/514] Compiling fiat_p256_adx_mul.S
[49/514] Compiling fiat_curve25519_adx_square.S
[50/514] Compiling fiat_curve25519_adx_mul.S
[52/514] Emitting module SystemPackage
[52/517] Compiling tls_record.cc
[54/517] Compiling SystemPackage MachPort.swift
[55/517] Compiling SystemPackage PlatformString.swift
[56/517] Compiling SystemPackage SystemString.swift
[57/517] Compiling SystemPackage Util+StringArray.swift
[58/517] Compiling SystemPackage Util.swift
[59/517] Compiling SystemPackage UtilConsumers.swift
[60/517] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/518] Compiling Logging LogHandler.swift
[62/518] Compiling _NIOBase64 Base64.swift
[63/518] Emitting module _NIOBase64
[64/518] Compiling _NIODataStructures _TinyArray.swift
[65/518] Emitting module InternalCollectionsUtilities
[66/518] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[67/518] Compiling InternalCollectionsUtilities UInt+reversed.swift
[68/519] Compiling RealModule Real.swift
[69/520] Compiling RealModule ElementaryFunctions.swift
[70/520] Compiling InternalCollectionsUtilities Descriptions.swift
[71/520] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[72/520] Compiling _NIODataStructures PriorityQueue.swift
[73/520] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/520] Compiling InternalCollectionsUtilities Debugging.swift
[75/520] Emitting module RealModule
[76/520] Compiling RealModule Float+Real.swift
[77/520] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[78/520] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[79/520] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[80/520] Compiling InternalCollectionsUtilities Integer rank.swift
[81/520] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/520] Compiling InternalCollectionsUtilities _SortedCollection.swift
[87/520] Compiling RealModule Float16+Real.swift
[88/520] Compiling RealModule Float80+Real.swift
[89/520] Compiling RealModule RealFunctions.swift
[92/521] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[94/537] Compiling DequeModule Deque+Codable.swift
[95/537] Compiling DequeModule Deque+Collection.swift
[96/537] Compiling DequeModule Deque+CustomReflectable.swift
[97/537] Compiling DequeModule Deque+Descriptions.swift
[98/537] Compiling DequeModule Deque+Extras.swift
[99/537] Compiling DequeModule Deque+Hashable.swift
[100/537] Compiling DequeModule Deque+Equatable.swift
[101/537] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[102/537] Compiling Logging Locks.swift
[103/537] Compiling Logging Logging.swift
[104/537] Emitting module TSCLibc
[105/537] Compiling TSCLibc libc.swift
[106/538] Compiling Logging MetadataProvider.swift
[107/539] Compiling DequeModule _DequeBuffer.swift
[108/539] Compiling DequeModule _DequeBufferHeader.swift
[109/541] Emitting module _NIODataStructures
[110/541] Compiling _NIODataStructures Heap.swift
[110/541] Compiling tls_method.cc
[114/542] Compiling DequeModule Deque._UnsafeHandle.swift
[115/542] Compiling DequeModule Deque.swift
[116/542] Compiling DequeModule _DequeSlot.swift
[117/542] Compiling DequeModule _UnsafeWrappedBuffer.swift
[118/542] Compiling SystemPackage FilePathParsing.swift
[119/542] Compiling SystemPackage FilePathString.swift
[120/542] Compiling SystemPackage FilePathSyntax.swift
[121/542] Compiling SystemPackage FilePathTemp.swift
[122/542] Compiling DequeModule Deque+Testing.swift
[123/542] Compiling DequeModule Deque._Storage.swift
[126/542] Compiling SystemPackage Mocking.swift
[127/542] Compiling SystemPackage RawBuffer.swift
[128/542] Compiling SystemPackage Syscalls.swift
[129/542] Compiling SystemPackage WindowsSyscallAdapters.swift
[136/583] Compiling TSCBasic DictionaryExtensions.swift
[137/583] Compiling TSCBasic DictionaryLiteralExtensions.swift
[138/583] Compiling TSCBasic EditDistance.swift
[139/583] Compiling TSCBasic FileInfo.swift
[140/583] Compiling TSCBasic CollectionExtensions.swift
[141/583] Compiling TSCBasic Condition.swift
[142/583] Compiling TSCBasic CodableResult.swift
[143/583] Compiling TSCBasic CollectionAlgorithms.swift
[144/583] Compiling TSCBasic Await.swift
[145/583] Compiling TSCBasic Base64URL.swift
[145/583] Compiling tls13_both.cc
[147/583] Emitting module DequeModule
[147/584] Compiling tls13_server.cc
[149/584] Compiling tls13_enc.cc
[150/584] Compiling t1_enc.cc
[151/584] Compiling tls13_client.cc
[152/584] Compiling ssl_x509.cc
[153/584] Compiling ssl_versions.cc
[154/584] Compiling ssl_transcript.cc
[155/584] Compiling ssl_stat.cc
[156/584] Compiling ssl_session.cc
[157/584] Compiling ssl_privkey.cc
[158/584] Compiling ssl_key_share.cc
[159/584] Compiling ssl_file.cc
[160/584] Compiling ssl_lib.cc
[161/584] Compiling ssl_credential.cc
[163/584] Emitting module TSCBasic
[166/589] Compiling TSCBasic ByteString.swift
[167/589] Compiling TSCBasic CStringArray.swift
[168/589] Compiling TSCBasic CacheableSequence.swift
[169/589] Compiling TSCBasic Closable.swift
[170/589] Compiling TSCBasic Result.swift
[171/589] Compiling TSCBasic SortedArray.swift
[172/589] Compiling TSCBasic StringConversions.swift
[173/589] Compiling TSCBasic SynchronizedQueue.swift
[174/589] Compiling TSCBasic TemporaryFile.swift
[179/589] Compiling TSCBasic DeltaAlgorithm.swift
[180/589] Compiling TSCBasic DiagnosticsEngine.swift
[185/589] Compiling TSCBasic FileSystem.swift
[186/589] Compiling TSCBasic GraphAlgorithms.swift
[187/589] Compiling TSCBasic PathShims.swift
[188/589] Compiling TSCBasic Process.swift
[189/589] Compiling TSCBasic ProcessEnv.swift
[190/589] Compiling TSCBasic ProcessSet.swift
[191/589] Compiling TSCBasic RegEx.swift
[192/589] Compiling TSCBasic HashAlgorithms.swift
[193/589] Compiling TSCBasic JSON.swift
[194/589] Compiling TSCBasic JSONMapper.swift
[195/589] Compiling TSCBasic KeyedPair.swift
[196/589] Compiling TSCBasic LazyCache.swift
[197/589] Compiling TSCBasic Lock.swift
[198/589] Compiling TSCBasic OSLog.swift
[199/589] Compiling TSCBasic ObjectIdentifierProtocol.swift
[200/589] Compiling TSCBasic OrderedDictionary.swift
[201/589] Compiling TSCBasic OrderedSet.swift
[202/589] Compiling TSCBasic Path.swift
[202/589] Compiling ssl_cipher.cc
[203/589] Compiling ssl_buffer.cc
[204/589] Compiling s3_lib.cc
[205/589] Compiling ssl_cert.cc
[206/589] Compiling ssl_asn1.cc
[207/589] Compiling ssl_aead_ctx.cc
[208/589] Compiling s3_pkt.cc
[210/589] Compiling TSCBasic TerminalController.swift
[211/589] Compiling TSCBasic Thread.swift
[212/589] Compiling TSCBasic Tuple.swift
[213/589] Compiling TSCBasic WritableByteStream.swift
[214/589] Compiling TSCBasic misc.swift
[215/590] Compiling handoff.cc
[216/625] Compiling s3_both.cc
[217/625] Compiling handshake_server.cc
[218/625] Compiling handshake.cc
[219/625] Compiling handshake_client.cc
[220/625] Compiling encrypted_client_hello.cc
[221/625] Compiling extensions.cc
[222/625] Compiling dtls_record.cc
[223/625] Compiling md5-x86_64-linux.S
[224/625] Compiling md5-x86_64-apple.S
[225/625] Compiling md5-586-linux.S
[226/625] Compiling md5-586-apple.S
[228/625] Compiling TSCUtility OSLog.swift
[229/625] Compiling TSCUtility OrderedZip.swift
[230/625] Compiling TSCUtility PkgConfig.swift
[231/625] Compiling TSCUtility Platform.swift
[232/625] Compiling TSCUtility PolymorphicCodable.swift
[233/625] Compiling TSCUtility Tracing.swift
[234/625] Compiling TSCUtility Triple.swift
[235/625] Compiling TSCUtility URL.swift
[236/625] Compiling TSCUtility Verbosity.swift
[237/629] Emitting module TSCUtility
[237/629] Compiling err_data.cc
[238/629] Compiling chacha20_poly1305_x86_64-linux.S
[239/629] Compiling chacha20_poly1305_x86_64-apple.S
[240/629] Compiling chacha20_poly1305_armv8-win.S
[241/629] Compiling bio_ssl.cc
[242/629] Compiling chacha20_poly1305_armv8-apple.S
[243/629] Compiling chacha20_poly1305_armv8-linux.S
[244/629] Compiling d1_both.cc
[245/629] Compiling d1_pkt.cc
[246/629] Compiling dtls_method.cc
[247/629] Compiling chacha-x86_64-linux.S
[247/629] Compiling chacha-x86_64-apple.S
[250/629] Compiling TSCUtility Bitstream.swift
[251/629] Compiling TSCUtility BitstreamReader.swift
[252/629] Compiling TSCUtility BitstreamWriter.swift
[253/629] Compiling TSCUtility BuildFlags.swift
[254/629] Compiling TSCUtility CollectionExtensions.swift
[255/629] Compiling TSCUtility Context.swift
[256/629] Compiling TSCUtility Diagnostics.swift
[257/629] Compiling TSCUtility FSWatch.swift
[258/629] Compiling TSCUtility FloatingPointExtensions.swift
[259/629] Compiling TSCUtility Git.swift
[260/629] Compiling TSCUtility Archiver.swift
[261/629] Compiling TSCUtility ArgumentParser.swift
[262/629] Compiling TSCUtility ArgumentParserShellCompletion.swift
[263/629] Compiling TSCUtility Array+Extensions.swift
[264/629] Compiling TSCUtility Bits.swift
[264/629] Compiling chacha-x86-linux.S
[266/629] Compiling TSCUtility Hex.swift
[267/629] Compiling TSCUtility IndexStore.swift
[268/629] Compiling TSCUtility InterruptHandler.swift
[269/629] Compiling TSCUtility JSONMessageStreamingParser.swift
[270/629] Compiling TSCUtility Netrc.swift
[271/629] Compiling TSCUtility ProgressAnimation.swift
[272/629] Compiling TSCUtility SerializedDiagnostics.swift
[273/629] Compiling TSCUtility SimplePersistence.swift
[274/629] Compiling TSCUtility StringExtensions.swift
[275/629] Compiling TSCUtility StringMangling.swift
[275/629] Compiling d1_srtp.cc
[276/629] Compiling d1_lib.cc
[277/629] Compiling chacha-armv8-win.S
[278/629] Compiling chacha-armv8-linux.S
[279/629] Compiling chacha-x86-apple.S
[279/629] Compiling chacha-armv4-linux.S
[281/629] Compiling chacha-armv8-apple.S
[282/629] Compiling aes128gcmsiv-x86_64-linux.S
[283/629] Compiling aes128gcmsiv-x86_64-apple.S
[284/629] Compiling x86_64-mont5-apple.S
[285/629] Compiling x86_64-mont5-linux.S
[286/629] Compiling x86_64-mont-linux.S
[288/629] Compiling TSCUtility Version.swift
[289/629] Compiling TSCUtility Versioning.swift
[290/629] Compiling TSCUtility dlopen.swift
[291/629] Compiling TSCUtility misc.swift
[291/629] Compiling x86-mont-linux.S
[292/629] Compiling x86_64-mont-apple.S
[293/630] Compiling vpaes-x86_64-linux.S
[294/630] Compiling vpaes-x86_64-apple.S
[295/630] Compiling x86-mont-apple.S
[297/630] Compiling vpaes-x86-linux.S
[298/630] Compiling vpaes-armv8-linux.S
[299/630] Compiling vpaes-x86-apple.S
[300/630] Compiling vpaes-armv8-apple.S
[301/630] Compiling sha512-x86_64-linux.S
[302/630] Compiling vpaes-armv8-win.S
[303/630] Compiling vpaes-armv7-linux.S
[304/630] Compiling sha512-x86_64-apple.S
[305/630] Compiling sha512-armv8-win.S
[306/630] Compiling sha512-armv8-linux.S
[307/630] Compiling sha512-armv8-apple.S
[308/630] Compiling sha512-armv4-linux.S
[309/630] Compiling sha512-586-apple.S
[310/630] Compiling sha512-586-linux.S
[311/630] Compiling sha256-x86_64-linux.S
[312/630] Compiling sha256-armv8-win.S
[313/630] Compiling sha256-x86_64-apple.S
[314/630] Compiling sha256-586-linux.S
[315/630] Compiling sha256-armv8-apple.S
[316/630] Compiling sha256-armv4-linux.S
[317/630] Compiling sha256-586-apple.S
[317/630] Compiling sha256-armv8-linux.S
[319/630] Compiling sha1-armv8-linux.S
[320/630] Compiling sha1-x86_64-linux.S
[321/630] Compiling sha1-armv8-win.S
[322/630] Compiling sha1-x86_64-apple.S
[323/630] Compiling sha1-armv8-apple.S
[324/630] Compiling sha1-armv4-large-linux.S
[325/630] Compiling rsaz-avx2-apple.S
[326/630] Compiling rdrand-x86_64-linux.S
[327/630] Compiling sha1-586-linux.S
[327/630] Compiling sha1-586-apple.S
[329/630] Compiling rsaz-avx2-linux.S
[330/630] Compiling p256_beeu-x86_64-asm-linux.S
[331/630] Compiling rdrand-x86_64-apple.S
[332/630] Compiling p256_beeu-armv8-asm-win.S
[333/630] Compiling p256_beeu-armv8-asm-linux.S
[334/630] Compiling p256_beeu-x86_64-asm-apple.S
[335/630] Compiling p256-armv8-asm-win.S
[336/630] Compiling p256_beeu-armv8-asm-apple.S
[337/630] Compiling p256-x86_64-asm-apple.S
[338/630] Compiling p256-armv8-asm-linux.S
[339/630] Compiling p256-x86_64-asm-linux.S
[340/630] Compiling p256-armv8-asm-apple.S
[341/630] Compiling ghashv8-armv8-win.S
[342/630] Compiling ghashv8-armv8-linux.S
[343/630] Compiling ghashv8-armv7-linux.S
[344/630] Compiling ghash-x86_64-linux.S
[345/630] Compiling ghashv8-armv8-apple.S
[346/630] Compiling ghash-x86-linux.S
[347/630] Compiling ghash-x86-apple.S
[347/630] Compiling ghash-x86_64-apple.S
[349/630] Compiling ghash-ssse3-x86-linux.S
[350/630] Compiling ghash-ssse3-x86_64-apple.S
[351/630] Compiling ghash-ssse3-x86-apple.S
[352/630] Compiling ghash-ssse3-x86_64-linux.S
[353/630] Compiling ghash-neon-armv8-win.S
[354/630] Compiling ghash-neon-armv8-apple.S
[355/630] Compiling ghash-neon-armv8-linux.S
[356/630] Compiling ghash-armv4-linux.S
[357/630] Compiling co-586-linux.S
[358/630] Compiling co-586-apple.S
[359/630] Compiling bsaes-armv7-linux.S
[360/630] Compiling bn-586-linux.S
[360/630] Compiling bn-armv8-win.S
[362/630] Compiling bn-armv8-linux.S
[363/630] Compiling bn-586-apple.S
[364/630] Compiling bn-armv8-apple.S
[365/630] Compiling armv8-mont-win.S
[366/630] Compiling armv8-mont-linux.S
[367/630] Compiling armv8-mont-apple.S
[368/630] Compiling armv4-mont-linux.S
[369/630] Compiling aesv8-armv8-win.S
[370/630] Compiling aesv8-gcm-armv8-linux.S
[371/630] Compiling aesv8-gcm-armv8-win.S
[372/630] Compiling aesv8-armv8-apple.S
[373/630] Compiling aesv8-gcm-armv8-apple.S
[374/630] Compiling aesv8-armv8-linux.S
[375/630] Compiling aesv8-armv7-linux.S
[376/630] Compiling aesni-x86-linux.S
[377/630] Compiling aesni-x86_64-linux.S
[378/630] Compiling aesni-x86_64-apple.S
[379/630] Compiling aes-gcm-avx2-x86_64-linux.S
[380/630] Compiling aesni-x86-apple.S
[381/630] Compiling aesni-gcm-x86_64-linux.S
[382/630] Compiling aesni-gcm-x86_64-apple.S
[383/630] Compiling aes-gcm-avx2-x86_64-apple.S
[384/630] Compiling aes-gcm-avx10-x86_64-linux.S
[385/630] Compiling aes-gcm-avx10-x86_64-apple.S
[386/630] Compiling x_val.cc
[387/630] Compiling x_x509.cc
[388/630] Compiling x_sig.cc
[389/630] Compiling x_x509a.cc
[390/630] Compiling x_req.cc
[391/630] Compiling x_pubkey.cc
[392/630] Compiling x_name.cc
[393/630] Compiling x_spki.cc
[394/630] Compiling x509rset.cc
[395/630] Compiling x_exten.cc
[396/630] Compiling x_algor.cc
[397/630] Compiling x_attrib.cc
[398/630] Compiling x509spki.cc
[399/630] Compiling x509name.cc
[400/630] Compiling x_all.cc
[401/630] Compiling x_crl.cc
[402/630] Compiling x509_vpm.cc
[403/630] Compiling x509cset.cc
[404/630] Compiling x509_v3.cc
[405/630] Compiling x509_txt.cc
[406/630] Compiling x509_vfy.cc
[407/630] Compiling x509_set.cc
[408/630] Compiling x509_trs.cc
[409/630] Compiling x509_req.cc
[410/630] Compiling x509_obj.cc
[411/630] Compiling x509_lu.cc
[412/630] Compiling x509_def.cc
[413/630] Compiling x509_cmp.cc
[414/630] Compiling x509_d2.cc
[415/630] Compiling x509.cc
[416/630] Compiling x509_ext.cc
[417/630] Compiling x509_att.cc
[418/630] Compiling v3_skey.cc
[419/630] Compiling v3_purp.cc
[420/630] Compiling v3_pmaps.cc
[421/630] Compiling v3_utl.cc
[422/630] Compiling v3_prn.cc
[423/630] Compiling v3_ncons.cc
[424/630] Compiling v3_ocsp.cc
[425/630] Compiling v3_pcons.cc
[426/630] Compiling v3_genn.cc
[427/630] Compiling v3_int.cc
[428/630] Compiling v3_extku.cc
[429/630] Compiling v3_info.cc
[430/630] Compiling v3_ia5.cc
[431/630] Compiling v3_crld.cc
[432/630] Compiling v3_lib.cc
[433/630] Compiling v3_enum.cc
[434/630] Compiling v3_bcons.cc
[435/630] Compiling v3_akeya.cc
[436/630] Compiling v3_cpols.cc
[437/630] Compiling v3_bitst.cc
[438/630] Compiling v3_alt.cc
[439/630] Compiling v3_conf.cc
[440/630] Compiling t_x509a.cc
[441/630] Compiling v3_akey.cc
[442/630] Compiling i2d_pr.cc
[443/630] Compiling t_crl.cc
[444/630] Compiling t_x509.cc
[445/630] Compiling rsa_pss.cc
[446/630] Compiling t_req.cc
[447/630] Compiling name_print.cc
[448/630] Compiling policy.cc
[449/630] Compiling by_file.cc
[450/630] Compiling by_dir.cc
[451/630] Compiling asn1_gen.cc
[452/630] Compiling a_verify.cc
[453/630] Compiling algorithm.cc
[454/630] Compiling a_digest.cc
[455/630] Compiling a_sign.cc
[456/630] Compiling thread_win.cc
[457/630] Compiling thread.cc
[458/630] Compiling trust_token.cc
[459/630] Compiling thread_none.cc
[460/630] Compiling thread_pthread.cc
[461/630] Compiling voprf.cc
[462/630] Compiling pmbtoken.cc
[463/630] Compiling stack.cc
[464/630] Compiling sha512.cc
[465/630] Compiling sha256.cc
[466/630] Compiling sha1.cc
[467/630] Compiling siphash.cc
[468/630] Compiling rsa_extra.cc
[469/630] Compiling rsa_print.cc
[470/630] Compiling slhdsa.cc
[471/630] Compiling urandom.cc
[472/630] Compiling spake2plus.cc
[473/630] Compiling rc4.cc
[474/630] Compiling windows.cc
[475/630] Compiling rsa_crypt.cc
[476/630] Compiling refcount.cc
[477/630] Compiling trusty.cc
[478/630] Compiling rand.cc
[479/630] Compiling rsa_asn1.cc
[480/630] Compiling ios.cc
[481/630] Compiling poly1305_arm_asm.S
[482/630] Compiling passive.cc
[483/630] Compiling getentropy.cc
[484/630] Compiling deterministic.cc
[485/630] Compiling forkunsafe.cc
[486/630] Compiling fork_detect.cc
[487/630] Compiling poly1305_vec.cc
[488/630] Compiling poly1305.cc
[489/630] Compiling poly1305_arm.cc
[490/630] Compiling pool.cc
[491/630] Compiling pkcs8_x509.cc
[492/630] Compiling pkcs7.cc
[493/630] Compiling pkcs8.cc
[494/630] Compiling pem_xaux.cc
[495/630] Compiling p5_pbev2.cc
[496/630] Compiling pkcs7_x509.cc
[497/630] Compiling pem_pkey.cc
[498/630] Compiling pem_x509.cc
[499/630] Compiling mlkem.cc
[500/630] Compiling obj_xref.cc
[501/630] Compiling pem_pk8.cc
[502/630] Compiling pem_info.cc
[503/630] Compiling obj.cc
[504/630] Compiling pem_all.cc
[505/630] Compiling mem.cc
[506/630] Compiling mldsa.cc
[507/630] Compiling pem_oth.cc
[508/630] Compiling pem_lib.cc
[509/630] Compiling fips_shared_support.cc
[510/630] Compiling poly_rq_mul.S
[511/630] Compiling md5.cc
[512/630] Compiling lhash.cc
[513/630] Compiling md4.cc
[514/630] Compiling hrss.cc
[515/630] Compiling kyber.cc
[516/630] Compiling ex_data.cc
[517/630] Compiling sign.cc
[518/630] Compiling scrypt.cc
[519/630] Compiling hpke.cc
[520/630] Compiling pbkdf.cc
[521/630] Compiling print.cc
[522/630] Compiling p_x25519.cc
[523/630] Compiling p_rsa_asn1.cc
[524/630] Compiling p_x25519_asn1.cc
[525/630] Compiling p_hkdf.cc
[526/630] Compiling p_ed25519.cc
[527/630] Compiling p_rsa.cc
[528/630] Compiling p_ed25519_asn1.cc
[529/630] Compiling p_dh_asn1.cc
[530/630] Compiling p_dh.cc
[531/630] Compiling p_ec_asn1.cc
[532/630] Compiling p_ec.cc
[533/630] Compiling evp_ctx.cc
[534/630] Compiling p_dsa_asn1.cc
[535/630] Compiling evp.cc
[536/630] Compiling ecdh.cc
[537/630] Compiling err.cc
[538/630] Compiling engine.cc
[539/630] Compiling evp_asn1.cc
[540/630] Compiling hash_to_curve.cc
[541/630] Compiling ecdsa_asn1.cc
[542/630] Compiling ec_derive.cc
[543/630] Compiling dsa.cc
[544/630] Compiling dsa_asn1.cc
[545/630] Compiling params.cc
[546/630] Compiling ec_asn1.cc
[547/630] Compiling digest_extra.cc
[548/630] Compiling x25519-asm-arm.S
[549/630] Compiling des.cc
[550/630] Compiling dh_asn1.cc
[551/630] Compiling bcm.cc
[552/630] Compiling cpu_arm_freebsd.cc
[553/630] Compiling spake25519.cc
[554/630] Compiling crypto.cc
[555/630] Compiling cpu_intel.cc
[556/630] Compiling cpu_arm_linux.cc
[557/630] Compiling cpu_aarch64_win.cc
[558/630] Compiling curve25519.cc
[559/630] Compiling cpu_aarch64_openbsd.cc
[560/630] Compiling cpu_aarch64_sysreg.cc
[561/630] Compiling cpu_aarch64_fuchsia.cc
[562/630] Compiling cpu_aarch64_linux.cc
[563/630] Compiling cpu_aarch64_apple.cc
[564/630] Compiling get_cipher.cc
[565/630] Compiling curve25519_64_adx.cc
[566/630] Compiling conf.cc
[567/630] Compiling e_tls.cc
[568/630] Compiling tls_cbc.cc
[569/630] Compiling e_rc4.cc
[570/630] Compiling e_rc2.cc
[571/630] Compiling e_null.cc
[572/630] Compiling e_chacha20poly1305.cc
[573/630] Compiling e_des.cc
[574/630] Compiling derive_key.cc
[575/630] Compiling e_aesgcmsiv.cc
[576/630] Compiling e_aesctrhmac.cc
[577/630] Compiling chacha.cc
[578/630] Compiling buf.cc
[579/630] Compiling unicode.cc
[580/630] Compiling cbb.cc
[581/630] Compiling cbs.cc
[582/630] Compiling ber.cc
[583/630] Compiling bn_asn1.cc
[584/630] Compiling asn1_compat.cc
[585/630] Compiling blake2.cc
[586/630] Compiling socket_helper.cc
[587/630] Compiling printf.cc
[588/630] Compiling socket.cc
[589/630] Compiling convert.cc
[590/630] Compiling pair.cc
[591/630] Compiling file.cc
[592/630] Compiling fd.cc
[593/630] Compiling hexdump.cc
[594/630] Compiling errno.cc
[595/630] Compiling connect.cc
[596/630] Compiling bio_mem.cc
[597/630] Compiling base64.cc
[598/630] Compiling bio.cc
[599/630] Compiling tasn_typ.cc
[600/630] Compiling tasn_fre.cc
[601/630] Compiling tasn_utl.cc
[602/630] Compiling f_string.cc
[603/630] Compiling posix_time.cc
[604/630] Compiling tasn_enc.cc
[605/630] Compiling f_int.cc
[606/630] Compiling tasn_new.cc
[607/630] Compiling asn_pack.cc
[608/630] Compiling asn1_par.cc
[609/630] Compiling tasn_dec.cc
[610/630] Compiling a_utctm.cc
[611/630] Compiling asn1_lib.cc
[612/630] Compiling a_octet.cc
[613/630] Compiling a_type.cc
[614/630] Compiling a_time.cc
[615/630] Compiling a_strnid.cc
[616/630] Compiling a_strex.cc
[617/630] Compiling a_dup.cc
[618/630] Compiling a_i2d_fp.cc
[619/630] Compiling a_object.cc
[620/630] Compiling a_mbstr.cc
[621/630] Write sources
[622/630] Compiling a_d2i_fp.cc
[623/630] Write sources
[624/630] Compiling a_int.cc
[625/630] Compiling a_gentm.cc
[626/673] Compiling a_bitstr.cc
[627/673] Compiling a_bool.cc
[629/673] Compiling Algorithms Keyed.swift
[630/673] Compiling Algorithms MinMax.swift
[631/673] Compiling Algorithms Intersperse.swift
[632/673] Compiling Algorithms Joined.swift
[633/675] Compiling Algorithms EitherSequence.swift
[634/675] Compiling Algorithms FirstNonNil.swift
[635/675] Compiling Algorithms Partition.swift
[636/675] Compiling Algorithms Permutations.swift
[637/675] Compiling Atomics IntegerOperations.swift
[638/675] Compiling Atomics Unmanaged extensions.swift
[639/675] Compiling Algorithms AdjacentPairs.swift
[640/675] Compiling Algorithms Chain.swift
[641/675] Compiling Algorithms Chunked.swift
[642/675] Compiling Algorithms Split.swift
[643/675] Compiling Algorithms Stride.swift
[644/675] Compiling Algorithms Suffix.swift
[646/675] Compiling Algorithms Reductions.swift
[647/675] Compiling Algorithms Rotate.swift
[654/678] Compiling Algorithms Compacted.swift
[655/678] Compiling Algorithms Cycle.swift
[658/678] Compiling Algorithms FlattenCollection.swift
[659/678] Compiling Algorithms Grouped.swift
[660/678] Compiling Algorithms Indexed.swift
[662/678] Compiling Algorithms Trim.swift
[663/678] Compiling Algorithms Unique.swift
[664/678] Compiling Algorithms Windows.swift
[668/678] Compiling Algorithms Combinations.swift
[669/678] Emitting module Atomics
[676/679] Compiling c-nioatomics.c
[678/679] Emitting module Algorithms
[679/680] Compiling c-atomics.c
[681/686] Compiling NIOConcurrencyHelpers lock.swift
[682/686] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[683/686] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[684/686] Compiling NIOConcurrencyHelpers atomics.swift
[685/686] Emitting module NIOConcurrencyHelpers
[686/686] Compiling NIOConcurrencyHelpers NIOLock.swift
[688/747] Compiling NIOCore MulticastChannel.swift
[689/747] Compiling NIOCore NIOAny.swift
[690/747] Compiling NIOCore NIOCloseOnErrorHandler.swift
[691/747] Compiling NIOCore NIOLoopBound.swift
[692/747] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[693/747] Compiling NIOCore NIOScheduledCallback.swift
[694/747] Compiling NIOCore NIOSendable.swift
[695/747] Compiling NIOCore RecvByteBufferAllocator.swift
[696/755] Compiling NIOCore IO.swift
[697/755] Compiling NIOCore IOData.swift
[698/755] Compiling NIOCore IPProtocol.swift
[699/755] Compiling NIOCore IntegerBitPacking.swift
[700/755] Compiling NIOCore IntegerTypes.swift
[701/755] Compiling NIOCore Interfaces.swift
[702/755] Compiling NIOCore Linux.swift
[703/755] Compiling NIOCore MarkedCircularBuffer.swift
[704/755] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[705/755] Compiling NIOCore EventLoopFuture+Deprecated.swift
[706/755] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[707/755] Compiling NIOCore EventLoopFuture.swift
[708/755] Compiling NIOCore FileDescriptor.swift
[709/755] Compiling NIOCore FileHandle.swift
[710/755] Compiling NIOCore FileRegion.swift
[711/755] Compiling NIOCore GlobalSingletons.swift
[712/755] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[713/755] Compiling NIOCore SocketAddresses.swift
[714/755] Compiling NIOCore SocketOptionProvider.swift
[715/755] Compiling NIOCore SystemCallHelpers.swift
[716/755] Compiling NIOCore TimeAmount+Duration.swift
[717/755] Compiling NIOCore TypeAssistedChannelHandler.swift
[718/755] Compiling NIOCore UniversalBootstrapSupport.swift
[719/755] Compiling NIOCore Utilities.swift
[720/755] Compiling NIOCore AddressedEnvelope.swift
[721/755] Compiling NIOCore AsyncAwaitSupport.swift
[722/755] Compiling NIOCore AsyncChannel.swift
[723/755] Compiling NIOCore AsyncChannelHandler.swift
[724/755] Compiling NIOCore AsyncChannelInboundStream.swift
[725/755] Compiling NIOCore AsyncChannelOutboundWriter.swift
[726/755] Compiling NIOCore NIOAsyncSequenceProducer.swift
[727/755] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[728/755] Compiling NIOCore NIOAsyncWriter.swift
[729/755] Compiling NIOCore CircularBuffer.swift
[730/755] Compiling NIOCore Codec.swift
[731/755] Compiling NIOCore ConvenienceOptionSupport.swift
[732/755] Compiling NIOCore DeadChannel.swift
[733/755] Compiling NIOCore DispatchQueue+WithFuture.swift
[734/755] Compiling NIOCore EventLoop+Deprecated.swift
[735/755] Compiling NIOCore EventLoop+SerialExecutor.swift
[736/755] Compiling NIOCore EventLoop.swift
[737/755] Emitting module NIOCore
[738/755] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[739/755] Compiling NIOCore BSDSocketAPI.swift
[740/755] Compiling NIOCore ByteBuffer-aux.swift
[741/755] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[742/755] Compiling NIOCore ByteBuffer-conversions.swift
[743/755] Compiling NIOCore ByteBuffer-core.swift
[744/755] Compiling NIOCore ByteBuffer-hex.swift
[745/755] Compiling NIOCore ByteBuffer-int.swift
[746/755] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[747/755] Compiling NIOCore ByteBuffer-multi-int.swift
[748/755] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[749/755] Compiling NIOCore ByteBuffer-views.swift
[750/755] Compiling NIOCore Channel.swift
[751/755] Compiling NIOCore ChannelHandler.swift
[752/755] Compiling NIOCore ChannelHandlers.swift
[753/755] Compiling NIOCore ChannelInvoker.swift
[754/755] Compiling NIOCore ChannelOption.swift
[755/755] Compiling NIOCore ChannelPipeline.swift
[757/806] Compiling NIOPosix Pool.swift
[758/806] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[759/806] Compiling NIOPosix PosixSingletons.swift
[760/806] Compiling NIOPosix RawSocketBootstrap.swift
[761/806] Compiling NIOPosix Resolver.swift
[762/806] Compiling NIOPosix Selectable.swift
[763/812] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[764/812] Compiling NIOEmbedded Embedded.swift
[765/812] Compiling NIOEmbedded AsyncTestingChannel.swift
[766/812] Emitting module NIOEmbedded
[768/813] Emitting module NIOPosix
[769/813] Compiling NIOPosix ThreadPosix.swift
[770/813] Compiling NIOPosix ThreadWindows.swift
[771/813] Compiling NIOPosix UnsafeTransfer.swift
[772/813] Compiling NIOPosix Utilities.swift
[773/813] Compiling NIOPosix VsockAddress.swift
[774/813] Compiling NIOPosix VsockChannelEvents.swift
[775/813] Compiling NIOPosix SelectableChannel.swift
[776/813] Compiling NIOPosix SelectableEventLoop.swift
[777/813] Compiling NIOPosix SelectorEpoll.swift
[778/813] Compiling NIOPosix SelectorGeneric.swift
[779/813] Compiling NIOPosix SelectorKqueue.swift
[780/813] Compiling NIOPosix SelectorUring.swift
[781/813] Compiling NIOPosix ServerSocket.swift
[782/813] Compiling NIOPosix Socket.swift
[783/813] Compiling NIOPosix SocketChannel.swift
[784/813] Compiling NIOPosix SocketProtocols.swift
[785/813] Compiling NIOPosix System.swift
[786/813] Compiling NIOPosix Thread.swift
[787/813] Compiling NIOPosix IO.swift
[788/813] Compiling NIOPosix IntegerBitPacking.swift
[789/813] Compiling NIOPosix IntegerTypes.swift
[790/813] Compiling NIOPosix Linux.swift
[791/813] Compiling NIOPosix LinuxCPUSet.swift
[792/813] Compiling NIOPosix LinuxUring.swift
[793/813] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[794/813] Compiling NIOPosix NIOThreadPool.swift
[795/813] Compiling NIOPosix NonBlockingFileIO.swift
[796/813] Compiling NIOPosix PendingDatagramWritesManager.swift
[797/813] Compiling NIOPosix PendingWritesManager.swift
[798/813] Compiling NIOPosix PipeChannel.swift
[799/813] Compiling NIOPosix PipePair.swift
[800/813] Compiling NIOPosix BSDSocketAPICommon.swift
[801/813] Compiling NIOPosix BSDSocketAPIPosix.swift
[802/813] Compiling NIOPosix BSDSocketAPIWindows.swift
[803/813] Compiling NIOPosix BaseSocket.swift
[804/813] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[805/813] Compiling NIOPosix BaseSocketChannel.swift
[806/813] Compiling NIOPosix BaseStreamSocketChannel.swift
[807/813] Compiling NIOPosix Bootstrap.swift
[808/813] Compiling NIOPosix ControlMessage.swift
[809/813] Compiling NIOPosix DatagramVectorReadManager.swift
[810/813] Compiling NIOPosix Errors+Any.swift
[811/813] Compiling NIOPosix FileDescriptor.swift
[812/813] Compiling NIOPosix GetaddrinfoResolver.swift
[813/813] Compiling NIOPosix HappyEyeballs.swift
[815/816] Compiling NIO Exports.swift
[816/816] Emitting module NIO
[818/856] Compiling NIOTLS TLSEvents.swift
[819/856] Compiling NIOSOCKS SOCKSResponse.swift
[820/857] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[821/857] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[822/857] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[823/857] Emitting module NIOFoundationCompat
[824/857] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[825/858] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[826/858] Compiling NIOSOCKS ClientStateMachine.swift
[827/858] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[828/858] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[829/858] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[830/858] Compiling NIOTLS SNIHandler.swift
[831/858] Emitting module NIOTLS
[832/858] Compiling NIOHTTP1 ByteCollectionUtils.swift
[833/858] Compiling NIOHTTP1 HTTPDecoder.swift
[834/858] Emitting module NIOSOCKS
[835/858] Compiling NIOHTTP1 HTTPEncoder.swift
[836/858] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[839/859] Compiling NIOSOCKS ServerStateMachine.swift
[840/859] Compiling NIOSOCKS Errors.swift
[841/859] Compiling NIOSOCKS Helpers.swift
[842/859] Compiling NIOSOCKS Messages.swift
[843/859] Compiling NIOSOCKS SOCKSRequest.swift
[845/883] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[846/883] Compiling NIOTransportServices NIOTSListenerChannel.swift
[847/913] Compiling NIOSSL AndroidCABundle.swift
[848/913] Compiling NIOSSL ByteBufferBIO.swift
[849/913] Compiling NIOSSL CustomPrivateKey.swift
[850/915] Compiling NIOSSL NIOSSLClientHandler.swift
[851/915] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[852/915] Emitting module NIOTransportServices
[853/915] Compiling NIOSSL SSLConnection.swift
[854/915] Compiling NIOSSL SSLContext.swift
[855/915] Compiling NIOSSL SSLErrors.swift
[856/915] Compiling NIOSSL SSLInit.swift
[857/915] Compiling NIOSSL SSLPKCS12Bundle.swift
[858/915] Compiling NIOSSL SubjectAlternativeName.swift
[859/915] Compiling NIOSSL PosixPort.swift
[860/915] Compiling NIOSSL SSLCallbacks.swift
[861/915] Compiling NIOSSL LinuxCABundle.swift
[862/915] Compiling NIOSSL SSLCertificate.swift
[863/915] Compiling NIOSSL SSLCertificateExtensions.swift
[864/915] Compiling NIOSSL SSLCertificateName.swift
[867/915] Compiling NIOSSL NIOSSLHandler.swift
[868/915] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[869/915] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[870/915] Compiling NIOSSL IdentityVerification.swift
[871/915] Compiling NIOSSL NIOSSLServerHandler.swift
[872/915] Compiling NIOSSL ObjectIdentifier.swift
[884/916] Emitting module NIOHTTP1
[889/917] Emitting module NIOSSL
[890/939] Compiling NIOSSL SSLPrivateKey.swift
[891/939] Compiling NIOSSL SSLPublicKey.swift
[892/939] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[893/939] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[897/939] Compiling NIOSSL SafeCompare.swift
[898/939] Compiling NIOHPACK DynamicHeaderTable.swift
[899/939] Compiling NIOHPACK HPACKDecoder.swift
[900/939] Compiling NIOHPACK HPACKEncoder.swift
[901/939] Compiling NIOHPACK HPACKErrors.swift
[902/939] Compiling NIOHPACK HPACKHeader.swift
[903/939] Compiling NIOHPACK HeaderTables.swift
[906/939] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[911/939] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[912/939] Compiling NIOHPACK HuffmanTables.swift
[913/940] Emitting module NIOHTTPCompression
[914/940] Compiling NIOHTTPCompression HTTPCompression.swift
[915/940] Compiling NIOHTTPCompression HTTPDecompression.swift
[916/940] Compiling NIOHPACK IntegerCoding.swift
[917/940] Compiling NIOHPACK IndexedHeaderTable.swift
[918/940] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[919/940] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[920/941] Compiling NIOHPACK StaticHeaderTable.swift
[921/941] Compiling NIOHPACK HuffmanCoding.swift
[935/941] Emitting module NIOHPACK
[938/942] Compiling NIOSSL Zeroization.swift
[939/942] Compiling NIOSSL TLSConfiguration.swift
[940/942] Compiling NIOSSL UniversalBootstrapSupport.swift
[941/942] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[944/1001] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[945/1001] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[946/1001] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[947/1001] Compiling NIOHTTP2 HTTP2StreamID.swift
[948/1001] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[949/1001] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[950/1001] Compiling NIOHTTP2 HTTP2UserEvents.swift
[951/1001] Compiling NIOHTTP2 InboundEventBuffer.swift
[952/1009] Emitting module NIOHTTP2
[953/1009] Compiling NIOHTTP2 MaySendFrames.swift
[954/1009] Compiling NIOHTTP2 SendingDataState.swift
[955/1009] Compiling NIOHTTP2 SendingGoawayState.swift
[956/1009] Compiling NIOHTTP2 SendingHeadersState.swift
[957/1009] Compiling NIOHTTP2 SendingPushPromiseState.swift
[958/1009] Compiling NIOHTTP2 SendingRstStreamState.swift
[959/1009] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[960/1009] Compiling NIOHTTP2 HTTP2SettingsState.swift
[961/1009] Compiling NIOHTTP2 ConnectionStateMachine.swift
[962/1009] Compiling NIOHTTP2 ConnectionStreamsState.swift
[963/1009] Compiling NIOHTTP2 MayReceiveFrames.swift
[964/1009] Compiling NIOHTTP2 ReceivingDataState.swift
[965/1009] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[966/1009] Compiling NIOHTTP2 ReceivingHeadersState.swift
[967/1009] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[968/1009] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[969/1009] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[970/1009] Compiling NIOHTTP2 InboundWindowManager.swift
[971/1009] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[972/1009] Compiling NIOHTTP2 StreamChannelFlowController.swift
[973/1009] Compiling NIOHTTP2 StreamChannelList.swift
[974/1009] Compiling NIOHTTP2 StreamMap.swift
[975/1009] Compiling NIOHTTP2 StreamStateMachine.swift
[976/1009] Compiling NIOHTTP2 UnsafeTransfer.swift
[977/1009] Compiling NIOHTTP2 WatermarkedFlowController.swift
[978/1009] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[979/1009] Compiling NIOHTTP2 HasFlowControlWindows.swift
[980/1009] Compiling NIOHTTP2 HasLocalSettings.swift
[981/1009] Compiling NIOHTTP2 HasRemoteSettings.swift
[982/1009] Compiling NIOHTTP2 LocallyQuiescingState.swift
[983/1009] Compiling NIOHTTP2 QuiescingState.swift
[984/1009] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[985/1009] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[986/1009] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[987/1009] Compiling NIOHTTP2 HTTP2Frame.swift
[988/1009] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[989/1009] Compiling NIOHTTP2 HTTP2FrameParser.swift
[990/1009] Compiling NIOHTTP2 HTTP2PingData.swift
[991/1009] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[992/1009] Compiling NIOHTTP2 HTTP2Settings.swift
[993/1009] Compiling NIOHTTP2 HTTP2Stream.swift
[994/1009] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[995/1009] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[996/1009] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[997/1009] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[998/1009] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[999/1009] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1000/1009] Compiling NIOHTTP2 HTTP2Error.swift
[1001/1009] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1002/1009] Compiling NIOHTTP2 StateMachineResult.swift
[1003/1009] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1004/1009] Compiling NIOHTTP2 DOSHeuristics.swift
[1005/1009] Compiling NIOHTTP2 Error+Any.swift
[1006/1009] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1007/1009] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1008/1009] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1009/1009] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1011/1070] Emitting module AsyncHTTPClient
[1012/1078] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1013/1078] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1014/1078] Compiling AsyncHTTPClient Transaction.swift
[1015/1078] Compiling AsyncHTTPClient Base64.swift
[1016/1078] Compiling AsyncHTTPClient BasicAuth.swift
[1017/1078] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1018/1078] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1019/1078] Compiling AsyncHTTPClient ConnectionPool.swift
[1020/1078] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1021/1078] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1022/1078] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1023/1078] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1024/1078] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1025/1078] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1026/1078] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1027/1078] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1028/1078] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1029/1078] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1030/1078] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1031/1078] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1032/1078] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1033/1078] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1034/1078] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1035/1078] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1036/1078] Compiling AsyncHTTPClient RequestBodyLength.swift
[1037/1078] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1038/1078] Compiling AsyncHTTPClient RequestBag.swift
[1039/1078] Compiling AsyncHTTPClient RequestValidation.swift
[1040/1078] Compiling AsyncHTTPClient SSLContextCache.swift
[1041/1078] Compiling AsyncHTTPClient Scheme.swift
[1042/1078] Compiling AsyncHTTPClient Singleton.swift
[1043/1078] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1044/1078] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1045/1078] Compiling AsyncHTTPClient Utils.swift
[1046/1078] Compiling AsyncHTTPClient HTTPHandler.swift
[1047/1078] Compiling AsyncHTTPClient LRUCache.swift
[1048/1078] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1049/1078] Compiling AsyncHTTPClient NWErrorHandler.swift
[1050/1078] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1051/1078] Compiling AsyncHTTPClient TLSConfiguration.swift
[1052/1078] Compiling AsyncHTTPClient RedirectState.swift
[1053/1078] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1054/1078] Compiling AsyncHTTPClient ConnectionTarget.swift
[1055/1078] Compiling AsyncHTTPClient DeconstructedURL.swift
[1056/1078] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1057/1078] Compiling AsyncHTTPClient FoundationExtensions.swift
[1058/1078] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1059/1078] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1060/1078] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1061/1078] Compiling AsyncHTTPClient HTTPClient.swift
[1062/1078] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1063/1078] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1064/1078] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1065/1078] Compiling AsyncHTTPClient HTTP1Connection.swift
[1066/1078] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1067/1078] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1068/1078] Compiling AsyncHTTPClient HTTP2Connection.swift
[1069/1078] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1070/1078] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1071/1078] Compiling AsyncHTTPClient RequestOptions.swift
[1072/1078] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1073/1078] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1074/1078] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1075/1078] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1076/1078] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1077/1078] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1078/1078] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1080/1086] Compiling SwiftyTailwind TailwindVersion.swift
[1081/1086] Compiling SwiftyTailwind SwiftyTailwind.swift
[1082/1086] Compiling SwiftyTailwind ArchitectureDetector.swift
[1083/1086] 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)
[1084/1086] 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()
[1085/1086] 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
[1086/1086] 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:111:17: warning: capture of 'self' with non-sendable type 'Downloader?' in a '@Sendable' closure
 40 | }
 41 |
 42 | class Downloader: Downloading {
    |       `- note: class 'Downloader' does not conform to the 'Sendable' protocol
 43 |     let architectureDetector: ArchitectureDetecting
 44 |     let logger: Logger
    :
109 |         let delegate = try FileDownloadDelegate(path: downloadPath.pathString, reportProgress: { [weak self] in
110 |             if let totalBytes = $0.totalBytes {
111 |                 self?.logger.debug("Total bytes count: \(totalBytes)")
    |                 `- warning: capture of 'self' with non-sendable type 'Downloader?' in a '@Sendable' closure
112 |             }
113 |             self?.logger.debug("Downloaded \($0.receivedBytes) bytes so far")
/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 {
Build complete! (254.11s)
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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.