The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build postgres-nio-macros, reference main (c08364), with Swift 6.1 for Wasm on 30 May 2025 17:37:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lovetodream/postgres-nio-macros.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/lovetodream/postgres-nio-macros
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         wasm
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/vapor/postgres-nio.git
[1/12271] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.65s)
[1/70522] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.82s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (7.78s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
[1/2667] Fetching swift-nio-transport-services
[28/4873] Fetching swift-nio-transport-services, swift-metrics
[349/8709] Fetching swift-nio-transport-services, swift-metrics, swift-log
[468/11135] Fetching swift-nio-transport-services, swift-metrics, swift-log, swift-service-lifecycle
[7868/25071] Fetching swift-nio-transport-services, swift-metrics, swift-log, swift-service-lifecycle, swift-crypto
[11276/39914] Fetching swift-nio-transport-services, swift-metrics, swift-log, swift-service-lifecycle, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.99s)
Fetching https://github.com/apple/swift-nio.git
[13454/37488] Fetching swift-nio-transport-services, swift-metrics, swift-log, swift-crypto, swift-nio-ssl
[25502/113611] Fetching swift-nio-transport-services, swift-metrics, swift-log, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (3.18s)
[66385/109775] Fetching swift-nio-transport-services, swift-metrics, swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.68s)
Fetched https://github.com/apple/swift-metrics.git from cache (3.50s)
[73439/104902] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-crypto.git from cache (3.55s)
[59756/90966] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.59s)
[45674/76123] Fetching swift-nio
[46437/92714] Fetching swift-nio, swift-collections
[51724/94431] Fetching swift-nio, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
[55317/92714] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.90s)
[61660/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.26s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (10.93s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.24s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.84s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
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.52s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
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.04s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.51s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.95s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.32s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.87s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.65s)
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.1
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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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
Building for debugging...
[0/1630] Write sources
[42/1630] Compiling _SwiftSyntaxCShims dummy.c
[42/1630] Write sources
[54/1630] Compiling _AtomicsShims.c
[55/1630] Compiling CNIOWindows shim.c
[56/1630] Compiling CNIOWindows WSAStartup.c
[57/1630] Compiling CNIOWASI CNIOWASI.c
[58/1630] Compiling CNIOLinux liburing_shims.c
[59/1630] Compiling CNIODarwin shim.c
[60/1630] Compiling CNIOLinux shim.c
[61/1630] Write swift-version-24593BA9C3E375BF.txt
[62/1630] Compiling fiat_p256_adx_sqr.S
[63/1630] Compiling fiat_p256_adx_mul.S
[64/1630] Compiling cpu_aarch64_linux.cc
[65/1630] Compiling a_object.cc
[66/1630] Compiling printf.cc
[67/1633] Compiling a_mbstr.cc
[68/1640] Compiling a_int.cc
[70/1642] 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
[70/1659] Compiling CNIOBoringSSLShims shims.c
[72/1669] 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
[73/1669] 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
[74/1670] 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
[75/1670] 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
[76/1671] Compiling _NIOBase64 Base64.swift
[77/1671] Emitting module _NIOBase64
[78/1671] Compiling _NIODataStructures PriorityQueue.swift
[79/1671] Compiling SwiftASN1 TimeUtilities.swift
[80/1671] Compiling SwiftASN1 UTCTime.swift
[81/1671] Compiling SwiftASN1 ArraySliceBigint.swift
[82/1671] Compiling SwiftASN1 GeneralizedTime.swift
[83/1671] Compiling _NIODataStructures _TinyArray.swift
[85/1674] 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
[89/1714] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/1715] Compiling Atomics AtomicMemoryOrderings.swift
[91/1715] Compiling Atomics DoubleWord.swift
[92/1715] Compiling Atomics AtomicReference.swift
[93/1715] Compiling Atomics AtomicStorage.swift
[94/1715] Compiling ConcurrencyHelpers LockedValueBox.swift
[95/1715] Compiling Atomics Primitives.native.swift
[96/1715] Compiling Atomics Primitives.shims.swift
[97/1715] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/1715] Compiling Atomics IntegerConformances.swift
[99/1715] Compiling Atomics PointerConformances.swift
[100/1715] Compiling Atomics ManagedAtomic.swift
[101/1715] Compiling Atomics ManagedAtomicLazyReference.swift
[102/1715] Compiling Atomics UnsafeAtomic.swift
[103/1715] Compiling Atomics UnsafeAtomicLazyReference.swift
[107/1717] Compiling Atomics AtomicInteger.swift
[108/1717] Compiling Atomics AtomicOptionalWrappable.swift
[109/1717] Emitting module Logging
[110/1717] Compiling Logging MetadataProvider.swift
[111/1717] Emitting module ConcurrencyHelpers
[114/1717] Compiling ConcurrencyHelpers Lock.swift
[115/1718] Compiling Logging Locks.swift
[116/1718] Emitting module InternalCollectionsUtilities
[117/1718] Compiling Logging Logging.swift
[118/1718] Compiling Logging LogHandler.swift
[119/1718] Emitting module Logging
[120/1718] Compiling Atomics AtomicValue.swift
[121/1718] Compiling Atomics OptionalRawRepresentable.swift
[122/1720] Emitting module _NIODataStructures
[123/1720] Compiling _NIODataStructures Heap.swift
[145/1721] Emitting module SwiftASN1
[146/1722] Compiling Atomics IntegerOperations.swift
[147/1722] Compiling Atomics Unmanaged extensions.swift
[149/1723] Emitting module CoreMetrics
[150/1723] Compiling CoreMetrics Locks.swift
[151/1723] Compiling CoreMetrics Metrics.swift
[152/1790] Compiling Logging MetadataProvider.swift
[153/1790] Compiling Logging LogHandler.swift
[154/1790] Compiling Logging Logging.swift
[155/1790] Compiling Logging Locks.swift
[156/1807] Wrapping AST for SwiftSyntax600 for debugging
[158/1861] Wrapping AST for SwiftSyntax510 for debugging
[160/1861] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[161/1861] Compiling OrderedCollections OrderedDictionary+Elements.swift
[161/1863] Compiling fiat_curve25519_adx_square.S
[163/1863] Emitting module UnixSignals
[163/1863] Compiling fiat_curve25519_adx_mul.S
[164/1865] Wrapping AST for SwiftSyntax509 for debugging
[166/1865] Compiling OrderedCollections OrderedSet+Initializers.swift
[167/1865] Compiling OrderedCollections OrderedSet+Insertions.swift
[168/1865] Compiling UnixSignals UnixSignal.swift
[169/1865] Compiling UnixSignals UnixSignalsSequence.swift
[170/1866] Compiling DequeModule _DequeSlot.swift
[171/1866] Compiling DequeModule _UnsafeWrappedBuffer.swift
[172/1866] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[173/1866] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[174/1866] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[175/1866] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[176/1866] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[177/1866] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[178/1866] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[180/1873] Compiling OrderedCollections OrderedDictionary.swift
[181/1873] Compiling OrderedCollections OrderedSet+Codable.swift
[182/1873] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[183/1873] Compiling OrderedCollections OrderedSet+Descriptions.swift
[184/1873] Compiling OrderedCollections OrderedSet+Diffing.swift
[185/1873] Compiling OrderedCollections OrderedSet+Equatable.swift
[186/1873] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[187/1873] Compiling OrderedCollections OrderedSet+Hashable.swift
[188/1873] Emitting module Atomics
[189/1873] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[190/1873] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[191/1873] Compiling OrderedCollections OrderedDictionary+Codable.swift
[192/1873] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[193/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[194/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[195/1873] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[196/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[197/1873] Compiling OrderedCollections OrderedSet+Invariants.swift
[198/1873] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[215/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[216/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[217/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[218/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[219/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[220/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[221/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[222/1873] Emitting module DequeModule
[231/1875] Emitting module Metrics
[232/1875] Compiling Metrics Metrics.swift
[234/1890] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[235/1890] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[236/1890] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[237/1890] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[238/1890] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[239/1890] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[240/1890] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[241/1890] Compiling OrderedCollections OrderedDictionary+Values.swift
[242/1890] Compiling OrderedCollections _HashTable+Bucket.swift
[243/1890] Compiling OrderedCollections _HashTable+BucketIterator.swift
[244/1890] Compiling OrderedCollections _HashTable+Constants.swift
[245/1890] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[246/1890] Compiling OrderedCollections _HashTable+Testing.swift
[247/1890] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[248/1890] Compiling OrderedCollections _HashTable.swift
[249/1890] Compiling OrderedCollections _Hashtable+Header.swift
[250/1890] Compiling OrderedCollections OrderedSet+Sendable.swift
[251/1890] Compiling OrderedCollections OrderedSet+SubSequence.swift
[252/1890] Compiling OrderedCollections OrderedSet+Testing.swift
[253/1890] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[254/1890] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[255/1890] Compiling OrderedCollections OrderedSet.swift
[256/1890] Compiling OrderedCollections _UnsafeBitset.swift
[256/1890] Compiling tls_record.cc
[258/1890] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[259/1890] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[260/1890] Compiling _ConnectionPoolModule ConnectionRequest.swift
[261/1890] Compiling _ConnectionPoolModule Max2Sequence.swift
[261/1891] Compiling tls_method.cc
[263/1891] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[264/1891] Compiling _ConnectionPoolModule NIOLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[265/1891] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[272/1900] Emitting module OrderedCollections
[273/1901] Compiling _ConnectionPoolModule TinyFastSequence.swift
[274/1901] Compiling tls13_server.cc
[276/1901] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[277/1901] Compiling _ConnectionPoolModule ConnectionPool.swift
[278/1901] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[279/1901] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[280/1901] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[282/1901] Emitting module _ConnectionPoolModule
[282/1901] Compiling tls13_enc.cc
[286/1901] Compiling _ConnectionPoolModule PoolStateMachine.swift
[287/1902] Compiling tls13_client.cc
[288/1902] Compiling t1_enc.cc
[289/1902] Compiling tls13_both.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
[308/1902] Compiling ssl_versions.cc
[309/1902] Compiling ssl_x509.cc
[310/1902] Compiling ssl_transcript.cc
[311/1902] Compiling ssl_stat.cc
[312/1902] Compiling ssl_session.cc
[313/1902] Compiling ssl_privkey.cc
[314/1902] Compiling ssl_key_share.cc
[315/1902] Compiling ssl_file.cc
[316/1902] Compiling ssl_lib.cc
[317/1902] Compiling ssl_credential.cc
[318/1902] Compiling ssl_cipher.cc
[319/1902] Compiling ssl_cert.cc
[320/1902] Compiling ssl_buffer.cc
[321/1902] Compiling ssl_asn1.cc
[322/1902] Compiling ssl_aead_ctx.cc
[323/1902] Compiling s3_pkt.cc
[324/1902] Compiling s3_lib.cc
[325/1902] Compiling s3_both.cc
[326/1902] Compiling handshake_server.cc
[327/1902] Compiling handshake_client.cc
[328/1902] Compiling handshake.cc
[329/1902] Compiling handoff.cc
[330/1902] Compiling dtls_record.cc
[331/1902] Compiling extensions.cc
[332/1902] Compiling encrypted_client_hello.cc
[333/1902] Compiling md5-x86_64-linux.S
[334/1902] Compiling md5-x86_64-apple.S
[335/1902] Compiling md5-586-linux.S
[336/1902] Compiling md5-586-apple.S
[337/1902] Compiling err_data.cc
[338/1902] Compiling d1_srtp.cc
[339/1902] Compiling chacha20_poly1305_x86_64-apple.S
[340/1902] Compiling dtls_method.cc
[341/1902] Compiling chacha20_poly1305_armv8-win.S
[342/1902] Compiling chacha20_poly1305_armv8-linux.S
[343/1902] Compiling chacha20_poly1305_x86_64-linux.S
[344/1902] Compiling chacha20_poly1305_armv8-apple.S
[345/1902] Compiling chacha-x86_64-apple.S
[346/1902] Compiling chacha-x86_64-linux.S
[347/1902] Compiling chacha-x86-linux.S
[348/1902] Compiling chacha-x86-apple.S
[349/1902] Compiling chacha-armv8-win.S
[350/1902] Compiling chacha-armv8-linux.S
[351/1902] Compiling chacha-armv8-apple.S
[352/1902] Compiling chacha-armv4-linux.S
[353/1902] Compiling aes128gcmsiv-x86_64-linux.S
[354/1902] Compiling aes128gcmsiv-x86_64-apple.S
[355/1902] Compiling d1_pkt.cc
[356/1902] Compiling x86_64-mont5-linux.S
[357/1902] Compiling x86_64-mont5-apple.S
[358/1902] Compiling x86_64-mont-apple.S
[359/1902] Compiling x86_64-mont-linux.S
[360/1902] Compiling x86-mont-linux.S
[361/1902] Compiling x86-mont-apple.S
[362/1902] Compiling vpaes-x86_64-apple.S
[363/1902] Compiling vpaes-x86_64-linux.S
[364/1902] Compiling vpaes-x86-apple.S
[365/1902] Compiling vpaes-x86-linux.S
[366/1902] Compiling vpaes-armv8-win.S
[367/1902] Compiling vpaes-armv8-linux.S
[368/1902] Compiling vpaes-armv7-linux.S
[369/1902] Compiling bio_ssl.cc
[370/1902] Compiling vpaes-armv8-apple.S
[371/1902] Compiling sha512-x86_64-apple.S
[372/1902] Compiling sha512-x86_64-linux.S
[373/1902] Compiling sha512-armv8-win.S
[374/1902] Compiling sha512-armv8-linux.S
[375/1902] Compiling sha512-586-linux.S
[376/1902] Compiling sha512-armv8-apple.S
[377/1902] Compiling sha512-armv4-linux.S
[378/1902] Compiling sha256-x86_64-linux.S
[379/1902] Compiling sha256-armv8-win.S
[380/1902] Compiling sha512-586-apple.S
[381/1902] Compiling d1_lib.cc
[382/1902] Compiling sha256-armv4-linux.S
[383/1902] Compiling sha256-armv8-apple.S
[384/1902] Compiling sha256-586-linux.S
[385/1902] Compiling sha256-586-apple.S
[386/1902] Compiling sha256-armv8-linux.S
[387/1902] Compiling sha256-x86_64-apple.S
[388/1902] Compiling sha1-x86_64-linux.S
[389/1902] Compiling sha1-x86_64-apple.S
[390/1902] Compiling sha1-armv8-win.S
[391/1902] Compiling sha1-armv4-large-linux.S
[392/1902] Compiling sha1-586-apple.S
[393/1902] Compiling sha1-586-linux.S
[394/1902] Compiling sha1-armv8-apple.S
[395/1902] Compiling sha1-armv8-linux.S
[396/1902] Compiling rsaz-avx2-linux.S
[397/1902] Compiling rdrand-x86_64-linux.S
[398/1902] Compiling p256_beeu-x86_64-asm-apple.S
[399/1902] Compiling rdrand-x86_64-apple.S
[400/1902] Compiling rsaz-avx2-apple.S
[401/1902] Compiling p256_beeu-x86_64-asm-linux.S
[402/1902] Compiling p256_beeu-armv8-asm-linux.S
[403/1902] Compiling p256_beeu-armv8-asm-win.S
[404/1902] Compiling p256-x86_64-asm-apple.S
[404/1902] Compiling p256_beeu-armv8-asm-apple.S
[406/1902] Compiling p256-armv8-asm-apple.S
[407/1902] Compiling p256-x86_64-asm-linux.S
[408/1902] Compiling p256-armv8-asm-win.S
[409/1902] Compiling ghashv8-armv8-win.S
[410/1902] Compiling ghashv8-armv8-apple.S
[411/1902] Compiling ghash-x86_64-linux.S
[412/1902] Compiling p256-armv8-asm-linux.S
[413/1902] Compiling ghashv8-armv7-linux.S
[414/1902] Compiling ghashv8-armv8-linux.S
[415/1902] Compiling ghash-x86-linux.S
[416/1902] Compiling ghash-x86_64-apple.S
[418/1902] 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
[418/1902] Compiling ghash-ssse3-x86_64-apple.S
[419/1902] Compiling ghash-x86-apple.S
[420/1902] Compiling ghash-ssse3-x86_64-linux.S
[421/1902] Compiling ghash-neon-armv8-win.S
[422/1902] Compiling ghash-ssse3-x86-linux.S
[423/1902] Compiling ghash-ssse3-x86-apple.S
[424/1902] Compiling ghash-neon-armv8-linux.S
[425/1902] Compiling ghash-armv4-linux.S
[426/1902] Compiling ghash-neon-armv8-apple.S
[427/1902] Compiling co-586-apple.S
[428/1902] Compiling co-586-linux.S
[429/1902] Compiling bn-armv8-win.S
[430/1902] Compiling bsaes-armv7-linux.S
[431/1902] Compiling bn-586-apple.S
[432/1902] Compiling bn-armv8-apple.S
[433/1902] Compiling armv8-mont-win.S
[433/1902] Compiling bn-armv8-linux.S
[433/1902] Compiling bn-586-linux.S
[436/1902] Compiling armv8-mont-linux.S
[437/1902] Compiling armv4-mont-linux.S
[438/1902] Compiling armv8-mont-apple.S
[439/1902] Compiling aesv8-gcm-armv8-linux.S
[440/1902] Compiling aesv8-gcm-armv8-apple.S
[441/1902] Compiling aesv8-armv8-win.S
[442/1902] Compiling aesv8-gcm-armv8-win.S
[443/1902] Compiling aesv8-armv8-apple.S
[444/1902] Compiling aesv8-armv8-linux.S
[445/1902] Compiling aesv8-armv7-linux.S
[446/1902] Compiling aesni-x86_64-apple.S
[447/1902] Compiling aesni-x86-linux.S
[448/1902] Compiling aesni-x86_64-linux.S
[449/1902] Compiling aesni-gcm-x86_64-linux.S
[450/1902] Compiling aesni-x86-apple.S
[451/1902] Compiling aesni-gcm-x86_64-apple.S
[452/1902] Compiling aes-gcm-avx2-x86_64-linux.S
[453/1902] Compiling aes-gcm-avx2-x86_64-apple.S
[454/1902] Compiling aes-gcm-avx10-x86_64-linux.S
[455/1902] Compiling aes-gcm-avx10-x86_64-apple.S
[456/1902] Compiling d1_both.cc
[457/1902] Compiling x_spki.cc
[458/1902] Compiling x_sig.cc
[459/1902] Compiling x_x509a.cc
[460/1902] Compiling x_val.cc
[461/1902] Compiling x_x509.cc
[462/1902] Compiling x_req.cc
[463/1902] Compiling x_pubkey.cc
[464/1902] Compiling x_crl.cc
[465/1902] Compiling x_name.cc
[466/1902] Compiling x_exten.cc
[467/1902] Compiling x_attrib.cc
[468/1902] Compiling x_algor.cc
[469/1902] Compiling x509spki.cc
[470/1902] Compiling x_all.cc
[471/1902] Compiling x509rset.cc
[472/1902] Compiling x509cset.cc
[473/1902] Compiling x509_vpm.cc
[474/1902] Compiling x509name.cc
[475/1902] Compiling x509_txt.cc
[476/1902] Compiling x509_v3.cc
[477/1902] Compiling x509_vfy.cc
[478/1902] Compiling x509_lu.cc
[479/1902] Compiling x509_trs.cc
[480/1902] Compiling x509_set.cc
[481/1902] Compiling x509_req.cc
[482/1902] Compiling x509_obj.cc
[483/1902] Compiling x509_ext.cc
[484/1902] Compiling x509_def.cc
[485/1902] Compiling x509_d2.cc
[486/1902] Compiling x509.cc
[487/1902] Compiling x509_cmp.cc
[488/1902] Compiling v3_utl.cc
[489/1902] Compiling v3_prn.cc
[490/1902] Compiling x509_att.cc
[491/1902] Compiling v3_skey.cc
[492/1902] Compiling v3_purp.cc
[493/1902] Compiling v3_lib.cc
[494/1902] Compiling v3_ocsp.cc
[495/1902] Compiling v3_pmaps.cc
[496/1902] Compiling v3_pcons.cc
[497/1902] Compiling v3_int.cc
[498/1902] Compiling v3_ncons.cc
[499/1902] Compiling v3_info.cc
[500/1902] Compiling v3_ia5.cc
[501/1902] Compiling v3_genn.cc
[502/1902] Compiling v3_extku.cc
[503/1902] Compiling v3_enum.cc
[504/1902] Compiling v3_crld.cc
[505/1902] Compiling v3_conf.cc
[506/1902] Compiling v3_cpols.cc
[507/1902] Compiling v3_bitst.cc
[508/1902] Compiling v3_alt.cc
[509/1902] Compiling v3_bcons.cc
[510/1902] Compiling v3_akeya.cc
[511/1902] Compiling v3_akey.cc
[512/1902] Compiling t_x509a.cc
[513/1902] Compiling t_x509.cc
[514/1902] Compiling t_req.cc
[515/1902] Compiling i2d_pr.cc
[516/1902] Compiling policy.cc
[517/1902] Compiling t_crl.cc
[518/1902] Compiling rsa_pss.cc
[519/1902] Compiling name_print.cc
[520/1902] Compiling by_file.cc
[521/1902] Compiling a_sign.cc
[522/1902] Compiling by_dir.cc
[523/1902] Compiling asn1_gen.cc
[524/1902] Compiling voprf.cc
[525/1902] Compiling a_digest.cc
[526/1902] Compiling algorithm.cc
[527/1902] Compiling a_verify.cc
[528/1902] Compiling thread.cc
[529/1902] Compiling thread_none.cc
[530/1902] Compiling thread_pthread.cc
[531/1902] Compiling thread_win.cc
[532/1902] Compiling stack.cc
[533/1902] Compiling trust_token.cc
[534/1902] Compiling pmbtoken.cc
[535/1902] Compiling sha512.cc
[536/1902] Compiling siphash.cc
[537/1902] Compiling sha256.cc
[538/1902] Compiling sha1.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
[556/1902] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[557/1902] Compiling SwiftSyntax RawSyntaxValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[557/1902] Compiling slhdsa.cc
[558/1902] Compiling rsa_print.cc
[559/1902] Compiling rsa_extra.cc
[560/1902] Compiling refcount.cc
[561/1902] Compiling spake2plus.cc
[562/1902] Compiling rsa_crypt.cc
[563/1902] Compiling rc4.cc
[564/1902] Compiling windows.cc
[565/1902] Compiling ios.cc
[566/1902] Compiling rsa_asn1.cc
[567/1902] Compiling rand.cc
[568/1902] Compiling trusty.cc
[569/1902] Compiling passive.cc
[570/1902] Compiling urandom.cc
[571/1902] Compiling poly1305_arm_asm.S
[572/1902] Compiling getentropy.cc
[573/1902] Compiling deterministic.cc
[574/1902] Compiling forkunsafe.cc
[575/1902] Compiling fork_detect.cc
[576/1902] Compiling poly1305_arm.cc
[577/1902] Compiling poly1305_vec.cc
[578/1902] Compiling poly1305.cc
[579/1902] Compiling pool.cc
[580/1902] Compiling pkcs8_x509.cc
[581/1902] Compiling pkcs7.cc
[582/1902] Compiling pkcs8.cc
[583/1902] Compiling p5_pbev2.cc
[584/1902] Compiling pem_xaux.cc
[585/1902] Compiling pkcs7_x509.cc
[586/1902] Compiling pem_x509.cc
[587/1902] Compiling pem_pkey.cc
[588/1902] Compiling pem_pk8.cc
[589/1902] Compiling pem_oth.cc
[590/1902] Compiling obj_xref.cc
[591/1902] Compiling pem_info.cc
[592/1902] Compiling pem_lib.cc
[593/1902] Compiling pem_all.cc
[594/1902] Compiling mlkem.cc
[595/1902] Compiling mldsa.cc
[596/1902] Compiling md5.cc
[597/1902] Compiling md4.cc
[598/1902] Compiling mem.cc
[599/1902] Compiling obj.cc
[600/1902] Compiling lhash.cc
[601/1902] Compiling fips_shared_support.cc
[602/1902] Compiling poly_rq_mul.S
[603/1902] Compiling hrss.cc
[604/1902] Compiling kyber.cc
[605/1902] Compiling sign.cc
[606/1902] Compiling scrypt.cc
[607/1902] Compiling ex_data.cc
[608/1902] Compiling hpke.cc
[609/1902] Compiling pbkdf.cc
[610/1902] Compiling p_x25519.cc
[611/1902] Compiling print.cc
[612/1902] Compiling p_x25519_asn1.cc
[613/1902] Compiling p_rsa_asn1.cc
[614/1902] Compiling p_ed25519.cc
[615/1902] Compiling p_rsa.cc
[616/1902] Compiling p_hkdf.cc
[617/1902] Compiling p_ed25519_asn1.cc
[618/1902] Compiling p_ec_asn1.cc
[619/1902] Compiling p_ec.cc
[620/1902] Compiling p_dh_asn1.cc
[621/1902] Compiling p_dh.cc
[622/1902] Compiling p_dsa_asn1.cc
[623/1902] Compiling evp_ctx.cc
[624/1902] Compiling evp.cc
[625/1902] Compiling err.cc
[626/1902] Compiling engine.cc
[627/1902] Compiling evp_asn1.cc
[628/1902] Compiling ecdh.cc
[629/1902] Compiling hash_to_curve.cc
[630/1902] Compiling ec_derive.cc
[631/1902] Compiling ecdsa_asn1.cc
[632/1902] Compiling dsa.cc
[633/1902] Compiling ec_asn1.cc
[634/1902] Compiling dsa_asn1.cc
[635/1902] Compiling params.cc
[636/1902] Compiling digest_extra.cc
[637/1902] Compiling x25519-asm-arm.S
[638/1902] Compiling dh_asn1.cc
[639/1902] Compiling des.cc
[640/1902] Compiling spake25519.cc
[641/1902] Compiling crypto.cc
[642/1902] Compiling bcm.cc
[643/1902] Compiling cpu_arm_linux.cc
[644/1902] Compiling cpu_aarch64_win.cc
[645/1902] Compiling curve25519.cc
[646/1902] Compiling cpu_intel.cc
[647/1902] Compiling cpu_aarch64_fuchsia.cc
[648/1902] Compiling cpu_arm_freebsd.cc
[649/1902] Compiling cpu_aarch64_linux.cc
[650/1902] Compiling cpu_aarch64_openbsd.cc
[651/1902] Compiling cpu_aarch64_sysreg.cc
[652/1902] Compiling cpu_aarch64_apple.cc
[653/1902] Compiling curve25519_64_adx.cc
[654/1902] Compiling conf.cc
[655/1902] Compiling e_tls.cc
[656/1902] Compiling e_rc4.cc
[657/1902] Compiling get_cipher.cc
[658/1902] Compiling tls_cbc.cc
[659/1902] Compiling e_rc2.cc
[660/1902] Compiling e_null.cc
[661/1902] Compiling e_des.cc
[662/1902] Compiling derive_key.cc
[663/1902] Compiling chacha.cc
[664/1902] Compiling e_chacha20poly1305.cc
[665/1902] Compiling e_aesgcmsiv.cc
[666/1902] Compiling e_aesctrhmac.cc
[667/1902] Compiling unicode.cc
[668/1902] Compiling buf.cc
[669/1902] Compiling ber.cc
[670/1902] Compiling cbb.cc
[671/1902] Compiling cbs.cc
[672/1902] Compiling asn1_compat.cc
[673/1902] Compiling convert.cc
[674/1902] Compiling blake2.cc
[675/1902] Compiling socket.cc
[676/1902] Compiling bn_asn1.cc
[677/1902] Compiling file.cc
[678/1902] Compiling socket_helper.cc
[679/1902] Compiling printf.cc
[680/1902] Compiling hexdump.cc
[681/1902] Compiling pair.cc
[682/1902] Compiling fd.cc
[683/1902] Compiling bio.cc
[684/1902] Compiling base64.cc
[685/1902] Compiling bio_mem.cc
[686/1902] Compiling connect.cc
[687/1902] Compiling errno.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
[706/1902] Compiling tasn_typ.cc
[707/1902] Compiling tasn_enc.cc
[708/1902] Compiling tasn_utl.cc
[709/1902] Compiling posix_time.cc
[710/1902] Compiling tasn_fre.cc
[711/1902] Compiling tasn_new.cc
[712/1902] Compiling f_string.cc
[713/1902] Compiling f_int.cc
[714/1902] Compiling tasn_dec.cc
[715/1902] Compiling asn_pack.cc
[716/1902] Compiling asn1_par.cc
[717/1902] Compiling asn1_lib.cc
[718/1902] Compiling a_octet.cc
[719/1902] Compiling a_utctm.cc
[720/1902] Compiling a_time.cc
[721/1902] Compiling a_type.cc
[722/1902] Compiling a_strnid.cc
[723/1902] Compiling a_strex.cc
[724/1902] Compiling a_int.cc
[725/1902] Compiling a_i2d_fp.cc
[726/1902] Compiling a_object.cc
[727/1902] Compiling a_dup.cc
[728/1902] Compiling a_bitstr.cc
[729/1902] Compiling a_mbstr.cc
[730/1902] Compiling a_d2i_fp.cc
[731/1902] Compiling fiat_p256_adx_sqr.S
[732/1902] Compiling fiat_p256_adx_mul.S
[733/1902] Compiling a_gentm.cc
[734/1902] Compiling fiat_curve25519_adx_mul.S
[735/1902] Compiling md5-x86_64-linux.S
[736/1902] Compiling fiat_curve25519_adx_square.S
[737/1902] Compiling md5-x86_64-apple.S
[737/1902] Compiling CCryptoBoringSSLShims shims.c
[739/1902] Compiling md5-586-apple.S
[740/1902] Compiling md5-586-linux.S
[741/1902] Compiling chacha20_poly1305_x86_64-apple.S
[742/1902] Compiling chacha20_poly1305_armv8-win.S
[743/1902] Compiling chacha20_poly1305_x86_64-linux.S
[744/1902] Compiling chacha20_poly1305_armv8-linux.S
[745/1902] Compiling chacha20_poly1305_armv8-apple.S
[746/1902] Compiling chacha-x86_64-linux.S
[747/1902] Compiling chacha-x86-apple.S
[748/1902] Compiling chacha-x86-linux.S
[749/1902] Compiling chacha-x86_64-apple.S
[750/1902] Compiling chacha-armv8-win.S
[751/1902] Compiling chacha-armv8-linux.S
[752/1902] Compiling chacha-armv8-apple.S
[753/1902] Compiling chacha-armv4-linux.S
[754/1902] Compiling a_bool.cc
[754/1902] Compiling aes128gcmsiv-x86_64-linux.S
[754/1902] Compiling err_data.cc
[757/1902] Compiling aes128gcmsiv-x86_64-apple.S
[758/1902] Compiling x86_64-mont-apple.S
[759/1902] Compiling x86_64-mont5-apple.S
[760/1902] Compiling x86-mont-linux.S
[761/1902] Compiling x86_64-mont-linux.S
[762/1902] Compiling x86_64-mont5-linux.S
[763/1902] Compiling x86-mont-apple.S
[764/1902] Compiling vpaes-x86_64-apple.S
[765/1902] Compiling vpaes-x86_64-linux.S
[766/1902] Compiling vpaes-x86-linux.S
[767/1902] Compiling vpaes-x86-apple.S
[768/1902] Compiling vpaes-armv8-win.S
[769/1902] Compiling vpaes-armv8-apple.S
[770/1902] Compiling vpaes-armv8-linux.S
[771/1902] Compiling vpaes-armv7-linux.S
[772/1902] Compiling sha512-x86_64-apple.S
[773/1902] Compiling sha512-armv8-win.S
[774/1902] Compiling sha512-x86_64-linux.S
[775/1902] Compiling sha512-armv8-linux.S
[776/1902] Compiling sha512-armv8-apple.S
[777/1902] Compiling sha512-armv4-linux.S
[778/1902] Compiling sha512-586-apple.S
[779/1902] Compiling sha512-586-linux.S
[780/1902] Compiling sha256-x86_64-linux.S
[781/1902] Compiling sha256-x86_64-apple.S
[782/1902] Compiling sha256-armv8-linux.S
[783/1902] Compiling sha256-armv8-win.S
[784/1902] Compiling sha256-armv8-apple.S
[785/1902] Compiling sha256-armv4-linux.S
[786/1902] Compiling sha256-586-linux.S
[787/1902] Compiling sha256-586-apple.S
[788/1902] Compiling sha1-x86_64-apple.S
[789/1902] Compiling sha1-x86_64-linux.S
[790/1902] Compiling sha1-armv8-win.S
[791/1902] Compiling sha1-armv8-apple.S
[792/1902] Compiling sha1-armv8-linux.S
[793/1902] Compiling sha1-armv4-large-linux.S
[794/1902] Compiling sha1-586-linux.S
[795/1902] Compiling sha1-586-apple.S
[796/1902] Compiling rsaz-avx2-apple.S
[797/1902] Compiling rsaz-avx2-linux.S
[798/1902] Compiling rdrand-x86_64-linux.S
[799/1902] Compiling rdrand-x86_64-apple.S
[800/1902] Compiling p256_beeu-x86_64-asm-apple.S
[801/1902] Compiling p256_beeu-x86_64-asm-linux.S
[802/1902] Compiling p256_beeu-armv8-asm-linux.S
[803/1902] Compiling p256_beeu-armv8-asm-win.S
[804/1902] Compiling p256_beeu-armv8-asm-apple.S
[805/1902] Compiling p256-x86_64-asm-apple.S
[806/1902] Compiling p256-armv8-asm-win.S
[807/1902] Compiling p256-x86_64-asm-linux.S
[808/1902] Compiling p256-armv8-asm-linux.S
[809/1902] Compiling p256-armv8-asm-apple.S
[810/1902] Compiling ghashv8-armv8-apple.S
[811/1902] Compiling ghashv8-armv8-linux.S
[812/1902] Compiling ghashv8-armv8-win.S
[813/1902] Compiling ghash-x86_64-linux.S
[814/1902] Compiling ghashv8-armv7-linux.S
[815/1902] Compiling ghash-x86-linux.S
[816/1902] Compiling ghash-x86_64-apple.S
[817/1902] Compiling ghash-x86-apple.S
[818/1902] Compiling ghash-ssse3-x86_64-apple.S
[819/1902] Compiling ghash-ssse3-x86_64-linux.S
[820/1902] Compiling ghash-ssse3-x86-linux.S
[821/1902] Compiling ghash-ssse3-x86-apple.S
[822/1902] Compiling ghash-neon-armv8-linux.S
[823/1902] Compiling ghash-neon-armv8-win.S
[824/1902] Compiling ghash-neon-armv8-apple.S
[825/1902] Compiling ghash-armv4-linux.S
[826/1902] Compiling co-586-linux.S
[827/1902] Compiling bsaes-armv7-linux.S
[828/1902] Compiling co-586-apple.S
[829/1902] Compiling bn-armv8-win.S
[830/1902] Compiling bn-armv8-linux.S
[831/1902] Compiling bn-586-apple.S
[832/1902] Compiling armv8-mont-win.S
[833/1902] Compiling bn-armv8-apple.S
[834/1902] Compiling bn-586-linux.S
[835/1902] Compiling armv8-mont-linux.S
[836/1902] Compiling armv4-mont-linux.S
[837/1902] Compiling armv8-mont-apple.S
[838/1902] Compiling aesv8-gcm-armv8-apple.S
[839/1902] Compiling aesv8-gcm-armv8-linux.S
[840/1902] Compiling aesv8-gcm-armv8-win.S
[841/1902] Compiling aesv8-armv8-linux.S
[842/1902] Compiling aesv8-armv8-win.S
[843/1902] Compiling aesv8-armv8-apple.S
[844/1902] Compiling aesni-x86_64-apple.S
[845/1902] Compiling aesv8-armv7-linux.S
[846/1902] Compiling aesni-x86_64-linux.S
[847/1902] Compiling aesni-x86-apple.S
[848/1902] Compiling aesni-gcm-x86_64-apple.S
[849/1902] Compiling aesni-x86-linux.S
[850/1902] Compiling aes-gcm-avx10-x86_64-linux.S
[851/1902] Compiling aesni-gcm-x86_64-linux.S
[852/1902] Compiling aes-gcm-avx10-x86_64-apple.S
[853/1902] Compiling x_spki.cc
[854/1902] Compiling x_sig.cc
[855/1902] Compiling x_x509.cc
[856/1902] Compiling x_val.cc
[857/1902] Compiling x_x509a.cc
[858/1902] Compiling c-nioatomics.c
[859/1902] Compiling x_req.cc
[860/1902] Compiling x_crl.cc
[861/1902] Compiling x_pubkey.cc
[862/1902] Compiling x_exten.cc
[863/1902] Compiling x_name.cc
[864/1902] Compiling c-atomics.c
[865/1902] Compiling x_attrib.cc
[866/1902] Compiling x_all.cc
[867/1902] Compiling x_algor.cc
[868/1907] Compiling x509spki.cc
[869/1908] Compiling x509name.cc
[870/1908] Compiling x509rset.cc
[871/1908] Compiling x509cset.cc
[873/1908] Compiling NIOConcurrencyHelpers NIOLock.swift
[874/1908] Compiling NIOConcurrencyHelpers lock.swift
[875/1908] Emitting module NIOConcurrencyHelpers
[876/1908] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[877/1908] Compiling NIOConcurrencyHelpers atomics.swift
[878/1908] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[879/1909] Compiling x509_v3.cc
[880/1909] Compiling x509_txt.cc
[881/1909] Compiling x509_vfy.cc
[882/1909] Compiling x509_vpm.cc
[883/1909] Compiling x509_trs.cc
[884/1969] Compiling x509_req.cc
[885/1969] Compiling x509_set.cc
[886/1969] Compiling x509_ext.cc
[887/1969] Compiling x509_lu.cc
[888/1969] Compiling x509_obj.cc
[889/1969] Compiling x509_d2.cc
[890/1969] Compiling x509_def.cc
[892/1969] Compiling NIOCore MulticastChannel.swift
[893/1969] Compiling NIOCore NIOAny.swift
[894/1969] Compiling NIOCore NIOCloseOnErrorHandler.swift
[895/1969] Compiling NIOCore NIOLoopBound.swift
[896/1969] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[897/1969] Compiling NIOCore NIOScheduledCallback.swift
[898/1969] Compiling NIOCore NIOSendable.swift
[899/1969] Compiling NIOCore RecvByteBufferAllocator.swift
[899/1977] Compiling x509_cmp.cc
[900/1977] Compiling x509.cc
[901/1977] Compiling x509_att.cc
[902/1977] Compiling v3_utl.cc
[903/1977] Compiling v3_skey.cc
[904/1977] Compiling v3_purp.cc
[905/1977] Compiling v3_prn.cc
[907/1977] Compiling NIOCore IO.swift
[908/1977] Compiling NIOCore IOData.swift
[909/1977] Compiling NIOCore IPProtocol.swift
[910/1977] Compiling NIOCore IntegerBitPacking.swift
[911/1977] Compiling NIOCore IntegerTypes.swift
[912/1977] Compiling NIOCore Interfaces.swift
[913/1977] Compiling NIOCore Linux.swift
[914/1977] Compiling NIOCore MarkedCircularBuffer.swift
[914/1977] Compiling v3_pcons.cc
[915/1977] Compiling v3_ocsp.cc
[916/1977] Compiling v3_pmaps.cc
[917/1977] Compiling v3_lib.cc
[918/1977] Compiling v3_ncons.cc
[919/1977] Compiling v3_int.cc
[920/1977] Compiling v3_ia5.cc
[921/1977] Compiling v3_info.cc
[922/1977] Compiling v3_extku.cc
[923/1977] Compiling v3_genn.cc
[925/1977] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[926/1977] Compiling NIOCore SocketAddresses.swift
[927/1977] Compiling NIOCore SocketOptionProvider.swift
[928/1977] Compiling NIOCore SystemCallHelpers.swift
[929/1977] Compiling NIOCore TimeAmount+Duration.swift
[930/1977] Compiling NIOCore TypeAssistedChannelHandler.swift
[931/1977] Compiling NIOCore UniversalBootstrapSupport.swift
[932/1977] Compiling NIOCore Utilities.swift
[932/1977] Compiling v3_enum.cc
[933/1977] Compiling v3_crld.cc
[934/1977] Compiling v3_conf.cc
[935/1977] Compiling v3_alt.cc
[936/1977] Compiling v3_bcons.cc
[937/1977] Compiling v3_cpols.cc
[939/1977] Compiling NIOCore AddressedEnvelope.swift
[940/1977] Compiling NIOCore AsyncAwaitSupport.swift
[941/1977] Compiling NIOCore AsyncChannel.swift
[942/1977] Compiling NIOCore AsyncChannelHandler.swift
[943/1977] Compiling NIOCore AsyncChannelInboundStream.swift
[944/1977] Compiling NIOCore AsyncChannelOutboundWriter.swift
[945/1977] Compiling NIOCore NIOAsyncSequenceProducer.swift
[946/1977] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[947/1977] Compiling NIOCore NIOAsyncWriter.swift
[947/1977] Compiling v3_bitst.cc
[948/1977] Compiling v3_akey.cc
[949/1977] Compiling v3_akeya.cc
[950/1977] Compiling t_x509a.cc
[951/1977] Compiling t_req.cc
[952/1977] Compiling t_x509.cc
[953/1977] Compiling t_crl.cc
[954/1977] Compiling i2d_pr.cc
[955/1977] Compiling policy.cc
[956/1977] Compiling name_print.cc
[957/1977] Compiling rsa_pss.cc
[958/1977] Compiling by_dir.cc
[959/1977] Compiling by_file.cc
[960/1977] Compiling asn1_gen.cc
[961/1977] Compiling a_verify.cc
[962/1977] Compiling algorithm.cc
[963/1977] Compiling a_sign.cc
[964/1977] Compiling voprf.cc
[965/1977] Compiling a_digest.cc
[966/1977] Compiling thread_win.cc
[967/1977] Compiling trust_token.cc
[968/1977] Compiling thread_pthread.cc
[969/1977] Compiling thread_none.cc
[970/1977] Compiling pmbtoken.cc
[971/1977] Compiling thread.cc
[972/1977] Compiling stack.cc
[973/1977] Compiling wots.cc
[974/1977] Compiling thash.cc
[975/1977] Compiling merkle.cc
[976/1977] Compiling fors.cc
[977/1977] Compiling slhdsa.cc
[978/1977] Compiling siphash.cc
[979/1977] Compiling sha512.cc
[980/1977] Compiling sha256.cc
[981/1977] Compiling sha1.cc
[982/1977] Compiling rsa_extra.cc
[983/1977] Compiling rsa_print.cc
[984/1977] Compiling rc4.cc
[986/1977] Emitting module NIOCore
[986/1977] Compiling refcount.cc
[987/1977] Compiling windows.cc
[988/1977] Compiling trusty.cc
[989/1977] Compiling rsa_crypt.cc
[990/1977] Compiling rsa_asn1.cc
[991/1977] Compiling urandom.cc
[992/1977] Compiling rand_extra.cc
[993/1977] Compiling ios.cc
[995/1977] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[996/1977] Compiling NIOCore EventLoopFuture+Deprecated.swift
[997/1977] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[998/1977] Compiling NIOCore EventLoopFuture.swift
[999/1977] Compiling NIOCore FileDescriptor.swift
[1000/1977] Compiling NIOCore FileHandle.swift
[1001/1977] Compiling NIOCore FileRegion.swift
[1002/1977] Compiling NIOCore GlobalSingletons.swift
[1003/1977] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1004/1977] Compiling NIOCore BSDSocketAPI.swift
[1005/1977] Compiling NIOCore ByteBuffer-aux.swift
[1006/1977] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1007/1977] Compiling NIOCore ByteBuffer-conversions.swift
[1008/1977] Compiling NIOCore ByteBuffer-core.swift
[1009/1977] Compiling NIOCore ByteBuffer-hex.swift
[1010/1977] Compiling NIOCore ByteBuffer-int.swift
[1011/1977] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1012/1977] Compiling NIOCore CircularBuffer.swift
[1013/1977] Compiling NIOCore Codec.swift
[1014/1977] Compiling NIOCore ConvenienceOptionSupport.swift
[1015/1977] Compiling NIOCore DeadChannel.swift
[1016/1977] Compiling NIOCore DispatchQueue+WithFuture.swift
[1017/1977] Compiling NIOCore EventLoop+Deprecated.swift
[1018/1977] Compiling NIOCore EventLoop+SerialExecutor.swift
[1019/1977] Compiling NIOCore EventLoop.swift
[1020/1977] Compiling NIOCore ByteBuffer-multi-int.swift
[1021/1977] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1022/1977] Compiling NIOCore ByteBuffer-views.swift
[1023/1977] Compiling NIOCore Channel.swift
[1024/1977] Compiling NIOCore ChannelHandler.swift
[1025/1977] Compiling NIOCore ChannelHandlers.swift
[1026/1977] Compiling NIOCore ChannelInvoker.swift
[1027/1977] Compiling NIOCore ChannelOption.swift
[1028/1977] Compiling NIOCore ChannelPipeline.swift
[1028/1977] Compiling getentropy.cc
[1029/1978] Compiling passive.cc
[1030/1978] Compiling forkunsafe.cc
[1031/1978] Compiling deterministic.cc
[1032/1978] Compiling poly1305_arm_asm.S
[1034/1978] Compiling fork_detect.cc
[1035/1978] Compiling pool.cc
[1036/1978] Compiling poly1305_arm.cc
[1037/1978] Compiling poly1305.cc
[1038/1978] Compiling poly1305_vec.cc
[1039/2028] Compiling pkcs7.cc
[1040/2028] Compiling p5_pbev2.cc
[1041/2028] Compiling pkcs8.cc
[1042/2028] Compiling pkcs8_x509.cc
[1044/2028] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1044/2028] Compiling pkcs7_x509.cc
[1046/2028] Compiling NIOEmbedded AsyncTestingChannel.swift
[1047/2028] Emitting module NIOEmbedded
[1047/2028] Compiling pem_xaux.cc
[1049/2028] Compiling NIOEmbedded Embedded.swift
[1050/2029] Compiling NIOPosix Pool.swift
[1051/2029] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1052/2029] Compiling NIOPosix PosixSingletons.swift
[1053/2029] Compiling NIOPosix RawSocketBootstrap.swift
[1054/2029] Compiling NIOPosix Resolver.swift
[1055/2029] Compiling NIOPosix Selectable.swift
[1055/2035] Compiling pem_x509.cc
[1057/2035] Compiling pem_pkey.cc
[1058/2035] Compiling pem_pk8.cc
[1059/2035] Compiling pem_oth.cc
[1060/2035] Compiling obj_xref.cc
[1061/2035] Compiling pem_lib.cc
[1062/2035] Compiling obj.cc
[1063/2035] Compiling pem_info.cc
[1064/2035] Compiling mlkem.cc
[1066/2035] Compiling NIOPosix ThreadPosix.swift
[1067/2035] Compiling NIOPosix ThreadWindows.swift
[1068/2035] Compiling NIOPosix UnsafeTransfer.swift
[1069/2035] Compiling NIOPosix Utilities.swift
[1070/2035] Compiling NIOPosix VsockAddress.swift
[1071/2035] Compiling NIOPosix VsockChannelEvents.swift
[1071/2035] Compiling mldsa.cc
[1072/2035] Compiling pem_all.cc
[1074/2035] Emitting module NIOPosix
[1074/2035] Compiling mem.cc
[1075/2035] Compiling md5.cc
[1076/2035] Compiling md4.cc
[1077/2035] Compiling fips_shared_support.cc
[1078/2035] Compiling lhash.cc
[1079/2035] Compiling poly_rq_mul.S
[1081/2035] Compiling NIOPosix IO.swift
[1082/2035] Compiling NIOPosix IntegerBitPacking.swift
[1083/2035] Compiling NIOPosix IntegerTypes.swift
[1084/2035] Compiling NIOPosix Linux.swift
[1085/2035] Compiling NIOPosix LinuxCPUSet.swift
[1086/2035] Compiling NIOPosix LinuxUring.swift
[1087/2035] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1088/2035] Compiling NIOPosix SelectableChannel.swift
[1089/2035] Compiling NIOPosix SelectableEventLoop.swift
[1090/2035] Compiling NIOPosix SelectorEpoll.swift
[1091/2035] Compiling NIOPosix SelectorGeneric.swift
[1092/2035] Compiling NIOPosix SelectorKqueue.swift
[1093/2035] Compiling NIOPosix SelectorUring.swift
[1094/2035] Compiling NIOPosix ServerSocket.swift
[1095/2035] Compiling NIOPosix Socket.swift
[1096/2035] Compiling NIOPosix SocketChannel.swift
[1097/2035] Compiling NIOPosix SocketProtocols.swift
[1098/2035] Compiling NIOPosix System.swift
[1099/2035] Compiling NIOPosix Thread.swift
[1099/2035] Compiling kyber.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
[1105/2035] 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
[1106/2035] 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
[1107/2035] 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
[1108/2035] 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
[1109/2035] 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
[1109/2036] Compiling hrss.cc
[1110/2036] Compiling ex_data.cc
[1111/2036] Compiling sign.cc
[1113/2036] Compiling hpke.cc
[1114/2036] Compiling scrypt.cc
[1115/2036] Compiling pbkdf.cc
[1116/2036] Compiling print.cc
[1117/2036] Compiling p_x25519_asn1.cc
[1118/2036] Compiling p_x25519.cc
[1119/2087] Wrapping AST for SwiftSyntax for debugging
[1120/2087] Compiling p_rsa_asn1.cc
[1122/2090] 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
[1123/2095] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1124/2095] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1125/2095] 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
[1126/2095] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1127/2095] Compiling SwiftParser CollectionNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1128/2095] 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
[1129/2095] Compiling SwiftParser Expressions.swift
[1130/2095] Compiling SwiftParser IncrementalParseTransition.swift
[1131/2095] Compiling SwiftParser IsValidIdentifier.swift
[1132/2095] Compiling SwiftParser Cursor.swift
[1133/2095] Compiling SwiftParser Lexeme.swift
[1134/2095] Compiling SwiftParser LexemeSequence.swift
[1139/2095] Compiling SwiftParser Declarations.swift
[1140/2095] Compiling SwiftParser Directives.swift
[1141/2095] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1142/2095] Compiling SwiftParser Lexer.swift
[1143/2095] Compiling SwiftParser RegexLiteralLexer.swift
[1144/2095] Compiling SwiftParser UnicodeScalarExtensions.swift
[1145/2095] Compiling SwiftParser Lookahead.swift
[1146/2095] Compiling SwiftParser LoopProgressCondition.swift
[1147/2095] Compiling SwiftParser Patterns.swift
[1148/2095] Compiling SwiftParser Recovery.swift
[1149/2096] 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
[1150/2096] 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
[1151/2096] 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
[1152/2096] 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
[1153/2096] 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
[1155/2096] 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
[1156/2096] 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
[1156/2096] Compiling p_rsa.cc
[1157/2097] Compiling p_hkdf.cc
[1159/2097] Compiling p_ed25519_asn1.cc
[1161/2097] 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
[1162/2097] 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
[1162/2099] Compiling p_ed25519.cc
[1164/2099] Emitting module NIO
[1165/2099] Compiling NIO Exports.swift
[1165/2099] Wrapping AST for SwiftDiagnostics for debugging
[1167/2100] Compiling p_ec_asn1.cc
[1168/2100] Compiling p_ec.cc
[1170/2100] 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
[1171/2100] 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
[1171/2101] Compiling p_dsa_asn1.cc
[1173/2112] Compiling p_dh_asn1.cc
[1174/2112] Compiling p_dh.cc
[1176/2112] Compiling NIOTLS TLSEvents.swift
[1177/2112] Emitting module NIOTLS
[1177/2112] Wrapping AST for SwiftBasicFormat for debugging
[1178/2112] Compiling evp_ctx.cc
[1180/2112] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1181/2112] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1181/2112] Compiling evp_asn1.cc
[1183/2112] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1184/2112] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1185/2112] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1192/2117] 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
[1192/2117] Compiling evp.cc
[1193/2117] Compiling err.cc
[1194/2117] Compiling engine.cc
[1196/2117] Compiling NIOTLS SNIHandler.swift
[1197/2117] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1199/2118] Emitting module NIOFoundationCompat
[1200/2118] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1200/2118] Compiling ecdsa_asn1.cc
[1201/2119] Compiling bcm.cc
[1202/2119] Compiling ec_derive.cc
[1204/2148] Compiling ecdh_extra.cc
[1205/2170] Compiling hash_to_curve.cc
[1207/2170] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1208/2170] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1209/2170] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1210/2170] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1211/2170] Compiling NIOTransportServices NIOTSSingletons.swift
[1212/2170] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1213/2170] Compiling NIOTransportServices StateManagedChannel.swift
[1214/2170] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1215/2170] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1216/2170] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1217/2170] Compiling NIOTransportServices NIOTSErrors.swift
[1218/2170] Compiling NIOTransportServices NIOTSEventLoop.swift
[1219/2172] Emitting module NIOTransportServices
[1220/2172] 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
[1221/2172] 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
[1222/2172] 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
[1223/2172] 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
[1224/2172] 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
[1225/2172] 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
[1226/2172] 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
[1227/2172] 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
[1228/2172] 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
[1229/2172] 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
[1229/2172] Compiling ec_asn1.cc
[1230/2172] Compiling dsa_asn1.cc
[1232/2172] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1233/2172] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1233/2172] Compiling dsa.cc
[1235/2172] Compiling NIOTransportServices NIOTSBootstraps.swift
[1236/2172] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1237/2172] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1238/2172] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1239/2172] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1240/2172] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1241/2172] Compiling NIOTransportServices AcceptHandler.swift
[1242/2172] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1243/2172] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1244/2173] Compiling NIOSSL SubjectAlternativeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2173] Compiling NIOSSL NIOSSLSecureBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1246/2173] Compiling NIOSSL RNG.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1247/2173] Compiling NIOSSL SafeCompare.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1248/2173] 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
[1249/2173] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1255/2173] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2173] Compiling params.cc
[1257/2173] Compiling digest_extra.cc
[1258/2173] Compiling x25519-asm-arm.S
[1259/2173] Compiling dh_asn1.cc
[1260/2173] Compiling des.cc
[1261/2173] Compiling spake25519.cc
[1262/2173] Compiling crypto.cc
[1263/2173] Compiling cpu_intel.cc
[1264/2173] Compiling cpu_arm_linux.cc
[1265/2173] Compiling curve25519.cc
[1266/2173] Compiling cpu_arm_freebsd.cc
[1267/2173] Compiling cpu_aarch64_sysreg.cc
[1268/2173] Compiling cpu_aarch64_win.cc
[1269/2173] Compiling cpu_aarch64_openbsd.cc
[1271/2173] Emitting module NIOSSL
[1271/2177] Compiling cpu_aarch64_fuchsia.cc
[1272/2177] Compiling curve25519_64_adx.cc
[1273/2177] Compiling cpu_aarch64_apple.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
[1294/2177] Compiling tls_cbc.cc
[1295/2177] Compiling conf.cc
[1296/2177] Compiling e_tls.cc
[1297/2177] Compiling e_rc4.cc
[1298/2177] Compiling e_null.cc
[1299/2177] Compiling e_rc2.cc
[1300/2177] Compiling e_des.cc
[1301/2177] Compiling derive_key.cc
[1302/2177] Compiling e_chacha20poly1305.cc
[1303/2177] Compiling cipher_extra.cc
[1304/2177] Compiling e_aesgcmsiv.cc
[1305/2177] Compiling e_aesctrhmac.cc
[1326/2177] Compiling chacha.cc
[1327/2177] Compiling unicode.cc
[1328/2177] Compiling ber.cc
[1329/2177] Compiling cbb.cc
[1330/2177] Compiling asn1_compat.cc
[1331/2177] Compiling cbs.cc
[1332/2177] Compiling bn_asn1.cc
[1333/2177] Compiling buf.cc
[1334/2177] Compiling blake2.cc
[1335/2177] Compiling convert.cc
[1337/2177] 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
[1338/2177] 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
[1339/2177] 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
[1340/2177] 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
[1341/2177] 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
[1342/2178] Compiling NIOSSL Zeroization.swift
[1343/2178] Compiling NIOSSL TLSConfiguration.swift
[1344/2178] Compiling NIOSSL UniversalBootstrapSupport.swift
[1345/2178] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1345/2178] Compiling pair.cc
[1346/2179] Compiling hexdump.cc
[1349/2179] Compiling file.cc
[1350/2179] Compiling fd.cc
[1351/2179] Compiling errno.cc
[1352/2179] Wrapping AST for SwiftParser for debugging
[1353/2192] Compiling bio_mem.cc
[1354/2202] Compiling base64.cc
[1355/2202] Compiling bio.cc
[1357/2202] 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
[1357/2203] Compiling tasn_typ.cc
[1358/2203] Compiling tasn_utl.cc
[1360/2203] 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
[1361/2203] 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
[1362/2204] 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
[1363/2204] 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
[1364/2204] 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
[1365/2204] 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
[1365/2204] Compiling tasn_fre.cc
[1367/2204] 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
[1368/2204] 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
[1369/2204] 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
[1369/2204] Compiling tasn_enc.cc
[1370/2204] Compiling tasn_new.cc
[1372/2204] 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
[1373/2204] 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
[1373/2204] Compiling posix_time.cc
[1375/2204] 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
[1376/2204] 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
[1377/2204] 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
[1377/2205] Compiling tasn_dec.cc
[1378/2205] Compiling f_int.cc
[1379/2205] Compiling f_string.cc
[1381/2205] Compiling asn1_par.cc
[1382/2205] Compiling asn_pack.cc
[1384/2205] 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
[1384/2205] Wrapping AST for SwiftOperators for debugging
[1385/2205] Compiling a_utctm.cc
[1386/2205] Compiling asn1_lib.cc
[1388/2205] 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
[1388/2205] Compiling a_type.cc
[1389/2205] Compiling a_time.cc
[1391/2205] 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
[1392/2205] 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
[1392/2205] Compiling a_strnid.cc
[1393/2205] Compiling a_strex.cc
[1394/2205] Compiling a_octet.cc
[1394/2205] Write sources
[1398/2205] Compiling _AtomicsShims.c
[1399/2205] Compiling a_i2d_fp.cc
[1400/2205] Compiling a_gentm.cc
[1401/2209] Compiling a_dup.cc
[1402/2209] Compiling a_d2i_fp.cc
[1403/2209] Write sources
[1405/2211] Compiling a_bool.cc
[1405/2211] Write sources
[1420/2230] Compiling CNIOWindows shim.c
[1422/2230] Compiling _NIODataStructures PriorityQueue.swift
[1422/2230] Compiling a_bitstr.cc
[1424/2309] Compiling _NIODataStructures Heap.swift
[1425/2309] Emitting module _NIOBase64
[1426/2309] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[1427/2309] Compiling InternalCollectionsUtilities Debugging.swift
[1428/2310] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[1429/2310] Emitting module _NIODataStructures
[1430/2310] Compiling SwiftASN1 ObjectIdentifier.swift
[1431/2310] Compiling SwiftASN1 PEMDocument.swift
[1432/2310] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1433/2310] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1434/2312] Compiling SwiftASN1 TimeUtilities.swift
[1435/2312] Compiling SwiftASN1 UTCTime.swift
[1436/2312] Compiling InternalCollectionsUtilities Descriptions.swift
[1437/2312] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[1438/2312] Compiling _NIODataStructures _TinyArray.swift
[1440/2313] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[1441/2313] Compiling InternalCollectionsUtilities Integer rank.swift
[1442/2313] Compiling _NIOBase64 Base64.swift
[1443/2314] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1445/2314] Emitting module CoreMetrics
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
 54 |         UnsafeMutablePointer.allocate(capacity: 1)
 55 |     #else
 56 |     fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                                 `- error: cannot find type 'pthread_mutex_t' in scope
 57 |         UnsafeMutablePointer.allocate(capacity: 1)
 58 |     #endif
[1449/2314] Compiling InternalCollectionsUtilities UInt+reversed.swift
[1450/2314] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[1451/2314] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[1452/2314] Emitting module InternalCollectionsUtilities
[1453/2314] Compiling Atomics IntegerOperations.swift
[1454/2314] Compiling Atomics Unmanaged extensions.swift
[1455/2314] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[1456/2314] Compiling InternalCollectionsUtilities _SortedCollection.swift
[1457/2319] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1469/2327] Emitting module ConcurrencyHelpers
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
 45 | #else
 46 | @usableFromInline
 47 | typealias LockPrimitive = pthread_mutex_t
    |                           `- error: cannot find type 'pthread_mutex_t' in scope
 48 | #endif
 49 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:61:20: error: cannot find 'pthread_mutexattr_t' in scope
 59 |         InitializeSRWLock(mutex)
 60 |         #else
 61 |         var attr = pthread_mutexattr_t()
    |                    `- error: cannot find 'pthread_mutexattr_t' in scope
 62 |         pthread_mutexattr_init(&attr)
 63 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:62:9: error: cannot find 'pthread_mutexattr_init' in scope
 60 |         #else
 61 |         var attr = pthread_mutexattr_t()
 62 |         pthread_mutexattr_init(&attr)
    |         `- error: cannot find 'pthread_mutexattr_init' in scope
 63 |
 64 |         let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:64:19: error: cannot find 'pthread_mutex_init' in scope
 62 |         pthread_mutexattr_init(&attr)
 63 |
 64 |         let err = pthread_mutex_init(mutex, &attr)
    |                   `- error: cannot find 'pthread_mutex_init' in scope
 65 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 66 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:76:19: error: cannot find 'pthread_mutex_destroy' in scope
 74 |         // SRWLOCK does not need to be free'd
 75 |         #else
 76 |         let err = pthread_mutex_destroy(mutex)
    |                   `- error: cannot find 'pthread_mutex_destroy' in scope
 77 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 78 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:88:19: error: cannot find 'pthread_mutex_lock' in scope
 86 |         AcquireSRWLockExclusive(mutex)
 87 |         #else
 88 |         let err = pthread_mutex_lock(mutex)
    |                   `- error: cannot find 'pthread_mutex_lock' in scope
 89 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 90 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:100:19: error: cannot find 'pthread_mutex_unlock' in scope
 98 |         ReleaseSRWLockExclusive(mutex)
 99 |         #else
100 |         let err = pthread_mutex_unlock(mutex)
    |                   `- error: cannot find 'pthread_mutex_unlock' in scope
