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 v0.1.3 (c08364), with Swift 6.1 for Linux on 1 May 2025 05:57:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lovetodream/postgres-nio-macros.git
Reference: v0.1.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/lovetodream/postgres-nio-macros
 * tag               v0.1.3     -> FETCH_HEAD
HEAD is now at c08364a Adjust range of swift-syntax versions to include Swift 6.1 versions (#3)
Cloned https://github.com/lovetodream/postgres-nio-macros.git
Revision (git rev-parse @):
c08364a9808b90cb3069621fd4f481d21e9ed344
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lovetodream/postgres-nio-macros.git at v0.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/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 (4.24s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.28s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (4.84s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2206] Fetching swift-metrics
[200/4825] Fetching swift-metrics, swift-nio-transport-services
[793/7219] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle
[3602/11055] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log
[9906/24913] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-crypto
[12027/39722] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.62s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.62s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-metrics.git from cache (1.74s)
Fetched https://github.com/apple/swift-log.git from cache (1.74s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.76s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.78s)
[1/1705] Fetching swift-atomics
[1536/18011] Fetching swift-atomics, swift-collections
[2685/93580] Fetching swift-atomics, swift-collections, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
[8019/91875] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.25s)
[49120/75569] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.31s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.53s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
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.53s)
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.41s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.03s)
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.55s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.53s)
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.65s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.78s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (0.77s)
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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-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/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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/1626] Write sources
[57/1626] Compiling _SwiftSyntaxCShims dummy.c
[58/1626] Write sources
[59/1626] Compiling CNIOWindows WSAStartup.c
[59/1626] Compiling CNIOWindows shim.c
[59/1626] Write sources
[68/1626] Compiling CNIOWindows WSAStartup.c
[69/1626] Compiling _AtomicsShims.c
[71/1626] Compiling CNIOWindows shim.c
[72/1626] Compiling CNIOWASI CNIOWASI.c
[74/1626] Compiling CNIOLinux liburing_shims.c
[76/1626] Compiling CNIODarwin shim.c
[78/1626] Compiling fiat_p256_adx_sqr.S
[79/1626] Compiling CNIOLinux shim.c
[81/1626] Compiling fiat_curve25519_adx_square.S
[82/1626] Compiling fiat_p256_adx_mul.S
[83/1626] Compiling fiat_curve25519_adx_mul.S
[84/1626] Write swift-version-24593BA9C3E375BF.txt
[85/1626] Compiling CNIOBoringSSLShims shims.c
[87/1634] Compiling tls_record.cc
[88/1634] Compiling tls13_server.cc
[89/1634] Compiling tls13_enc.cc
[90/1634] Compiling tls_method.cc
[91/1640] Compiling tls13_client.cc
[92/1640] Compiling tls13_both.cc
[94/1649] Emitting module Logging
[95/1649] Compiling _NIODataStructures _TinyArray.swift
[96/1649] Compiling _NIODataStructures PriorityQueue.swift
[97/1649] Compiling _NIODataStructures _TinyArray.swift
[98/1649] Emitting module _NIOBase64
[99/1649] Compiling _NIOBase64 Base64.swift
[100/1650] 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
[101/1650] 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
[102/1651] Emitting module _NIOBase64
[103/1651] 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
[104/1651] 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
[105/1651] Compiling _NIOBase64 Base64.swift
[106/1653] Compiling _NIODataStructures PriorityQueue.swift
[107/1653] 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
[108/1653] 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
[114/1699] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[115/1699] Compiling InternalCollectionsUtilities Specialize.swift
[116/1701] Compiling InternalCollectionsUtilities _SortedCollection.swift
[117/1701] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[118/1701] Compiling InternalCollectionsUtilities Debugging.swift
[119/1701] Compiling InternalCollectionsUtilities Descriptions.swift
[122/1703] Emitting module _NIODataStructures
[123/1703] Compiling _NIODataStructures Heap.swift
[124/1704] Compiling Logging Locks.swift
[125/1704] Compiling Logging MetadataProvider.swift
[127/1704] Emitting module _NIODataStructures
[128/1704] Compiling _NIODataStructures Heap.swift
[133/1705] Compiling Logging Logging.swift
[134/1705] Compiling Logging LogHandler.swift
[135/1706] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[136/1706] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[139/1706] Emitting module InternalCollectionsUtilities
[143/1706] Emitting module CoreMetrics
[144/1706] Emitting module InternalCollectionsUtilities
[145/1770] Compiling SwiftSyntax Convenience.swift
[146/1770] Compiling SwiftSyntax CustomTraits.swift
[147/1770] Compiling SwiftSyntax Assert.swift
[148/1770] Compiling SwiftSyntax BumpPtrAllocator.swift
[149/1770] Compiling SwiftSyntax CommonAncestor.swift
[150/1770] Compiling SwiftSyntax EditorPlaceholder.swift
[151/1770] Compiling SwiftSyntax Identifier.swift
[152/1770] Compiling SwiftSyntax AbsolutePosition.swift
[153/1770] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[154/1770] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[155/1771] Emitting module CoreMetrics
[156/1771] Compiling CoreMetrics Locks.swift
[157/1771] Compiling CoreMetrics Metrics.swift
[169/1779] Compiling CoreMetrics Locks.swift
[170/1779] Compiling CoreMetrics Metrics.swift
[172/1780] Compiling ConcurrencyHelpers LockedValueBox.swift
[173/1780] Wrapping AST for SwiftSyntax600 for debugging
[177/1780] Compiling Logging LogHandler.swift
[178/1780] Emitting module Logging
[179/1780] Compiling Logging Logging.swift
[180/1780] Compiling Logging Locks.swift
[181/1781] Compiling ConcurrencyHelpers Lock.swift
[182/1781] Emitting module ConcurrencyHelpers
[185/1837] Compiling ConcurrencyHelpers Lock.swift
[186/1837] Emitting module ConcurrencyHelpers
[188/1855] Compiling DequeModule _DequeBuffer.swift
[189/1855] Compiling DequeModule _DequeBufferHeader.swift
[190/1914] Compiling OrderedCollections _HashTable+Constants.swift
[191/1914] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[192/1929] Compiling DequeModule Deque+Equatable.swift
[193/1929] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[194/1929] Compiling DequeModule Deque+Extras.swift
[195/1929] Compiling DequeModule Deque+Hashable.swift
[196/1932] Compiling DequeModule Deque+CustomReflectable.swift
[197/1932] Compiling DequeModule Deque+Descriptions.swift
[198/1934] Compiling DequeModule _DequeBuffer.swift
[199/1934] Compiling DequeModule _DequeBufferHeader.swift
[200/1934] Compiling DequeModule _DequeSlot.swift
[201/1934] Compiling DequeModule _UnsafeWrappedBuffer.swift
[206/1934] Compiling DequeModule Deque+Testing.swift
[207/1934] Compiling DequeModule Deque._Storage.swift
[208/1934] Emitting module UnixSignals
[209/1934] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[210/1934] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[211/1934] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[212/1934] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[213/1934] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[214/1934] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[215/1934] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[216/1941] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[217/1941] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[218/1941] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[219/1941] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[220/1941] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[221/1941] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[222/1941] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[223/1941] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[224/1948] Compiling OrderedCollections OrderedSet+Initializers.swift
[225/1948] Compiling OrderedCollections OrderedSet+Insertions.swift
[226/1948] Compiling OrderedCollections OrderedSet+Invariants.swift
[227/1948] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[228/1948] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[229/1948] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[230/1948] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[231/1948] Compiling OrderedCollections OrderedDictionary+Codable.swift
[232/1948] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[233/1948] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[234/1948] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[235/1948] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[236/1948] Compiling OrderedCollections OrderedDictionary+Elements.swift
[237/1948] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[238/1948] Compiling OrderedCollections OrderedDictionary+Values.swift
[246/1948] Compiling DequeModule Deque._UnsafeHandle.swift
[247/1948] Compiling DequeModule Deque.swift
[250/1948] Compiling UnixSignals UnixSignal.swift
[251/1948] Compiling UnixSignals UnixSignalsSequence.swift
[256/1949] Compiling DequeModule Deque+Codable.swift
[257/1949] Compiling DequeModule Deque+Collection.swift
[266/1949] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[267/1949] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[268/1949] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[269/1949] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[270/1949] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[271/1949] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[272/1949] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[273/1949] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[275/1949] Emitting module DequeModule
<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
[327/1963] Wrapping AST for SwiftSyntax510 for debugging
[329/1963] Wrapping AST for SwiftSyntax509 for debugging
[347/1963] Emitting module OrderedCollections
[348/1963] Compiling UnixSignals UnixSignalsSequence.swift
[349/1963] Compiling UnixSignals UnixSignal.swift
[350/1963] Emitting module UnixSignals
[351/1964] Compiling OrderedCollections OrderedSet+Sendable.swift
[352/1964] Compiling OrderedCollections OrderedSet+SubSequence.swift
[353/1964] Compiling OrderedCollections OrderedSet+Testing.swift
[354/1964] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[355/1964] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[356/1964] Compiling OrderedCollections OrderedSet.swift
[357/1964] Compiling OrderedCollections _UnsafeBitset.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
<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
[385/1965] Emitting module OrderedCollections
[386/1966] Compiling t1_enc.cc
[388/1966] Emitting module Metrics
[389/1966] Compiling Metrics Metrics.swift
[390/1967] Emitting module Metrics
[391/1967] Compiling Metrics Metrics.swift
[392/1968] Compiling ssl_x509.cc
[394/1968] Compiling ssl_versions.cc
[395/1968] Compiling ssl_stat.cc
[396/1968] Compiling ssl_transcript.cc
[397/1968] Compiling ssl_session.cc
[398/1968] Compiling ssl_file.cc
[399/1968] Compiling ssl_credential.cc
[400/1968] Compiling ssl_key_share.cc
[401/1968] Compiling ssl_privkey.cc
[402/1968] Compiling ssl_cipher.cc
[403/1968] Compiling ssl_lib.cc
[404/1968] Compiling ssl_cert.cc
[405/1968] Compiling ssl_aead_ctx.cc
[406/1968] Compiling ssl_buffer.cc
[407/1968] Compiling ssl_asn1.cc
[408/1968] Compiling s3_lib.cc
[409/1968] Compiling s3_pkt.cc
[410/1968] Compiling s3_both.cc
[411/1968] Compiling handshake.cc
[412/1968] Compiling handshake_server.cc
[413/1968] Compiling handshake_client.cc
[414/1968] Compiling handoff.cc
[415/1968] Compiling encrypted_client_hello.cc
[416/1968] Compiling dtls_record.cc
[417/1968] Compiling extensions.cc
[418/1968] Compiling md5-x86_64-linux.S
[419/1968] Compiling d1_srtp.cc
[420/1968] Compiling md5-x86_64-apple.S
[421/1968] Compiling md5-586-linux.S
[422/1968] Compiling md5-586-apple.S
[424/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
[424/1968] Compiling dtls_method.cc
[425/1968] Compiling chacha20_poly1305_x86_64-linux.S
[426/1968] Compiling err_data.cc
[427/1968] Compiling chacha20_poly1305_x86_64-apple.S
[428/1968] Compiling chacha20_poly1305_armv8-win.S
[429/1968] Compiling chacha20_poly1305_armv8-linux.S
[430/1968] Compiling bio_ssl.cc
[431/1968] Compiling chacha20_poly1305_armv8-apple.S
[432/1968] Compiling chacha-x86_64-linux.S
[433/1968] Compiling chacha-x86_64-apple.S
[434/1968] Compiling chacha-x86-apple.S
[435/1968] Compiling chacha-x86-linux.S
[436/1968] Compiling chacha-armv8-win.S
[437/1968] Compiling chacha-armv4-linux.S
[438/1968] Compiling chacha-armv8-linux.S
[439/1968] Compiling chacha-armv8-apple.S
[440/1968] Compiling aes128gcmsiv-x86_64-linux.S
[441/1968] Compiling aes128gcmsiv-x86_64-apple.S
[442/1968] Compiling x86_64-mont5-linux.S
[443/1968] Compiling x86_64-mont-linux.S
[444/1968] Compiling x86_64-mont5-apple.S
[445/1968] Compiling x86-mont-linux.S
[446/1968] Compiling x86_64-mont-apple.S
[447/1968] Compiling vpaes-x86_64-linux.S
[447/1968] Compiling x86-mont-apple.S
[449/1968] Compiling d1_lib.cc
[450/1968] Compiling vpaes-x86-linux.S
[451/1968] Compiling vpaes-x86_64-apple.S
[452/1968] Compiling d1_pkt.cc
[453/1968] Compiling vpaes-x86-apple.S
[454/1968] Compiling vpaes-armv8-win.S
[455/1968] Compiling vpaes-armv7-linux.S
[456/1968] Compiling vpaes-armv8-apple.S
[456/1968] Compiling vpaes-armv8-linux.S
[458/1968] Compiling sha512-x86_64-apple.S
[459/1968] Compiling sha512-armv8-win.S
[460/1968] Compiling sha512-x86_64-linux.S
[461/1968] Compiling sha512-armv8-linux.S
[462/1968] Compiling sha512-armv8-apple.S
[463/1968] Compiling sha512-586-linux.S
[464/1968] Compiling sha512-armv4-linux.S
[465/1968] Compiling sha512-586-apple.S
[466/1968] Compiling d1_both.cc
[467/1968] Compiling sha256-x86_64-linux.S
[468/1968] Compiling sha256-x86_64-apple.S
[469/1968] Compiling sha256-armv8-win.S
[470/1968] Compiling sha256-armv8-linux.S
[471/1968] Compiling sha256-armv8-apple.S
[472/1968] Compiling sha256-armv4-linux.S
[473/1968] Compiling sha256-586-apple.S
[474/1968] Compiling sha1-x86_64-apple.S
[475/1968] Compiling sha256-586-linux.S
[476/1968] Compiling sha1-armv8-linux.S
[477/1968] Compiling sha1-armv8-win.S
[478/1968] Compiling sha1-armv8-apple.S
[479/1968] Compiling sha1-x86_64-linux.S
[480/1968] Compiling sha1-586-linux.S
[481/1968] Compiling sha1-armv4-large-linux.S
[482/1968] Compiling sha1-586-apple.S
[483/1968] Compiling rsaz-avx2-apple.S
[484/1968] Compiling rsaz-avx2-linux.S
[485/1968] Compiling rdrand-x86_64-apple.S
[486/1968] Compiling rdrand-x86_64-linux.S
[487/1968] Compiling p256_beeu-armv8-asm-linux.S
[488/1968] Compiling p256_beeu-x86_64-asm-apple.S
[489/1968] Compiling p256_beeu-x86_64-asm-linux.S
[490/1968] Compiling p256-x86_64-asm-apple.S
[491/1968] Compiling p256_beeu-armv8-asm-apple.S
[492/1968] Compiling p256-armv8-asm-linux.S
[493/1968] Compiling p256-armv8-asm-apple.S
[494/1968] Compiling p256_beeu-armv8-asm-win.S
[495/1968] Compiling p256-x86_64-asm-linux.S
[495/1968] Compiling p256-armv8-asm-win.S
[497/1968] Compiling ghashv8-armv7-linux.S
[498/1968] Compiling ghash-x86_64-linux.S
[498/1968] Compiling ghashv8-armv8-linux.S
[500/1968] Compiling ghashv8-armv8-apple.S
[501/1968] Compiling ghash-x86_64-apple.S
[502/1968] Compiling ghashv8-armv8-win.S
[503/1968] Compiling ghash-x86-linux.S
[504/1968] Compiling ghash-ssse3-x86-linux.S
[505/1968] Compiling ghash-x86-apple.S
[506/1968] Compiling ghash-ssse3-x86_64-apple.S
[507/1968] Compiling ghash-ssse3-x86_64-linux.S
[508/1968] Compiling ghash-neon-armv8-linux.S
[509/1968] Compiling ghash-ssse3-x86-apple.S
[510/1968] Compiling ghash-neon-armv8-win.S
[511/1968] Compiling ghash-armv4-linux.S
[511/1968] Compiling co-586-apple.S
[513/1968] Compiling co-586-linux.S
[514/1968] Compiling ghash-neon-armv8-apple.S
[515/1968] Compiling bsaes-armv7-linux.S
[516/1968] Compiling bn-armv8-win.S
[517/1968] Compiling bn-armv8-apple.S
[518/1968] Compiling bn-586-apple.S
[519/1968] Compiling bn-586-linux.S
[520/1968] Compiling bn-armv8-linux.S
[520/1968] Compiling armv8-mont-win.S
[522/1968] Compiling armv4-mont-linux.S
[523/1968] Compiling armv8-mont-linux.S
[524/1968] Compiling armv8-mont-apple.S
[525/1968] Compiling aesv8-gcm-armv8-linux.S
[526/1968] Compiling aesv8-gcm-armv8-apple.S
[527/1968] Compiling aesv8-gcm-armv8-win.S
[528/1968] Compiling aesv8-armv8-win.S
[529/1968] Compiling aesv8-armv8-apple.S
[530/1968] Compiling aesv8-armv8-linux.S
[531/1968] Compiling aesv8-armv7-linux.S
[532/1968] Compiling aesni-x86-linux.S
[532/1968] Compiling aesni-x86_64-linux.S
[534/1968] Compiling aesni-x86_64-apple.S
[535/1968] Compiling aesni-x86-apple.S
[535/1968] Compiling aesni-gcm-x86_64-linux.S
[537/1968] Compiling aesni-gcm-x86_64-apple.S
[538/1968] Compiling aes-gcm-avx2-x86_64-linux.S
[539/1968] Compiling aes-gcm-avx2-x86_64-apple.S
[540/1968] Compiling aes-gcm-avx10-x86_64-apple.S
[541/1968] Compiling aes-gcm-avx10-x86_64-linux.S
[542/1968] Compiling x_x509.cc
[543/1968] Compiling x_val.cc
[544/1968] Compiling x_req.cc
[545/1968] Compiling x_x509a.cc
[546/1968] Compiling x_spki.cc
[547/1968] Compiling x_sig.cc
[548/1968] Compiling x_pubkey.cc
[549/1968] Compiling x_crl.cc
[550/1968] Compiling x_name.cc
[551/1968] Compiling x_exten.cc
[552/1968] Compiling x_all.cc
[553/1968] Compiling x_attrib.cc
[554/1968] Compiling x509spki.cc
[555/1968] Compiling x_algor.cc
[556/1968] Compiling x509name.cc
[557/1968] Compiling x509rset.cc
[558/1968] Compiling x509cset.cc
[559/1968] Compiling x509_vpm.cc
[560/1968] Compiling x509_txt.cc
[561/1968] Compiling x509_vfy.cc
[562/1968] Compiling x509_v3.cc
[563/1968] Compiling x509_trs.cc
[564/1968] Compiling x509_set.cc
[565/1968] Compiling x509_lu.cc
[566/1968] Compiling x509_req.cc
[567/1968] Compiling x509_obj.cc
[568/1968] Compiling x509_ext.cc
[569/1968] Compiling x509_def.cc
[570/1968] Compiling x509_cmp.cc
[571/1968] Compiling x509_d2.cc
[572/1968] Compiling x509_att.cc
[573/1968] Compiling x509.cc
[574/1968] Compiling v3_purp.cc
[575/1968] Compiling v3_skey.cc
[576/1968] Compiling v3_utl.cc
[577/1968] Compiling v3_pmaps.cc
[578/1968] Compiling v3_pcons.cc
[579/1968] Compiling v3_ocsp.cc
[580/1968] Compiling v3_prn.cc
[581/1968] Compiling v3_ncons.cc
[582/1968] Compiling v3_int.cc
[583/1968] Compiling v3_lib.cc
[584/1968] Compiling v3_info.cc
[585/1968] Compiling v3_extku.cc
[586/1968] Compiling v3_genn.cc
[587/1968] Compiling v3_ia5.cc
[588/1968] Compiling v3_enum.cc
[589/1968] Compiling v3_crld.cc
[590/1968] Compiling v3_cpols.cc
[591/1968] Compiling v3_bcons.cc
[592/1968] Compiling v3_bitst.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
[610/1968] Compiling SwiftSyntax TriviaPieces.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
[611/1968] Compiling SwiftSyntax RawSyntaxNodesAB.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
[611/1968] Compiling v3_akeya.cc
[612/1968] Compiling v3_conf.cc
[613/1968] Compiling v3_akey.cc
[614/1968] Compiling v3_alt.cc
[615/1968] Compiling t_x509a.cc
[616/1968] Compiling t_x509.cc
[617/1968] Compiling t_req.cc
[618/1968] Compiling i2d_pr.cc
[619/1968] Compiling t_crl.cc
[620/1968] Compiling name_print.cc
[621/1968] Compiling rsa_pss.cc
[622/1968] Compiling policy.cc
[623/1968] Compiling by_file.cc
[624/1968] Compiling algorithm.cc
[625/1968] Compiling by_dir.cc
[626/1968] Compiling a_verify.cc
[627/1968] Compiling a_digest.cc
[628/1968] Compiling asn1_gen.cc
[629/1968] Compiling voprf.cc
[630/1968] Compiling thread_win.cc
[631/1968] Compiling a_sign.cc
[632/1968] Compiling thread_pthread.cc
[633/1968] Compiling thread.cc
[634/1968] Compiling trust_token.cc
[635/1968] Compiling thread_none.cc
[636/1968] Compiling stack.cc
[637/1968] Compiling pmbtoken.cc
[638/1968] Compiling siphash.cc
[639/1968] Compiling sha512.cc
[640/1968] Compiling slhdsa.cc
[641/1968] Compiling sha256.cc
[642/1968] Compiling spake2plus.cc
[643/1968] Compiling rsa_extra.cc
[644/1968] Compiling rsa_print.cc
[645/1968] Compiling rsa_crypt.cc
[646/1968] Compiling sha1.cc
[646/1968] Compiling refcount.cc
[648/1968] Compiling rc4.cc
[649/1968] Compiling windows.cc
[650/1968] Compiling urandom.cc
[651/1968] Compiling trusty.cc
[652/1968] Compiling rsa_asn1.cc
[653/1968] Compiling ios.cc
[654/1968] Compiling passive.cc
[655/1968] Compiling rand.cc
[656/1968] Compiling poly1305_arm_asm.S
[657/1968] Compiling getentropy.cc
[658/1968] Compiling deterministic.cc
[659/1968] Compiling forkunsafe.cc
[660/1968] Compiling fork_detect.cc
[661/1968] Compiling poly1305_vec.cc
[662/1968] Compiling poly1305.cc
[663/1968] Compiling poly1305_arm.cc
[664/1968] Compiling pool.cc
[665/1968] Compiling pkcs7.cc
[666/1968] Compiling p5_pbev2.cc
[667/1968] Compiling pkcs8.cc
[668/1968] Compiling pkcs7_x509.cc
[669/1968] Compiling pkcs8_x509.cc
[670/1968] Compiling pem_x509.cc
[671/1968] Compiling pem_xaux.cc
[672/1968] Compiling pem_pkey.cc
[673/1968] Compiling pem_oth.cc
[674/1968] Compiling pem_pk8.cc
[675/1968] Compiling obj_xref.cc
[676/1968] Compiling mlkem.cc
[677/1968] Compiling pem_all.cc
[678/1968] Compiling pem_lib.cc
[679/1968] Compiling pem_info.cc
[680/1968] Compiling mldsa.cc
[681/1968] Compiling md5.cc
[682/1968] Compiling mem.cc
[683/1968] Compiling obj.cc
[684/1968] Compiling md4.cc
[685/1968] Compiling fips_shared_support.cc
[686/1968] Compiling poly_rq_mul.S
[687/1968] Compiling lhash.cc
[688/1968] Compiling kyber.cc
[689/1968] Compiling hrss.cc
[690/1968] Compiling ex_data.cc
[691/1968] Compiling scrypt.cc
[692/1968] Compiling sign.cc
[693/1968] Compiling hpke.cc
[694/1968] Compiling pbkdf.cc
[695/1968] Compiling print.cc
[696/1968] Compiling p_x25519.cc
[697/1968] Compiling p_x25519_asn1.cc
[698/1968] Compiling p_rsa.cc
[699/1968] Compiling p_ed25519_asn1.cc
[700/1968] Compiling p_hkdf.cc
[701/1968] Compiling p_rsa_asn1.cc
[702/1968] Compiling p_ed25519.cc
[703/1968] Compiling p_ec_asn1.cc
[704/1968] Compiling p_ec.cc
[705/1968] Compiling p_dh_asn1.cc
[706/1968] Compiling p_dh.cc
[707/1968] Compiling evp_ctx.cc
[708/1968] Compiling p_dsa_asn1.cc
[709/1968] Compiling evp.cc
[710/1968] Compiling err.cc
[711/1968] Compiling engine.cc
[712/1968] Compiling ecdh.cc
[713/1968] Compiling hash_to_curve.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
[732/1968] Compiling evp_asn1.cc
[733/1968] Compiling ec_derive.cc
[734/1968] Compiling ecdsa_asn1.cc
[735/1968] Compiling ec_asn1.cc
[736/1968] Compiling params.cc
[736/1968] Compiling dsa.cc
[738/1968] Compiling dsa_asn1.cc
[739/1968] Compiling digest_extra.cc
[740/1968] Compiling dh_asn1.cc
[741/1968] Compiling des.cc
[742/1968] Compiling x25519-asm-arm.S
[743/1968] Compiling spake25519.cc
[744/1968] Compiling bcm.cc
[745/1968] Compiling crypto.cc
[746/1968] Compiling curve25519.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 curve25519_64_adx.cc
[752/1968] Compiling cpu_aarch64_sysreg.cc
[753/1968] Compiling cpu_aarch64_openbsd.cc
[754/1968] Compiling cpu_aarch64_linux.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_tls.cc
[761/1968] Compiling e_rc4.cc
[762/1968] Compiling e_rc2.cc
[763/1968] Compiling e_null.cc
[764/1968] Compiling e_chacha20poly1305.cc
[765/1968] Compiling e_des.cc
[766/1968] Compiling derive_key.cc
[767/1968] Compiling e_aesgcmsiv.cc
[768/1968] Compiling e_aesctrhmac.cc
[769/1968] Compiling chacha.cc
[770/1968] Compiling buf.cc
[771/1968] Compiling unicode.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 blake2.cc
[778/1968] Compiling bn_asn1.cc
[779/1968] Compiling printf.cc
[780/1968] Compiling socket_helper.cc
[780/1968] Compiling socket.cc
[782/1968] Compiling pair.cc
[783/1968] Compiling hexdump.cc
[784/1968] Compiling file.cc
[785/1968] Compiling errno.cc
[786/1968] Compiling fd.cc
[787/1968] Compiling bio_mem.cc
[788/1968] Compiling connect.cc
[789/1968] Compiling bio.cc
[790/1968] Compiling base64.cc
[791/1968] Compiling tasn_typ.cc
[792/1968] Compiling tasn_fre.cc
[793/1968] Compiling tasn_enc.cc
[794/1968] Compiling tasn_utl.cc
[795/1968] Compiling posix_time.cc
[796/1968] Compiling tasn_new.cc
[797/1968] Compiling f_string.cc
[798/1968] Compiling f_int.cc
[799/1968] Compiling tasn_dec.cc
[800/1968] Compiling asn_pack.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_dup.cc
[811/1968] Compiling a_mbstr.cc
[812/1968] Compiling fiat_p256_adx_sqr.S
[813/1968] Compiling a_d2i_fp.cc
[813/1968] Compiling a_object.cc
[815/1968] Compiling a_int.cc
[816/1968] Compiling fiat_p256_adx_mul.S
[817/1968] Compiling fiat_curve25519_adx_square.S
[818/1968] Compiling fiat_curve25519_adx_mul.S
[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_server.cc
[825/1968] Compiling tls13_client.cc
[826/1968] Compiling tls13_enc.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_credential.cc
[839/1968] Compiling ssl_cipher.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_both.cc
[846/1968] Compiling s3_lib.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 dtls_record.cc
[852/1968] Compiling encrypted_client_hello.cc
[853/1968] Compiling extensions.cc
[854/1968] Compiling md5-x86_64-linux.S
[855/1968] Compiling dtls_method.cc
[856/1968] Compiling md5-x86_64-apple.S
[857/1968] Compiling md5-586-linux.S
[858/1968] Compiling md5-586-apple.S
[859/1968] Compiling d1_srtp.cc
[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-linux.S
[868/1968] Compiling chacha-x86-apple.S
[869/1968] Compiling chacha-armv8-win.S
[870/1968] Compiling chacha-armv8-linux.S
[871/1968] Compiling err_data.cc
[872/1968] Compiling d1_pkt.cc
[873/1968] Compiling chacha-armv8-apple.S
[874/1968] Compiling chacha-armv4-linux.S
[875/1968] Compiling aes128gcmsiv-x86_64-linux.S
[876/1968] Compiling aes128gcmsiv-x86_64-apple.S
[877/1968] Compiling x86_64-mont5-apple.S
[878/1968] Compiling x86_64-mont5-linux.S
[879/1968] Compiling x86_64-mont-apple.S
[880/1968] Compiling x86_64-mont-linux.S
[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-apple.S
[886/1968] Compiling vpaes-x86-linux.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-linux.S
[894/1968] Compiling sha512-armv8-win.S
[895/1968] Compiling sha512-armv8-apple.S
[896/1968] Compiling sha512-armv4-linux.S
[897/1968] Compiling sha512-586-apple.S
[898/1968] Compiling sha512-586-linux.S
[899/1968] Compiling sha256-x86_64-apple.S
[900/1968] Compiling sha256-x86_64-linux.S
[901/1968] Compiling sha256-armv8-win.S
[902/1968] Compiling bio_ssl.cc
[903/1968] Compiling sha256-armv8-linux.S
[904/1968] Compiling sha256-armv4-linux.S
[905/1968] Compiling sha256-armv8-apple.S
[906/1968] Compiling sha256-586-linux.S
[907/1968] Compiling sha256-586-apple.S
[908/1968] Compiling sha1-x86_64-linux.S
[909/1968] Compiling sha1-armv8-win.S
[910/1968] Compiling sha1-x86_64-apple.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-apple.S
[915/1968] Compiling sha1-586-linux.S
[916/1968] Compiling rsaz-avx2-linux.S
[917/1968] Compiling rsaz-avx2-apple.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
[931/1968] Compiling ghashv8-armv8-apple.S
[933/1968] Compiling ghashv8-armv7-linux.S
[934/1968] Compiling ghash-x86_64-linux.S
[935/1968] Compiling ghash-x86_64-apple.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 d1_lib.cc
[940/1968] Compiling ghash-ssse3-x86_64-apple.S
[941/1968] Compiling ghash-ssse3-x86-linux.S
[942/1968] Compiling ghash-ssse3-x86-apple.S
[943/1968] Compiling ghash-neon-armv8-win.S
[944/1968] Compiling ghash-neon-armv8-linux.S
[945/1968] Compiling ghash-armv4-linux.S
[946/1968] Compiling co-586-linux.S
[947/1968] Compiling ghash-neon-armv8-apple.S
[948/1968] Compiling bsaes-armv7-linux.S
[949/1968] Compiling co-586-apple.S
[950/1968] Compiling bn-armv8-win.S
[951/1968] Compiling bn-armv8-linux.S
[952/1968] Compiling bn-586-linux.S
[952/1968] Compiling bn-armv8-apple.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 armv8-mont-apple.S
[958/1968] Compiling aesv8-gcm-armv8-win.S
[959/1968] Compiling armv4-mont-linux.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-armv8-apple.S
[965/1968] Compiling aesv8-armv7-linux.S
[966/1968] Compiling aesni-x86_64-apple.S
[967/1968] Compiling aesni-x86-linux.S
[968/1968] Compiling aesni-x86_64-linux.S
[969/1968] Compiling aesni-x86-apple.S
[970/1968] Compiling aesni-gcm-x86_64-linux.S
[971/1968] Compiling aesni-gcm-x86_64-apple.S
[972/1968] Compiling d1_both.cc
[973/1968] Compiling aes-gcm-avx2-x86_64-apple.S
[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
[978/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
[979/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
[980/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
[981/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
[982/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
[983/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
[984/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
[985/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
[986/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
[986/1969] Compiling x_x509a.cc
[987/1969] Compiling x_sig.cc
[988/1969] Compiling x_val.cc
[989/1969] Compiling x_spki.cc
[990/1969] Compiling x_x509.cc
[991/1969] Compiling x_req.cc
[991/1969] Compiling x_pubkey.cc
[994/2010] Compiling x_name.cc
[995/2010] Compiling x_exten.cc
[996/2013] Compiling x509spki.cc
[997/2018] Compiling x_attrib.cc
[998/2019] Compiling x_algor.cc
[999/2027] Wrapping AST for SwiftSyntax for debugging
[1000/2027] Compiling x_crl.cc
[1001/2027] Compiling x_all.cc
[1003/2027] 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
[1004/2027] 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
[1005/2028] 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
[1006/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
[1007/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
[1008/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
[1009/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
[1010/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
[1011/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
[1012/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
[1013/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
[1014/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
[1015/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
[1016/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
[1017/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
[1018/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
[1019/2029] Compiling x509_vpm.cc
[1021/2029] 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
[1022/2029] 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
[1023/2029] 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
[1024/2029] 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
[1025/2029] 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
[1026/2029] 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
[1027/2034] 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
[1028/2034] 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
[1029/2034] 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
[1030/2034] 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
[1031/2034] 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
[1032/2034] 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
[1033/2034] 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
[1034/2034] 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
[1034/2035] Compiling x509rset.cc
[1035/2035] Compiling x509name.cc
[1036/2035] Compiling x509cset.cc
[1037/2035] Wrapping AST for SwiftDiagnostics for debugging
[1039/2035] Wrapping AST for SwiftBasicFormat for debugging
[1040/2035] Compiling x509_vfy.cc
[1041/2035] Compiling x509_v3.cc
[1042/2035] Compiling x509_set.cc
[1043/2035] Compiling x509_txt.cc
[1045/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
[1046/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
[1047/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
[1048/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
[1049/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
[1050/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
[1051/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
[1052/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
[1053/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
[1054/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
[1054/2035] Compiling x509_req.cc
[1055/2035] Compiling x509_trs.cc
[1056/2035] Compiling x509_obj.cc
[1058/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
[1059/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
[1060/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
[1061/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
[1062/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
[1063/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
[1063/2035] Compiling x509_lu.cc
[1064/2035] Compiling x509_ext.cc
[1065/2035] Compiling x509_def.cc
[1066/2035] Compiling x509_d2.cc
[1067/2035] Compiling x509_att.cc
[1068/2035] Compiling x509.cc
[1069/2035] Compiling x509_cmp.cc
[1070/2035] Compiling v3_skey.cc
[1071/2035] Compiling v3_prn.cc
[1072/2035] Compiling v3_utl.cc
[1073/2035] Compiling v3_purp.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
[1079/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
[1080/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
[1081/2035] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.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 Expressions.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
[1083/2035] Compiling SwiftParser IncrementalParseTransition.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
[1084/2035] Compiling SwiftParser IsValidIdentifier.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
[1085/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
[1086/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
[1087/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
[1087/2035] Compiling v3_pcons.cc
[1088/2035] Compiling v3_pmaps.cc
[1089/2035] Compiling v3_ocsp.cc
[1090/2035] Compiling v3_ncons.cc
[1091/2035] Compiling v3_lib.cc
[1092/2035] Compiling v3_int.cc
[1094/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
[1095/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
[1096/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
[1097/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
[1098/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
[1098/2035] Compiling v3_ia5.cc
[1100/2036] Compiling v3_info.cc
[1101/2036] Compiling v3_genn.cc
[1102/2036] Compiling v3_extku.cc
[1103/2036] Compiling v3_enum.cc
[1104/2059] Wrapping AST for SwiftParser for debugging
[1105/2059] Compiling v3_crld.cc
[1106/2059] Compiling v3_cpols.cc
[1108/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
[1109/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
[1109/2061] Compiling v3_bcons.cc
[1110/2061] Compiling v3_conf.cc
[1112/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
[1113/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
[1114/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
[1115/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
[1115/2061] Compiling v3_bitst.cc
[1117/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
[1117/2061] Compiling v3_akeya.cc
[1119/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
[1119/2061] Compiling t_x509a.cc
[1121/2061] Compiling SwiftOperators OperatorError.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
[1122/2061] Compiling SwiftOperators OperatorTable+Defaults.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/2061] Compiling SwiftOperators Operator.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/2061] Compiling SwiftOperators OperatorError+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
[1125/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
[1127/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
[1128/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
[1129/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
[1129/2062] Compiling v3_akey.cc
[1131/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
[1131/2062] Compiling v3_alt.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
[1134/2062] Wrapping AST for SwiftOperators for debugging
[1136/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
[1137/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
[1137/2062] Compiling t_x509.cc
[1138/2062] Compiling t_req.cc
[1139/2062] Compiling t_crl.cc
[1140/2062] Compiling rsa_pss.cc
[1141/2062] Compiling i2d_pr.cc
[1142/2062] Compiling policy.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
[1146/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
[1147/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
[1147/2063] Compiling by_file.cc
[1148/2063] Compiling name_print.cc
[1149/2063] Compiling by_dir.cc
[1151/2063] Compiling asn1_gen.cc
[1152/2063] Compiling algorithm.cc
[1153/2063] Compiling a_verify.cc
[1154/2078] Wrapping AST for SwiftParserDiagnostics for debugging
[1155/2078] Compiling trust_token.cc
[1156/2078] Compiling thread_win.cc
[1157/2078] Compiling a_digest.cc
[1158/2078] Compiling a_sign.cc
[1159/2078] Compiling voprf.cc
[1160/2078] Compiling pmbtoken.cc
[1162/2078] 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
[1163/2078] 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
[1163/2079] Compiling thread.cc
[1165/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
[1166/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
[1166/2079] Compiling thread_pthread.cc
[1167/2079] Compiling siphash.cc
[1168/2079] Compiling thread_none.cc
[1169/2079] Compiling stack.cc
[1170/2079] Compiling sha512.cc
[1171/2079] Compiling sha256.cc
[1173/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
[1174/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
[1174/2079] Compiling slhdsa.cc
[1175/2079] Compiling rsa_print.cc
[1177/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
[1177/2079] Compiling sha1.cc
[1178/2079] Compiling refcount.cc
[1179/2079] Compiling rc4.cc
[1181/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
[1182/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
[1183/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
[1183/2079] Compiling rsa_crypt.cc
[1184/2079] Compiling rsa_extra.cc
[1185/2079] Compiling spake2plus.cc
[1186/2079] Compiling windows.cc
[1188/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
[1189/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
[1189/2079] Compiling rand.cc
[1190/2079] Compiling trusty.cc
[1191/2079] Compiling urandom.cc
[1192/2079] Compiling passive.cc
[1193/2079] Compiling rsa_asn1.cc
[1194/2079] Compiling ios.cc
[1195/2079] Compiling getentropy.cc
[1196/2079] Compiling poly1305_arm_asm.S
[1197/2079] Compiling forkunsafe.cc
[1198/2079] Compiling deterministic.cc
[1200/2079] 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
[1201/2079] 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
[1202/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
[1203/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
[1203/2079] Compiling fork_detect.cc
[1205/2080] Compiling poly1305_arm.cc
[1206/2080] Compiling poly1305_vec.cc
[1207/2080] Compiling poly1305.cc
[1208/2080] Compiling pool.cc
[1209/2097] Compiling pkcs7.cc
[1211/2097] 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
[1212/2097] 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
[1213/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
[1214/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
[1214/2099] Compiling pkcs8.cc
[1216/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
[1217/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
[1218/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
[1219/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
[1219/2099] Wrapping AST for SwiftSyntaxBuilder for debugging
[1220/2099] Compiling pem_xaux.cc
[1222/2099] 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
[1223/2099] 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
[1224/2099] 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
[1224/2099] Compiling p5_pbev2.cc
[1225/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
[1227/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
[1228/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
[1228/2099] Compiling pem_x509.cc
[1229/2099] Compiling pkcs8_x509.cc
[1230/2099] Compiling pkcs7_x509.cc
[1232/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
[1233/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
[1234/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
[1235/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
[1236/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
[1237/2100] Compiling obj_xref.cc
[1238/2100] Compiling pem_pkey.cc
[1239/2100] Compiling pem_pk8.cc
[1240/2100] Wrapping AST for SwiftSyntaxMacros for debugging
[1241/2100] Compiling pem_oth.cc
[1242/2109] Compiling pem_all.cc
[1243/2109] Compiling pem_lib.cc
[1245/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
[1245/2110] Compiling pem_info.cc
[1246/2110] Compiling md5.cc
[1247/2110] Compiling mldsa.cc
[1248/2110] Compiling mlkem.cc
[1249/2110] Compiling mem.cc
[1250/2110] Compiling poly_rq_mul.S
[1251/2110] Compiling fips_shared_support.cc
[1253/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
[1254/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
[1255/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
[1256/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
[1257/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
[1257/2110] Compiling md4.cc
[1257/2110] Compiling obj.cc
[1259/2110] Compiling lhash.cc
[1261/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
[1262/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
[1263/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
[1263/2110] Compiling hrss.cc
[1264/2110] Compiling kyber.cc
[1265/2110] Compiling sign.cc
[1265/2110] Compiling scrypt.cc
[1267/2110] Compiling hpke.cc
[1268/2110] Compiling ex_data.cc
[1269/2110] Compiling p_x25519.cc
[1270/2110] Compiling print.cc
[1271/2110] Compiling pbkdf.cc
[1273/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
[1274/2111] Compiling p_rsa_asn1.cc
[1275/2111] Compiling p_hkdf.cc
[1276/2111] Compiling p_x25519_asn1.cc
[1277/2111] Compiling p_ed25519.cc
[1278/2111] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1279/2123] Compiling p_rsa.cc
[1280/2123] Compiling p_ed25519_asn1.cc
[1281/2123] Compiling p_dh_asn1.cc
[1282/2123] Compiling p_ec.cc
[1284/2123] 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
[1285/2123] 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
[1285/2124] Compiling evp.cc
[1286/2124] Compiling p_ec_asn1.cc
[1288/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
[1288/2124] Compiling p_dh.cc
[1289/2124] Compiling p_dsa_asn1.cc
[1290/2124] Compiling evp_ctx.cc
[1291/2124] Compiling evp_asn1.cc
[1293/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
[1294/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
[1294/2124] Compiling err.cc
[1296/2124] 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
[1297/2124] 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
[1298/2124] 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
[1299/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
[1299/2124] Compiling engine.cc
[1300/2124] Compiling ecdsa_asn1.cc
[1301/2124] Compiling hash_to_curve.cc
[1303/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
[1304/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
[1304/2124] Compiling ecdh.cc
[1305/2124] Compiling ec_derive.cc
[1306/2124] Compiling ec_asn1.cc
[1307/2124] Compiling params.cc
[1308/2124] Compiling dsa.cc
[1309/2124] Compiling dsa_asn1.cc
[1310/2124] Compiling des.cc
[1311/2124] Compiling digest_extra.cc
[1312/2124] Compiling dh_asn1.cc
[1313/2124] Compiling bcm.cc
[1314/2124] Compiling x25519-asm-arm.S
[1315/2124] Compiling spake25519.cc
[1317/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
[1318/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
[1318/2124] Compiling crypto.cc
[1319/2125] Compiling curve25519.cc
[1320/2125] Compiling cpu_intel.cc
[1321/2125] Compiling cpu_arm_freebsd.cc
[1322/2125] Compiling cpu_arm_linux.cc
[1324/2125] Compiling curve25519_64_adx.cc
[1325/2125] Compiling cpu_aarch64_win.cc
[1326/2125] Compiling cpu_aarch64_sysreg.cc
[1327/2125] Compiling cpu_aarch64_openbsd.cc
[1328/2125] Compiling cpu_aarch64_fuchsia.cc
[1329/2125] Compiling cpu_aarch64_linux.cc
[1330/2125] Compiling cpu_aarch64_apple.cc
[1331/2127] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1332/2127] Compiling conf.cc
[1334/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
[1335/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
[1335/2127] Compiling tls_cbc.cc
[1336/2127] Compiling get_cipher.cc
[1337/2128] Compiling e_rc4.cc
[1339/2128] Compiling e_tls.cc
[1340/2128] Compiling e_null.cc
[1341/2128] Compiling e_rc2.cc
[1342/2128] Compiling e_des.cc
[1343/2128] Compiling e_chacha20poly1305.cc
[1344/2128] Wrapping AST for SwiftCompilerPlugin for debugging
[1345/2130] Compiling e_aesgcmsiv.cc
[1346/2130] Compiling e_aesctrhmac.cc
[1347/2130] Compiling derive_key.cc
[1348/2130] Compiling chacha.cc
[1349/2130] Compiling ber.cc
[1349/2130] Compiling unicode.cc
[1351/2130] Compiling buf.cc
[1352/2130] Compiling asn1_compat.cc
[1353/2130] Emitting module PostgresNIOMacrosPlugin
[1354/2130] Compiling cbs.cc
[1355/2130] Compiling cbb.cc
[1356/2130] Compiling convert.cc
[1357/2130] Compiling blake2.cc
[1358/2130] Compiling printf.cc
[1359/2130] Compiling socket.cc
[1360/2130] Compiling pair.cc
[1361/2130] Compiling socket_helper.cc
[1362/2130] Compiling bn_asn1.cc
[1364/2130] Compiling PostgresNIOMacrosPlugin StatementMacro.swift
[1364/2130] Compiling hexdump.cc
[1365/2131] Compiling file.cc
[1366/2131] Compiling errno.cc
[1368/2131] Compiling bio_mem.cc
[1369/2131] Compiling connect.cc
[1370/2131] Compiling base64.cc
[1371/2131] Compiling fd.cc
[1372/2131] Wrapping AST for PostgresNIOMacrosPlugin for debugging
[1373/2131] Compiling bio.cc
[1374/2131] Write Objects.LinkFileList
[1375/2131] Compiling tasn_fre.cc
[1376/2131] Compiling tasn_typ.cc
[1377/2131] Compiling f_string.cc
[1378/2131] Compiling posix_time.cc
[1379/2131] Compiling tasn_new.cc
[1380/2131] Compiling tasn_enc.cc
[1381/2131] Compiling tasn_utl.cc
[1382/2131] Compiling f_int.cc
[1383/2131] Compiling asn1_par.cc
[1384/2131] Compiling asn_pack.cc
[1385/2131] Compiling tasn_dec.cc
[1386/2131] Compiling a_utctm.cc
[1387/2131] Compiling asn1_lib.cc
[1388/2131] Compiling a_octet.cc
[1389/2131] Compiling a_type.cc
[1390/2131] Compiling a_time.cc
[1391/2131] Linking PostgresNIOMacrosPlugin-tool
[1392/2131] Compiling a_strnid.cc
[1393/2131] Compiling a_strex.cc
[1394/2131] Compiling a_i2d_fp.cc
[1395/2131] Compiling a_object.cc
[1396/2131] Compiling a_mbstr.cc
[1397/2131] Compiling a_d2i_fp.cc
[1398/2131] Compiling a_dup.cc
[1399/2131] Compiling a_int.cc
[1400/2131] Compiling a_gentm.cc
[1401/2131] Compiling a_bool.cc
[1402/2131] Compiling a_bitstr.cc
[1403/2131] Compiling fiat_p256_adx_sqr.S
[1404/2131] Compiling CCryptoBoringSSLShims shims.c
[1406/2131] Compiling fiat_curve25519_adx_mul.S
[1406/2131] Compiling fiat_curve25519_adx_square.S
[1408/2131] Compiling fiat_p256_adx_mul.S
[1409/2131] Compiling md5-x86_64-linux.S
[1410/2131] Compiling md5-x86_64-apple.S
[1411/2131] Compiling md5-586-linux.S
[1412/2131] Compiling md5-586-apple.S
[1413/2131] Compiling chacha20_poly1305_x86_64-linux.S
[1414/2131] Compiling chacha20_poly1305_x86_64-apple.S
[1415/2131] Compiling chacha20_poly1305_armv8-win.S
[1416/2131] Compiling chacha20_poly1305_armv8-linux.S
[1417/2131] Compiling chacha20_poly1305_armv8-apple.S
[1418/2131] Compiling chacha-x86_64-apple.S
[1419/2131] Compiling err_data.cc
[1420/2131] Compiling chacha-x86_64-linux.S
[1421/2131] Compiling chacha-x86-linux.S
[1422/2131] Compiling chacha-x86-apple.S
[1423/2131] Compiling chacha-armv8-win.S
[1424/2131] Compiling chacha-armv8-linux.S
[1425/2131] Compiling chacha-armv8-apple.S
[1426/2131] Compiling chacha-armv4-linux.S
[1427/2131] Compiling aes128gcmsiv-x86_64-apple.S
[1428/2131] Compiling aes128gcmsiv-x86_64-linux.S
[1429/2131] Compiling x86_64-mont5-linux.S
[1430/2131] Compiling x86_64-mont5-apple.S
[1431/2131] Compiling x86_64-mont-linux.S
[1432/2131] Compiling x86_64-mont-apple.S
[1433/2131] Compiling x86-mont-linux.S
[1434/2131] Compiling x86-mont-apple.S
[1435/2131] Compiling vpaes-x86_64-linux.S
[1436/2131] Compiling vpaes-x86_64-apple.S
[1437/2131] Compiling vpaes-x86-linux.S
[1438/2131] Compiling vpaes-x86-apple.S
[1439/2131] Compiling vpaes-armv8-linux.S
[1439/2131] Compiling vpaes-armv8-apple.S
[1441/2131] Compiling vpaes-armv8-win.S
[1442/2131] Compiling vpaes-armv7-linux.S
[1443/2131] Compiling sha512-x86_64-apple.S
[1444/2131] Compiling sha512-armv8-win.S
[1445/2131] Compiling sha512-x86_64-linux.S
[1446/2131] Compiling sha512-armv8-linux.S
[1447/2131] Compiling sha512-armv8-apple.S
[1448/2131] Compiling sha512-armv4-linux.S
[1449/2131] Compiling sha512-586-linux.S
[1450/2131] Compiling sha512-586-apple.S
[1451/2131] Compiling sha256-armv8-win.S
[1451/2131] Compiling sha256-x86_64-linux.S
[1451/2131] Compiling sha256-x86_64-apple.S
[1454/2131] Compiling sha256-armv8-linux.S
[1455/2131] Compiling sha256-armv8-apple.S
[1456/2131] Compiling sha256-armv4-linux.S
[1457/2131] Compiling sha256-586-linux.S
[1458/2131] Compiling sha256-586-apple.S
[1459/2131] Compiling sha1-armv8-win.S
[1460/2131] Compiling sha1-x86_64-apple.S
[1461/2131] Compiling sha1-x86_64-linux.S
[1462/2131] Compiling sha1-armv8-linux.S
[1463/2131] Compiling sha1-586-linux.S
[1463/2131] Compiling sha1-armv4-large-linux.S
[1463/2131] Compiling sha1-armv8-apple.S
[1466/2131] Compiling sha1-586-apple.S
[1467/2131] Compiling rsaz-avx2-apple.S
[1468/2131] Compiling rdrand-x86_64-linux.S
[1469/2131] Compiling rsaz-avx2-linux.S
[1470/2131] Compiling rdrand-x86_64-apple.S
[1471/2131] Compiling c-nioatomics.c
[1471/2131] Compiling p256_beeu-x86_64-asm-linux.S
[1473/2131] Compiling p256_beeu-x86_64-asm-apple.S
[1474/2131] Compiling p256_beeu-armv8-asm-win.S
[1475/2131] Compiling p256_beeu-armv8-asm-linux.S
[1476/2131] Compiling p256_beeu-armv8-asm-apple.S
[1477/2131] Compiling p256-x86_64-asm-apple.S
[1478/2131] Compiling p256-armv8-asm-win.S
[1479/2131] Compiling p256-x86_64-asm-linux.S
[1480/2131] Compiling p256-armv8-asm-linux.S
[1481/2131] Compiling p256-armv8-asm-apple.S
[1482/2131] Compiling ghashv8-armv8-win.S
[1483/2131] Compiling ghashv8-armv8-linux.S
[1484/2131] Compiling ghashv8-armv8-apple.S
[1485/2131] Compiling ghashv8-armv7-linux.S
[1486/2131] Compiling ghash-x86_64-apple.S
[1487/2131] Compiling ghash-x86_64-linux.S
[1488/2131] Compiling ghash-x86-linux.S
[1489/2131] Compiling ghash-x86-apple.S
[1490/2131] Compiling ghash-ssse3-x86_64-linux.S
[1491/2131] Compiling ghash-ssse3-x86_64-apple.S
[1492/2131] Compiling ghash-ssse3-x86-linux.S
[1493/2131] Compiling ghash-ssse3-x86-apple.S
[1494/2131] Compiling ghash-neon-armv8-apple.S
[1495/2131] Compiling ghash-neon-armv8-win.S
[1496/2131] Compiling ghash-neon-armv8-linux.S
[1497/2131] Compiling ghash-armv4-linux.S
[1498/2131] Compiling co-586-linux.S
[1499/2131] Compiling co-586-apple.S
[1500/2131] Compiling bsaes-armv7-linux.S
[1501/2131] Compiling bn-armv8-win.S
[1502/2131] Compiling bn-armv8-linux.S
[1503/2131] Compiling bn-armv8-apple.S
[1504/2131] Compiling bn-586-linux.S
[1505/2131] Compiling bn-586-apple.S
[1506/2131] Compiling armv8-mont-win.S
[1507/2131] Compiling armv8-mont-linux.S
[1508/2131] Compiling armv4-mont-linux.S
[1509/2131] Compiling armv8-mont-apple.S
[1510/2131] Compiling aesv8-gcm-armv8-win.S
[1511/2131] Compiling aesv8-gcm-armv8-linux.S
[1512/2131] Compiling aesv8-gcm-armv8-apple.S
[1513/2131] Compiling aesv8-armv8-win.S
[1514/2131] Compiling aesv8-armv8-linux.S
[1515/2131] Compiling aesv8-armv8-apple.S
[1516/2131] Compiling aesv8-armv7-linux.S
[1517/2131] Compiling aesni-x86_64-apple.S
[1518/2131] Compiling aesni-x86_64-linux.S
[1519/2131] Compiling aesni-x86-linux.S
[1520/2131] Compiling aesni-x86-apple.S
[1521/2131] Compiling aesni-gcm-x86_64-linux.S
[1522/2131] Compiling aesni-gcm-x86_64-apple.S
[1523/2131] Compiling aes-gcm-avx10-x86_64-apple.S
[1524/2131] Compiling aes-gcm-avx10-x86_64-linux.S
[1525/2131] Compiling c-nioatomics.c
[1526/2131] Compiling c-atomics.c
[1528/2137] Compiling x_sig.cc
[1529/2137] Compiling x_x509.cc
[1530/2137] Compiling x_req.cc
[1531/2143] Compiling x_spki.cc
[1532/2143] Compiling x_val.cc
[1534/2143] Compiling NIOConcurrencyHelpers NIOLock.swift
[1535/2143] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1536/2143] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1537/2143] Compiling NIOConcurrencyHelpers lock.swift
[1537/2143] Compiling x_x509a.cc
[1539/2143] Emitting module NIOConcurrencyHelpers
[1540/2143] Compiling NIOConcurrencyHelpers NIOLock.swift
[1540/2143] Compiling x_name.cc
[1542/2143] Compiling NIOConcurrencyHelpers atomics.swift
[1543/2143] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1543/2144] Compiling x_pubkey.cc
[1545/2144] Emitting module NIOConcurrencyHelpers
[1547/2144] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1548/2144] Compiling NIOConcurrencyHelpers atomics.swift
[1549/2144] Compiling NIOConcurrencyHelpers lock.swift
[1549/2145] Compiling x_exten.cc
[1551/2145] Compiling x_crl.cc
[1552/2145] Compiling x_attrib.cc
[1553/2145] Compiling x_all.cc
[1554/2145] Compiling x509spki.cc
[1555/2145] Compiling x_algor.cc
[1556/2145] Compiling x509rset.cc
[1557/2145] Compiling x509name.cc
[1558/2145] Compiling x509cset.cc
[1559/2145] Compiling x509_vfy.cc
[1560/2145] Compiling x509_vpm.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_def.cc
[1568/2145] Compiling x509_d2.cc
[1569/2145] Compiling x509_ext.cc
[1570/2145] Compiling x509_cmp.cc
[1571/2145] Compiling x509_lu.cc
[1572/2145] Compiling x509_att.cc
[1573/2145] Compiling x509.cc
[1574/2145] Compiling v3_utl.cc
[1575/2145] Compiling v3_skey.cc
[1576/2145] Compiling v3_purp.cc
[1577/2145] Compiling v3_prn.cc
[1578/2145] Compiling v3_pmaps.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_bcons.cc
[1593/2145] Compiling v3_bitst.cc
[1594/2145] Compiling v3_akeya.cc
[1595/2145] Compiling v3_alt.cc
[1596/2145] Compiling t_x509a.cc
[1597/2145] Compiling v3_akey.cc
[1598/2145] Compiling t_x509.cc
[1599/2145] Compiling rsa_pss.cc
[1600/2145] Compiling t_crl.cc
[1601/2145] Compiling t_req.cc
[1602/2145] Compiling name_print.cc
[1603/2145] Compiling i2d_pr.cc
[1604/2145] Compiling policy.cc
[1605/2145] Compiling by_file.cc
[1606/2145] Compiling by_dir.cc
[1607/2145] Compiling a_verify.cc
[1608/2145] Compiling a_digest.cc
[1609/2145] Compiling voprf.cc
[1610/2145] Compiling a_sign.cc
[1611/2145] Compiling algorithm.cc
[1612/2145] Compiling asn1_gen.cc
[1613/2145] Compiling thread_win.cc
[1614/2145] Compiling thread_pthread.cc
[1615/2145] Compiling trust_token.cc
[1616/2145] Compiling thread.cc
[1617/2145] Compiling thread_none.cc
[1618/2145] Compiling stack.cc
[1619/2145] Compiling pmbtoken.cc
[1620/2145] Compiling fors.cc
[1621/2145] Compiling siphash.cc
[1622/2145] Compiling thash.cc
[1623/2145] Compiling merkle.cc
[1624/2145] Compiling slhdsa.cc
[1625/2145] Compiling wots.cc
[1626/2145] Compiling sha512.cc
[1627/2145] Compiling sha256.cc
[1628/2145] Compiling sha1.cc
[1629/2145] Compiling rsa_extra.cc
[1630/2145] Compiling rsa_print.cc
[1631/2145] Compiling rsa_asn1.cc
[1632/2145] Compiling rc4.cc
[1633/2145] Compiling rsa_crypt.cc
[1634/2145] Compiling refcount.cc
[1635/2145] Compiling windows.cc
[1636/2145] Compiling trusty.cc
[1637/2145] Compiling urandom.cc
[1638/2145] Compiling passive.cc
[1639/2145] Compiling ios.cc
[1640/2145] Compiling rand_extra.cc
[1641/2145] Compiling getentropy.cc
[1642/2145] Compiling forkunsafe.cc
[1643/2145] Compiling poly1305_arm_asm.S
[1644/2145] Compiling fork_detect.cc
[1645/2145] Compiling deterministic.cc
[1646/2145] Compiling poly1305.cc
[1647/2145] Compiling poly1305_arm.cc
[1648/2145] Compiling poly1305_vec.cc
[1649/2145] Compiling pool.cc
[1650/2145] Compiling p5_pbev2.cc
[1651/2145] Compiling pkcs8_x509.cc
[1652/2145] Compiling pkcs7.cc
[1653/2145] Compiling pkcs8.cc
[1654/2145] Compiling pem_x509.cc
[1655/2145] Compiling pem_xaux.cc
[1656/2145] Compiling pem_pkey.cc
[1657/2145] Compiling pkcs7_x509.cc
[1658/2145] Compiling pem_oth.cc
[1659/2145] Compiling pem_pk8.cc
[1660/2145] Compiling obj_xref.cc
[1661/2145] Compiling mldsa.cc
[1662/2145] Compiling mlkem.cc
[1663/2145] Compiling obj.cc
[1664/2145] Compiling pem_info.cc
[1665/2145] Compiling pem_lib.cc
[1666/2145] Compiling mem.cc
[1667/2145] Compiling md5.cc
[1668/2145] Compiling pem_all.cc
[1669/2145] Compiling fips_shared_support.cc
[1670/2145] Compiling poly_rq_mul.S
[1671/2145] Compiling lhash.cc
[1672/2145] Compiling md4.cc
[1673/2145] Compiling kyber.cc
[1674/2145] Compiling ex_data.cc
[1675/2145] Compiling hrss.cc
[1676/2145] Compiling sign.cc
[1677/2145] Compiling hpke.cc
[1678/2145] Compiling scrypt.cc
[1679/2145] Compiling pbkdf.cc
[1680/2145] Compiling print.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_ed25519_asn1.cc
[1687/2145] Compiling p_hkdf.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 engine.cc
[1696/2145] Compiling err.cc
[1698/2145] Compiling ecdh_extra.cc
[1699/2145] Compiling ecdsa_asn1.cc
[1700/2145] Compiling ec_derive.cc
[1701/2145] Compiling hash_to_curve.cc
[1702/2145] Compiling ec_asn1.cc
[1703/2145] Compiling dsa.cc
[1704/2145] Compiling dsa_asn1.cc
[1705/2145] Compiling params.cc
[1706/2145] Compiling digest_extra.cc
[1707/2145] Compiling x25519-asm-arm.S
[1708/2145] Compiling des.cc
[1709/2145] Compiling dh_asn1.cc
[1710/2145] Compiling spake25519.cc
[1711/2145] Compiling crypto.cc
[1712/2145] Compiling cpu_intel.cc
[1713/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_sysreg.cc
[1718/2145] Compiling cpu_aarch64_openbsd.cc
[1719/2145] Compiling cpu_aarch64_fuchsia.cc
[1720/2145] Compiling cpu_aarch64_linux.cc
[1721/2145] Compiling cpu_aarch64_apple.cc
[1722/2145] Compiling conf.cc
[1723/2145] Compiling curve25519_64_adx.cc
[1724/2145] Compiling bcm.cc
[1725/2145] Compiling tls_cbc.cc
[1726/2145] Compiling e_rc4.cc
[1727/2145] Compiling e_tls.cc
[1728/2145] Compiling e_rc2.cc
[1729/2145] Compiling e_null.cc
[1730/2145] Compiling e_des.cc
[1731/2145] Compiling e_chacha20poly1305.cc
[1732/2145] Compiling e_aesgcmsiv.cc
[1733/2145] Compiling derive_key.cc
[1733/2145] Compiling e_aesctrhmac.cc
[1735/2145] Compiling cipher_extra.cc
[1736/2145] Compiling asn1_compat.cc
[1737/2145] Compiling buf.cc
[1737/2145] Compiling cbb.cc
[1739/2145] Compiling unicode.cc
[1740/2145] Compiling ber.cc
[1740/2145] Compiling chacha.cc
[1741/2145] Compiling cbs.cc
[1743/2145] Compiling convert.cc
[1744/2145] Compiling printf.cc
[1745/2145] Compiling bn_asn1.cc
[1746/2145] Compiling blake2.cc
[1747/2145] Compiling file.cc
[1748/2145] Compiling pair.cc
[1749/2145] Compiling hexdump.cc
[1750/2145] Compiling fd.cc
[1751/2145] Compiling errno.cc
[1752/2145] Compiling bio_mem.cc
[1753/2145] Compiling base64.cc
[1754/2145] Compiling tasn_typ.cc
[1754/2145] Compiling tasn_fre.cc
[1756/2145] Compiling bio.cc
[1757/2145] Compiling tasn_enc.cc
[1758/2145] Compiling tasn_new.cc
[1759/2145] Compiling tasn_utl.cc
[1760/2145] Compiling f_string.cc
[1761/2145] Compiling f_int.cc
[1762/2145] Compiling asn_pack.cc
[1763/2145] Compiling posix_time.cc
[1764/2145] Compiling tasn_dec.cc
[1765/2145] Compiling asn1_lib.cc
[1766/2145] Compiling asn1_par.cc
[1767/2145] Compiling a_type.cc
[1768/2145] Compiling a_utctm.cc
[1769/2145] Compiling a_time.cc
[1770/2145] Compiling a_octet.cc
[1771/2145] Compiling a_strnid.cc
[1772/2145] Compiling a_strex.cc
[1773/2145] Compiling a_mbstr.cc
[1774/2145] Compiling a_object.cc
[1775/2145] Compiling a_i2d_fp.cc
[1776/2145] Compiling a_dup.cc
[1777/2145] Compiling a_gentm.cc
[1778/2145] Compiling fiat_p256_adx_mul.S
[1779/2145] Compiling fiat_p256_adx_sqr.S
[1780/2145] Compiling a_d2i_fp.cc
[1781/2145] Compiling fiat_curve25519_adx_square.S
[1782/2145] Compiling md5-x86_64-apple.S
[1783/2145] Compiling a_int.cc
[1784/2145] Compiling fiat_curve25519_adx_mul.S
[1785/2145] Compiling md5-x86_64-linux.S
[1786/2145] Compiling md5-586-linux.S
[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_x86_64-linux.S
[1792/2145] Compiling chacha20_poly1305_armv8-apple.S
[1793/2145] Compiling a_bool.cc
[1794/2145] Compiling chacha-x86_64-apple.S
[1795/2145] Compiling chacha-x86_64-linux.S
[1796/2145] Compiling chacha-x86-linux.S
[1797/2145] Compiling chacha-x86-apple.S
[1798/2145] Compiling chacha-armv8-win.S
[1799/2145] Compiling a_bitstr.cc
[1800/2145] Compiling chacha-armv4-linux.S
[1801/2145] Compiling chacha-armv8-linux.S
[1802/2145] Compiling chacha-armv8-apple.S
[1803/2145] Compiling aes128gcmsiv-x86_64-apple.S
[1804/2145] Compiling aes128gcmsiv-x86_64-linux.S
[1805/2145] Compiling x86_64-mont5-apple.S
[1806/2145] Compiling x86_64-mont-apple.S
[1807/2145] Compiling x86_64-mont5-linux.S
[1808/2145] Compiling x86_64-mont-linux.S
[1809/2145] Compiling x86-mont-linux.S
[1810/2145] Compiling x86-mont-apple.S
[1811/2145] Compiling vpaes-x86_64-apple.S
[1812/2145] Compiling err_data.cc
[1813/2145] Compiling vpaes-x86_64-linux.S
[1814/2145] Compiling vpaes-x86-apple.S
[1815/2145] Compiling vpaes-x86-linux.S
[1816/2145] Compiling vpaes-armv8-win.S
[1817/2145] Compiling vpaes-armv7-linux.S
[1818/2145] Compiling vpaes-armv8-linux.S
[1819/2145] Compiling sha512-x86_64-apple.S
[1820/2145] Compiling vpaes-armv8-apple.S
[1821/2145] Compiling sha512-x86_64-linux.S
[1822/2150] Compiling sha512-armv8-win.S
[1823/2153] Compiling sha512-armv8-linux.S
[1824/2153] Compiling sha512-armv8-apple.S
[1825/2153] Compiling sha512-armv4-linux.S
[1826/2153] Compiling sha512-586-linux.S
[1827/2153] Compiling sha256-armv8-win.S
[1828/2153] Compiling sha256-x86_64-linux.S
[1829/2153] Compiling sha512-586-apple.S
[1829/2153] Compiling sha256-x86_64-apple.S
[1831/2153] Compiling sha256-armv8-linux.S
[1832/2153] Compiling sha256-armv8-apple.S
[1833/2153] Compiling sha256-armv4-linux.S
[1834/2153] Compiling sha256-586-linux.S
[1834/2153] Compiling sha256-586-apple.S
[1836/2153] Compiling sha1-armv8-linux.S
[1837/2153] Compiling sha1-armv8-win.S
[1838/2153] Compiling sha1-x86_64-apple.S
[1839/2153] Compiling sha1-x86_64-linux.S
[1840/2153] Compiling sha1-armv8-apple.S
[1841/2153] Compiling sha1-armv4-large-linux.S
[1842/2153] Compiling sha1-586-linux.S
[1843/2153] Compiling rsaz-avx2-apple.S
[1844/2153] Compiling sha1-586-apple.S
[1845/2153] Compiling rsaz-avx2-linux.S
[1846/2153] Compiling rdrand-x86_64-linux.S
[1847/2153] Compiling rdrand-x86_64-apple.S
[1848/2153] Compiling p256_beeu-x86_64-asm-linux.S
[1849/2153] Compiling p256_beeu-x86_64-asm-apple.S
[1849/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-x86_64-asm-linux.S
[1855/2153] Compiling p256-armv8-asm-win.S
[1856/2153] Compiling p256-armv8-asm-linux.S
[1857/2153] Compiling ghashv8-armv8-win.S
[1858/2153] Compiling p256-armv8-asm-apple.S
[1859/2153] Compiling ghashv8-armv8-linux.S
[1860/2153] Compiling ghashv8-armv7-linux.S
[1861/2153] Compiling ghashv8-armv8-apple.S
[1862/2153] Compiling ghash-x86-apple.S
[1863/2153] Compiling ghash-x86_64-apple.S
[1864/2153] Compiling ghash-x86_64-linux.S
[1865/2153] Compiling ghash-x86-linux.S
[1866/2153] Compiling ghash-ssse3-x86_64-linux.S
[1867/2153] Compiling ghash-ssse3-x86-apple.S
[1868/2153] Compiling ghash-ssse3-x86_64-apple.S
[1869/2153] Compiling ghash-ssse3-x86-linux.S
[1870/2153] Compiling ghash-neon-armv8-win.S
[1871/2153] Compiling ghash-armv4-linux.S
[1872/2153] Compiling ghash-neon-armv8-linux.S
[1873/2153] Compiling ghash-neon-armv8-apple.S
[1874/2153] Compiling co-586-apple.S
[1875/2153] Compiling co-586-linux.S
[1876/2153] Compiling bsaes-armv7-linux.S
[1877/2153] Compiling bn-armv8-win.S
[1878/2153] Compiling bn-armv8-linux.S
[1879/2153] Compiling bn-586-linux.S
[1880/2153] Compiling bn-armv8-apple.S
[1881/2153] Compiling armv8-mont-win.S
[1881/2153] Compiling bn-586-apple.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-armv8-apple.S
[1889/2153] Compiling aesv8-armv8-win.S
[1890/2153] Compiling aesv8-armv8-linux.S
[1890/2153] Compiling aesv8-gcm-armv8-apple.S
[1892/2153] Compiling aesv8-armv7-linux.S
[1893/2153] Compiling aesni-x86_64-linux.S
[1894/2153] Compiling aesni-x86-linux.S
[1895/2153] Compiling aesni-x86_64-apple.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] Compiling CryptoBoringWrapper RandomBytes.swift
[1903/2153] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1904/2153] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1905/2153] Compiling CryptoBoringWrapper EllipticCurve.swift
[1906/2153] Emitting module CryptoBoringWrapper
[1907/2153] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1907/2153] Compiling x_val.cc
[1908/2153] Compiling x_spki.cc
[1910/2153] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1911/2153] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1911/2154] Compiling x_sig.cc
[1913/2154] Compiling x_x509.cc
[1914/2154] Compiling x_pubkey.cc
[1915/2154] Compiling x_req.cc
[1916/2154] Compiling x_x509a.cc
[1917/2225] Compiling x_crl.cc
[1918/2225] Compiling x_name.cc
[1919/2225] Compiling x_algor.cc
[1920/2225] Compiling x_attrib.cc
[1921/2225] Compiling x_all.cc
[1922/2225] Compiling x509spki.cc
[1923/2225] Compiling x_exten.cc
[1924/2225] Compiling x509rset.cc
[1925/2225] Compiling x509name.cc
[1926/2225] Compiling x509cset.cc
[1927/2225] Compiling x509_vpm.cc
[1928/2225] Compiling x509_v3.cc
[1929/2225] Compiling x509_txt.cc
[1930/2225] Compiling x509_vfy.cc
[1931/2225] Compiling x509_trs.cc
[1933/2225] Compiling Crypto SymmetricKeys.swift
[1934/2225] Compiling Crypto HMAC.swift
[1935/2225] Compiling Crypto MACFunctions.swift
[1936/2225] Compiling Crypto MessageAuthenticationCode.swift
[1937/2225] Compiling Crypto AES.swift
[1938/2225] Compiling Crypto ECDSASignature_boring.swift
[1939/2225] Compiling Crypto ECDSA_boring.swift
[1940/2225] Compiling Crypto EdDSA_boring.swift
[1941/2225] Compiling Crypto ECDSA.swift
[1942/2225] Compiling Crypto Ed25519.swift
[1942/2234] Compiling x509_def.cc
[1943/2234] Compiling x509_req.cc
[1945/2234] Compiling Crypto HPKE-Ciphersuite.swift
[1946/2234] Compiling Crypto HPKE-KDF.swift
[1947/2234] Compiling Crypto HPKE-KexKeyDerivation.swift
[1948/2234] Compiling Crypto HPKE-LabeledExtract.swift
[1949/2234] Compiling Crypto HPKE-Utils.swift
[1950/2234] Compiling Crypto DHKEM.swift
[1951/2234] Compiling Crypto HPKE-KEM-Curve25519.swift
[1952/2234] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1953/2234] Compiling Crypto HPKE-KEM.swift
[1954/2234] Compiling Crypto HPKE-Errors.swift
[1955/2234] Compiling Crypto HKDF.swift
[1956/2234] Compiling Crypto AESWrap.swift
[1957/2234] Compiling Crypto AESWrap_boring.swift
[1958/2234] Compiling Crypto Ed25519_boring.swift
[1959/2234] Compiling Crypto NISTCurvesKeys_boring.swift
[1960/2234] Compiling Crypto X25519Keys_boring.swift
[1961/2234] Compiling Crypto Curve25519.swift
[1962/2234] Compiling Crypto Ed25519Keys.swift
[1963/2234] Compiling Crypto NISTCurvesKeys.swift
[1964/2234] Compiling Crypto X25519Keys.swift
[1964/2234] Compiling x509_set.cc
[1966/2234] Compiling Crypto PKCS8PrivateKey.swift
[1967/2234] Compiling Crypto SEC1PrivateKey.swift
[1968/2234] Compiling Crypto SubjectPublicKeyInfo.swift
[1969/2234] Compiling Crypto CryptoKitErrors.swift
[1970/2234] Compiling Crypto Digest_boring.swift
[1971/2234] Compiling Crypto Digest.swift
[1972/2234] Compiling Crypto Digests.swift
[1973/2234] Compiling Crypto HashFunctions.swift
[1974/2234] Compiling Crypto HashFunctions_SHA2.swift
[1975/2234] Compiling Crypto HPKE-AEAD.swift
[1975/2234] Compiling x509_lu.cc
[1976/2234] Compiling x509_obj.cc
[1978/2234] Compiling Crypto HPKE.swift
[1979/2234] Compiling Crypto HPKE-Context.swift
[1980/2234] Compiling Crypto HPKE-KeySchedule.swift
[1981/2234] Compiling Crypto HPKE-Modes.swift
[1982/2234] Compiling Crypto Insecure.swift
[1983/2234] Compiling Crypto Insecure_HashFunctions.swift
[1984/2234] Compiling Crypto KEM.swift
[1985/2234] Compiling Crypto ECDH_boring.swift
[1986/2234] Compiling Crypto DH.swift
[1987/2234] Compiling Crypto ECDH.swift
[1987/2234] Compiling x509_d2.cc
[1988/2234] Compiling x509_ext.cc
[1990/2234] Emitting module Crypto
[1991/2234] Compiling Crypto ASN1Identifier.swift
[1992/2234] Compiling Crypto ASN1Integer.swift
[1993/2234] Compiling Crypto ASN1Null.swift
[1994/2234] Compiling Crypto ASN1OctetString.swift
[1995/2234] Compiling Crypto ASN1Strings.swift
[1996/2234] Compiling Crypto ArraySliceBigint.swift
[1997/2234] Compiling Crypto GeneralizedTime.swift
[1998/2234] Compiling Crypto ObjectIdentifier.swift
[1999/2234] Compiling Crypto ECDSASignature.swift
[2000/2234] Compiling Crypto PEMDocument.swift
[2001/2234] Compiling Crypto AES-GCM.swift
[2002/2234] Compiling Crypto AES-GCM_boring.swift
[2003/2234] Compiling Crypto ChaChaPoly_boring.swift
[2004/2234] Compiling Crypto ChaChaPoly.swift
[2005/2234] Compiling Crypto Cipher.swift
[2006/2234] Compiling Crypto Nonces.swift
[2007/2234] Compiling Crypto ASN1.swift
[2008/2234] Compiling Crypto ASN1Any.swift
[2009/2234] Compiling Crypto ASN1BitString.swift
[2010/2234] Compiling Crypto ASN1Boolean.swift
[2010/2234] Compiling v3_skey.cc
[2011/2234] Compiling x509.cc
[2012/2234] Compiling x509_cmp.cc
[2013/2234] Compiling x509_att.cc
[2014/2234] Compiling v3_utl.cc
[2015/2234] Compiling v3_prn.cc
[2016/2234] Compiling v3_purp.cc
[2018/2234] Compiling Crypto Signature.swift
[2019/2234] Compiling Crypto CryptoKitErrors_boring.swift
[2020/2234] Compiling Crypto RNG_boring.swift
[2021/2234] Compiling Crypto SafeCompare_boring.swift
[2022/2234] Compiling Crypto Zeroization_boring.swift
[2023/2234] Compiling Crypto PrettyBytes.swift
[2024/2234] Compiling Crypto SafeCompare.swift
[2025/2234] Compiling Crypto SecureBytes.swift
[2026/2234] Compiling Crypto Zeroization.swift
[2027/2235] Compiling v3_ocsp.cc
[2028/2235] Compiling v3_pcons.cc
[2029/2235] Compiling v3_pmaps.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_enum.cc
[2035/2235] Compiling v3_ia5.cc
[2036/2235] Compiling v3_genn.cc
[2037/2235] Compiling v3_extku.cc
[2038/2235] Compiling v3_crld.cc
[2039/2235] Compiling v3_cpols.cc
[2040/2235] Compiling v3_bitst.cc
[2041/2235] Compiling v3_conf.cc
[2042/2235] Compiling v3_akeya.cc
[2043/2235] Compiling v3_akey.cc
[2044/2235] Compiling v3_alt.cc
[2045/2235] Compiling v3_bcons.cc
[2046/2235] Compiling t_x509a.cc
[2047/2235] Compiling t_x509.cc
[2048/2235] Compiling t_req.cc
[2049/2235] Compiling t_crl.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 a_verify.cc
[2055/2235] Compiling by_dir.cc
[2056/2235] Compiling asn1_gen.cc
[2057/2235] Compiling by_file.cc
[2058/2235] Compiling algorithm.cc
[2059/2235] Compiling voprf.cc
[2060/2235] Compiling a_digest.cc
[2061/2235] Compiling thread_win.cc
[2062/2235] Compiling a_sign.cc
[2063/2235] Compiling thread_pthread.cc
[2064/2235] Compiling thread_none.cc
[2065/2235] Compiling trust_token.cc
[2066/2235] Compiling pmbtoken.cc
[2067/2235] Compiling thread.cc
[2068/2235] Compiling wots.cc
[2069/2235] Compiling thash.cc
[2069/2235] Compiling stack.cc
[2071/2235] Compiling slhdsa.cc
[2072/2235] Compiling fors.cc
[2073/2235] Compiling merkle.cc
[2074/2235] Compiling siphash.cc
[2075/2235] Compiling sha512.cc
[2076/2235] Compiling sha256.cc
[2077/2235] Compiling sha1.cc
[2078/2235] Compiling rsa_print.cc
[2079/2235] Compiling rsa_extra.cc
[2080/2235] Compiling refcount.cc
[2081/2235] Compiling rc4.cc
[2082/2235] Compiling rsa_crypt.cc
[2082/2235] Compiling rsa_asn1.cc
[2084/2235] Compiling windows.cc
[2085/2235] Compiling trusty.cc
[2086/2235] Compiling urandom.cc
[2087/2235] Compiling rand_extra.cc
[2088/2235] Compiling getentropy.cc
[2089/2235] Compiling ios.cc
[2090/2235] Compiling passive.cc
[2091/2235] Compiling poly1305_arm_asm.S
[2092/2235] Compiling forkunsafe.cc
[2093/2235] Compiling deterministic.cc
[2094/2235] Compiling fork_detect.cc
[2095/2235] Compiling pool.cc
[2096/2235] Compiling poly1305_arm.cc
[2097/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
[2102/2235] Compiling p5_pbev2.cc
[2103/2235] Compiling pkcs7_x509.cc
[2104/2235] Compiling pem_pkey.cc
[2105/2235] Compiling pem_x509.cc
[2106/2235] Compiling pem_xaux.cc
[2107/2235] Compiling obj_xref.cc
[2107/2235] Compiling pem_oth.cc
[2109/2235] Compiling pem_pk8.cc
[2110/2235] Compiling mlkem.cc
[2111/2235] Compiling pem_info.cc
[2112/2235] Compiling pem_lib.cc
[2113/2235] Compiling obj.cc
[2114/2235] Compiling mldsa.cc
[2115/2235] Compiling md4.cc
[2116/2235] Compiling pem_all.cc
[2117/2235] Compiling fips_shared_support.cc
[2118/2235] Compiling lhash.cc
[2119/2235] Compiling poly_rq_mul.S
[2120/2235] Compiling mem.cc
[2121/2235] Compiling md5.cc
[2122/2235] Compiling kyber.cc
[2123/2235] Compiling sign.cc
[2124/2235] Compiling ex_data.cc
[2125/2235] Compiling hrss.cc
[2126/2235] Compiling scrypt.cc
[2127/2235] Compiling hpke.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_ed25519_asn1.cc
[2134/2235] Compiling p_hkdf.cc
[2135/2235] Compiling p_rsa.cc
[2136/2235] Compiling p_ed25519.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 evp_ctx.cc
[2142/2235] Compiling p_dh_asn1.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 hash_to_curve.cc
[2149/2235] Compiling ecdsa_asn1.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 dh_asn1.cc
[2157/2235] Compiling digest_extra.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_openbsd.cc
[2167/2235] Compiling cpu_aarch64_sysreg.cc
[2168/2235] Compiling cpu_aarch64_linux.cc
[2169/2235] Compiling cpu_aarch64_fuchsia.cc
[2170/2235] Compiling cpu_aarch64_apple.cc
[2171/2235] Compiling curve25519_64_adx.cc
[2171/2235] Compiling bcm.cc
[2173/2235] Compiling tls_cbc.cc
[2174/2235] Compiling conf.cc
[2175/2235] Compiling e_rc4.cc
[2176/2235] Compiling e_tls.cc
[2177/2235] Compiling e_null.cc
[2178/2235] Compiling e_rc2.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 unicode.cc
[2186/2235] Compiling chacha.cc
[2187/2235] Compiling ber.cc
[2188/2235] Compiling cbb.cc
[2189/2235] Compiling asn1_compat.cc
[2190/2235] Compiling buf.cc
[2191/2235] Compiling cbs.cc
[2192/2235] Compiling bn_asn1.cc
[2193/2235] Compiling convert.cc
[2194/2235] Compiling blake2.cc
[2195/2235] Compiling printf.cc
[2196/2235] Compiling pair.cc
[2197/2235] Compiling hexdump.cc
[2197/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_fre.cc
[2205/2235] Compiling tasn_typ.cc
[2206/2235] Compiling tasn_utl.cc
[2207/2235] Compiling tasn_new.cc
[2208/2235] Compiling tasn_enc.cc
[2209/2235] Compiling posix_time.cc
[2210/2235] Compiling f_string.cc
[2211/2235] Compiling tasn_dec.cc
[2212/2235] Compiling asn_pack.cc
[2213/2235] Compiling f_int.cc
[2214/2235] Compiling asn1_par.cc
[2215/2235] Compiling a_utctm.cc
[2216/2235] Compiling asn1_lib.cc
[2217/2235] Compiling a_type.cc
[2218/2235] Compiling a_time.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_dup.cc
[2229/2235] Compiling a_gentm.cc
[2230/2235] Write sources
[2232/2235] Compiling a_d2i_fp.cc
[2233/2271] Compiling a_bool.cc
[2234/2363] Compiling a_bitstr.cc
[2236/2363] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[2237/2363] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[2238/2365] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[2239/2365] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[2240/2365] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[2241/2365] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[2248/2375] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[2249/2375] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[2250/2375] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[2251/2375] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[2252/2375] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[2253/2375] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[2254/2375] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[2255/2375] Compiling CryptoBoringWrapper RandomBytes.swift
[2256/2375] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[2257/2375] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[2258/2375] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[2262/2375] Compiling Atomics IntegerOperations.swift
[2263/2375] Compiling Atomics Unmanaged extensions.swift
[2266/2375] Compiling CryptoBoringWrapper EllipticCurve.swift
[2267/2375] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[2268/2375] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[2269/2375] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[2270/2375] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[2271/2375] Compiling AsyncAlgorithms MergeStateMachine.swift
[2272/2375] Compiling AsyncAlgorithms MergeStorage.swift
[2273/2375] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[2274/2375] Compiling AsyncAlgorithms Rethrow.swift
[2275/2381] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[2276/2381] Emitting module CryptoBoringWrapper
[2289/2387] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[2297/2388] Emitting module AsyncAlgorithms
[2301/2388] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[2302/2388] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[2303/2388] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[2326/2388] Emitting module AsyncAlgorithms
[2327/2459] Compiling Crypto HPKE-KexKeyDerivation.swift
[2328/2459] Compiling Crypto HPKE-LabeledExtract.swift
[2329/2459] Compiling Crypto HPKE-Utils.swift
[2330/2459] Compiling Crypto DHKEM.swift
[2331/2459] Compiling Crypto HPKE-KEM-Curve25519.swift
[2332/2459] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[2333/2459] Compiling Crypto PKCS8PrivateKey.swift
[2334/2459] Compiling Crypto SEC1PrivateKey.swift
[2335/2459] Compiling Crypto SubjectPublicKeyInfo.swift
[2336/2459] Compiling Crypto CryptoKitErrors.swift
[2337/2459] Compiling Crypto Digest_boring.swift
[2338/2459] Compiling Crypto Digest.swift
[2339/2459] Emitting module Atomics
[2340/2459] Compiling Crypto AES-GCM.swift
[2341/2459] Compiling Crypto AES-GCM_boring.swift
[2342/2459] Compiling Crypto ChaChaPoly_boring.swift
[2343/2459] Compiling Crypto ChaChaPoly.swift
[2344/2459] Compiling Crypto Cipher.swift
[2345/2459] Compiling Crypto Nonces.swift
[2353/2460] Compiling Crypto Digests.swift
[2354/2460] Compiling Crypto HashFunctions.swift
[2355/2460] Compiling Crypto HashFunctions_SHA2.swift
[2356/2460] Compiling Crypto HPKE-AEAD.swift
[2357/2460] Compiling Crypto HPKE-Ciphersuite.swift
[2358/2460] Compiling Crypto HPKE-KDF.swift
[2374/2460] Compiling Crypto ASN1.swift
[2375/2460] Compiling Crypto ASN1Any.swift
[2376/2460] Compiling Crypto ASN1BitString.swift
[2377/2460] Emitting module Atomics
[2379/2512] Compiling NIOCore IOData.swift
[2380/2512] Compiling NIOCore IPProtocol.swift
[2381/2512] Compiling NIOCore IntegerBitPacking.swift
[2382/2512] Compiling NIOCore IntegerTypes.swift
[2383/2512] Compiling NIOCore Interfaces.swift
[2384/2512] Compiling NIOCore Linux.swift
[2393/2625] Compiling NIOCore MarkedCircularBuffer.swift
[2394/2625] Compiling NIOCore MulticastChannel.swift
[2395/2626] Compiling NIOCore NIOAny.swift
[2396/2626] Compiling NIOCore NIOCloseOnErrorHandler.swift
[2397/2627] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[2398/2628] Compiling NIOCore ByteBuffer-core.swift
[2399/2628] Compiling NIOCore ByteBuffer-hex.swift
[2400/2628] Compiling NIOCore ByteBuffer-int.swift
[2401/2628] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[2402/2628] Compiling NIOCore ByteBuffer-multi-int.swift
[2403/2628] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[2404/2628] Compiling NIOCore ByteBuffer-views.swift
[2405/2628] Compiling NIOCore Channel.swift
[2406/2628] Compiling NIOCore ChannelHandler.swift
[2407/2628] Compiling NIOCore ChannelHandlers.swift
[2408/2637] Compiling ServiceLifecycle Service.swift
[2409/2637] Compiling ServiceLifecycle ServiceGroup.swift
[2410/2638] Compiling NIOCore NIOLoopBound.swift
[2411/2638] Compiling NIOCore NIOScheduledCallback.swift
[2412/2638] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[2413/2638] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[2414/2638] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[2415/2638] Emitting module ServiceLifecycle
[2417/2638] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[2419/2638] Compiling ServiceLifecycle ServiceRunnerError.swift
[2420/2638] Compiling ServiceLifecycle GracefulShutdown.swift
[2421/2638] Compiling ServiceLifecycle CancellationWaiter.swift
[2422/2638] Compiling ServiceLifecycle ServiceRunnerError.swift
[2423/2638] Compiling _ConnectionPoolModule TinyFastSequence.swift
[2425/2638] Compiling ServiceLifecycle CancellationWaiter.swift
[2426/2638] Compiling ServiceLifecycle GracefulShutdown.swift
[2428/2639] Compiling Crypto SymmetricKeys.swift
[2429/2639] Compiling Crypto HMAC.swift
[2430/2639] Compiling Crypto MACFunctions.swift
[2431/2639] Compiling Crypto MessageAuthenticationCode.swift
[2432/2639] Compiling Crypto AES.swift
[2433/2639] Compiling Crypto ECDSASignature_boring.swift
[2434/2639] Compiling Crypto ECDSA_boring.swift
[2435/2639] Compiling Crypto EdDSA_boring.swift
[2436/2639] Compiling Crypto ECDSA.swift
[2437/2639] Compiling Crypto Ed25519.swift
[2438/2639] Compiling NIOCore ChannelInvoker.swift
[2439/2639] Compiling NIOCore ChannelOption.swift
[2440/2639] Compiling NIOCore EventLoop.swift
[2441/2639] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[2442/2639] Compiling NIOCore EventLoopFuture+Deprecated.swift
[2443/2639] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[2444/2639] Compiling NIOCore EventLoopFuture.swift
[2445/2639] Compiling NIOCore FileDescriptor.swift
[2446/2639] Compiling NIOCore FileHandle.swift
[2447/2639] Compiling NIOCore FileRegion.swift
[2448/2639] Compiling NIOCore ChannelPipeline.swift
[2449/2639] Compiling NIOCore CircularBuffer.swift
[2450/2639] Compiling NIOCore Codec.swift
[2451/2639] Compiling NIOCore ConvenienceOptionSupport.swift
[2452/2639] Compiling NIOCore DeadChannel.swift
[2453/2639] Compiling NIOCore DispatchQueue+WithFuture.swift
[2454/2639] Compiling NIOCore EventLoop+Deprecated.swift
[2455/2639] Compiling NIOCore EventLoop+SerialExecutor.swift
[2456/2639] Compiling Crypto NISTCurvesKeys.swift
[2457/2639] Compiling Crypto X25519Keys.swift
[2458/2639] Compiling NIOCore IPProtocol.swift
[2459/2639] Compiling NIOCore IntegerBitPacking.swift
[2460/2639] Compiling NIOCore IntegerTypes.swift
[2461/2639] Compiling NIOCore Interfaces.swift
[2462/2639] Compiling NIOCore Linux.swift
[2463/2639] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[2464/2639] Compiling NIOCore BSDSocketAPI.swift
[2465/2639] Compiling NIOCore ByteBuffer-aux.swift
[2466/2639] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[2467/2639] Compiling NIOCore ByteBuffer-conversions.swift
[2468/2639] Emitting module _ConnectionPoolModule
[2479/2647] Compiling NIOCore NIOSendable.swift
[2480/2647] Compiling NIOCore RecvByteBufferAllocator.swift
[2483/2647] Compiling _ConnectionPoolModule PoolStateMachine.swift
[2484/2647] Compiling NIOCore AddressedEnvelope.swift
[2485/2647] Compiling NIOCore AsyncAwaitSupport.swift
[2486/2647] Compiling NIOCore AsyncChannel.swift
[2487/2647] Compiling NIOCore AsyncChannelHandler.swift
[2488/2648] Emitting module _ConnectionPoolModule
[2502/2648] Compiling NIOCore GlobalSingletons.swift
[2503/2648] Compiling NIOCore IO.swift
[2504/2648] Compiling NIOCore IOData.swift
[2514/2656] Compiling _ConnectionPoolModule PoolStateMachine.swift
[2524/2657] Compiling ServiceLifecycle ServiceGroup.swift
[2525/2657] Compiling ServiceLifecycle Service.swift
[2536/2658] Emitting module Crypto
[2539/2658] Compiling NIOCore AsyncChannelInboundStream.swift
[2540/2658] Compiling NIOCore AsyncChannelOutboundWriter.swift
[2541/2658] Compiling NIOCore NIOAsyncSequenceProducer.swift
[2542/2658] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[2543/2658] Compiling NIOCore NIOAsyncWriter.swift
[2548/2658] Compiling Crypto Signature.swift
[2549/2658] Compiling Crypto CryptoKitErrors_boring.swift
[2550/2658] Compiling Crypto RNG_boring.swift
[2551/2658] Compiling Crypto SafeCompare_boring.swift
[2552/2658] Compiling Crypto Zeroization_boring.swift
[2553/2658] Compiling Crypto PrettyBytes.swift
[2554/2658] Compiling Crypto SafeCompare.swift
[2555/2658] Compiling Crypto SecureBytes.swift
[2556/2658] Compiling Crypto Zeroization.swift
[2575/2659] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[2576/2659] Compiling NIOCore SocketAddresses.swift
[2577/2659] Compiling NIOCore SocketOptionProvider.swift
[2578/2659] Compiling NIOCore SystemCallHelpers.swift
[2579/2659] Compiling NIOCore TimeAmount+Duration.swift
[2580/2659] Compiling NIOCore TypeAssistedChannelHandler.swift
[2581/2659] Compiling NIOCore UniversalBootstrapSupport.swift
[2582/2659] Compiling NIOCore Utilities.swift
[2624/2659] Emitting module NIOCore
[2662/2763] Emitting module NIOEmbedded
[2663/2763] Compiling NIOEmbedded AsyncTestingChannel.swift
[2664/2763] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2665/2763] Compiling NIOEmbedded AsyncTestingChannel.swift
[2666/2763] Emitting module NIOEmbedded
[2667/2763] Compiling NIOEmbedded Embedded.swift
[2669/2764] Compiling NIOPosix SelectableEventLoop.swift
[2670/2764] Compiling NIOPosix SelectorEpoll.swift
[2671/2764] Compiling NIOPosix SelectorGeneric.swift
[2672/2764] Compiling NIOPosix SelectorKqueue.swift
[2673/2764] Compiling NIOPosix SelectorUring.swift
[2674/2764] Compiling NIOPosix NIOThreadPool.swift
[2675/2770] Compiling NIOPosix IO.swift
[2676/2770] Compiling NIOPosix IntegerBitPacking.swift
[2677/2770] Compiling NIOPosix IntegerTypes.swift
[2678/2770] Compiling NIOPosix Linux.swift
[2679/2770] Compiling NIOPosix LinuxCPUSet.swift
[2680/2770] Compiling NIOPosix LinuxUring.swift
[2681/2770] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2682/2776] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2683/2776] Compiling NIOEmbedded Embedded.swift
[2685/2777] Compiling NIOPosix ThreadPosix.swift
[2686/2777] Compiling NIOPosix ThreadWindows.swift
[2687/2777] Compiling NIOPosix UnsafeTransfer.swift
[2688/2777] Compiling NIOPosix Utilities.swift
[2689/2777] Compiling NIOPosix VsockAddress.swift
[2690/2777] Compiling NIOPosix VsockChannelEvents.swift
[2691/2777] Compiling NIOPosix NonBlockingFileIO.swift
[2692/2777] Compiling NIOPosix PendingDatagramWritesManager.swift
[2693/2777] Compiling NIOPosix PendingWritesManager.swift
[2694/2777] Compiling NIOPosix PipeChannel.swift
[2695/2777] Compiling NIOPosix PipePair.swift
[2696/2777] Compiling NIOPosix Pool.swift
[2697/2777] Emitting module NIOPosix
[2698/2777] Compiling NIOPosix ServerSocket.swift
[2699/2777] Compiling NIOPosix Socket.swift
[2700/2777] Compiling NIOPosix SocketChannel.swift
[2701/2777] Compiling NIOPosix SocketProtocols.swift
[2702/2777] Compiling NIOPosix System.swift
[2703/2777] Compiling NIOPosix Thread.swift
[2704/2777] Emitting module NIOPosix
[2711/2777] Compiling NIOPosix PooledRecvBufferAllocator.swift
[2712/2777] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2713/2777] Compiling NIOPosix PosixSingletons.swift
[2714/2777] Compiling NIOPosix RawSocketBootstrap.swift
[2715/2777] Compiling NIOPosix Resolver.swift
[2716/2777] Compiling NIOPosix Selectable.swift
[2717/2777] Compiling NIOPosix SelectableChannel.swift
[2729/2777] Compiling NIOPosix BSDSocketAPICommon.swift
[2730/2777] Compiling NIOPosix BSDSocketAPIPosix.swift
[2731/2777] Compiling NIOPosix BSDSocketAPIWindows.swift
[2732/2777] Compiling NIOPosix BaseSocket.swift
[2733/2777] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2734/2777] Compiling NIOPosix BaseSocketChannel.swift
[2735/2777] Compiling NIOPosix BaseStreamSocketChannel.swift
[2750/2777] Compiling NIOPosix Bootstrap.swift
[2751/2777] Compiling NIOPosix ControlMessage.swift
[2752/2777] Compiling NIOPosix DatagramVectorReadManager.swift
[2753/2777] Compiling NIOPosix Errors+Any.swift
[2754/2777] Compiling NIOPosix FileDescriptor.swift
[2755/2777] Compiling NIOPosix GetaddrinfoResolver.swift
[2756/2777] Compiling NIOPosix HappyEyeballs.swift
[2780/2783] Compiling NIO Exports.swift
[2781/2783] Emitting module NIO
[2783/2784] Compiling NIO Exports.swift
[2786/2807] Compiling NIOTLS TLSEvents.swift
[2787/2807] Emitting module NIOTLS
[2788/2807] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2789/2807] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2790/2807] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2791/2807] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2792/2807] Compiling NIOTLS TLSEvents.swift
[2793/2807] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2794/2807] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2795/2807] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2796/2807] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2797/2807] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2798/2807] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2799/2807] Compiling NIOTLS SNIHandler.swift
[2800/2807] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2801/2807] Emitting module NIOTLS
[2802/2808] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2803/2808] Compiling NIOTLS SNIHandler.swift
[2806/2809] Emitting module NIOFoundationCompat
[2807/2809] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2809/2839] Emitting module NIOFoundationCompat
[2810/2839] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2812/2892] Compiling NIOTransportServices StateManagedChannel.swift
[2813/2892] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2814/2892] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2815/2915] Compiling NIOTransportServices NIOTSBootstraps.swift
[2816/2915] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2817/2915] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2818/2915] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2819/2915] Compiling NIOTransportServices NIOTSErrors.swift
[2820/2915] Compiling NIOTransportServices NIOTSEventLoop.swift
[2821/2915] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2822/2915] Compiling NIOTransportServices NIOTSSingletons.swift
[2823/2915] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2824/2915] Compiling NIOTransportServices StateManagedChannel.swift
[2825/2915] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2826/2915] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2827/2915] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2828/2915] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2829/2915] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2830/2915] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2831/2915] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2832/2915] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2833/2915] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2834/2915] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2835/2915] Emitting module NIOTransportServices
[2853/2918] Compiling NIOTransportServices AcceptHandler.swift
[2854/2918] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2855/2918] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2859/2918] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2860/2918] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2865/2919] Compiling NIOSSL Zeroization.swift
[2866/2922] Compiling NIOSSL SSLPublicKey.swift
[2867/2922] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[2868/2922] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2869/2922] Compiling NIOSSL SubjectAlternativeName.swift
[2870/2922] Emitting module NIOSSL
[2912/2925] Compiling NIOSSL TLSConfiguration.swift
[2913/2925] Compiling NIOSSL UniversalBootstrapSupport.swift
[2914/2925] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2928/3133] Emitting module PostgresNIO
[2930/3161] Compiling PostgresNIO Authentication.swift
[2931/3161] Compiling PostgresNIO BackendKeyData.swift
[2932/3161] Compiling PostgresNIO DataRow.swift
[2933/3161] Compiling PostgresNIO ErrorResponse.swift
[2934/3161] Compiling PostgresNIO NotificationResponse.swift
[2935/3161] Compiling PostgresNIO ParameterDescription.swift
[2936/3161] Compiling PostgresNIO ParameterStatus.swift
[2937/3161] Compiling PostgresNIO ReadyForQuery.swift
[2938/3161] Compiling PostgresNIO RowDescription.swift
[2939/3161] Compiling PostgresNIO NotificationListener.swift
[2940/3161] Compiling PostgresNIO PSQLError.swift
[2941/3161] Compiling PostgresNIO PSQLEventsHandler.swift
[2942/3161] Compiling PostgresNIO PSQLPreparedStatement.swift
[2943/3161] Compiling PostgresNIO PSQLRowStream.swift
[2944/3161] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[2945/3161] Compiling PostgresNIO PostgresData+Set.swift
[2946/3161] Compiling PostgresNIO PostgresData+String.swift
[2947/3161] Compiling PostgresNIO PostgresData+UUID.swift
[2948/3161] Compiling PostgresNIO PostgresData.swift
[2949/3161] Compiling PostgresNIO PostgresDataConvertible.swift
[2950/3161] Compiling PostgresNIO PostgresDataType.swift
[2951/3161] Compiling PostgresNIO PostgresRow.swift
[2952/3161] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[2953/3161] Compiling PostgresNIO PostgresData+UInt.swift
[2954/3161] Compiling PostgresNIO PostgresMessage+Authentication.swift
[2955/3161] Compiling PostgresNIO PostgresMessage+Bind.swift
[2956/3161] Compiling PostgresNIO PostgresMessage+Close.swift
[2957/3161] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[2958/3161] Compiling PostgresNIO PostgresMessage+Describe.swift
[2959/3161] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[2960/3161] Compiling PostgresNIO PostgresMessage+DataRow.swift
[2961/3161] Compiling PostgresNIO PostgresMessage+Error.swift
[2962/3161] Compiling PostgresNIO PostgresMessage+Identifier.swift
[2963/3161] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[2964/3161] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[2965/3161] Compiling PostgresNIO PostgresMessageType.swift
[2966/3161] Compiling PostgresNIO AuthenticationStateMachine.swift
[2967/3161] Compiling PostgresNIO CloseStateMachine.swift
[2968/3161] Compiling PostgresNIO ConnectionStateMachine.swift
[2969/3161] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2970/3161] Compiling PostgresNIO ListenStateMachine.swift
[2971/3161] Compiling PostgresNIO PreparedStatementStateMachine.swift
[2972/3161] Compiling PostgresNIO RowStreamStateMachine.swift
[2973/3161] Compiling PostgresNIO Array+PostgresCodable.swift
[2974/3161] Compiling PostgresNIO PostgresMessage+Execute.swift
[2975/3161] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[2976/3161] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[2977/3161] Compiling PostgresNIO PostgresMessage+Parse.swift
[2978/3161] Compiling PostgresNIO PostgresMessage+Password.swift
[2979/3161] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[2980/3161] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[2981/3161] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2982/3161] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[2983/3161] Compiling PostgresNIO PostgresMessage+Startup.swift
[2984/3161] Compiling PostgresNIO PostgresMessage+Sync.swift
[2985/3161] Compiling PostgresNIO PostgresMessage+Terminate.swift
[2986/3161] Compiling PostgresNIO PostgresMessageDecoder.swift
[2987/3161] Compiling PostgresNIO PostgresMessageEncoder.swift
[2988/3161] Compiling PostgresNIO PostgresMessage+0.swift
[2989/3161] Compiling PostgresNIO PostgresConnection+Configuration.swift
[2990/3161] Compiling PostgresNIO PostgresConnection.swift
[2991/3161] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[2992/3161] Compiling PostgresNIO PostgresData+Array.swift
[2993/3161] Compiling PostgresNIO PostgresData+Bool.swift
[2994/3161] Compiling PostgresNIO PostgresData+Bytes.swift
[2995/3161] Compiling PostgresNIO PostgresData+Date.swift
[2996/3161] Compiling PostgresNIO PostgresData+Decimal.swift
[2997/3161] Compiling PostgresNIO PostgresData+Double.swift
[2998/3161] Compiling PostgresNIO PostgresData+Float.swift
[2999/3161] Compiling PostgresNIO PostgresData+Int.swift
[3000/3161] Compiling PostgresNIO PostgresData+JSON.swift
[3001/3161] Compiling PostgresNIO PostgresData+JSONB.swift
[3002/3161] Compiling PostgresNIO PostgresData+Numeric.swift
[3003/3161] Compiling PostgresNIO PostgresData+Optional.swift
[3036/3161] Compiling PostgresNIO Bool+PostgresCodable.swift
[3037/3161] Compiling PostgresNIO Bytes+PostgresCodable.swift
[3038/3161] Compiling PostgresNIO Date+PostgresCodable.swift
[3039/3161] Compiling PostgresNIO Decimal+PostgresCodable.swift
[3040/3161] Compiling PostgresNIO Float+PostgresCodable.swift
[3041/3161] Compiling PostgresNIO Int+PostgresCodable.swift
[3042/3161] Compiling PostgresNIO JSON+PostgresCodable.swift
[3043/3161] Compiling PostgresNIO Range+PostgresCodable.swift
[3044/3161] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[3045/3161] Compiling PostgresNIO String+PostgresCodable.swift
[3046/3161] Compiling PostgresNIO UUID+PostgresCodable.swift
[3047/3161] Compiling PostgresNIO ByteBuffer+PSQL.swift
[3048/3161] Compiling PostgresNIO Logging+PSQL.swift
[3077/3161] Compiling PostgresNIO PSQLTask.swift
[3078/3161] Compiling PostgresNIO PostgresBackendMessage.swift
[3079/3161] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[3080/3161] Compiling PostgresNIO PostgresCell.swift
[3081/3161] Compiling PostgresNIO PostgresChannelHandler.swift
[3082/3161] Compiling PostgresNIO PostgresCodable.swift
[3083/3161] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[3084/3161] Compiling PostgresNIO PostgresNotificationSequence.swift
[3085/3161] Compiling PostgresNIO PostgresQuery.swift
[3086/3161] Compiling PostgresNIO PostgresRowSequence.swift
[3087/3161] Compiling PostgresNIO PostgresTransactionError.swift
[3088/3161] Compiling PostgresNIO PreparedStatement.swift
[3089/3161] Compiling PostgresNIO VariadicGenerics.swift
[3090/3161] Compiling PostgresNIO ConnectionFactory.swift
[3091/3161] Compiling PostgresNIO PostgresClient.swift
[3134/3161] Compiling PostgresNIO PostgresClientMetrics.swift
[3135/3161] Compiling PostgresNIO Postgres+PSQLCompat.swift
[3136/3161] Compiling PostgresNIO PostgresDatabase+Query.swift
[3137/3161] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[3138/3161] Compiling PostgresNIO PostgresDatabase.swift
[3139/3161] Compiling PostgresNIO PostgresRequest.swift
[3140/3161] Compiling PostgresNIO Exports.swift
[3141/3161] Compiling PostgresNIO NIOUtils.swift
[3142/3161] Compiling PostgresNIO PostgresError+Code.swift
[3143/3161] Compiling PostgresNIO PostgresError.swift
[3144/3161] Compiling PostgresNIO PostgresJSONDecoder.swift
[3145/3161] Compiling PostgresNIO PostgresJSONEncoder.swift
[3146/3161] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[3147/3161] Compiling PostgresNIO SASLAuthenticationManager.swift
[3164/3167] Emitting module PostgresNIOMacros
[3165/3167] Compiling PostgresNIOMacros Statement.swift
[3167/3167] Emitting module PostgresNIOMacros
Build complete! (321.08s)
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.