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 postgres-nio-macros, reference main (c08364), with Swift 6.1 for Linux on 1 May 2025 05:56:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

Building package at path:  $PWD
https://github.com/lovetodream/postgres-nio-macros.git
https://github.com/lovetodream/postgres-nio-macros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0-latest",
            "upper_bound" : "601.0.1-latest"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    }
  ],
  "manifest_display_name" : "postgres-nio-macros",
  "name" : "postgres-nio-macros",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PostgresNIOMacros",
      "targets" : [
        "PostgresNIOMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PostgresNIOMacrosPlugin",
      "targets" : [
        "PostgresNIOMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostgresNIOMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOMacrosTests",
      "path" : "Tests/PostgresNIOMacrosTests",
      "product_dependencies" : [
        "PostgresNIO"
      ],
      "sources" : [
        "StatementTests.swift"
      ],
      "target_dependencies" : [
        "PostgresNIOMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresNIOMacrosPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOMacrosPluginTests",
      "path" : "Tests/PostgresNIOMacrosPluginTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "StatementMacroTests.swift"
      ],
      "target_dependencies" : [
        "PostgresNIOMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresNIOMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOMacrosPlugin",
      "path" : "Sources/PostgresNIOMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PostgresNIOMacros",
        "PostgresNIOMacrosPlugin"
      ],
      "sources" : [
        "StatementMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PostgresNIOMacros",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOMacros",
      "path" : "Sources/PostgresNIOMacros",
      "product_dependencies" : [
        "PostgresNIO"
      ],
      "product_memberships" : [
        "PostgresNIOMacros"
      ],
      "sources" : [
        "Statement.swift"
      ],
      "target_dependencies" : [
        "PostgresNIOMacrosPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/12117] Fetching postgres-nio
[12118/82408] Fetching postgres-nio, swift-syntax
Fetched https://github.com/vapor/postgres-nio.git from cache (3.65s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.69s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (4.14s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/3836] Fetching swift-log
[3339/6230] Fetching swift-log, swift-service-lifecycle
[3579/8849] Fetching swift-log, swift-service-lifecycle, swift-nio-transport-services
[4117/22707] Fetching swift-log, swift-service-lifecycle, swift-nio-transport-services, swift-crypto
[9499/24913] Fetching swift-log, swift-service-lifecycle, swift-nio-transport-services, swift-crypto, swift-metrics
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
Fetching https://github.com/apple/swift-nio.git
[9853/21077] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-crypto, swift-metrics
[9854/35886] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-crypto, swift-metrics, swift-nio-ssl
[27436/111455] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-crypto, swift-metrics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.33s)
Fetching https://github.com/apple/swift-collections.git
[52256/97597] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-metrics, swift-nio-ssl, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.59s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.59s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.59s)
Fetching https://github.com/apple/swift-atomics.git
[63174/90378] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.61s)
[48366/91875] Fetching swift-nio, swift-collections
[55198/93580] Fetching swift-nio, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
[63646/91875] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.03s)
[65746/75569] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.89s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.02s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.31s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.43s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.30s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.82s)
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.43s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.42s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.44s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.71s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (0.61s)
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.25.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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-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-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-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-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-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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.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
Building for debugging...
[0/1626] Write sources
[65/1626] Compiling CNIOWindows shim.c
[66/1626] Compiling CNIOWindows WSAStartup.c
[67/1626] Compiling CNIOWindows shim.c
[68/1626] Compiling _AtomicsShims.c
[70/1626] Compiling CNIOWindows WSAStartup.c
[71/1626] Compiling CNIOWASI CNIOWASI.c
[73/1626] Compiling CNIOLinux liburing_shims.c
[75/1626] Compiling CNIODarwin shim.c
[77/1626] Compiling fiat_p256_adx_sqr.S
[78/1626] Compiling fiat_p256_adx_mul.S
[79/1626] Compiling CNIOLinux shim.c
[81/1626] Compiling _SwiftSyntaxCShims dummy.c
[82/1626] Write swift-version-24593BA9C3E375BF.txt
[83/1626] Compiling fiat_curve25519_adx_square.S
[83/1626] Compiling fiat_curve25519_adx_mul.S
[85/1626] Compiling CNIOBoringSSLShims shims.c
[88/1638] Emitting module _NIOBase64
[88/1638] Compiling tls_method.cc
[89/1638] Compiling tls_record.cc
[90/1640] Compiling tls13_server.cc
[91/1642] Compiling tls13_enc.cc
[93/1644] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/1649] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/1649] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/1650] Compiling _NIOBase64 Base64.swift
[97/1651] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/1651] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/1652] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/1653] Emitting module _NIOBase64
[102/1653] Compiling _NIOBase64 Base64.swift
[103/1654] Compiling _NIODataStructures _TinyArray.swift
[108/1654] Compiling _NIODataStructures PriorityQueue.swift
[110/1654] Compiling _NIODataStructures _TinyArray.swift
[111/1654] Compiling Logging MetadataProvider.swift
[112/1654] Emitting module _NIODataStructures
[113/1654] Compiling _NIODataStructures Heap.swift
[114/1654] Emitting module Logging
[115/1668] Emitting module _NIODataStructures
[116/1669] Compiling _NIODataStructures Heap.swift
[117/1683] Compiling Logging LogHandler.swift
[118/1683] Compiling Logging Locks.swift
[119/1683] Compiling Logging Logging.swift
[123/1702] Compiling Logging MetadataProvider.swift
[124/1702] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[125/1702] Compiling InternalCollectionsUtilities Specialize.swift
[126/1704] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[127/1704] Compiling InternalCollectionsUtilities UInt+reversed.swift
[128/1704] Compiling InternalCollectionsUtilities Debugging.swift
[129/1704] Compiling InternalCollectionsUtilities Descriptions.swift
[132/1706] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[133/1706] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[134/1706] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[135/1740] Compiling SwiftSyntax SourcePresence.swift
[136/1740] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[137/1740] Compiling SwiftSyntax Syntax.swift
[138/1740] Compiling SwiftSyntax SyntaxArena.swift
[139/1770] Emitting module Logging
[140/1770] Compiling CoreMetrics Locks.swift
[141/1773] Compiling Logging Locks.swift
[142/1776] Compiling SwiftSyntax SyntaxCollection.swift
[143/1776] Compiling SwiftSyntax SyntaxHashable.swift
[144/1776] Compiling SwiftSyntax Assert.swift
[145/1776] Compiling SwiftSyntax BumpPtrAllocator.swift
[146/1776] Compiling SwiftSyntax CommonAncestor.swift
[147/1776] Compiling ConcurrencyHelpers LockedValueBox.swift
[148/1776] Emitting module CoreMetrics
[151/1776] Compiling ConcurrencyHelpers LockedValueBox.swift
[152/1776] Emitting module InternalCollectionsUtilities
[153/1776] Emitting module CoreMetrics
[154/1776] Emitting module ConcurrencyHelpers
[155/1776] Compiling ConcurrencyHelpers Lock.swift
[156/1777] Emitting module InternalCollectionsUtilities
[157/1777] Emitting module ConcurrencyHelpers
[158/1777] Compiling ConcurrencyHelpers Lock.swift
[161/1778] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[164/1778] Compiling SwiftSyntax SourceLocation.swift
[167/1778] Compiling SwiftSyntax AbsolutePosition.swift
[168/1778] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[169/1778] Compiling SwiftSyntax CustomTraits.swift
[170/1778] Compiling SwiftSyntax EditorPlaceholder.swift
[171/1779] Compiling SwiftSyntax Convenience.swift
[174/1780] Wrapping AST for SwiftSyntax600 for debugging
[178/1780] Compiling CoreMetrics Metrics.swift
[179/1781] Compiling Logging LogHandler.swift
[180/1781] Compiling Logging Logging.swift
[181/1788] Compiling CoreMetrics Locks.swift
[182/1788] Compiling CoreMetrics Metrics.swift
[182/1788] Wrapping AST for SwiftSyntax510 for debugging
[187/1918] Emitting module UnixSignals
[188/1918] Compiling UnixSignals UnixSignal.swift
[189/1918] Emitting module UnixSignals
[190/1918] Compiling UnixSignals UnixSignalsSequence.swift
[191/1919] Compiling DequeModule Deque+CustomReflectable.swift
[192/1919] Compiling DequeModule Deque+Descriptions.swift
[193/1921] Compiling DequeModule _DequeBuffer.swift
[194/1921] Compiling DequeModule _DequeBufferHeader.swift
[196/1921] Compiling UnixSignals UnixSignal.swift
[197/1921] Compiling UnixSignals UnixSignalsSequence.swift
[198/1921] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/1921] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[202/1921] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[203/1921] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[204/1921] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[205/1921] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[206/1921] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/1946] Wrapping AST for SwiftSyntax509 for debugging
[213/1946] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[214/1946] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[215/1946] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[216/1946] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[217/1946] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[218/1946] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[219/1946] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[220/1953] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[221/1953] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[222/1953] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[223/1953] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[224/1953] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[225/1953] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[226/1953] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[234/1953] Compiling DequeModule _DequeSlot.swift
[235/1953] Compiling DequeModule _UnsafeWrappedBuffer.swift
[243/1960] Compiling DequeModule Deque+CustomReflectable.swift
[244/1960] Compiling DequeModule Deque+Descriptions.swift
[245/1960] Compiling OrderedCollections OrderedDictionary.swift
[246/1960] Compiling OrderedCollections OrderedSet+Codable.swift
[247/1960] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[248/1960] Compiling OrderedCollections OrderedSet+Descriptions.swift
[249/1960] Compiling OrderedCollections OrderedSet+Diffing.swift
[250/1960] Compiling OrderedCollections OrderedSet+Equatable.swift
[251/1961] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[252/1961] Compiling OrderedCollections OrderedSet+Hashable.swift
[253/1962] Compiling DequeModule Deque+Equatable.swift
[254/1962] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[255/1962] Compiling DequeModule _DequeBuffer.swift
[256/1962] Compiling DequeModule _DequeBufferHeader.swift
[257/1962] Compiling DequeModule Deque+Testing.swift
[258/1962] Compiling DequeModule Deque._Storage.swift
[259/1962] Compiling DequeModule Deque._UnsafeHandle.swift
[260/1962] Compiling DequeModule Deque.swift
[261/1962] Compiling DequeModule Deque+Codable.swift
[262/1962] Compiling DequeModule Deque+Collection.swift
[269/1962] Compiling DequeModule _DequeSlot.swift
[270/1962] Compiling DequeModule _UnsafeWrappedBuffer.swift
[271/1962] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[272/1962] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[273/1962] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[274/1962] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[275/1962] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[276/1962] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[277/1962] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[278/1962] Compiling OrderedCollections OrderedDictionary+Values.swift
[285/1962] Compiling DequeModule Deque+Extras.swift
[286/1962] Compiling DequeModule Deque+Hashable.swift
[287/1962] Compiling OrderedCollections OrderedSet+Initializers.swift
[288/1962] Compiling OrderedCollections OrderedSet+Insertions.swift
[289/1962] Compiling OrderedCollections OrderedSet+Invariants.swift
[290/1962] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[291/1962] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[292/1962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[293/1962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[294/1962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[332/1962] Emitting module DequeModule
[356/1963] Compiling OrderedCollections OrderedSet+Sendable.swift
[357/1963] Compiling OrderedCollections OrderedSet+SubSequence.swift
[358/1963] Compiling OrderedCollections OrderedSet+Testing.swift
[359/1963] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[360/1963] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[361/1963] Compiling OrderedCollections OrderedSet.swift
[362/1963] Compiling OrderedCollections _UnsafeBitset.swift
[370/1963] Emitting module DequeModule
[372/1964] Emitting module OrderedCollections
[373/1965] Emitting module Metrics
[375/1965] Emitting module OrderedCollections
[376/1966] Compiling tls13_client.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[396/1966] Compiling Metrics Metrics.swift
[397/1967] Emitting module Metrics
[398/1967] Compiling Metrics Metrics.swift
[400/1968] Compiling t1_enc.cc
[401/1968] Compiling tls13_both.cc
[402/1968] Compiling ssl_versions.cc
[403/1968] Compiling ssl_x509.cc
[404/1968] Compiling ssl_transcript.cc
[405/1968] Compiling ssl_stat.cc
[406/1968] Compiling ssl_session.cc
[407/1968] Compiling ssl_privkey.cc
[408/1968] Compiling ssl_key_share.cc
[409/1968] Compiling ssl_file.cc
[410/1968] Compiling ssl_lib.cc
[411/1968] Compiling ssl_cipher.cc
[412/1968] Compiling ssl_credential.cc
[413/1968] Compiling ssl_buffer.cc
[414/1968] Compiling ssl_cert.cc
[415/1968] Compiling ssl_asn1.cc
[416/1968] Compiling s3_pkt.cc
[417/1968] Compiling ssl_aead_ctx.cc
[418/1968] Compiling s3_both.cc
[419/1968] Compiling handshake_client.cc
[420/1968] Compiling s3_lib.cc
[421/1968] Compiling handshake.cc
[422/1968] Compiling handoff.cc
[423/1968] Compiling handshake_server.cc
[424/1968] Compiling encrypted_client_hello.cc
[425/1968] Compiling extensions.cc
[427/1968] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[427/1968] Compiling dtls_method.cc
[428/1968] Compiling dtls_record.cc
[429/1968] Compiling d1_srtp.cc
[430/1968] Compiling md5-x86_64-linux.S
[431/1968] Compiling md5-x86_64-apple.S
[432/1968] Compiling md5-586-linux.S
[433/1968] Compiling md5-586-apple.S
[434/1968] Compiling bio_ssl.cc
[435/1968] Compiling chacha20_poly1305_x86_64-apple.S
[436/1968] Compiling chacha20_poly1305_armv8-win.S
[437/1968] Compiling chacha20_poly1305_armv8-linux.S
[438/1968] Compiling chacha20_poly1305_x86_64-linux.S
[439/1968] Compiling chacha20_poly1305_armv8-apple.S
[440/1968] Compiling chacha-x86_64-apple.S
[441/1968] Compiling d1_lib.cc
[442/1968] Compiling chacha-x86_64-linux.S
[443/1968] Compiling d1_pkt.cc
[444/1968] Compiling chacha-x86-linux.S
[445/1968] Compiling err_data.cc
[446/1968] Compiling chacha-x86-apple.S
[447/1968] Compiling chacha-armv8-win.S
[448/1968] Compiling chacha-armv8-linux.S
[449/1968] Compiling chacha-armv4-linux.S
[450/1968] Compiling chacha-armv8-apple.S
[451/1968] Compiling aes128gcmsiv-x86_64-linux.S
[452/1968] Compiling aes128gcmsiv-x86_64-apple.S
[453/1968] Compiling x86_64-mont5-apple.S
[454/1968] Compiling x86_64-mont5-linux.S
[455/1968] Compiling x86-mont-linux.S
[456/1968] Compiling x86_64-mont-linux.S
[457/1968] Compiling x86_64-mont-apple.S
[458/1968] Compiling x86-mont-apple.S
[459/1968] Compiling vpaes-x86_64-linux.S
[460/1968] Compiling vpaes-x86-linux.S
[461/1968] Compiling vpaes-x86_64-apple.S
[462/1968] Compiling vpaes-x86-apple.S
[463/1968] Compiling vpaes-armv8-linux.S
[464/1968] Compiling vpaes-armv8-win.S
[465/1968] Compiling sha512-x86_64-linux.S
[466/1968] Compiling vpaes-armv7-linux.S
[467/1968] Compiling vpaes-armv8-apple.S
[468/1968] Compiling d1_both.cc
[469/1968] Compiling sha512-armv8-linux.S
[470/1968] Compiling sha512-armv8-win.S
[471/1968] Compiling sha512-x86_64-apple.S
[471/1968] Compiling sha512-armv4-linux.S
[473/1968] Compiling sha512-armv8-apple.S
[474/1968] Compiling sha512-586-apple.S
[475/1968] Compiling sha512-586-linux.S
[476/1968] Compiling sha256-armv8-win.S
[477/1968] Compiling sha256-x86_64-linux.S
[478/1968] Compiling sha256-x86_64-apple.S
[479/1968] Compiling sha256-armv4-linux.S
[480/1968] Compiling sha256-armv8-linux.S
[481/1968] Compiling sha256-armv8-apple.S
[482/1968] Compiling sha256-586-linux.S
[483/1968] Compiling sha256-586-apple.S
[484/1968] Compiling sha1-armv8-win.S
[485/1968] Compiling sha1-armv8-linux.S
[486/1968] Compiling sha1-x86_64-apple.S
[487/1968] Compiling sha1-x86_64-linux.S
[488/1968] Compiling sha1-armv8-apple.S
[489/1968] Compiling sha1-armv4-large-linux.S
[490/1968] Compiling sha1-586-linux.S
[491/1968] Compiling sha1-586-apple.S
[492/1968] Compiling rdrand-x86_64-linux.S
[493/1968] Compiling rsaz-avx2-linux.S
[493/1968] Compiling rsaz-avx2-apple.S
[495/1968] Compiling rdrand-x86_64-apple.S
[496/1968] Compiling p256_beeu-x86_64-asm-apple.S
[497/1968] Compiling p256_beeu-armv8-asm-win.S
[498/1968] Compiling p256_beeu-x86_64-asm-linux.S
[499/1968] Compiling p256_beeu-armv8-asm-linux.S
[500/1968] Compiling p256-x86_64-asm-apple.S
[501/1968] Compiling p256-armv8-asm-win.S
[502/1968] Compiling p256_beeu-armv8-asm-apple.S
[503/1968] Compiling p256-x86_64-asm-linux.S
[503/1968] Compiling p256-armv8-asm-linux.S
[503/1968] Compiling p256-armv8-asm-apple.S
[506/1968] Compiling ghashv8-armv8-win.S
[506/1968] Compiling ghashv8-armv8-linux.S
[508/1968] Compiling ghashv8-armv8-apple.S
[509/1968] Compiling ghashv8-armv7-linux.S
[510/1968] Compiling ghash-x86_64-linux.S
[511/1968] Compiling ghash-x86-linux.S
[512/1968] Compiling ghash-x86_64-apple.S
[513/1968] Compiling ghash-x86-apple.S
[513/1968] Compiling ghash-ssse3-x86_64-linux.S
[515/1968] Compiling ghash-ssse3-x86_64-apple.S
[516/1968] Compiling ghash-ssse3-x86-apple.S
[517/1968] Compiling ghash-neon-armv8-linux.S
[517/1968] Compiling ghash-ssse3-x86-linux.S
[519/1968] Compiling ghash-neon-armv8-win.S
[520/1968] Compiling ghash-neon-armv8-apple.S
[521/1968] Compiling co-586-linux.S
[522/1968] Compiling ghash-armv4-linux.S
[523/1968] Compiling co-586-apple.S
[524/1968] Compiling bsaes-armv7-linux.S
[525/1968] Compiling bn-armv8-win.S
[526/1968] Compiling bn-armv8-linux.S
[527/1968] Compiling bn-586-linux.S
[528/1968] Compiling armv8-mont-linux.S
[529/1968] Compiling bn-armv8-apple.S
[530/1968] Compiling armv8-mont-win.S
[531/1968] Compiling bn-586-apple.S
[532/1968] Compiling aesv8-gcm-armv8-linux.S
[533/1968] Compiling armv8-mont-apple.S
[534/1968] Compiling aesv8-gcm-armv8-apple.S
[535/1968] Compiling armv4-mont-linux.S
[536/1968] Compiling aesv8-armv8-apple.S
[537/1968] Compiling aesv8-gcm-armv8-win.S
[538/1968] Compiling aesv8-armv8-win.S
[539/1968] Compiling aesv8-armv8-linux.S
[540/1968] Compiling aesv8-armv7-linux.S
[541/1968] Compiling aesni-x86_64-apple.S
[542/1968] Compiling aesni-x86_64-linux.S
[543/1968] Compiling aesni-x86-linux.S
[544/1968] Compiling aesni-x86-apple.S
[545/1968] Compiling aesni-gcm-x86_64-apple.S
[546/1968] Compiling aes-gcm-avx2-x86_64-linux.S
[547/1968] Compiling aes-gcm-avx2-x86_64-apple.S
[548/1968] Compiling aes-gcm-avx10-x86_64-apple.S
[549/1968] Compiling aesni-gcm-x86_64-linux.S
[550/1968] Compiling aes-gcm-avx10-x86_64-linux.S
[551/1968] Compiling x_x509a.cc
[552/1968] Compiling x_val.cc
[553/1968] Compiling x_spki.cc
[554/1968] Compiling x_sig.cc
[555/1968] Compiling x_x509.cc
[556/1968] Compiling x_req.cc
[557/1968] Compiling x_pubkey.cc
[558/1968] Compiling x_name.cc
[559/1968] Compiling x_crl.cc
[560/1968] Compiling x_exten.cc
[561/1968] Compiling x_algor.cc
[562/1968] Compiling x_all.cc
[563/1968] Compiling x_attrib.cc
[564/1968] Compiling x509spki.cc
[565/1968] Compiling x509name.cc
[566/1968] Compiling x509cset.cc
[567/1968] Compiling x509rset.cc
[568/1968] Compiling x509_txt.cc
[569/1968] Compiling x509_vfy.cc
[570/1968] Compiling x509_v3.cc
[571/1968] Compiling x509_vpm.cc
[572/1968] Compiling x509_trs.cc
[573/1968] Compiling x509_set.cc
[574/1968] Compiling x509_req.cc
[575/1968] Compiling x509_def.cc
[576/1968] Compiling x509_lu.cc
[577/1968] Compiling x509_ext.cc
[578/1968] Compiling x509_obj.cc
[579/1968] Compiling x509_d2.cc
[580/1968] Compiling x509_att.cc
[581/1968] Compiling x509_cmp.cc
[582/1968] Compiling x509.cc
[583/1968] Compiling v3_prn.cc
[584/1968] Compiling v3_utl.cc
[585/1968] Compiling v3_purp.cc
[586/1968] Compiling v3_pmaps.cc
[587/1968] Compiling v3_ocsp.cc
[588/1968] Compiling v3_pcons.cc
[589/1968] Compiling v3_skey.cc
[590/1968] Compiling v3_ncons.cc
[591/1968] Compiling v3_int.cc
[592/1968] Compiling v3_lib.cc
[593/1968] Compiling v3_info.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[603/1968] Compiling v3_extku.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[612/1968] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[613/1968] Compiling SwiftSyntax RawSyntaxValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[613/1968] Compiling v3_genn.cc
[614/1968] Compiling v3_ia5.cc
[615/1968] Compiling v3_enum.cc
[616/1968] Compiling v3_crld.cc
[617/1968] Compiling v3_cpols.cc
[618/1968] Compiling v3_conf.cc
[619/1968] Compiling v3_bitst.cc
[620/1968] Compiling v3_alt.cc
[621/1968] Compiling v3_akeya.cc
[622/1968] Compiling v3_bcons.cc
[623/1968] Compiling t_x509a.cc
[624/1968] Compiling v3_akey.cc
[625/1968] Compiling t_crl.cc
[626/1968] Compiling t_req.cc
[627/1968] Compiling t_x509.cc
[628/1968] Compiling rsa_pss.cc
[629/1968] Compiling i2d_pr.cc
[630/1968] Compiling policy.cc
[631/1968] Compiling name_print.cc
[632/1968] Compiling by_dir.cc
[633/1968] Compiling by_file.cc
[634/1968] Compiling asn1_gen.cc
[635/1968] Compiling algorithm.cc
[636/1968] Compiling a_verify.cc
[637/1968] Compiling voprf.cc
[638/1968] Compiling trust_token.cc
[639/1968] Compiling a_sign.cc
[640/1968] Compiling pmbtoken.cc
[641/1968] Compiling thread_win.cc
[642/1968] Compiling thread.cc
[643/1968] Compiling a_digest.cc
[644/1968] Compiling thread_none.cc
[645/1968] Compiling thread_pthread.cc
[646/1968] Compiling stack.cc
[647/1968] Compiling siphash.cc
[648/1968] Compiling sha256.cc
[649/1968] Compiling sha512.cc
[650/1968] Compiling sha1.cc
[651/1968] Compiling slhdsa.cc
[652/1968] Compiling spake2plus.cc
[653/1968] Compiling rsa_print.cc
[654/1968] Compiling rsa_extra.cc
[655/1968] Compiling refcount.cc
[656/1968] Compiling rsa_crypt.cc
[657/1968] Compiling rc4.cc
[658/1968] Compiling windows.cc
[659/1968] Compiling rsa_asn1.cc
[660/1968] Compiling trusty.cc
[661/1968] Compiling urandom.cc
[662/1968] Compiling rand.cc
[663/1968] Compiling passive.cc
[664/1968] Compiling getentropy.cc
[665/1968] Compiling ios.cc
[666/1968] Compiling poly1305_arm_asm.S
[667/1968] Compiling deterministic.cc
[668/1968] Compiling fork_detect.cc
[669/1968] Compiling forkunsafe.cc
[670/1968] Compiling poly1305_arm.cc
[671/1968] Compiling poly1305_vec.cc
[672/1968] Compiling pool.cc
[673/1968] Compiling poly1305.cc
[674/1968] Compiling pkcs7.cc
[675/1968] Compiling pkcs8.cc
[676/1968] Compiling pkcs8_x509.cc
[677/1968] Compiling p5_pbev2.cc
[678/1968] Compiling pkcs7_x509.cc
[679/1968] Compiling pem_x509.cc
[680/1968] Compiling pem_xaux.cc
[681/1968] Compiling pem_pkey.cc
[682/1968] Compiling pem_pk8.cc
[683/1968] Compiling pem_oth.cc
[684/1968] Compiling pem_info.cc
[685/1968] Compiling obj_xref.cc
[686/1968] Compiling mlkem.cc
[687/1968] Compiling pem_lib.cc
[688/1968] Compiling mldsa.cc
[689/1968] Compiling md5.cc
[690/1968] Compiling mem.cc
[691/1968] Compiling pem_all.cc
[692/1968] Compiling md4.cc
[693/1968] Compiling obj.cc
[694/1968] Compiling fips_shared_support.cc
[695/1968] Compiling poly_rq_mul.S
[696/1968] Compiling lhash.cc
[697/1968] Compiling ex_data.cc
[698/1968] Compiling sign.cc
[699/1968] Compiling hrss.cc
[700/1968] Compiling kyber.cc
[701/1968] Compiling scrypt.cc
[702/1968] Compiling hpke.cc
[703/1968] Compiling pbkdf.cc
[704/1968] Compiling print.cc
[705/1968] Compiling p_x25519.cc
[706/1968] Compiling p_x25519_asn1.cc
[707/1968] Compiling p_rsa_asn1.cc
[708/1968] Compiling p_ed25519.cc
[709/1968] Compiling p_ed25519_asn1.cc
[710/1968] Compiling p_hkdf.cc
[711/1968] Compiling p_rsa.cc
[712/1968] Compiling p_ec.cc
[713/1968] Compiling p_dh_asn1.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[723/1968] Compiling evp_ctx.cc
[724/1968] Compiling p_ec_asn1.cc
[725/1968] Compiling p_dh.cc
[726/1968] Compiling p_dsa_asn1.cc
[727/1968] Compiling evp_asn1.cc
[728/1968] Compiling evp.cc
[729/1968] Compiling err.cc
[730/1968] Compiling engine.cc
[731/1968] Compiling ecdh.cc
[732/1968] Compiling ecdsa_asn1.cc
[733/1968] Compiling hash_to_curve.cc
[734/1968] Compiling ec_derive.cc
[735/1968] Compiling ec_asn1.cc
[736/1968] Compiling dsa.cc
[737/1968] Compiling dsa_asn1.cc
[738/1968] Compiling params.cc
[739/1968] Compiling dh_asn1.cc
[740/1968] Compiling digest_extra.cc
[741/1968] Compiling bcm.cc
[742/1968] Compiling x25519-asm-arm.S
[743/1968] Compiling des.cc
[744/1968] Compiling spake25519.cc
[745/1968] Compiling curve25519.cc
[746/1968] Compiling crypto.cc
[747/1968] Compiling cpu_arm_linux.cc
[748/1968] Compiling cpu_intel.cc
[749/1968] Compiling cpu_arm_freebsd.cc
[750/1968] Compiling cpu_aarch64_win.cc
[751/1968] Compiling cpu_aarch64_openbsd.cc
[752/1968] Compiling cpu_aarch64_sysreg.cc
[753/1968] Compiling cpu_aarch64_linux.cc
[754/1968] Compiling curve25519_64_adx.cc
[755/1968] Compiling cpu_aarch64_fuchsia.cc
[756/1968] Compiling cpu_aarch64_apple.cc
[757/1968] Compiling get_cipher.cc
[758/1968] Compiling tls_cbc.cc
[759/1968] Compiling conf.cc
[760/1968] Compiling e_rc4.cc
[761/1968] Compiling e_tls.cc
[762/1968] Compiling e_rc2.cc
[763/1968] Compiling e_null.cc
[764/1968] Compiling e_des.cc
[765/1968] Compiling e_chacha20poly1305.cc
[766/1968] Compiling e_aesgcmsiv.cc
[767/1968] Compiling derive_key.cc
[768/1968] Compiling e_aesctrhmac.cc
[769/1968] Compiling chacha.cc
[770/1968] Compiling unicode.cc
[771/1968] Compiling buf.cc
[772/1968] Compiling ber.cc
[773/1968] Compiling asn1_compat.cc
[774/1968] Compiling cbb.cc
[775/1968] Compiling cbs.cc
[776/1968] Compiling convert.cc
[777/1968] Compiling bn_asn1.cc
[778/1968] Compiling blake2.cc
[779/1968] Compiling socket_helper.cc
[780/1968] Compiling socket.cc
[781/1968] Compiling printf.cc
[782/1968] Compiling pair.cc
[783/1968] Compiling hexdump.cc
[784/1968] Compiling file.cc
[785/1968] Compiling fd.cc
[786/1968] Compiling errno.cc
[787/1968] Compiling connect.cc
[788/1968] Compiling bio_mem.cc
[789/1968] Compiling base64.cc
[790/1968] Compiling bio.cc
[791/1968] Compiling tasn_typ.cc
[792/1968] Compiling tasn_fre.cc
[793/1968] Compiling tasn_enc.cc
[794/1968] Compiling posix_time.cc
[794/1968] Compiling tasn_utl.cc
[796/1968] Compiling tasn_new.cc
[797/1968] Compiling f_string.cc
[798/1968] Compiling f_int.cc
[799/1968] Compiling asn_pack.cc
[800/1968] Compiling tasn_dec.cc
[801/1968] Compiling asn1_par.cc
[802/1968] Compiling asn1_lib.cc
[803/1968] Compiling a_utctm.cc
[804/1968] Compiling a_octet.cc
[805/1968] Compiling a_type.cc
[806/1968] Compiling a_time.cc
[807/1968] Compiling a_strnid.cc
[808/1968] Compiling a_strex.cc
[809/1968] Compiling a_i2d_fp.cc
[810/1968] Compiling a_mbstr.cc
[811/1968] Compiling a_object.cc
[812/1968] Compiling fiat_p256_adx_sqr.S
[813/1968] Compiling a_dup.cc
[814/1968] Compiling a_d2i_fp.cc
[815/1968] Compiling fiat_p256_adx_mul.S
[816/1968] Compiling fiat_curve25519_adx_square.S
[817/1968] Compiling fiat_curve25519_adx_mul.S
[817/1968] Compiling a_int.cc
[819/1968] Compiling a_gentm.cc
[820/1968] Compiling a_bitstr.cc
[821/1968] Compiling a_bool.cc
[822/1968] Compiling tls_record.cc
[823/1968] Compiling tls_method.cc
[824/1968] Compiling tls13_enc.cc
[825/1968] Compiling tls13_client.cc
[826/1968] Compiling tls13_server.cc
[827/1968] Compiling t1_enc.cc
[828/1968] Compiling tls13_both.cc
[829/1968] Compiling ssl_versions.cc
[830/1968] Compiling ssl_stat.cc
[831/1968] Compiling ssl_transcript.cc
[832/1968] Compiling ssl_x509.cc
[833/1968] Compiling ssl_session.cc
[834/1968] Compiling ssl_privkey.cc
[835/1968] Compiling ssl_lib.cc
[836/1968] Compiling ssl_key_share.cc
[837/1968] Compiling ssl_file.cc
[838/1968] Compiling ssl_cipher.cc
[839/1968] Compiling ssl_credential.cc
[840/1968] Compiling ssl_buffer.cc
[841/1968] Compiling ssl_cert.cc
[842/1968] Compiling ssl_asn1.cc
[843/1968] Compiling ssl_aead_ctx.cc
[844/1968] Compiling s3_pkt.cc
[845/1968] Compiling s3_lib.cc
[846/1968] Compiling s3_both.cc
[847/1968] Compiling handshake_server.cc
[848/1968] Compiling handshake_client.cc
[849/1968] Compiling handshake.cc
[850/1968] Compiling handoff.cc
[851/1968] Compiling encrypted_client_hello.cc
[852/1968] Compiling dtls_record.cc
[853/1968] Compiling extensions.cc
[854/1968] Compiling md5-x86_64-linux.S
[855/1968] Compiling md5-x86_64-apple.S
[856/1968] Compiling dtls_method.cc
[857/1968] Compiling md5-586-linux.S
[858/1968] Compiling d1_srtp.cc
[859/1968] Compiling md5-586-apple.S
[860/1968] Compiling chacha20_poly1305_x86_64-apple.S
[861/1968] Compiling chacha20_poly1305_x86_64-linux.S
[862/1968] Compiling chacha20_poly1305_armv8-win.S
[863/1968] Compiling chacha20_poly1305_armv8-linux.S
[864/1968] Compiling chacha20_poly1305_armv8-apple.S
[865/1968] Compiling chacha-x86_64-linux.S
[866/1968] Compiling chacha-x86_64-apple.S
[867/1968] Compiling chacha-x86-apple.S
[867/1968] Compiling chacha-x86-linux.S
[869/1968] Compiling chacha-armv8-linux.S
[870/1968] Compiling err_data.cc
[871/1968] Compiling chacha-armv8-win.S
[872/1968] Compiling chacha-armv4-linux.S
[872/1968] Compiling chacha-armv8-apple.S
[874/1968] Compiling aes128gcmsiv-x86_64-linux.S
[875/1968] Compiling aes128gcmsiv-x86_64-apple.S
[876/1968] Compiling x86_64-mont5-apple.S
[877/1968] Compiling x86_64-mont5-linux.S
[878/1968] Compiling x86_64-mont-linux.S
[879/1968] Compiling x86_64-mont-apple.S
[880/1968] Compiling d1_pkt.cc
[881/1968] Compiling x86-mont-linux.S
[882/1968] Compiling x86-mont-apple.S
[883/1968] Compiling vpaes-x86_64-apple.S
[884/1968] Compiling vpaes-x86_64-linux.S
[885/1968] Compiling vpaes-x86-linux.S
[886/1968] Compiling vpaes-x86-apple.S
[887/1968] Compiling vpaes-armv8-win.S
[888/1968] Compiling vpaes-armv8-linux.S
[889/1968] Compiling vpaes-armv8-apple.S
[890/1968] Compiling vpaes-armv7-linux.S
[891/1968] Compiling sha512-x86_64-apple.S
[892/1968] Compiling sha512-x86_64-linux.S
[893/1968] Compiling sha512-armv8-win.S
[894/1968] Compiling sha512-armv8-linux.S
[895/1968] Compiling sha512-armv8-apple.S
[896/1968] Compiling sha512-armv4-linux.S
[897/1968] Compiling sha512-586-linux.S
[898/1968] Compiling bio_ssl.cc
[899/1968] Compiling sha512-586-apple.S
[900/1968] Compiling sha256-x86_64-apple.S
[901/1968] Compiling sha256-armv8-win.S
[902/1968] Compiling sha256-x86_64-linux.S
[903/1968] Compiling sha256-armv8-linux.S
[904/1968] Compiling sha256-armv8-apple.S
[905/1968] Compiling sha256-armv4-linux.S
[906/1968] Compiling sha256-586-linux.S
[907/1968] Compiling sha256-586-apple.S
[908/1968] Compiling sha1-x86_64-apple.S
[909/1968] Compiling sha1-armv8-win.S
[910/1968] Compiling sha1-x86_64-linux.S
[911/1968] Compiling sha1-armv8-linux.S
[912/1968] Compiling sha1-armv8-apple.S
[913/1968] Compiling sha1-armv4-large-linux.S
[914/1968] Compiling sha1-586-linux.S
[915/1968] Compiling sha1-586-apple.S
[916/1968] Compiling rsaz-avx2-apple.S
[917/1968] Compiling rsaz-avx2-linux.S
[918/1968] Compiling rdrand-x86_64-linux.S
[919/1968] Compiling rdrand-x86_64-apple.S
[920/1968] Compiling p256_beeu-x86_64-asm-linux.S
[921/1968] Compiling p256_beeu-x86_64-asm-apple.S
[922/1968] Compiling p256_beeu-armv8-asm-win.S
[923/1968] Compiling p256_beeu-armv8-asm-linux.S
[924/1968] Compiling p256_beeu-armv8-asm-apple.S
[925/1968] Compiling p256-x86_64-asm-apple.S
[926/1968] Compiling p256-armv8-asm-win.S
[927/1968] Compiling p256-x86_64-asm-linux.S
[928/1968] Compiling p256-armv8-asm-linux.S
[929/1968] Compiling p256-armv8-asm-apple.S
[930/1968] Compiling ghashv8-armv8-win.S
[931/1968] Compiling ghashv8-armv8-linux.S
[932/1968] Compiling ghashv8-armv8-apple.S
[933/1968] Compiling ghashv8-armv7-linux.S
[934/1968] Compiling ghash-x86_64-apple.S
[935/1968] Compiling ghash-x86_64-linux.S
[936/1968] Compiling ghash-x86-linux.S
[937/1968] Compiling ghash-x86-apple.S
[938/1968] Compiling ghash-ssse3-x86_64-linux.S
[939/1968] Compiling ghash-ssse3-x86_64-apple.S
[940/1968] Compiling ghash-ssse3-x86-linux.S
[941/1968] Compiling ghash-ssse3-x86-apple.S
[942/1968] Compiling ghash-neon-armv8-win.S
[943/1968] Compiling ghash-neon-armv8-linux.S
[944/1968] Compiling d1_lib.cc
[945/1968] Compiling ghash-neon-armv8-apple.S
[945/1968] Compiling ghash-armv4-linux.S
[947/1968] Compiling co-586-linux.S
[948/1968] Compiling co-586-apple.S
[948/1968] Compiling bsaes-armv7-linux.S
[950/1968] Compiling bn-armv8-win.S
[951/1968] Compiling bn-armv8-apple.S
[952/1968] Compiling bn-armv8-linux.S
[953/1968] Compiling bn-586-linux.S
[954/1968] Compiling bn-586-apple.S
[955/1968] Compiling armv8-mont-win.S
[956/1968] Compiling armv8-mont-linux.S
[957/1968] Compiling armv4-mont-linux.S
[958/1968] Compiling armv8-mont-apple.S
[959/1968] Compiling aesv8-gcm-armv8-win.S
[960/1968] Compiling aesv8-gcm-armv8-linux.S
[961/1968] Compiling aesv8-gcm-armv8-apple.S
[962/1968] Compiling aesv8-armv8-win.S
[963/1968] Compiling aesv8-armv8-linux.S
[964/1968] Compiling aesv8-armv7-linux.S
[965/1968] Compiling aesv8-armv8-apple.S
[966/1968] Compiling aesni-x86_64-linux.S
[967/1968] Compiling aesni-x86_64-apple.S
[968/1968] Compiling aesni-x86-linux.S
[969/1968] Compiling aesni-x86-apple.S
[970/1968] Compiling aesni-gcm-x86_64-apple.S
[971/1968] Compiling aesni-gcm-x86_64-linux.S
[972/1968] Compiling aes-gcm-avx2-x86_64-apple.S
[973/1968] Compiling d1_both.cc
[974/1968] Compiling aes-gcm-avx2-x86_64-linux.S
[975/1968] Compiling aes-gcm-avx10-x86_64-linux.S
[976/1968] Compiling aes-gcm-avx10-x86_64-apple.S
[977/1968] Compiling x_sig.cc
[978/1968] Compiling x_x509a.cc
[979/1968] Compiling x_spki.cc
[980/1968] Compiling x_val.cc
[981/1968] Compiling x_req.cc
[982/1968] Compiling x_pubkey.cc
[983/1968] Compiling x_x509.cc
[984/1968] Compiling x_algor.cc
[985/1968] Compiling x509spki.cc
[986/1968] Compiling x_name.cc
[987/1968] Compiling x_attrib.cc
[988/1968] Compiling x_exten.cc
[989/1968] Compiling x_crl.cc
[990/1968] Compiling x_all.cc
[991/1968] Compiling x509rset.cc
[992/1968] Compiling x509_txt.cc
[993/1968] Compiling x509name.cc
[994/1968] Compiling x509cset.cc
[995/1968] Compiling x509_v3.cc
[995/1968] Compiling x509_vpm.cc
[997/1968] Compiling x509_vfy.cc
[999/1968] Compiling SwiftSyntax SyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1000/1968] Compiling SwiftSyntax SyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1001/1968] Compiling SwiftSyntax SyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1002/1968] Compiling SwiftSyntax SyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1003/1968] Compiling SwiftSyntax SyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1004/1968] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1005/1968] Compiling SwiftSyntax SyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1006/1968] Compiling SwiftSyntax SyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1007/1968] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1008/1969] Compiling x509_trs.cc
[1009/1969] Compiling x509_set.cc
[1010/1969] Compiling x509_def.cc
[1010/1969] Compiling x509_req.cc
[1012/1969] Compiling x509_ext.cc
[1013/1969] Compiling x509_obj.cc
[1014/1969] Compiling x509_lu.cc
[1015/1969] Wrapping AST for SwiftSyntax for debugging
[1017/2027] Emitting module SwiftDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1018/2028] Compiling SwiftDiagnostics Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1019/2028] Compiling SwiftDiagnostics Note.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1020/2028] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1021/2028] Compiling SwiftBasicFormat Syntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1022/2028] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1023/2028] Compiling SwiftDiagnostics FixIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1023/2028] Compiling x509_d2.cc
[1025/2028] Compiling SwiftDiagnostics GroupedDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1026/2028] Compiling SwiftBasicFormat Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1027/2028] Compiling SwiftBasicFormat InferIndentation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1028/2028] Compiling SwiftDiagnostics DiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1029/2028] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1030/2028] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1031/2028] Compiling SwiftDiagnostics Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1032/2028] Compiling SwiftDiagnostics Diagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1033/2028] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1033/2029] Compiling v3_utl.cc
[1034/2029] Compiling x509.cc
[1035/2029] Compiling x509_cmp.cc
[1038/2029] Emitting module SwiftBasicFormat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1039/2029] Compiling SwiftBasicFormat BasicFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1040/2030] Compiling x509_att.cc
[1041/2030] Wrapping AST for SwiftDiagnostics for debugging
[1042/2030] Compiling v3_skey.cc
[1043/2030] Wrapping AST for SwiftBasicFormat for debugging
[1044/2030] Compiling v3_prn.cc
[1045/2030] Compiling v3_purp.cc
[1046/2030] Compiling v3_pmaps.cc
[1047/2030] Compiling v3_ncons.cc
[1048/2030] Compiling v3_ocsp.cc
[1049/2030] Compiling v3_pcons.cc
[1050/2030] Compiling v3_lib.cc
[1052/2030] Compiling SwiftParser LexemeSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1053/2030] Compiling SwiftParser Lexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1054/2030] Compiling SwiftParser RegexLiteralLexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1055/2030] Compiling SwiftParser UnicodeScalarExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1056/2030] Compiling SwiftParser Lookahead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1057/2030] Compiling SwiftParser LoopProgressCondition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1058/2030] Compiling SwiftParser Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1059/2030] Compiling SwiftParser Names.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1060/2030] Compiling SwiftParser Nominals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1061/2030] Compiling SwiftParser Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1062/2030] Compiling SwiftParser ParseSourceFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1063/2030] Compiling SwiftParser Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1063/2035] Compiling v3_int.cc
[1064/2035] Compiling v3_genn.cc
[1065/2035] Compiling v3_info.cc
[1067/2035] Compiling SwiftParser Patterns.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1068/2035] Compiling SwiftParser Recovery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1069/2035] Compiling SwiftParser Specifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1070/2035] Compiling SwiftParser Statements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1071/2035] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1072/2035] Compiling SwiftParser StringLiterals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1073/2035] Compiling SwiftParser SwiftParserCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1074/2035] Compiling SwiftParser SwiftVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1075/2035] Compiling SwiftParser SyntaxUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1076/2035] Compiling SwiftParser TokenConsumer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1077/2035] Compiling SwiftParser TokenPrecedence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1078/2035] Compiling SwiftParser TokenSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1079/2035] Compiling SwiftParser TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1080/2035] Compiling SwiftParser TopLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1081/2035] Compiling SwiftParser TriviaParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1082/2035] Compiling SwiftParser Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1082/2035] Compiling v3_extku.cc
[1083/2035] Compiling v3_ia5.cc
[1084/2035] Compiling v3_enum.cc
[1085/2035] Compiling v3_crld.cc
[1086/2035] Compiling v3_conf.cc
[1087/2035] Compiling v3_cpols.cc
[1088/2035] Compiling v3_bitst.cc
[1089/2035] Compiling v3_bcons.cc
[1091/2035] Emitting module SwiftParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1096/2035] Compiling SwiftParser Cursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1097/2035] Compiling SwiftParser Lexeme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1098/2035] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1099/2035] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1100/2035] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1101/2035] Compiling SwiftParser CollectionNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1102/2035] Compiling SwiftParser Declarations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1103/2035] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1103/2035] Compiling v3_akeya.cc
[1104/2035] Compiling v3_akey.cc
[1105/2035] Compiling v3_alt.cc
[1106/2035] Compiling t_x509a.cc
[1107/2035] Compiling t_crl.cc
[1108/2035] Compiling t_req.cc
[1108/2035] Compiling t_x509.cc
[1110/2035] Compiling i2d_pr.cc
[1111/2035] Compiling name_print.cc
[1112/2035] Compiling rsa_pss.cc
[1113/2035] Compiling policy.cc
[1114/2035] Compiling by_file.cc
[1115/2035] Compiling by_dir.cc
[1116/2035] Compiling asn1_gen.cc
[1117/2035] Compiling algorithm.cc
[1118/2035] Compiling a_digest.cc
[1119/2035] Compiling a_verify.cc
[1120/2035] Compiling a_sign.cc
[1122/2035] Compiling SwiftParser ExperimentalFeatures.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1123/2035] Compiling SwiftParser IsLexerClassified.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1124/2035] Compiling SwiftParser LayoutNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1125/2035] Compiling SwiftParser Parser+TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1126/2035] Compiling SwiftParser TokenSpecStaticMembers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1127/2036] Compiling thread_win.cc
[1128/2036] Compiling thread_pthread.cc
[1129/2036] Compiling thread.cc
[1130/2036] Compiling thread_none.cc
[1131/2036] Wrapping AST for SwiftParser for debugging
[1132/2036] Compiling voprf.cc
[1133/2059] Compiling pmbtoken.cc
[1134/2059] Compiling trust_token.cc
[1135/2059] Compiling stack.cc
[1136/2059] Compiling sha512.cc
[1137/2059] Compiling sha256.cc
[1139/2059] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1139/2060] Compiling spake2plus.cc
[1141/2060] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1142/2060] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1143/2060] Compiling SwiftParserDiagnostics MissingNodesError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1144/2060] Compiling SwiftParserDiagnostics MissingTokenError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1145/2060] Compiling SwiftOperators PrecedenceGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1146/2061] Compiling SwiftOperators PrecedenceGraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1147/2061] Emitting module SwiftOperators
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1148/2061] Compiling SwiftOperators OperatorTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1148/2061] Compiling siphash.cc
[1149/2061] Compiling sha1.cc
[1151/2061] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1151/2061] Compiling rsa_print.cc
[1153/2061] Compiling SwiftOperators OperatorTable+Semantics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1153/2061] Compiling slhdsa.cc
[1154/2061] Compiling rsa_extra.cc
[1156/2061] Compiling SwiftOperators SyntaxSynthesis.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1156/2061] Compiling refcount.cc
[1158/2061] Compiling SwiftOperators OperatorTable+Folding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1158/2062] Compiling rc4.cc
[1160/2062] Compiling rsa_crypt.cc
[1161/2062] Compiling trusty.cc
[1162/2062] Compiling urandom.cc
[1164/2062] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1165/2062] Compiling SwiftParserDiagnostics PresenceUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1165/2062] Compiling windows.cc
[1167/2062] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1168/2062] Compiling SwiftParserDiagnostics Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1169/2062] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1169/2062] Compiling rand.cc
[1170/2062] Compiling rsa_asn1.cc
[1172/2062] Emitting module SwiftParserDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1172/2062] Wrapping AST for SwiftOperators for debugging
[1173/2062] Compiling ios.cc
[1174/2062] Compiling getentropy.cc
[1175/2062] Compiling passive.cc
[1176/2062] Compiling poly1305_arm_asm.S
[1177/2062] Compiling forkunsafe.cc
[1178/2062] Compiling deterministic.cc
[1179/2062] Compiling fork_detect.cc
[1180/2062] Compiling poly1305_arm.cc
[1181/2062] Compiling poly1305.cc
[1182/2062] Compiling poly1305_vec.cc
[1183/2062] Compiling pool.cc
[1184/2062] Compiling pkcs7.cc
[1185/2062] Compiling pkcs8.cc
[1186/2062] Compiling pkcs8_x509.cc
[1187/2062] Compiling p5_pbev2.cc
[1188/2062] Compiling pem_xaux.cc
[1189/2062] Compiling pkcs7_x509.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1195/2062] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1196/2062] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1196/2063] Compiling pem_x509.cc
[1198/2078] Compiling pem_pkey.cc
[1199/2078] Compiling pem_pk8.cc
[1200/2078] Wrapping AST for SwiftParserDiagnostics for debugging
[1201/2078] Compiling obj_xref.cc
[1202/2078] Compiling pem_oth.cc
[1203/2078] Compiling pem_all.cc
[1205/2078] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1206/2078] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1206/2078] Compiling pem_lib.cc
[1207/2079] Compiling pem_info.cc
[1209/2079] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1210/2079] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1211/2079] Compiling SwiftSyntaxBuilder Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1212/2079] Compiling SwiftSyntaxBuilder ListBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1212/2079] Compiling mldsa.cc
[1213/2079] Compiling mlkem.cc
[1214/2079] Compiling md5.cc
[1215/2079] Compiling mem.cc
[1216/2079] Compiling md4.cc
[1217/2079] Compiling fips_shared_support.cc
[1219/2079] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1219/2079] Compiling poly_rq_mul.S
[1220/2079] Compiling lhash.cc
[1222/2079] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1222/2079] Compiling obj.cc
[1223/2079] Compiling kyber.cc
[1225/2079] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1226/2079] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1227/2079] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1228/2079] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1228/2079] Compiling hrss.cc
[1229/2079] Compiling ex_data.cc
[1230/2079] Compiling sign.cc
[1231/2079] Compiling hpke.cc
[1232/2079] Compiling scrypt.cc
[1233/2079] Compiling pbkdf.cc
[1234/2079] Compiling print.cc
[1236/2079] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1237/2079] Compiling SwiftSyntaxBuilder BuildableNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1238/2079] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1239/2079] Compiling SwiftSyntaxBuilder ResultBuilders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1239/2080] Compiling p_x25519.cc
[1241/2080] Compiling p_x25519_asn1.cc
[1242/2087] Compiling p_ed25519.cc
[1243/2087] Wrapping AST for SwiftSyntaxBuilder for debugging
[1244/2097] Compiling p_rsa.cc
[1245/2097] Compiling p_rsa_asn1.cc
[1246/2097] Compiling p_hkdf.cc
[1248/2097] Compiling SwiftSyntaxMacros AccessorMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1249/2097] Compiling SwiftSyntaxMacros AttachedMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1250/2097] Compiling SwiftSyntaxMacros BodyMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1251/2099] Compiling SwiftSyntaxMacros ExpressionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1252/2099] Compiling SwiftSyntaxMacros ExtensionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1253/2099] Compiling SwiftSyntaxMacros Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1254/2099] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1255/2099] Compiling SwiftSyntaxMacros MemberMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1256/2099] Compiling SwiftSyntaxMacros PeerMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1257/2099] Compiling SwiftSyntaxMacros CodeItemMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1258/2099] Compiling SwiftSyntaxMacros DeclarationMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1259/2099] Compiling SwiftSyntaxMacros FreestandingMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1260/2099] Compiling SwiftSyntaxMacros Macro+Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1260/2099] Compiling p_ed25519_asn1.cc
[1262/2099] Emitting module SwiftSyntaxMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1263/2099] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1264/2099] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1265/2099] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1266/2099] Compiling SwiftSyntaxMacros PreambleMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1267/2099] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1267/2100] Compiling p_ec.cc
[1269/2100] Compiling p_dh_asn1.cc
[1270/2100] Compiling p_dh.cc
[1271/2100] Compiling p_ec_asn1.cc
[1272/2100] Compiling evp_ctx.cc
[1273/2100] Wrapping AST for SwiftSyntaxMacros for debugging
[1274/2101] Compiling p_dsa_asn1.cc
[1275/2109] Compiling err.cc
[1276/2109] Compiling evp.cc
[1277/2109] Compiling engine.cc
[1278/2109] Compiling evp_asn1.cc
[1280/2109] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1280/2110] Compiling ecdsa_asn1.cc
[1282/2110] Emitting module SwiftSyntaxMacroExpansion
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1283/2110] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1284/2110] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1284/2110] Compiling ecdh.cc
[1285/2110] Compiling hash_to_curve.cc
[1287/2110] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1288/2110] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1289/2110] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1290/2110] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1291/2110] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1291/2110] Compiling ec_derive.cc
[1292/2110] Compiling ec_asn1.cc
[1293/2110] Compiling dsa.cc
[1294/2110] Compiling dsa_asn1.cc
[1295/2110] Compiling params.cc
[1296/2110] Compiling des.cc
[1297/2110] Compiling digest_extra.cc
[1298/2110] Compiling x25519-asm-arm.S
[1299/2110] Compiling bcm.cc
[1300/2110] Compiling dh_asn1.cc
[1301/2110] Compiling spake25519.cc
[1302/2110] Compiling cpu_arm_linux.cc
[1303/2110] Compiling cpu_intel.cc
[1304/2110] Compiling crypto.cc
[1305/2110] Compiling curve25519.cc
[1306/2110] Compiling cpu_arm_freebsd.cc
[1308/2110] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1308/2111] Compiling cpu_aarch64_win.cc
[1309/2111] Compiling curve25519_64_adx.cc
[1310/2111] Compiling cpu_aarch64_openbsd.cc
[1312/2111] Compiling cpu_aarch64_sysreg.cc
[1313/2111] Compiling cpu_aarch64_linux.cc
[1314/2111] Compiling cpu_aarch64_apple.cc
[1315/2111] Compiling cpu_aarch64_fuchsia.cc
[1316/2123] Compiling get_cipher.cc
[1317/2123] Compiling tls_cbc.cc
[1318/2123] Compiling e_tls.cc
[1319/2123] Compiling e_rc4.cc
[1319/2123] Compiling conf.cc
[1321/2123] Compiling e_null.cc
[1322/2123] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1323/2123] Compiling e_rc2.cc
[1324/2123] Compiling e_chacha20poly1305.cc
[1325/2123] Compiling e_des.cc
[1326/2123] Compiling derive_key.cc
[1327/2123] Compiling e_aesctrhmac.cc
[1328/2123] Compiling e_aesgcmsiv.cc
[1329/2123] Compiling unicode.cc
[1331/2123] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1332/2123] Compiling SwiftCompilerPluginMessageHandling Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1333/2123] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1334/2124] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1335/2124] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1335/2124] Compiling chacha.cc
[1337/2124] Emitting module SwiftCompilerPluginMessageHandling
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1337/2124] Compiling buf.cc
[1338/2124] Compiling ber.cc
[1339/2124] Compiling cbs.cc
[1341/2124] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1341/2124] Compiling convert.cc
[1342/2124] Compiling asn1_compat.cc
[1343/2124] Compiling blake2.cc
[1344/2124] Compiling cbb.cc
[1345/2124] Compiling bn_asn1.cc
[1346/2124] Compiling socket_helper.cc
[1347/2124] Compiling socket.cc
[1348/2124] Compiling printf.cc
[1350/2124] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1351/2124] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1351/2124] Compiling hexdump.cc
[1351/2124] Compiling file.cc
[1353/2124] Compiling pair.cc
[1354/2124] Compiling fd.cc
[1355/2124] Compiling errno.cc
[1356/2124] Compiling connect.cc
[1357/2124] Compiling bio_mem.cc
[1358/2124] Compiling base64.cc
[1359/2124] Compiling bio.cc
[1361/2124] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1362/2124] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1363/2124] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1364/2124] Compiling SwiftCompilerPluginMessageHandling JSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1364/2124] Compiling tasn_typ.cc
[1365/2125] Compiling tasn_fre.cc
[1367/2125] Compiling tasn_enc.cc
[1368/2125] Compiling tasn_utl.cc
[1369/2125] Compiling tasn_new.cc
[1370/2125] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1371/2125] Compiling posix_time.cc
[1372/2127] Compiling f_string.cc
[1373/2127] Compiling f_int.cc
[1375/2127] Compiling SwiftCompilerPlugin CompilerPlugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1375/2127] Compiling tasn_dec.cc
[1377/2127] Emitting module SwiftCompilerPlugin
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1377/2127] Compiling asn_pack.cc
[1378/2127] Compiling asn1_par.cc
[1380/2128] Compiling asn1_lib.cc
[1381/2129] Compiling a_type.cc
[1382/2130] Compiling a_octet.cc
[1383/2130] Compiling a_utctm.cc
[1384/2130] Wrapping AST for SwiftCompilerPlugin for debugging
[1385/2130] Compiling a_time.cc
[1386/2130] Compiling a_strnid.cc
[1387/2130] Compiling a_strex.cc
[1388/2130] Compiling a_i2d_fp.cc
[1389/2130] Compiling a_dup.cc
[1390/2130] Compiling a_mbstr.cc
[1391/2130] Compiling a_int.cc
[1392/2130] Compiling a_object.cc
[1393/2130] Compiling a_gentm.cc
[1394/2130] Compiling a_d2i_fp.cc
[1395/2130] Compiling a_bool.cc
[1397/2130] Emitting module PostgresNIOMacrosPlugin
[1398/2130] Compiling PostgresNIOMacrosPlugin StatementMacro.swift
[1398/2130] Compiling a_bitstr.cc
[1399/2130] Compiling fiat_p256_adx_sqr.S
[1400/2130] Compiling CCryptoBoringSSLShims shims.c
[1401/2131] Compiling fiat_p256_adx_mul.S
[1402/2131] Compiling fiat_curve25519_adx_square.S
[1403/2131] Compiling fiat_curve25519_adx_mul.S
[1405/2131] Compiling md5-x86_64-linux.S
[1406/2131] Compiling md5-x86_64-apple.S
[1407/2131] Compiling md5-586-linux.S
[1408/2131] Compiling md5-586-apple.S
[1409/2131] Compiling CCryptoBoringSSLShims shims.c
[1410/2131] Compiling chacha20_poly1305_x86_64-apple.S
[1411/2131] Compiling chacha20_poly1305_x86_64-linux.S
[1412/2131] Compiling chacha20_poly1305_armv8-win.S
[1413/2131] Compiling chacha20_poly1305_armv8-linux.S
[1414/2131] Compiling chacha20_poly1305_armv8-apple.S
[1415/2131] Wrapping AST for PostgresNIOMacrosPlugin for debugging
[1416/2131] Write Objects.LinkFileList
[1417/2131] Compiling chacha-x86_64-apple.S
[1418/2131] Compiling chacha-x86_64-linux.S
[1419/2131] Compiling chacha-x86-apple.S
[1420/2131] Compiling chacha-x86-linux.S
[1421/2131] Compiling err_data.cc
[1422/2131] Compiling chacha-armv8-win.S
[1423/2131] Compiling chacha-armv8-linux.S
[1424/2131] Compiling chacha-armv8-apple.S
[1425/2131] Compiling chacha-armv4-linux.S
[1426/2131] Compiling aes128gcmsiv-x86_64-linux.S
[1427/2131] Compiling aes128gcmsiv-x86_64-apple.S
[1428/2131] Compiling x86_64-mont5-apple.S
[1429/2131] Compiling x86_64-mont5-linux.S
[1430/2131] Compiling x86_64-mont-linux.S
[1431/2131] Compiling x86_64-mont-apple.S
[1432/2131] Compiling x86-mont-linux.S
[1433/2131] Compiling x86-mont-apple.S
[1434/2131] Compiling vpaes-x86_64-linux.S
[1435/2131] Compiling vpaes-x86_64-apple.S
[1436/2131] Compiling vpaes-x86-linux.S
[1437/2131] Compiling vpaes-x86-apple.S
[1438/2131] Compiling vpaes-armv8-win.S
[1439/2131] Compiling vpaes-armv8-linux.S
[1440/2131] Compiling vpaes-armv8-apple.S
[1441/2131] Compiling vpaes-armv7-linux.S
[1442/2131] Compiling sha512-x86_64-apple.S
[1443/2131] Compiling sha512-x86_64-linux.S
[1444/2131] Compiling sha512-armv8-win.S
[1445/2131] Compiling sha512-armv8-linux.S
[1446/2131] Compiling sha512-armv4-linux.S
[1447/2131] Compiling sha512-armv8-apple.S
[1448/2131] Compiling sha512-586-linux.S
[1449/2131] Compiling sha512-586-apple.S
[1450/2131] Compiling sha256-x86_64-linux.S
[1451/2131] Compiling sha256-x86_64-apple.S
[1452/2131] Compiling sha256-armv8-win.S
[1453/2131] Compiling sha256-armv8-linux.S
[1454/2131] Compiling sha256-armv8-apple.S
[1455/2131] Compiling sha256-armv4-linux.S
[1456/2131] Compiling sha256-586-linux.S
[1457/2131] Compiling sha256-586-apple.S
[1458/2131] Compiling sha1-x86_64-apple.S
[1459/2131] Compiling sha1-x86_64-linux.S
[1460/2131] Compiling sha1-armv8-win.S
[1461/2131] Compiling sha1-armv8-linux.S
[1462/2131] Compiling sha1-armv8-apple.S
[1463/2131] Compiling sha1-armv4-large-linux.S
[1464/2131] Compiling sha1-586-linux.S
[1465/2131] Compiling sha1-586-apple.S
[1466/2131] Compiling rsaz-avx2-linux.S
[1467/2131] Compiling rsaz-avx2-apple.S
[1468/2131] Compiling rdrand-x86_64-linux.S
[1469/2131] Compiling rdrand-x86_64-apple.S
[1470/2131] Compiling p256_beeu-x86_64-asm-linux.S
[1471/2131] Compiling p256_beeu-x86_64-asm-apple.S
[1472/2131] Compiling p256_beeu-armv8-asm-win.S
[1473/2131] Compiling p256_beeu-armv8-asm-linux.S
[1474/2131] Compiling p256_beeu-armv8-asm-apple.S
[1475/2131] Compiling p256-x86_64-asm-apple.S
[1476/2131] Compiling p256-x86_64-asm-linux.S
[1477/2131] Compiling p256-armv8-asm-win.S
[1478/2131] Compiling p256-armv8-asm-linux.S
[1479/2131] Compiling p256-armv8-asm-apple.S
[1480/2131] Compiling ghashv8-armv8-win.S
[1481/2131] Compiling ghashv8-armv8-linux.S
[1482/2131] Compiling ghashv8-armv8-apple.S
[1483/2131] Compiling ghashv8-armv7-linux.S
[1484/2131] Linking PostgresNIOMacrosPlugin-tool
[1485/2131] Compiling ghash-x86_64-linux.S
[1486/2131] Compiling ghash-x86_64-apple.S
[1487/2131] Compiling ghash-x86-linux.S
[1488/2131] Compiling ghash-x86-apple.S
[1489/2131] Compiling ghash-ssse3-x86_64-apple.S
[1490/2131] Compiling ghash-ssse3-x86_64-linux.S
[1491/2131] Compiling ghash-ssse3-x86-linux.S
[1492/2131] Compiling ghash-ssse3-x86-apple.S
[1493/2131] Compiling ghash-neon-armv8-win.S
[1494/2131] Compiling ghash-neon-armv8-linux.S
[1495/2131] Compiling ghash-neon-armv8-apple.S
[1496/2131] Compiling ghash-armv4-linux.S
[1497/2131] Compiling co-586-apple.S
[1498/2131] Compiling co-586-linux.S
[1499/2131] Compiling bsaes-armv7-linux.S
[1500/2131] Compiling bn-armv8-win.S
[1501/2131] Compiling bn-armv8-linux.S
[1502/2131] Compiling bn-armv8-apple.S
[1503/2131] Compiling bn-586-linux.S
[1504/2131] Compiling bn-586-apple.S
[1505/2131] Compiling armv8-mont-win.S
[1506/2131] Compiling armv8-mont-linux.S
[1507/2131] Compiling armv8-mont-apple.S
[1508/2131] Compiling armv4-mont-linux.S
[1509/2131] Compiling aesv8-gcm-armv8-win.S
[1510/2131] Compiling aesv8-gcm-armv8-linux.S
[1511/2131] Compiling aesv8-gcm-armv8-apple.S
[1512/2131] Compiling aesv8-armv8-win.S
[1513/2131] Compiling aesv8-armv8-linux.S
[1514/2131] Compiling aesv8-armv8-apple.S
[1515/2131] Compiling aesv8-armv7-linux.S
[1516/2131] Compiling aesni-x86_64-apple.S
[1517/2131] Compiling aesni-x86-linux.S
[1518/2131] Compiling aesni-x86_64-linux.S
[1519/2131] Compiling aesni-x86-apple.S
[1520/2131] Compiling aesni-gcm-x86_64-apple.S
[1521/2131] Compiling aesni-gcm-x86_64-linux.S
[1522/2131] Compiling aes-gcm-avx10-x86_64-apple.S
[1523/2131] Compiling aes-gcm-avx10-x86_64-linux.S
[1524/2131] Compiling c-nioatomics.c
[1526/2131] Compiling x_val.cc
[1527/2131] Compiling x_sig.cc
[1527/2131] Compiling x_x509a.cc
[1529/2131] Compiling x_spki.cc
[1530/2131] Compiling x_x509.cc
[1531/2131] Compiling c-atomics.c
[1533/2131] Compiling x_req.cc
[1535/2143] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1536/2143] Compiling x_name.cc
[1537/2143] Compiling x_exten.cc
[1538/2143] Compiling x_attrib.cc
[1540/2143] Compiling NIOConcurrencyHelpers NIOLock.swift
[1540/2143] Compiling x_pubkey.cc
[1541/2143] Compiling NIOConcurrencyHelpers NIOLock.swift
[1542/2143] Compiling x_crl.cc
[1544/2143] Compiling NIOConcurrencyHelpers lock.swift
[1544/2143] Compiling x_all.cc
[1546/2143] Emitting module NIOConcurrencyHelpers
[1547/2143] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1548/2143] Compiling NIOConcurrencyHelpers atomics.swift
[1549/2143] Compiling NIOConcurrencyHelpers lock.swift
[1550/2144] Emitting module NIOConcurrencyHelpers
[1552/2144] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1553/2144] Compiling NIOConcurrencyHelpers atomics.swift
[1553/2145] Compiling x_algor.cc
[1555/2145] Compiling x509spki.cc
[1556/2145] Compiling x509rset.cc
[1557/2145] Compiling x509cset.cc
[1558/2145] Compiling x509name.cc
[1559/2145] Compiling x509_vpm.cc
[1560/2145] Compiling x509_vfy.cc
[1561/2145] Compiling x509_txt.cc
[1562/2145] Compiling x509_v3.cc
[1563/2145] Compiling x509_trs.cc
[1564/2145] Compiling x509_set.cc
[1565/2145] Compiling x509_req.cc
[1566/2145] Compiling x509_obj.cc
[1567/2145] Compiling x509_lu.cc
[1568/2145] Compiling x509_def.cc
[1569/2145] Compiling x509_d2.cc
[1570/2145] Compiling x509_ext.cc
[1571/2145] Compiling x509_cmp.cc
[1572/2145] Compiling x509_att.cc
[1573/2145] Compiling x509.cc
[1574/2145] Compiling v3_skey.cc
[1575/2145] Compiling v3_utl.cc
[1576/2145] Compiling v3_prn.cc
[1577/2145] Compiling v3_pmaps.cc
[1578/2145] Compiling v3_purp.cc
[1579/2145] Compiling v3_ocsp.cc
[1580/2145] Compiling v3_pcons.cc
[1581/2145] Compiling v3_ncons.cc
[1582/2145] Compiling v3_int.cc
[1583/2145] Compiling v3_lib.cc
[1584/2145] Compiling v3_info.cc
[1585/2145] Compiling v3_ia5.cc
[1586/2145] Compiling v3_genn.cc
[1587/2145] Compiling v3_extku.cc
[1588/2145] Compiling v3_enum.cc
[1589/2145] Compiling v3_crld.cc
[1590/2145] Compiling v3_cpols.cc
[1591/2145] Compiling v3_conf.cc
[1592/2145] Compiling v3_bitst.cc
[1593/2145] Compiling v3_bcons.cc
[1594/2145] Compiling v3_alt.cc
[1595/2145] Compiling v3_akeya.cc
[1596/2145] Compiling v3_akey.cc
[1597/2145] Compiling t_x509a.cc
[1598/2145] Compiling t_x509.cc
[1599/2145] Compiling t_req.cc
[1600/2145] Compiling i2d_pr.cc
[1601/2145] Compiling t_crl.cc
[1602/2145] Compiling rsa_pss.cc
[1603/2145] Compiling name_print.cc
[1604/2145] Compiling policy.cc
[1605/2145] Compiling by_file.cc
[1606/2145] Compiling by_dir.cc
[1607/2145] Compiling asn1_gen.cc
[1608/2145] Compiling algorithm.cc
[1609/2145] Compiling a_verify.cc
[1610/2145] Compiling voprf.cc
[1611/2145] Compiling a_digest.cc
[1612/2145] Compiling a_sign.cc
[1613/2145] Compiling thread_win.cc
[1614/2145] Compiling trust_token.cc
[1615/2145] Compiling thread_none.cc
[1616/2145] Compiling thread.cc
[1617/2145] Compiling thread_pthread.cc
[1618/2145] Compiling pmbtoken.cc
[1619/2145] Compiling stack.cc
[1620/2145] Compiling wots.cc
[1621/2145] Compiling thash.cc
[1622/2145] Compiling sha512.cc
[1623/2145] Compiling slhdsa.cc
[1624/2145] Compiling siphash.cc
[1625/2145] Compiling merkle.cc
[1626/2145] Compiling fors.cc
[1627/2145] Compiling sha256.cc
[1628/2145] Compiling sha1.cc
[1629/2145] Compiling rsa_print.cc
[1630/2145] Compiling rsa_extra.cc
[1631/2145] Compiling rc4.cc
[1632/2145] Compiling refcount.cc
[1633/2145] Compiling windows.cc
[1634/2145] Compiling rsa_crypt.cc
[1634/2145] Compiling rsa_asn1.cc
[1636/2145] Compiling urandom.cc
[1637/2145] Compiling trusty.cc
[1638/2145] Compiling rand_extra.cc
[1639/2145] Compiling ios.cc
[1640/2145] Compiling passive.cc
[1641/2145] Compiling poly1305_arm_asm.S
[1642/2145] Compiling getentropy.cc
[1643/2145] Compiling deterministic.cc
[1644/2145] Compiling fork_detect.cc
[1645/2145] Compiling forkunsafe.cc
[1646/2145] Compiling pool.cc
[1647/2145] Compiling poly1305_arm.cc
[1648/2145] Compiling poly1305.cc
[1649/2145] Compiling poly1305_vec.cc
[1650/2145] Compiling pkcs7.cc
[1651/2145] Compiling pkcs8.cc
[1651/2145] Compiling pkcs8_x509.cc
[1653/2145] Compiling p5_pbev2.cc
[1654/2145] Compiling pkcs7_x509.cc
[1655/2145] Compiling pem_xaux.cc
[1656/2145] Compiling pem_x509.cc
[1657/2145] Compiling pem_pkey.cc
[1658/2145] Compiling pem_pk8.cc
[1659/2145] Compiling obj_xref.cc
[1660/2145] Compiling pem_oth.cc
[1661/2145] Compiling pem_info.cc
[1662/2145] Compiling mlkem.cc
[1663/2145] Compiling obj.cc
[1664/2145] Compiling pem_all.cc
[1665/2145] Compiling pem_lib.cc
[1666/2145] Compiling mldsa.cc
[1667/2145] Compiling poly_rq_mul.S
[1668/2145] Compiling fips_shared_support.cc
[1669/2145] Compiling mem.cc
[1670/2145] Compiling md5.cc
[1671/2145] Compiling md4.cc
[1671/2145] Compiling lhash.cc
[1673/2145] Compiling kyber.cc
[1674/2145] Compiling hpke.cc
[1675/2145] Compiling ex_data.cc
[1676/2145] Compiling hrss.cc
[1677/2145] Compiling sign.cc
[1678/2145] Compiling scrypt.cc
[1679/2145] Compiling print.cc
[1680/2145] Compiling pbkdf.cc
[1681/2145] Compiling p_x25519.cc
[1682/2145] Compiling p_x25519_asn1.cc
[1683/2145] Compiling p_rsa_asn1.cc
[1684/2145] Compiling p_rsa.cc
[1685/2145] Compiling p_ed25519.cc
[1686/2145] Compiling p_hkdf.cc
[1687/2145] Compiling p_ed25519_asn1.cc
[1688/2145] Compiling p_ec_asn1.cc
[1689/2145] Compiling p_ec.cc
[1690/2145] Compiling p_dsa_asn1.cc
[1691/2145] Compiling p_dh_asn1.cc
[1692/2145] Compiling p_dh.cc
[1693/2145] Compiling evp_ctx.cc
[1694/2145] Compiling evp.cc
[1695/2145] Compiling evp_asn1.cc
[1696/2145] Compiling err.cc
[1697/2145] Compiling engine.cc
[1698/2145] Compiling ecdh_extra.cc
[1699/2145] Compiling ecdsa_asn1.cc
[1700/2145] Compiling hash_to_curve.cc
[1701/2145] Compiling ec_derive.cc
[1702/2145] Compiling ec_asn1.cc
[1703/2145] Compiling dsa_asn1.cc
[1704/2145] Compiling dsa.cc
[1705/2145] Compiling params.cc
[1706/2145] Compiling x25519-asm-arm.S
[1707/2145] Compiling dh_asn1.cc
[1708/2145] Compiling digest_extra.cc
[1709/2145] Compiling des.cc
[1710/2145] Compiling spake25519.cc
[1711/2145] Compiling crypto.cc
[1712/2145] Compiling cpu_intel.cc
[1712/2145] Compiling cpu_arm_linux.cc
[1714/2145] Compiling curve25519.cc
[1715/2145] Compiling cpu_arm_freebsd.cc
[1716/2145] Compiling cpu_aarch64_win.cc
[1717/2145] Compiling cpu_aarch64_openbsd.cc
[1718/2145] Compiling cpu_aarch64_sysreg.cc
[1719/2145] Compiling cpu_aarch64_linux.cc
[1720/2145] Compiling curve25519_64_adx.cc
[1721/2145] Compiling cpu_aarch64_fuchsia.cc
[1722/2145] Compiling cpu_aarch64_apple.cc
[1723/2145] Compiling bcm.cc
[1724/2145] Compiling conf.cc
[1725/2145] Compiling tls_cbc.cc
[1726/2145] Compiling e_tls.cc
[1727/2145] Compiling e_rc4.cc
[1728/2145] Compiling e_null.cc
[1729/2145] Compiling e_rc2.cc
[1730/2145] Compiling e_des.cc
[1731/2145] Compiling e_chacha20poly1305.cc
[1732/2145] Compiling derive_key.cc
[1733/2145] Compiling e_aesctrhmac.cc
[1734/2145] Compiling cipher_extra.cc
[1735/2145] Compiling e_aesgcmsiv.cc
[1736/2145] Compiling chacha.cc
[1737/2145] Compiling unicode.cc
[1738/2145] Compiling cbb.cc
[1739/2145] Compiling ber.cc
[1740/2145] Compiling cbs.cc
[1741/2145] Compiling buf.cc
[1742/2145] Compiling asn1_compat.cc
[1743/2145] Compiling convert.cc
[1744/2145] Compiling bn_asn1.cc
[1745/2145] Compiling blake2.cc
[1746/2145] Compiling printf.cc
[1747/2145] Compiling pair.cc
[1748/2145] Compiling hexdump.cc
[1749/2145] Compiling file.cc
[1750/2145] Compiling fd.cc
[1751/2145] Compiling errno.cc
[1752/2145] Compiling bio_mem.cc
[1753/2145] Compiling bio.cc
[1754/2145] Compiling base64.cc
[1755/2145] Compiling tasn_typ.cc
[1756/2145] Compiling tasn_utl.cc
[1757/2145] Compiling tasn_fre.cc
[1758/2145] Compiling tasn_new.cc
[1759/2145] Compiling tasn_enc.cc
[1760/2145] Compiling f_string.cc
[1761/2145] Compiling posix_time.cc
[1762/2145] Compiling tasn_dec.cc
[1763/2145] Compiling f_int.cc
[1764/2145] Compiling asn_pack.cc
[1765/2145] Compiling asn1_par.cc
[1766/2145] Compiling a_utctm.cc
[1767/2145] Compiling asn1_lib.cc
[1768/2145] Compiling a_type.cc
[1769/2145] Compiling a_time.cc
[1770/2145] Compiling a_strnid.cc
[1771/2145] Compiling a_octet.cc
[1772/2145] Compiling a_strex.cc
[1773/2145] Compiling a_object.cc
[1774/2145] Compiling a_mbstr.cc
[1775/2145] Compiling a_i2d_fp.cc
[1776/2145] Compiling fiat_p256_adx_sqr.S
[1777/2145] Compiling fiat_p256_adx_mul.S
[1778/2145] Compiling a_int.cc
[1779/2145] Compiling a_gentm.cc
[1780/2145] Compiling fiat_curve25519_adx_square.S
[1781/2145] Compiling fiat_curve25519_adx_mul.S
[1782/2145] Compiling a_dup.cc
[1783/2145] Compiling md5-x86_64-linux.S
[1784/2145] Compiling md5-x86_64-apple.S
[1785/2145] Compiling md5-586-linux.S
[1786/2145] Compiling a_d2i_fp.cc
[1787/2145] Compiling md5-586-apple.S
[1788/2145] Compiling chacha20_poly1305_x86_64-apple.S
[1789/2145] Compiling chacha20_poly1305_armv8-win.S
[1790/2145] Compiling chacha20_poly1305_armv8-linux.S
[1791/2145] Compiling chacha20_poly1305_armv8-apple.S
[1792/2145] Compiling chacha20_poly1305_x86_64-linux.S
[1793/2145] Compiling chacha-x86_64-linux.S
[1794/2145] Compiling chacha-x86_64-apple.S
[1795/2145] Compiling chacha-x86-linux.S
[1796/2145] Compiling chacha-x86-apple.S
[1796/2145] Compiling a_bool.cc
[1798/2145] Compiling chacha-armv8-win.S
[1799/2145] Compiling chacha-armv8-apple.S
[1800/2145] Compiling chacha-armv8-linux.S
[1801/2145] Compiling chacha-armv4-linux.S
[1802/2145] Compiling aes128gcmsiv-x86_64-apple.S
[1803/2145] Compiling a_bitstr.cc
[1804/2145] Compiling aes128gcmsiv-x86_64-linux.S
[1805/2145] Compiling x86_64-mont5-linux.S
[1806/2145] Compiling x86_64-mont5-apple.S
[1807/2145] Compiling x86_64-mont-linux.S
[1808/2145] Compiling x86_64-mont-apple.S
[1809/2145] Compiling x86-mont-linux.S
[1810/2145] Compiling x86-mont-apple.S
[1811/2145] Compiling vpaes-x86_64-linux.S
[1812/2145] Compiling vpaes-x86_64-apple.S
[1813/2145] Compiling vpaes-x86-linux.S
[1814/2145] Compiling err_data.cc
[1815/2145] Compiling vpaes-x86-apple.S
[1816/2145] Compiling vpaes-armv8-win.S
[1817/2145] Compiling vpaes-armv8-linux.S
[1818/2145] Compiling vpaes-armv8-apple.S
[1819/2145] Compiling vpaes-armv7-linux.S
[1820/2145] Compiling sha512-x86_64-linux.S
[1821/2145] Compiling sha512-armv8-win.S
[1822/2145] Compiling sha512-x86_64-apple.S
[1823/2145] Compiling sha512-armv8-apple.S
[1824/2145] Compiling sha512-armv8-linux.S
[1825/2145] Compiling sha512-armv4-linux.S
[1826/2145] Compiling sha512-586-linux.S
[1827/2145] Compiling sha512-586-apple.S
[1828/2146] Compiling sha256-armv8-linux.S
[1828/2146] Compiling sha256-x86_64-apple.S
[1830/2146] Compiling sha256-armv8-win.S
[1831/2149] Compiling sha256-armv4-linux.S
[1832/2151] Compiling sha256-x86_64-linux.S
[1833/2152] Compiling sha256-armv8-apple.S
[1834/2153] Compiling sha256-586-linux.S
[1835/2153] Compiling sha1-x86_64-apple.S
[1836/2153] Compiling sha256-586-apple.S
[1837/2153] Compiling sha1-x86_64-linux.S
[1838/2153] Compiling sha1-armv8-win.S
[1839/2153] Compiling sha1-armv8-linux.S
[1840/2153] Compiling sha1-armv8-apple.S
[1841/2153] Compiling sha1-armv4-large-linux.S
[1842/2153] Compiling sha1-586-apple.S
[1843/2153] Compiling sha1-586-linux.S
[1844/2153] Compiling rsaz-avx2-apple.S
[1845/2153] Compiling rdrand-x86_64-linux.S
[1846/2153] Compiling rsaz-avx2-linux.S
[1847/2153] Compiling p256_beeu-x86_64-asm-linux.S
[1847/2153] Compiling p256_beeu-x86_64-asm-apple.S
[1849/2153] Compiling rdrand-x86_64-apple.S
[1850/2153] Compiling p256_beeu-armv8-asm-win.S
[1851/2153] Compiling p256_beeu-armv8-asm-linux.S
[1852/2153] Compiling p256_beeu-armv8-asm-apple.S
[1853/2153] Compiling p256-x86_64-asm-apple.S
[1854/2153] Compiling p256-armv8-asm-win.S
[1855/2153] Compiling p256-armv8-asm-linux.S
[1856/2153] Compiling p256-x86_64-asm-linux.S
[1857/2153] Compiling ghashv8-armv8-linux.S
[1858/2153] Compiling ghashv8-armv8-win.S
[1859/2153] Compiling p256-armv8-asm-apple.S
[1860/2153] Compiling ghashv8-armv8-apple.S
[1861/2153] Compiling ghash-x86_64-linux.S
[1862/2153] Compiling ghashv8-armv7-linux.S
[1863/2153] Compiling ghash-x86_64-apple.S
[1864/2153] Compiling ghash-x86-linux.S
[1865/2153] Compiling ghash-x86-apple.S
[1866/2153] Compiling ghash-ssse3-x86_64-apple.S
[1867/2153] Compiling ghash-ssse3-x86_64-linux.S
[1868/2153] Compiling ghash-ssse3-x86-apple.S
[1869/2153] Compiling ghash-neon-armv8-win.S
[1870/2153] Compiling ghash-ssse3-x86-linux.S
[1871/2153] Compiling ghash-neon-armv8-linux.S
[1872/2153] Compiling ghash-neon-armv8-apple.S
[1873/2153] Compiling co-586-linux.S
[1874/2153] Compiling ghash-armv4-linux.S
[1875/2153] Compiling co-586-apple.S
[1875/2153] Compiling bn-armv8-win.S
[1877/2153] Compiling bsaes-armv7-linux.S
[1878/2153] Compiling bn-armv8-linux.S
[1879/2153] Compiling bn-armv8-apple.S
[1880/2153] Compiling bn-586-linux.S
[1881/2153] Compiling bn-586-apple.S
[1882/2153] Compiling armv8-mont-win.S
[1883/2153] Compiling armv8-mont-linux.S
[1884/2153] Compiling armv8-mont-apple.S
[1885/2153] Compiling armv4-mont-linux.S
[1886/2153] Compiling aesv8-gcm-armv8-win.S
[1887/2153] Compiling aesv8-gcm-armv8-linux.S
[1888/2153] Compiling aesv8-gcm-armv8-apple.S
[1889/2153] Compiling aesv8-armv8-win.S
[1890/2153] Compiling aesv8-armv8-linux.S
[1890/2153] Compiling aesv8-armv8-apple.S
[1892/2153] Compiling aesv8-armv7-linux.S
[1893/2153] Compiling aesni-x86_64-apple.S
[1894/2153] Compiling aesni-x86_64-linux.S
[1895/2153] Compiling aesni-x86-linux.S
[1896/2153] Compiling aesni-x86-apple.S
[1897/2153] Compiling aesni-gcm-x86_64-linux.S
[1898/2153] Compiling aesni-gcm-x86_64-apple.S
[1899/2153] Compiling aes-gcm-avx10-x86_64-linux.S
[1900/2153] Compiling aes-gcm-avx10-x86_64-apple.S
[1902/2153] Emitting module CryptoBoringWrapper
[1903/2153] Compiling CryptoBoringWrapper RandomBytes.swift
[1904/2153] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1904/2153] Compiling x_spki.cc
[1905/2153] Compiling x_x509a.cc
[1907/2153] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1908/2153] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1909/2153] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1909/2153] Compiling x_pubkey.cc
[1910/2153] Compiling x_sig.cc
[1911/2153] Compiling x_val.cc
[1912/2153] Compiling x_req.cc
[1914/2153] Compiling CryptoBoringWrapper EllipticCurve.swift
[1915/2153] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1915/2153] Compiling x_x509.cc
[1917/2211] Compiling x_name.cc
[1918/2225] Compiling x_exten.cc
[1919/2225] Compiling x_crl.cc
[1920/2225] Compiling x_all.cc
[1921/2225] Compiling x509spki.cc
[1922/2225] Compiling x_algor.cc
[1922/2225] Compiling x_attrib.cc
[1924/2225] Compiling x509_v3.cc
[1925/2225] Compiling x509rset.cc
[1926/2225] Compiling x509_vpm.cc
[1927/2225] Compiling x509_vfy.cc
[1928/2225] Compiling x509name.cc
[1929/2225] Compiling x509_txt.cc
[1930/2225] Compiling x509cset.cc
[1931/2225] Compiling x509_trs.cc
[1932/2225] Compiling x509_lu.cc
[1934/2225] Compiling Crypto SymmetricKeys.swift
[1935/2225] Compiling Crypto HMAC.swift
[1936/2225] Compiling Crypto MACFunctions.swift
[1937/2225] Compiling Crypto MessageAuthenticationCode.swift
[1938/2225] Compiling Crypto AES.swift
[1939/2225] Compiling Crypto ECDSASignature_boring.swift
[1940/2225] Compiling Crypto ECDSA_boring.swift
[1941/2225] Compiling Crypto EdDSA_boring.swift
[1942/2225] Compiling Crypto ECDSA.swift
[1943/2225] Compiling Crypto Ed25519.swift
[1943/2234] Compiling x509_req.cc
[1944/2234] Compiling x509_obj.cc
[1945/2234] Compiling x509_set.cc
[1947/2234] Compiling Crypto HKDF.swift
[1948/2234] Compiling Crypto AESWrap.swift
[1949/2234] Compiling Crypto AESWrap_boring.swift
[1950/2234] Compiling Crypto Ed25519_boring.swift
[1951/2234] Compiling Crypto NISTCurvesKeys_boring.swift
[1952/2234] Compiling Crypto X25519Keys_boring.swift
[1953/2234] Compiling Crypto Curve25519.swift
[1954/2234] Compiling Crypto Ed25519Keys.swift
[1955/2234] Compiling Crypto NISTCurvesKeys.swift
[1956/2234] Compiling Crypto X25519Keys.swift
[1956/2234] Compiling x509_def.cc
[1958/2234] Emitting module Crypto
[1958/2234] Compiling x509_ext.cc
[1960/2234] Compiling Crypto PKCS8PrivateKey.swift
[1961/2234] Compiling Crypto SEC1PrivateKey.swift
[1962/2234] Compiling Crypto SubjectPublicKeyInfo.swift
[1963/2234] Compiling Crypto CryptoKitErrors.swift
[1964/2234] Compiling Crypto Digest_boring.swift
[1965/2234] Compiling Crypto Digest.swift
[1966/2234] Compiling Crypto Digests.swift
[1967/2234] Compiling Crypto HashFunctions.swift
[1968/2234] Compiling Crypto HashFunctions_SHA2.swift
[1969/2234] Compiling Crypto HPKE-AEAD.swift
[1969/2234] Compiling x509_d2.cc
[1971/2234] Compiling Crypto HPKE.swift
[1972/2234] Compiling Crypto HPKE-Context.swift
[1973/2234] Compiling Crypto HPKE-KeySchedule.swift
[1974/2234] Compiling Crypto HPKE-Modes.swift
[1975/2234] Compiling Crypto Insecure.swift
[1976/2234] Compiling Crypto Insecure_HashFunctions.swift
[1977/2234] Compiling Crypto KEM.swift
[1978/2234] Compiling Crypto ECDH_boring.swift
[1979/2234] Compiling Crypto DH.swift
[1980/2234] Compiling Crypto ECDH.swift
[1981/2234] Compiling Crypto HPKE-Ciphersuite.swift
[1982/2234] Compiling Crypto HPKE-KDF.swift
[1983/2234] Compiling Crypto HPKE-KexKeyDerivation.swift
[1984/2234] Compiling Crypto HPKE-LabeledExtract.swift
[1985/2234] Compiling Crypto HPKE-Utils.swift
[1986/2234] Compiling Crypto DHKEM.swift
[1987/2234] Compiling Crypto HPKE-KEM-Curve25519.swift
[1988/2234] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1989/2234] Compiling Crypto HPKE-KEM.swift
[1990/2234] Compiling Crypto HPKE-Errors.swift
[1990/2234] Compiling v3_utl.cc
[1991/2234] Compiling x509.cc
[1993/2234] Compiling Crypto AES-GCM.swift
[1994/2234] Compiling Crypto AES-GCM_boring.swift
[1995/2234] Compiling Crypto ChaChaPoly_boring.swift
[1996/2234] Compiling Crypto ChaChaPoly.swift
[1997/2234] Compiling Crypto Cipher.swift
[1998/2234] Compiling Crypto Nonces.swift
[1999/2234] Compiling Crypto ASN1.swift
[2000/2234] Compiling Crypto ASN1Any.swift
[2001/2234] Compiling Crypto ASN1BitString.swift
[2002/2234] Compiling Crypto ASN1Boolean.swift
[2003/2234] Compiling Crypto ASN1Identifier.swift
[2004/2234] Compiling Crypto ASN1Integer.swift
[2005/2234] Compiling Crypto ASN1Null.swift
[2006/2234] Compiling Crypto ASN1OctetString.swift
[2007/2234] Compiling Crypto ASN1Strings.swift
[2008/2234] Compiling Crypto ArraySliceBigint.swift
[2009/2234] Compiling Crypto GeneralizedTime.swift
[2010/2234] Compiling Crypto ObjectIdentifier.swift
[2011/2234] Compiling Crypto ECDSASignature.swift
[2012/2234] Compiling Crypto PEMDocument.swift
[2012/2234] Compiling x509_cmp.cc
[2013/2234] Compiling x509_att.cc
[2014/2234] Compiling v3_skey.cc
[2015/2234] Compiling v3_purp.cc
[2016/2234] Compiling v3_prn.cc
[2017/2234] Compiling v3_pmaps.cc
[2018/2234] Compiling v3_ocsp.cc
[2020/2234] Compiling Crypto Signature.swift
[2021/2234] Compiling Crypto CryptoKitErrors_boring.swift
[2022/2234] Compiling Crypto RNG_boring.swift
[2023/2234] Compiling Crypto SafeCompare_boring.swift
[2024/2234] Compiling Crypto Zeroization_boring.swift
[2025/2234] Compiling Crypto PrettyBytes.swift
[2026/2234] Compiling Crypto SafeCompare.swift
[2027/2234] Compiling Crypto SecureBytes.swift
[2028/2234] Compiling Crypto Zeroization.swift
[2028/2234] Compiling v3_pcons.cc
[2030/2235] Compiling v3_ncons.cc
[2031/2235] Compiling v3_lib.cc
[2032/2235] Compiling v3_int.cc
[2033/2235] Compiling v3_info.cc
[2034/2235] Compiling v3_ia5.cc
[2035/2235] Compiling v3_genn.cc
[2036/2235] Compiling v3_extku.cc
[2037/2235] Compiling v3_enum.cc
[2038/2235] Compiling v3_crld.cc
[2039/2235] Compiling v3_cpols.cc
[2040/2235] Compiling v3_conf.cc
[2041/2235] Compiling v3_bitst.cc
[2042/2235] Compiling v3_bcons.cc
[2043/2235] Compiling v3_akeya.cc
[2044/2235] Compiling v3_alt.cc
[2045/2235] Compiling v3_akey.cc
[2046/2235] Compiling t_x509a.cc
[2047/2235] Compiling t_x509.cc
[2048/2235] Compiling t_crl.cc
[2049/2235] Compiling t_req.cc
[2050/2235] Compiling i2d_pr.cc
[2051/2235] Compiling rsa_pss.cc
[2052/2235] Compiling name_print.cc
[2053/2235] Compiling policy.cc
[2054/2235] Compiling by_file.cc
[2055/2235] Compiling by_dir.cc
[2056/2235] Compiling asn1_gen.cc
[2057/2235] Compiling algorithm.cc
[2058/2235] Compiling voprf.cc
[2059/2235] Compiling a_verify.cc
[2060/2235] Compiling thread_win.cc
[2061/2235] Compiling thread_pthread.cc
[2062/2235] Compiling a_digest.cc
[2063/2235] Compiling trust_token.cc
[2064/2235] Compiling a_sign.cc
[2065/2235] Compiling pmbtoken.cc
[2066/2235] Compiling thread.cc
[2067/2235] Compiling thread_none.cc
[2068/2235] Compiling wots.cc
[2069/2235] Compiling stack.cc
[2070/2235] Compiling thash.cc
[2071/2235] Compiling merkle.cc
[2072/2235] Compiling slhdsa.cc
[2073/2235] Compiling fors.cc
[2074/2235] Compiling siphash.cc
[2075/2235] Compiling sha512.cc
[2076/2235] Compiling sha1.cc
[2076/2235] Compiling sha256.cc
[2078/2235] Compiling rsa_print.cc
[2079/2235] Compiling rsa_extra.cc
[2080/2235] Compiling rc4.cc
[2081/2235] Compiling refcount.cc
[2081/2235] Compiling rsa_crypt.cc
[2083/2235] Compiling rsa_asn1.cc
[2084/2235] Compiling windows.cc
[2085/2235] Compiling urandom.cc
[2086/2235] Compiling trusty.cc
[2087/2235] Compiling rand_extra.cc
[2088/2235] Compiling passive.cc
[2089/2235] Compiling getentropy.cc
[2090/2235] Compiling ios.cc
[2091/2235] Compiling poly1305_arm_asm.S
[2092/2235] Compiling deterministic.cc
[2093/2235] Compiling forkunsafe.cc
[2094/2235] Compiling fork_detect.cc
[2095/2235] Compiling pool.cc
[2096/2235] Compiling poly1305_arm.cc
[2096/2235] Compiling poly1305_vec.cc
[2098/2235] Compiling poly1305.cc
[2099/2235] Compiling pkcs7.cc
[2100/2235] Compiling pkcs8.cc
[2101/2235] Compiling pkcs8_x509.cc
[2101/2235] Compiling p5_pbev2.cc
[2103/2235] Compiling pkcs7_x509.cc
[2104/2235] Compiling pem_xaux.cc
[2105/2235] Compiling pem_x509.cc
[2106/2235] Compiling pem_pkey.cc
[2107/2235] Compiling pem_pk8.cc
[2108/2235] Compiling obj_xref.cc
[2109/2235] Compiling mlkem.cc
[2110/2235] Compiling pem_oth.cc
[2111/2235] Compiling pem_info.cc
[2112/2235] Compiling obj.cc
[2113/2235] Compiling pem_lib.cc
[2114/2235] Compiling pem_all.cc
[2115/2235] Compiling mldsa.cc
[2116/2235] Compiling poly_rq_mul.S
[2117/2235] Compiling fips_shared_support.cc
[2118/2235] Compiling mem.cc
[2119/2235] Compiling md5.cc
[2120/2235] Compiling md4.cc
[2121/2235] Compiling lhash.cc
[2122/2235] Compiling kyber.cc
[2123/2235] Compiling hpke.cc
[2124/2235] Compiling ex_data.cc
[2125/2235] Compiling hrss.cc
[2126/2235] Compiling sign.cc
[2127/2235] Compiling scrypt.cc
[2128/2235] Compiling print.cc
[2129/2235] Compiling pbkdf.cc
[2130/2235] Compiling p_x25519.cc
[2131/2235] Compiling p_x25519_asn1.cc
[2132/2235] Compiling p_rsa_asn1.cc
[2133/2235] Compiling p_rsa.cc
[2134/2235] Compiling p_hkdf.cc
[2135/2235] Compiling p_ed25519.cc
[2136/2235] Compiling p_ed25519_asn1.cc
[2137/2235] Compiling p_ec_asn1.cc
[2138/2235] Compiling p_ec.cc
[2139/2235] Compiling p_dh.cc
[2140/2235] Compiling p_dsa_asn1.cc
[2141/2235] Compiling p_dh_asn1.cc
[2142/2235] Compiling evp_ctx.cc
[2143/2235] Compiling evp_asn1.cc
[2144/2235] Compiling evp.cc
[2145/2235] Compiling err.cc
[2146/2235] Compiling engine.cc
[2147/2235] Compiling ecdh_extra.cc
[2148/2235] Compiling ecdsa_asn1.cc
[2149/2235] Compiling hash_to_curve.cc
[2150/2235] Compiling ec_derive.cc
[2151/2235] Compiling ec_asn1.cc
[2152/2235] Compiling dsa_asn1.cc
[2153/2235] Compiling dsa.cc
[2154/2235] Compiling params.cc
[2155/2235] Compiling x25519-asm-arm.S
[2156/2235] Compiling digest_extra.cc
[2157/2235] Compiling dh_asn1.cc
[2158/2235] Compiling des.cc
[2159/2235] Compiling spake25519.cc
[2160/2235] Compiling crypto.cc
[2161/2235] Compiling cpu_intel.cc
[2162/2235] Compiling cpu_arm_linux.cc
[2163/2235] Compiling cpu_arm_freebsd.cc
[2164/2235] Compiling curve25519.cc
[2165/2235] Compiling cpu_aarch64_win.cc
[2166/2235] Compiling cpu_aarch64_sysreg.cc
[2167/2235] Compiling cpu_aarch64_openbsd.cc
[2168/2235] Compiling cpu_aarch64_linux.cc
[2169/2235] Compiling cpu_aarch64_fuchsia.cc
[2170/2235] Compiling curve25519_64_adx.cc
[2170/2235] Compiling cpu_aarch64_apple.cc
[2171/2235] Compiling bcm.cc
[2173/2235] Compiling conf.cc
[2174/2235] Compiling tls_cbc.cc
[2175/2235] Compiling e_tls.cc
[2176/2235] Compiling e_rc4.cc
[2177/2235] Compiling e_rc2.cc
[2178/2235] Compiling e_null.cc
[2179/2235] Compiling e_des.cc
[2180/2235] Compiling e_chacha20poly1305.cc
[2181/2235] Compiling derive_key.cc
[2182/2235] Compiling e_aesgcmsiv.cc
[2183/2235] Compiling e_aesctrhmac.cc
[2184/2235] Compiling cipher_extra.cc
[2185/2235] Compiling chacha.cc
[2186/2235] Compiling unicode.cc
[2187/2235] Compiling cbb.cc
[2188/2235] Compiling ber.cc
[2189/2235] Compiling cbs.cc
[2190/2235] Compiling asn1_compat.cc
[2191/2235] Compiling buf.cc
[2192/2235] Compiling bn_asn1.cc
[2192/2235] Compiling convert.cc
[2194/2235] Compiling blake2.cc
[2195/2235] Compiling printf.cc
[2196/2235] Compiling pair.cc
[2197/2235] Compiling hexdump.cc
[2198/2235] Compiling file.cc
[2199/2235] Compiling fd.cc
[2200/2235] Compiling errno.cc
[2201/2235] Compiling bio_mem.cc
[2202/2235] Compiling bio.cc
[2203/2235] Compiling base64.cc
[2204/2235] Compiling tasn_typ.cc
[2204/2235] Compiling tasn_fre.cc
[2206/2235] Compiling tasn_utl.cc
[2207/2235] Compiling tasn_new.cc
[2208/2235] Compiling tasn_enc.cc
[2209/2235] Compiling f_string.cc
[2210/2235] Compiling posix_time.cc
[2211/2235] Compiling tasn_dec.cc
[2212/2235] Compiling f_int.cc
[2212/2235] Compiling asn_pack.cc
[2214/2235] Compiling asn1_par.cc
[2215/2235] Compiling a_utctm.cc
[2216/2235] Compiling asn1_lib.cc
[2217/2235] Compiling a_time.cc
[2218/2235] Compiling a_type.cc
[2219/2235] Compiling a_strnid.cc
[2220/2235] Compiling a_octet.cc
[2221/2235] Compiling a_strex.cc
[2222/2235] Compiling a_object.cc
[2223/2235] Compiling a_mbstr.cc
[2224/2235] Write sources
[2225/2235] Compiling a_i2d_fp.cc
[2226/2235] Write sources
[2227/2235] Compiling a_int.cc
[2228/2235] Write sources
[2229/2235] Compiling a_gentm.cc
[2230/2235] Write sources
[2231/2235] Compiling a_d2i_fp.cc
[2232/2235] Compiling a_dup.cc
[2233/2292] Compiling a_bool.cc
[2234/2339] Compiling a_bitstr.cc
[2236/2371] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[2237/2371] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[2238/2371] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[2239/2371] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[2240/2373] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[2241/2373] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[2242/2373] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[2243/2373] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[2244/2373] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[2250/2375] Compiling CryptoBoringWrapper RandomBytes.swift
[2251/2375] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[2252/2375] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[2253/2375] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[2254/2375] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[2255/2375] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[2256/2375] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[2257/2375] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[2258/2375] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[2259/2375] Emitting module CryptoBoringWrapper
[2260/2375] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[2261/2375] Compiling Atomics IntegerOperations.swift
[2262/2375] Compiling Atomics Unmanaged extensions.swift
[2263/2375] Compiling CryptoBoringWrapper EllipticCurve.swift
[2264/2375] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[2267/2375] Emitting module AsyncAlgorithms
[2268/2381] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[2270/2382] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[2271/2382] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[2272/2382] Compiling AsyncAlgorithms MergeStateMachine.swift
[2273/2382] Compiling AsyncAlgorithms MergeStorage.swift
[2274/2382] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[2275/2382] Compiling AsyncAlgorithms Rethrow.swift
[2282/2416] Compiling Crypto ASN1Identifier.swift
[2283/2416] Compiling Crypto ASN1Integer.swift
[2284/2416] Compiling Crypto ASN1Null.swift
[2285/2416] Compiling Crypto ASN1OctetString.swift
[2286/2416] Compiling Crypto ASN1Strings.swift
[2287/2416] Compiling Crypto ArraySliceBigint.swift
[2288/2416] Compiling Crypto GeneralizedTime.swift
[2289/2417] Emitting module AsyncAlgorithms
[2290/2459] Compiling Crypto Cipher.swift
[2291/2459] Compiling Crypto Nonces.swift
[2292/2459] Compiling Crypto ASN1.swift
[2293/2459] Compiling Crypto ASN1Any.swift
[2294/2459] Compiling Crypto ASN1BitString.swift
[2295/2459] Compiling Crypto ASN1Boolean.swift
[2309/2459] Compiling Crypto ObjectIdentifier.swift
[2310/2459] Compiling Crypto ECDSASignature.swift
[2311/2459] Compiling Crypto PEMDocument.swift
[2312/2459] Compiling Crypto AES-GCM.swift
[2313/2459] Compiling Crypto AES-GCM_boring.swift
[2314/2459] Compiling Crypto ChaChaPoly_boring.swift
[2315/2459] Compiling Crypto ChaChaPoly.swift
[2323/2459] Compiling Crypto HPKE-KexKeyDerivation.swift
[2324/2459] Compiling Crypto HPKE-LabeledExtract.swift
[2325/2459] Compiling Crypto HPKE-Utils.swift
[2326/2459] Compiling Crypto DHKEM.swift
[2327/2459] Compiling Crypto HPKE-KEM-Curve25519.swift
[2328/2459] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[2335/2459] Compiling Crypto Digests.swift
[2336/2459] Compiling Crypto HashFunctions.swift
[2337/2459] Compiling Crypto HashFunctions_SHA2.swift
[2338/2459] Compiling Crypto HPKE-AEAD.swift
[2339/2459] Compiling Crypto HPKE-Ciphersuite.swift
[2340/2459] Compiling Crypto HPKE-KDF.swift
[2341/2459] Compiling Crypto PKCS8PrivateKey.swift
[2342/2459] Compiling Crypto SEC1PrivateKey.swift
[2343/2459] Compiling Crypto SubjectPublicKeyInfo.swift
[2344/2459] Compiling Crypto CryptoKitErrors.swift
[2345/2459] Compiling Crypto Digest_boring.swift
[2346/2459] Compiling Crypto Digest.swift
[2347/2459] Compiling Crypto Insecure.swift
[2348/2459] Compiling Crypto Insecure_HashFunctions.swift
[2349/2459] Compiling Crypto KEM.swift
[2350/2459] Compiling Crypto ECDH_boring.swift
[2351/2459] Compiling Crypto DH.swift
[2352/2459] Compiling Crypto ECDH.swift
[2372/2459] Emitting module Atomics
[2393/2617] Compiling NIOCore MarkedCircularBuffer.swift
[2394/2617] Compiling NIOCore MulticastChannel.swift
[2395/2617] Compiling NIOCore NIOAny.swift
[2396/2617] Compiling NIOCore NIOCloseOnErrorHandler.swift
[2397/2617] Compiling NIOCore NIOLoopBound.swift
[2398/2617] Compiling NIOCore NIOScheduledCallback.swift
[2399/2617] Compiling NIOCore NIOSendable.swift
[2400/2617] Compiling NIOCore RecvByteBufferAllocator.swift
[2401/2617] Compiling Crypto ECDSA.swift
[2402/2617] Compiling Crypto Ed25519.swift
[2403/2617] Compiling Crypto HKDF.swift
[2404/2617] Compiling Crypto AESWrap.swift
[2405/2617] Compiling Crypto AESWrap_boring.swift
[2406/2617] Compiling Crypto Ed25519_boring.swift
[2407/2617] Compiling Crypto NISTCurvesKeys_boring.swift
[2408/2617] Compiling Crypto X25519Keys_boring.swift
[2409/2617] Compiling Crypto Curve25519.swift
[2410/2617] Compiling Crypto Ed25519Keys.swift
[2411/2617] Compiling Crypto NISTCurvesKeys.swift
[2412/2617] Compiling Crypto X25519Keys.swift
[2413/2626] Compiling NIOCore ByteBuffer-views.swift
[2414/2626] Compiling NIOCore Channel.swift
[2415/2626] Compiling NIOCore ChannelHandler.swift
[2416/2626] Compiling NIOCore ChannelHandlers.swift
[2417/2626] Compiling NIOCore ChannelInvoker.swift
[2418/2626] Compiling NIOCore ChannelOption.swift
[2419/2626] Compiling NIOCore ChannelPipeline.swift
[2420/2626] Compiling NIOCore CircularBuffer.swift
[2421/2626] Compiling NIOCore Codec.swift
[2422/2626] Compiling NIOCore ConvenienceOptionSupport.swift
[2423/2634] Emitting module Crypto
[2424/2634] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[2425/2635] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[2426/2635] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[2427/2636] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[2429/2636] Emitting module ServiceLifecycle
[2430/2636] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[2431/2636] Compiling NIOCore ByteBuffer-aux.swift
[2432/2636] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[2433/2637] Compiling ServiceLifecycle CancellationWaiter.swift
[2434/2637] Emitting module ServiceLifecycle
[2435/2637] Compiling ServiceLifecycle ServiceRunnerError.swift
[2436/2637] Compiling NIOCore FileHandle.swift
[2437/2637] Compiling NIOCore FileRegion.swift
[2438/2637] Compiling NIOCore GlobalSingletons.swift
[2439/2637] Compiling NIOCore IO.swift
[2440/2637] Compiling NIOCore IOData.swift
[2441/2637] Compiling NIOCore IPProtocol.swift
[2442/2637] Compiling NIOCore IntegerBitPacking.swift
[2443/2637] Compiling NIOCore IntegerTypes.swift
[2444/2637] Compiling NIOCore Interfaces.swift
[2445/2637] Compiling NIOCore Linux.swift
[2446/2637] Compiling NIOCore DeadChannel.swift
[2447/2637] Compiling NIOCore DispatchQueue+WithFuture.swift
[2448/2637] Compiling NIOCore EventLoop+Deprecated.swift
[2449/2637] Compiling NIOCore EventLoop+SerialExecutor.swift
[2450/2637] Compiling NIOCore EventLoop.swift
[2451/2637] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[2452/2637] Compiling NIOCore EventLoopFuture+Deprecated.swift
[2453/2637] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[2454/2637] Compiling NIOCore EventLoopFuture.swift
[2455/2637] Compiling NIOCore FileDescriptor.swift
[2456/2637] Compiling ServiceLifecycle CancellationWaiter.swift
[2457/2637] Compiling ServiceLifecycle ServiceRunnerError.swift
[2458/2637] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[2459/2637] Compiling NIOCore BSDSocketAPI.swift
[2462/2637] Compiling NIOCore ByteBuffer-conversions.swift
[2463/2637] Compiling NIOCore ByteBuffer-core.swift
[2464/2637] Compiling NIOCore ByteBuffer-hex.swift
[2465/2637] Compiling NIOCore ByteBuffer-int.swift
[2466/2637] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[2467/2637] Compiling NIOCore AddressedEnvelope.swift
[2468/2637] Compiling NIOCore AsyncAwaitSupport.swift
[2469/2637] Compiling NIOCore AsyncChannel.swift
[2470/2637] Compiling NIOCore AsyncChannelHandler.swift
[2471/2637] Compiling NIOCore AsyncChannelInboundStream.swift
[2472/2637] Compiling NIOCore AsyncChannelOutboundWriter.swift
[2473/2637] Compiling NIOCore NIOAsyncSequenceProducer.swift
[2474/2637] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[2475/2637] Compiling NIOCore NIOAsyncWriter.swift
[2476/2637] Compiling NIOCore ByteBuffer-multi-int.swift
[2477/2637] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[2478/2637] Compiling _ConnectionPoolModule TinyFastSequence.swift
[2479/2637] Emitting module _ConnectionPoolModule
[2503/2654] Compiling _ConnectionPoolModule PoolStateMachine.swift
[2516/2654] Compiling ServiceLifecycle Service.swift
[2517/2654] Compiling ServiceLifecycle GracefulShutdown.swift
[2518/2654] Compiling ServiceLifecycle ServiceGroup.swift
[2519/2655] Compiling ServiceLifecycle Service.swift
[2520/2655] Compiling ServiceLifecycle GracefulShutdown.swift
[2521/2655] Compiling ServiceLifecycle ServiceGroup.swift
[2523/2656] Compiling _ConnectionPoolModule TinyFastSequence.swift
[2529/2657] Compiling _ConnectionPoolModule PoolStateMachine.swift
[2531/2658] Compiling Crypto Signature.swift
[2532/2658] Compiling Crypto CryptoKitErrors_boring.swift
[2533/2658] Compiling Crypto RNG_boring.swift
[2534/2658] Compiling Crypto SafeCompare_boring.swift
[2535/2658] Compiling Crypto Zeroization_boring.swift
[2536/2658] Compiling Crypto PrettyBytes.swift
[2537/2658] Compiling Crypto SafeCompare.swift
[2538/2658] Compiling Crypto SecureBytes.swift
[2539/2658] Compiling Crypto Zeroization.swift
[2558/2659] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[2559/2659] Compiling NIOCore SocketAddresses.swift
[2560/2659] Compiling NIOCore SocketOptionProvider.swift
[2561/2659] Compiling NIOCore SystemCallHelpers.swift
[2562/2659] Compiling NIOCore TimeAmount+Duration.swift
[2563/2659] Compiling NIOCore TypeAssistedChannelHandler.swift
[2564/2659] Compiling NIOCore UniversalBootstrapSupport.swift
[2565/2659] Compiling NIOCore Utilities.swift
[2650/2659] Emitting module NIOCore
[2662/2712] Emitting module NIOEmbedded
[2663/2712] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2664/2712] Compiling NIOEmbedded AsyncTestingChannel.swift
[2665/2712] Compiling NIOEmbedded Embedded.swift
[2667/2764] Compiling NIOEmbedded AsyncTestingChannel.swift
[2668/2764] Emitting module NIOEmbedded
[2669/2764] Compiling NIOPosix SelectableChannel.swift
[2670/2764] Compiling NIOPosix SelectableEventLoop.swift
[2671/2764] Compiling NIOPosix SelectorEpoll.swift
[2672/2764] Compiling NIOPosix SelectorGeneric.swift
[2673/2764] Compiling NIOPosix SelectorKqueue.swift
[2674/2764] Compiling NIOPosix SelectorUring.swift
[2675/2770] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2676/2770] Compiling NIOEmbedded Embedded.swift
[2677/2770] Emitting module NIOPosix
[2679/2771] Compiling NIOPosix PooledRecvBufferAllocator.swift
[2680/2771] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2681/2771] Compiling NIOPosix PosixSingletons.swift
[2682/2771] Compiling NIOPosix RawSocketBootstrap.swift
[2683/2771] Compiling NIOPosix Resolver.swift
[2684/2771] Compiling NIOPosix Selectable.swift
[2685/2771] Compiling NIOPosix ServerSocket.swift
[2686/2771] Compiling NIOPosix Socket.swift
[2687/2771] Compiling NIOPosix SocketChannel.swift
[2688/2771] Compiling NIOPosix SocketProtocols.swift
[2689/2771] Compiling NIOPosix System.swift
[2690/2771] Compiling NIOPosix Thread.swift
[2691/2771] Compiling NIOPosix NIOThreadPool.swift
[2692/2771] Compiling NIOPosix NonBlockingFileIO.swift
[2693/2771] Compiling NIOPosix PendingDatagramWritesManager.swift
[2694/2771] Compiling NIOPosix PendingWritesManager.swift
[2695/2771] Compiling NIOPosix PipeChannel.swift
[2696/2771] Compiling NIOPosix PipePair.swift
[2697/2771] Compiling NIOPosix Pool.swift
[2698/2771] Compiling NIOPosix IO.swift
[2699/2771] Compiling NIOPosix IntegerBitPacking.swift
[2700/2771] Compiling NIOPosix IntegerTypes.swift
[2701/2771] Compiling NIOPosix Linux.swift
[2702/2771] Compiling NIOPosix LinuxCPUSet.swift
[2703/2771] Compiling NIOPosix LinuxUring.swift
[2704/2771] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2705/2771] Compiling NIOPosix ThreadPosix.swift
[2706/2771] Compiling NIOPosix ThreadWindows.swift
[2707/2771] Compiling NIOPosix UnsafeTransfer.swift
[2708/2771] Compiling NIOPosix Utilities.swift
[2709/2771] Compiling NIOPosix VsockAddress.swift
[2710/2771] Compiling NIOPosix VsockChannelEvents.swift
[2711/2771] Emitting module NIOPosix
[2712/2777] Compiling NIOPosix BSDSocketAPICommon.swift
[2713/2777] Compiling NIOPosix BSDSocketAPIPosix.swift
[2714/2777] Compiling NIOPosix BSDSocketAPIWindows.swift
[2715/2777] Compiling NIOPosix BaseSocket.swift
[2716/2777] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2717/2777] Compiling NIOPosix BaseSocketChannel.swift
[2718/2777] Compiling NIOPosix BaseStreamSocketChannel.swift
[2719/2777] Compiling NIOPosix Bootstrap.swift
[2720/2777] Compiling NIOPosix ControlMessage.swift
[2721/2777] Compiling NIOPosix DatagramVectorReadManager.swift
[2722/2777] Compiling NIOPosix Errors+Any.swift
[2723/2777] Compiling NIOPosix FileDescriptor.swift
[2724/2777] Compiling NIOPosix GetaddrinfoResolver.swift
[2725/2777] Compiling NIOPosix HappyEyeballs.swift
[2745/2780] Emitting module NIO
[2746/2780] Compiling NIO Exports.swift
[2747/2781] Compiling NIOPosix ThreadPosix.swift
[2748/2781] Compiling NIOPosix ThreadWindows.swift
[2749/2781] Compiling NIOPosix UnsafeTransfer.swift
[2750/2781] Compiling NIOPosix Utilities.swift
[2751/2781] Compiling NIOPosix VsockAddress.swift
[2752/2781] Compiling NIOPosix VsockChannelEvents.swift
[2768/2792] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2769/2792] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2784/2792] Emitting module NIOFoundationCompat
[2785/2793] Compiling NIOTLS TLSEvents.swift
[2786/2793] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2787/2793] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2788/2793] Emitting module NIOTLS
[2789/2793] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2791/2793] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2792/2793] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2793/2793] Compiling NIOTLS SNIHandler.swift
[2796/2827] Compiling NIO Exports.swift
[2797/2830] Emitting module NIO
[2798/2849] Emitting module NIOTransportServices
[2799/2851] Compiling NIOTransportServices NIOTSBootstraps.swift
[2800/2851] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2801/2851] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2803/2851] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2804/2851] Compiling NIOTransportServices NIOTSErrors.swift
[2805/2851] Compiling NIOTransportServices NIOTSEventLoop.swift
[2806/2851] Compiling NIOTransportServices StateManagedChannel.swift
[2807/2851] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2808/2851] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2809/2851] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2810/2851] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2811/2851] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2812/2851] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2813/2851] Compiling NIOTransportServices NIOTSSingletons.swift
[2814/2851] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2815/2851] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2816/2851] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2817/2851] Compiling NIOTransportServices AcceptHandler.swift
[2818/2851] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2819/2851] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2820/2851] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2821/2851] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2822/2851] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2824/2863] Compiling NIOTLS TLSEvents.swift
[2825/2863] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2826/2863] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2827/2863] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2828/2863] Compiling NIOTLS SNIHandler.swift
[2829/2863] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2830/2863] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2831/2863] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2832/2863] Emitting module NIOTLS
[2833/2864] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2834/2864] Emitting module NIOFoundationCompat
[2837/2865] Emitting module NIOSSL
[2838/2919] Compiling NIOTransportServices StateManagedChannel.swift
[2839/2919] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2840/2919] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2841/2921] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2842/2921] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2843/2921] Compiling NIOTransportServices NIOTSErrors.swift
[2844/2921] Compiling NIOTransportServices NIOTSEventLoop.swift
[2845/2921] Compiling NIOTransportServices NIOTSBootstraps.swift
[2846/2921] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2848/2921] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2849/2921] Compiling NIOTransportServices NIOTSSingletons.swift
[2850/2921] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2851/2921] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2852/2921] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2853/2921] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2858/2921] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2859/2921] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2860/2921] Compiling NIOSSL SubjectAlternativeName.swift
[2867/2921] Compiling NIOTransportServices AcceptHandler.swift
[2868/2921] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2869/2921] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2870/2921] Emitting module NIOTransportServices
[2871/2921] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2872/2921] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2873/2921] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2879/2922] Compiling NIOSSL NIOSSLSecureBytes.swift
[2880/2922] Compiling NIOSSL RNG.swift
[2881/2922] Compiling NIOSSL SafeCompare.swift
[2882/2922] Compiling NIOSSL Zeroization.swift
[2891/2925] Emitting module NIOSSL
[2892/2925] Compiling NIOSSL TLSConfiguration.swift
[2893/2925] Compiling NIOSSL UniversalBootstrapSupport.swift
[2894/2925] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2912/3029] Compiling PostgresNIO PostgresData+Bool.swift
[2913/3029] Compiling PostgresNIO PostgresData+Bytes.swift
[2914/3029] Compiling PostgresNIO PostgresData+Date.swift
[2915/3029] Compiling PostgresNIO PostgresData+Decimal.swift
[2916/3029] Compiling PostgresNIO PostgresData+Double.swift
[2917/3029] Compiling PostgresNIO PostgresData+Float.swift
[2918/3029] Compiling PostgresNIO PostgresData+Int.swift
[2919/3029] Compiling PostgresNIO PostgresData+JSON.swift
[2920/3029] Compiling PostgresNIO PostgresData+JSONB.swift
[2921/3029] Compiling PostgresNIO PostgresData+Numeric.swift
[2922/3029] Compiling PostgresNIO PostgresData+Optional.swift
[2923/3029] Compiling PostgresNIO PostgresBackendMessage.swift
[2924/3029] Compiling PostgresNIO PostgresClient.swift
[2925/3029] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[2926/3029] Compiling PostgresNIO PostgresMessage+DataRow.swift
[2928/3133] Compiling PostgresNIO PostgresClient.swift
[2929/3133] Compiling PostgresNIO BackendKeyData.swift
[2930/3133] Compiling PostgresNIO DataRow.swift
[2931/3133] Compiling PostgresNIO ErrorResponse.swift
[2932/3133] Compiling PostgresNIO NotificationResponse.swift
[2933/3133] Compiling PostgresNIO ParameterDescription.swift
[2934/3133] Compiling PostgresNIO ParameterStatus.swift
[2935/3133] Compiling PostgresNIO ReadyForQuery.swift
[2936/3133] Compiling PostgresNIO RowDescription.swift
[2937/3133] Compiling PostgresNIO NotificationListener.swift
[2938/3133] Compiling PostgresNIO PSQLError.swift
[2939/3133] Compiling PostgresNIO PSQLEventsHandler.swift
[2940/3133] Compiling PostgresNIO PSQLPreparedStatement.swift
[2941/3133] Compiling PostgresNIO PSQLRowStream.swift
[2942/3133] Compiling PostgresNIO PSQLTask.swift
[2943/3133] Compiling PostgresNIO Authentication.swift
[2944/3133] Compiling PostgresNIO PostgresBackendMessage.swift
[2945/3133] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[2946/3133] Compiling PostgresNIO PostgresCell.swift
[2947/3133] Compiling PostgresNIO PostgresChannelHandler.swift
[2948/3133] Compiling PostgresNIO PostgresCodable.swift
[2949/3133] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[2950/3133] Compiling PostgresNIO PostgresNotificationSequence.swift
[2951/3133] Compiling PostgresNIO PostgresQuery.swift
[2952/3133] Compiling PostgresNIO PostgresRowSequence.swift
[2953/3133] Compiling PostgresNIO PostgresTransactionError.swift
[2954/3133] Compiling PostgresNIO PreparedStatement.swift
[2955/3133] Compiling PostgresNIO VariadicGenerics.swift
[2956/3133] Compiling PostgresNIO ConnectionFactory.swift
[2957/3147] Compiling PostgresNIO PostgresMessage+Execute.swift
[2958/3147] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[2959/3147] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[2960/3147] Compiling PostgresNIO PostgresMessage+Parse.swift
[2961/3147] Compiling PostgresNIO PostgresMessage+Password.swift
[2962/3147] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[2963/3147] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[2964/3147] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2965/3147] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[2966/3147] Compiling PostgresNIO PostgresMessage+Startup.swift
[2967/3147] Compiling PostgresNIO PostgresMessage+Sync.swift
[2968/3147] Compiling PostgresNIO PostgresMessage+Terminate.swift
[2969/3147] Compiling PostgresNIO PostgresMessageDecoder.swift
[2970/3147] Compiling PostgresNIO PostgresMessageEncoder.swift
[2971/3147] Compiling PostgresNIO PostgresMessage+0.swift
[2972/3149] Emitting module PostgresNIO
[2974/3161] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[2975/3161] Compiling PostgresNIO PostgresMessage+DataRow.swift
[2976/3161] Compiling PostgresNIO PostgresMessage+Error.swift
[2977/3161] Compiling PostgresNIO PostgresMessage+Identifier.swift
[2978/3161] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[2979/3161] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[2980/3161] Compiling PostgresNIO PostgresMessageType.swift
[2981/3161] Compiling PostgresNIO AuthenticationStateMachine.swift
[2982/3161] Compiling PostgresNIO CloseStateMachine.swift
[2983/3161] Compiling PostgresNIO ConnectionStateMachine.swift
[2984/3161] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2985/3161] Compiling PostgresNIO ListenStateMachine.swift
[2986/3161] Compiling PostgresNIO PreparedStatementStateMachine.swift
[2987/3161] Compiling PostgresNIO RowStreamStateMachine.swift
[2988/3161] Compiling PostgresNIO Array+PostgresCodable.swift
[2989/3161] Compiling PostgresNIO Bool+PostgresCodable.swift
[2990/3161] Compiling PostgresNIO Bytes+PostgresCodable.swift
[2991/3161] Compiling PostgresNIO Date+PostgresCodable.swift
[2992/3161] Compiling PostgresNIO Decimal+PostgresCodable.swift
[2993/3161] Compiling PostgresNIO Float+PostgresCodable.swift
[2994/3161] Compiling PostgresNIO Int+PostgresCodable.swift
[2995/3161] Compiling PostgresNIO JSON+PostgresCodable.swift
[2996/3161] Compiling PostgresNIO Range+PostgresCodable.swift
[2997/3161] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[2998/3161] Compiling PostgresNIO String+PostgresCodable.swift
[2999/3161] Compiling PostgresNIO UUID+PostgresCodable.swift
[3000/3161] Compiling PostgresNIO ByteBuffer+PSQL.swift
[3001/3161] Compiling PostgresNIO Logging+PSQL.swift
[3002/3161] Compiling PostgresNIO PostgresConnection+Configuration.swift
[3003/3161] Compiling PostgresNIO PostgresConnection.swift
[3004/3161] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[3005/3161] Compiling PostgresNIO PostgresData+Array.swift
[3006/3161] Compiling PostgresNIO PostgresData+Bool.swift
[3007/3161] Compiling PostgresNIO PostgresData+Bytes.swift
[3008/3161] Compiling PostgresNIO PostgresData+Date.swift
[3009/3161] Compiling PostgresNIO PostgresData+Decimal.swift
[3010/3161] Compiling PostgresNIO PostgresData+Double.swift
[3011/3161] Compiling PostgresNIO PostgresData+Float.swift
[3012/3161] Compiling PostgresNIO PostgresData+Int.swift
[3013/3161] Compiling PostgresNIO PostgresData+JSON.swift
[3014/3161] Compiling PostgresNIO PostgresData+JSONB.swift
[3015/3161] Compiling PostgresNIO PostgresData+Numeric.swift
[3016/3161] Compiling PostgresNIO PostgresData+Optional.swift
[3031/3161] Emitting module PostgresNIO
[3032/3161] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[3033/3161] Compiling PostgresNIO PostgresData+Set.swift
[3034/3161] Compiling PostgresNIO PostgresData+String.swift
[3035/3161] Compiling PostgresNIO PostgresData+UUID.swift
[3036/3161] Compiling PostgresNIO PostgresData.swift
[3037/3161] Compiling PostgresNIO PostgresDataConvertible.swift
[3038/3161] Compiling PostgresNIO PostgresDataType.swift
[3039/3161] Compiling PostgresNIO PostgresRow.swift
[3040/3161] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[3041/3161] Compiling PostgresNIO PostgresData+UInt.swift
[3042/3161] Compiling PostgresNIO PostgresMessage+Authentication.swift
[3043/3161] Compiling PostgresNIO PostgresMessage+Bind.swift
[3044/3161] Compiling PostgresNIO PostgresMessage+Close.swift
[3045/3161] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[3046/3161] Compiling PostgresNIO PostgresMessage+Describe.swift
[3106/3161] Compiling PostgresNIO PostgresClientMetrics.swift
[3107/3161] Compiling PostgresNIO Postgres+PSQLCompat.swift
[3108/3161] Compiling PostgresNIO PostgresDatabase+Query.swift
[3109/3161] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[3110/3161] Compiling PostgresNIO PostgresDatabase.swift
[3111/3161] Compiling PostgresNIO PostgresRequest.swift
[3112/3161] Compiling PostgresNIO Exports.swift
[3113/3161] Compiling PostgresNIO NIOUtils.swift
[3114/3161] Compiling PostgresNIO PostgresError+Code.swift
[3115/3161] Compiling PostgresNIO PostgresError.swift
[3116/3161] Compiling PostgresNIO PostgresJSONDecoder.swift
[3117/3161] Compiling PostgresNIO PostgresJSONEncoder.swift
[3118/3161] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[3119/3161] Compiling PostgresNIO SASLAuthenticationManager.swift
[3163/3165] Compiling PostgresNIOMacros Statement.swift
[3164/3165] Emitting module PostgresNIOMacros
[3168/3168] Compiling PostgresNIOMacros Statement.swift
Build complete! (242.23s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0-latest",
            "upper_bound" : "601.0.1-latest"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    }
  ],
  "manifest_display_name" : "postgres-nio-macros",
  "name" : "postgres-nio-macros",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PostgresNIOMacros",
      "targets" : [
        "PostgresNIOMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PostgresNIOMacrosPlugin",
      "targets" : [
        "PostgresNIOMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostgresNIOMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOMacrosTests",
      "path" : "Tests/PostgresNIOMacrosTests",
      "product_dependencies" : [
        "PostgresNIO"
      ],
      "sources" : [
        "StatementTests.swift"
      ],
      "target_dependencies" : [
        "PostgresNIOMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresNIOMacrosPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOMacrosPluginTests",
      "path" : "Tests/PostgresNIOMacrosPluginTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "StatementMacroTests.swift"
      ],
      "target_dependencies" : [
        "PostgresNIOMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresNIOMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOMacrosPlugin",
      "path" : "Sources/PostgresNIOMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PostgresNIOMacros",
        "PostgresNIOMacrosPlugin"
      ],
      "sources" : [
        "StatementMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PostgresNIOMacros",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOMacros",
      "path" : "Sources/PostgresNIOMacros",
      "product_dependencies" : [
        "PostgresNIO"
      ],
      "product_memberships" : [
        "PostgresNIOMacros"
      ],
      "sources" : [
        "Statement.swift"
      ],
      "target_dependencies" : [
        "PostgresNIOMacrosPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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.