101 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
102 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:138:27: error: type of expression is ambiguous without a type annotation
136 |     @inlinable
137 |     static func create(value: Value) -> Self {
138 |         let buffer = Self.create(minimumCapacity: 1) { _ in
    |                           `- error: type of expression is ambiguous without a type annotation
139 |             return value
140 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:153:14: error: type of expression is ambiguous without a type annotation
151 |     @inlinable
152 |     func lock() {
153 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
154 |             LockOperations.lock(lockPtr)
155 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:160:14: error: type of expression is ambiguous without a type annotation
158 |     @inlinable
159 |     func unlock() {
160 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
161 |             LockOperations.unlock(lockPtr)
162 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:167:14: error: type of expression is ambiguous without a type annotation
165 |     @inlinable
166 |     deinit {
167 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
168 |             LockOperations.destroy(lockPtr)
169 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:174:18: error: type of expression is ambiguous without a type annotation
172 |     @inlinable
173 |     func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
174 |         try self.withUnsafeMutablePointerToElements { lockPtr in
    |                  `- error: type of expression is ambiguous without a type annotation
175 |             return try body(lockPtr)
176 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:181:18: error: type of expression is ambiguous without a type annotation
179 |     @inlinable
180 |     func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
181 |         try self.withUnsafeMutablePointers { valuePtr, lockPtr in
    |                  `- error: type of expression is ambiguous without a type annotation
182 |             LockOperations.lock(lockPtr)
183 |             defer { LockOperations.unlock(lockPtr) }
[1470/2327] Compiling ConcurrencyHelpers Lock.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
 45 | #else
 46 | @usableFromInline
 47 | typealias LockPrimitive = pthread_mutex_t
    |                           `- error: cannot find type 'pthread_mutex_t' in scope
 48 | #endif
 49 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:61:20: error: cannot find 'pthread_mutexattr_t' in scope
 59 |         InitializeSRWLock(mutex)
 60 |         #else
 61 |         var attr = pthread_mutexattr_t()
    |                    `- error: cannot find 'pthread_mutexattr_t' in scope
 62 |         pthread_mutexattr_init(&attr)
 63 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:62:9: error: cannot find 'pthread_mutexattr_init' in scope
 60 |         #else
 61 |         var attr = pthread_mutexattr_t()
 62 |         pthread_mutexattr_init(&attr)
    |         `- error: cannot find 'pthread_mutexattr_init' in scope
 63 |
 64 |         let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:64:19: error: cannot find 'pthread_mutex_init' in scope
 62 |         pthread_mutexattr_init(&attr)
 63 |
 64 |         let err = pthread_mutex_init(mutex, &attr)
    |                   `- error: cannot find 'pthread_mutex_init' in scope
 65 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 66 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:76:19: error: cannot find 'pthread_mutex_destroy' in scope
 74 |         // SRWLOCK does not need to be free'd
 75 |         #else
 76 |         let err = pthread_mutex_destroy(mutex)
    |                   `- error: cannot find 'pthread_mutex_destroy' in scope
 77 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 78 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:88:19: error: cannot find 'pthread_mutex_lock' in scope
 86 |         AcquireSRWLockExclusive(mutex)
 87 |         #else
 88 |         let err = pthread_mutex_lock(mutex)
    |                   `- error: cannot find 'pthread_mutex_lock' in scope
 89 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 90 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:100:19: error: cannot find 'pthread_mutex_unlock' in scope
 98 |         ReleaseSRWLockExclusive(mutex)
 99 |         #else
100 |         let err = pthread_mutex_unlock(mutex)
    |                   `- error: cannot find 'pthread_mutex_unlock' in scope
101 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
102 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:138:27: error: type of expression is ambiguous without a type annotation
136 |     @inlinable
137 |     static func create(value: Value) -> Self {
138 |         let buffer = Self.create(minimumCapacity: 1) { _ in
    |                           `- error: type of expression is ambiguous without a type annotation
139 |             return value
140 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:153:14: error: type of expression is ambiguous without a type annotation
151 |     @inlinable
152 |     func lock() {
153 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
154 |             LockOperations.lock(lockPtr)
155 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:160:14: error: type of expression is ambiguous without a type annotation
158 |     @inlinable
159 |     func unlock() {
160 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
161 |             LockOperations.unlock(lockPtr)
162 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:167:14: error: type of expression is ambiguous without a type annotation
165 |     @inlinable
166 |     deinit {
167 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
168 |             LockOperations.destroy(lockPtr)
169 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:174:18: error: type of expression is ambiguous without a type annotation
172 |     @inlinable
173 |     func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
174 |         try self.withUnsafeMutablePointerToElements { lockPtr in
    |                  `- error: type of expression is ambiguous without a type annotation
175 |             return try body(lockPtr)
176 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:181:18: error: type of expression is ambiguous without a type annotation
179 |     @inlinable
180 |     func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
181 |         try self.withUnsafeMutablePointers { valuePtr, lockPtr in
    |                  `- error: type of expression is ambiguous without a type annotation
182 |             LockOperations.lock(lockPtr)
183 |             defer { LockOperations.unlock(lockPtr) }
[1471/2327] Compiling ConcurrencyHelpers LockedValueBox.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
 45 | #else
 46 | @usableFromInline
 47 | typealias LockPrimitive = pthread_mutex_t
    |                           `- error: cannot find type 'pthread_mutex_t' in scope
 48 | #endif
 49 |
[1471/2327] Compiling CNIOWindows WSAStartup.c
[1472/2327] Compiling CoreMetrics Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
 54 |         UnsafeMutablePointer.allocate(capacity: 1)
 55 |     #else
 56 |     fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                                 `- error: cannot find type 'pthread_mutex_t' in scope
 57 |         UnsafeMutablePointer.allocate(capacity: 1)
 58 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:65:20: error: cannot find 'pthread_mutexattr_t' in scope
 63 |         InitializeSRWLock(self.mutex)
 64 |         #else
 65 |         var attr = pthread_mutexattr_t()
    |                    `- error: cannot find 'pthread_mutexattr_t' in scope
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:66:9: error: cannot find 'pthread_mutexattr_init' in scope
 64 |         #else
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
    |         `- error: cannot find 'pthread_mutexattr_init' in scope
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
 68 |
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:9: error: cannot find 'pthread_mutexattr_settype' in scope
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |         `- error: cannot find 'pthread_mutexattr_settype' in scope
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:48: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |                                                `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:43: error: cannot infer contextual base in reference to member 'init'
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |                                           `- error: cannot infer contextual base in reference to member 'init'
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:69:19: error: cannot find 'pthread_mutex_init' in scope
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
    |                   `- error: cannot find 'pthread_mutex_init' in scope
 70 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 71 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:78:19: error: cannot find 'pthread_mutex_destroy' in scope
 76 |         // SRWLOCK does not need to be free'd
 77 |         #else
 78 |         let err = pthread_mutex_destroy(self.mutex)
    |                   `- error: cannot find 'pthread_mutex_destroy' in scope
 79 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 80 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:92:19: error: cannot find 'pthread_mutex_lock' in scope
 90 |         AcquireSRWLockExclusive(self.mutex)
 91 |         #else
 92 |         let err = pthread_mutex_lock(self.mutex)
    |                   `- error: cannot find 'pthread_mutex_lock' in scope
 93 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 94 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:105:19: error: cannot find 'pthread_mutex_unlock' in scope
103 |         ReleaseSRWLockExclusive(self.mutex)
104 |         #else
105 |         let err = pthread_mutex_unlock(self.mutex)
    |                   `- error: cannot find 'pthread_mutex_unlock' in scope
106 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
107 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:177:14: error: value of type 'ReadWriteLock' has no member 'rwlock'
175 |         precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
176 |         #endif
177 |         self.rwlock.deallocate()
    |              `- error: value of type 'ReadWriteLock' has no member 'rwlock'
178 |     }
179 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/786] Compiling CNIOWASI CNIOWASI.c
[0/786] Compiling CNIOWindows WSAStartup.c
[0/786] Compiling fiat_p256_adx_mul.S
[0/786] Compiling fiat_curve25519_adx_square.S
[4/786] Compiling CNIOLinux liburing_shims.c
[4/786] Compiling CNIOLinux shim.c
[6/786] Compiling fiat_curve25519_adx_mul.S
[7/786] Compiling CNIODarwin shim.c
[8/786] Compiling fiat_p256_adx_sqr.S
[9/786] Write swift-version-24593BA9C3E375BF.txt
[10/786] Compiling CNIOBoringSSLShims shims.c
[12/790] Compiling _NIODataStructures PriorityQueue.swift
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[12/790] Compiling tls_record.cc
[12/790] Compiling t1_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[12/790] Compiling tls13_both.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[12/790] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[12/790] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[12/790] Compiling tls13_server.cc
[12/790] Compiling tls13_client.cc
BUILD FAILURE 6.1 wasm