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 (73ea92), with Swift 6.1 for Wasm on 22 Sep 2025 10:33:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.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 73ea928 fix cache keys
Cloned https://github.com/lovetodream/postgres-nio-macros.git
Revision (git rev-parse @):
73ea928369c561ee229950d4a572dfda419dbb90
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" : "600.0.0-latest",
            "upper_bound" : "602.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" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/12800] Fetching postgres-nio
[2/84790] Fetching postgres-nio, swift-syntax
Fetched https://github.com/vapor/postgres-nio.git from cache (5.89s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.94s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.27.0 (7.19s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
[1/2350] Fetching swift-metrics
[72/5093] Fetching swift-metrics, swift-nio-transport-services
[210/7569] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle
[3738/11472] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log
[11473/28540] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.53s)
Fetching https://github.com/apple/swift-nio.git
[9167/26064] Fetching swift-metrics, swift-nio-transport-services, swift-log, swift-crypto
[9168/41149] Fetching swift-metrics, swift-nio-transport-services, swift-log, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.61s)
Fetching https://github.com/apple/swift-collections.git
[7266/37246] Fetching swift-metrics, swift-nio-transport-services, swift-crypto, swift-nio-ssl
[14213/54774] Fetching swift-metrics, swift-nio-transport-services, swift-crypto, swift-nio-ssl, swift-collections
[23446/133147] Fetching swift-metrics, swift-nio-transport-services, swift-crypto, swift-nio-ssl, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.38s)
[81135/115619] Fetching swift-metrics, swift-nio-transport-services, swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.23s)
Fetched https://github.com/apple/swift-metrics.git from cache (3.24s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.28s)
[66443/95441] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.30s)
[49376/80187] Fetching swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (2.48s)
Fetched https://github.com/apple/swift-nio.git from cache (6.79s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (7.84s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.71s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.11s)
Fetching https://github.com/apple/swift-system.git
[1/5008] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
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 (1.52s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5418] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.63s)
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.80s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.45s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (2.85s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (2.71s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (4.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (16.06s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (2.26s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.66s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.27.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.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.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Building for debugging...
[0/1652] Write sources
[46/1652] Compiling CNIOWindows shim.c
[47/1652] Compiling CNIOPosix event_loop_id.c
[48/1652] Compiling CNIOWASI CNIOWASI.c
[48/1652] Compiling CNIOWindows WSAStartup.c
[50/1652] Compiling _AtomicsShims.c
[51/1652] Compiling CNIOLinux liburing_shims.c
[52/1652] Compiling _SwiftSyntaxCShims PlatformMutex.c
[53/1652] Compiling CNIODarwin shim.c
[54/1652] Compiling fiat_curve25519_adx_square.S
[55/1652] Compiling fiat_p256_adx_mul.S
[56/1652] Compiling fiat_p256_adx_sqr.S
[57/1652] Compiling CNIOLinux shim.c
[58/1652] Compiling fiat_curve25519_adx_mul.S
[59/1652] Write swift-version-24593BA9C3E375BF.txt
[60/1652] Compiling CNIOBoringSSLShims shims.c
[61/1656] Compiling tls_record.cc
[62/1656] Compiling tls_method.cc
[63/1656] Compiling tls13_both.cc
[64/1656] Compiling tls13_client.cc
[65/1660] Compiling tls13_enc.cc
[65/1660] Compiling t1_enc.cc
[67/1662] Compiling tls13_server.cc
[69/1685] Emitting module SwiftSyntax510
[70/1685] Compiling SwiftSyntax510 Empty.swift
[71/1685] Compiling SwiftSyntax600 Empty.swift
[72/1685] Emitting module SwiftSyntax600
[73/1687] Emitting module SwiftSyntax601
[74/1687] Compiling SwiftSyntax601 Empty.swift
[75/1688] Compiling SwiftSyntax509 Empty.swift
[76/1688] Emitting module SwiftSyntax509
[79/1689] Compiling SwiftSyntax602 Empty.swift
[80/1689] Emitting module _NIOBase64
[81/1689] Compiling _NIOBase64 Base64.swift
[82/1689] Emitting module SwiftSyntax602
[84/1691] Compiling _NIODataStructures PriorityQueue.swift
[85/1691] Compiling _NIODataStructures _TinyArray.swift
[88/1715] Wrapping AST for SwiftSyntax601 for debugging
[90/1716] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[91/1716] Compiling InternalCollectionsUtilities _SortedCollection.swift
[91/1719] Wrapping AST for SwiftSyntax602 for debugging
[92/1781] Wrapping AST for SwiftSyntax600 for debugging
[94/1781] Compiling ConcurrencyHelpers LockedValueBox.swift
[94/1781] Wrapping AST for SwiftSyntax510 for debugging
[96/1781] Compiling SwiftSyntax SyntaxProtocol.swift
[97/1781] Compiling SwiftSyntax SyntaxText.swift
[98/1781] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[99/1782] Compiling SwiftSyntax SourceEdit.swift
[100/1782] Compiling SwiftSyntax SyntaxNodeStructure.swift
[101/1782] Compiling SwiftSyntax RawSyntax.swift
[102/1782] Compiling SwiftSyntax RawSyntaxArena.swift
[103/1782] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[106/1782] Emitting module Logging
[107/1782] Emitting module _NIODataStructures
[108/1782] Compiling _NIODataStructures Heap.swift
[108/1783] Wrapping AST for SwiftSyntax509 for debugging
[110/1783] Compiling SwiftSyntax TokenSequence.swift
[111/1783] Compiling SwiftSyntax TokenSyntax.swift
[112/1783] Emitting module ConcurrencyHelpers
[113/1783] Compiling ConcurrencyHelpers Lock.swift
[114/1783] Compiling Logging MetadataProvider.swift
[115/1783] Compiling CoreMetrics Locks.swift
[118/1784] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[119/1784] Emitting module CoreMetrics
[120/1784] Compiling SwiftSyntax Identifier.swift
[121/1784] Compiling SwiftSyntax MemoryLayout.swift
[124/1784] Compiling SwiftSyntax MissingNodeInitializers.swift
[125/1784] Emitting module InternalCollectionsUtilities
[126/1784] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[127/1784] Compiling SwiftSyntax RawSyntaxTokenView.swift
[133/1785] Compiling SwiftSyntax Trivia.swift
[134/1785] Compiling SwiftSyntax Utils.swift
[135/1788] Compiling CoreMetrics Metrics.swift
[136/1789] Compiling Logging LogHandler.swift
[137/1789] Compiling Logging Locks.swift
[138/1789] Compiling Logging Logging.swift
[141/1790] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[142/1790] Compiling SwiftSyntax TokenDiagnostic.swift
[144/1790] Compiling ssl_versions.cc
[146/1790] Emitting module SwiftASN1
[147/1848] Compiling UnixSignals UnixSignal.swift
[148/1848] Emitting module UnixSignals
[150/1848] Compiling UnixSignals UnixSignalsSequence.swift
[151/1864] Compiling ssl_transcript.cc
[153/1864] Compiling DequeModule _DequeBuffer.swift
[154/1864] Compiling DequeModule _DequeBufferHeader.swift
[155/1866] Compiling DequeModule Deque+Equatable.swift
[156/1866] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[157/1866] Compiling DequeModule Deque+CustomReflectable.swift
[158/1866] Compiling DequeModule Deque+Descriptions.swift
[159/1866] Compiling DequeModule Deque+Extras.swift
[160/1866] Compiling DequeModule Deque+Hashable.swift
[160/1866] Compiling ssl_x509.cc
[162/1866] Compiling DequeModule Deque+Testing.swift
[163/1866] Compiling DequeModule Deque._Storage.swift
[164/1866] Compiling OrderedCollections OrderedSet+Initializers.swift
[165/1866] Compiling OrderedCollections OrderedSet+Insertions.swift
[166/1866] Compiling OrderedCollections OrderedSet+Invariants.swift
[167/1866] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[168/1866] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[169/1866] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[170/1866] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[171/1866] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[172/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[173/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[174/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[175/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[176/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[177/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[178/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[179/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[180/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[181/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[182/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[183/1873] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[184/1873] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[185/1873] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[186/1873] Compiling OrderedCollections OrderedDictionary.swift
[187/1873] Compiling OrderedCollections OrderedSet+Codable.swift
[188/1873] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[189/1873] Compiling OrderedCollections OrderedSet+Descriptions.swift
[190/1873] Compiling OrderedCollections OrderedSet+Diffing.swift
[191/1873] Compiling OrderedCollections OrderedSet+Equatable.swift
[192/1873] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[193/1873] Compiling OrderedCollections OrderedSet+Hashable.swift
[194/1873] Compiling DequeModule _DequeSlot.swift
[195/1873] Compiling DequeModule _UnsafeWrappedBuffer.swift
[196/1873] Compiling OrderedCollections OrderedDictionary+Codable.swift
[197/1873] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[198/1873] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[199/1873] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[200/1873] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[201/1873] Compiling OrderedCollections OrderedDictionary+Elements.swift
[202/1873] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[203/1873] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[206/1873] Compiling DequeModule Deque._UnsafeHandle.swift
[207/1873] Compiling DequeModule Deque.swift
[211/1873] Compiling ssl_stat.cc
[215/1873] Compiling DequeModule Deque+Codable.swift
[216/1873] Compiling DequeModule Deque+Collection.swift
[217/1873] Emitting module Metrics
[218/1873] Compiling Metrics Metrics.swift
[220/1874] Emitting module DequeModule
[222/1875] Emitting module OrderedCollections
[231/1875] Compiling OrderedCollections OrderedSet+Sendable.swift
[232/1875] Compiling OrderedCollections OrderedSet+SubSequence.swift
[233/1875] Compiling OrderedCollections OrderedSet+Testing.swift
[234/1875] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[235/1875] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[236/1875] Compiling OrderedCollections OrderedSet.swift
[237/1875] Compiling OrderedCollections _UnsafeBitset.swift
[238/1876] Compiling ssl_session.cc
[239/1876] Compiling ssl_privkey.cc
[240/1876] Compiling ssl_key_share.cc
[241/1876] Compiling ssl_lib.cc
[242/1876] Compiling ssl_file.cc
[243/1876] Compiling ssl_credential.cc
[244/1876] Compiling ssl_cipher.cc
[245/1876] Compiling ssl_cert.cc
[246/1876] Compiling ssl_buffer.cc
[247/1876] Compiling s3_both.cc
[248/1876] Compiling ssl_asn1.cc
[249/1876] Compiling ssl_aead_ctx.cc
[250/1876] Compiling s3_pkt.cc
[251/1876] Compiling s3_lib.cc
[252/1876] Compiling handshake_client.cc
[253/1876] Compiling handshake_server.cc
[254/1876] Compiling handoff.cc
[255/1876] Compiling handshake.cc
[256/1876] Compiling encrypted_client_hello.cc
[257/1876] Compiling extensions.cc
[258/1876] Compiling dtls_record.cc
[259/1876] Compiling md5-x86_64-linux.S
[260/1876] Compiling md5-x86_64-apple.S
[261/1876] Compiling md5-586-linux.S
[262/1876] Compiling md5-586-apple.S
[263/1876] Compiling dtls_method.cc
[264/1876] Compiling d1_srtp.cc
[265/1876] Compiling chacha20_poly1305_x86_64-linux.S
[266/1876] Compiling chacha20_poly1305_x86_64-apple.S
[267/1876] Compiling err_data.cc
[268/1876] Compiling chacha20_poly1305_armv8-win.S
[269/1876] Compiling chacha20_poly1305_armv8-linux.S
[270/1876] Compiling chacha20_poly1305_armv8-apple.S
[271/1876] Compiling chacha-x86_64-linux.S
[272/1876] Compiling chacha-x86_64-apple.S
[273/1876] Compiling chacha-x86-linux.S
[274/1876] Compiling chacha-armv8-win.S
[275/1876] Compiling chacha-x86-apple.S
[276/1876] Compiling chacha-armv8-linux.S
[277/1876] Compiling chacha-armv8-apple.S
[278/1876] Compiling chacha-armv4-linux.S
[279/1876] Compiling aes128gcmsiv-x86_64-apple.S
[280/1876] Compiling aes128gcmsiv-x86_64-linux.S
[281/1876] Compiling x86_64-mont5-linux.S
[282/1876] Compiling bio_ssl.cc
[283/1876] Compiling x86_64-mont5-apple.S
[284/1876] Compiling x86_64-mont-linux.S
[285/1876] Compiling x86_64-mont-apple.S
[286/1876] Compiling x86-mont-linux.S
[287/1876] Compiling x86-mont-apple.S
[288/1876] Compiling vpaes-x86_64-linux.S
[289/1876] Compiling vpaes-x86_64-apple.S
[290/1876] Compiling vpaes-x86-linux.S
[291/1876] Compiling vpaes-x86-apple.S
[292/1876] Compiling vpaes-armv8-win.S
[293/1876] Compiling vpaes-armv8-linux.S
[294/1876] Compiling vpaes-armv8-apple.S
[295/1876] Compiling d1_pkt.cc
[296/1876] Compiling sha512-x86_64-apple.S
[297/1876] Compiling vpaes-armv7-linux.S
[297/1876] Compiling sha512-x86_64-linux.S
[299/1876] Compiling d1_lib.cc
[300/1876] Compiling d1_both.cc
[301/1876] Compiling sha512-armv8-win.S
[302/1876] Compiling sha512-586-linux.S
[303/1876] Compiling sha512-armv4-linux.S
[303/1876] Compiling sha512-armv8-linux.S
[305/1876] Compiling sha512-armv8-apple.S
[306/1876] Compiling sha512-586-apple.S
[307/1876] Compiling sha256-x86_64-apple.S
[308/1876] Compiling sha256-armv8-win.S
[309/1876] Compiling sha256-x86_64-linux.S
[309/1876] Compiling sha256-armv8-apple.S
[311/1876] Compiling sha256-armv4-linux.S
[312/1876] Compiling sha256-armv8-linux.S
[313/1876] Compiling sha1-x86_64-apple.S
[314/1876] Compiling sha256-586-linux.S
[315/1876] Compiling sha256-586-apple.S
[316/1876] Compiling sha1-x86_64-linux.S
[317/1876] Compiling sha1-armv8-win.S
[319/1876] Emitting module SwiftSyntax
[319/1884] Compiling sha1-armv8-linux.S
[320/1884] Compiling sha1-armv8-apple.S
[321/1884] Compiling sha1-armv4-large-linux.S
[322/1884] Compiling sha1-586-linux.S
[323/1884] Compiling sha1-586-apple.S
[324/1884] Compiling rsaz-avx2-apple.S
[325/1884] Compiling rsaz-avx2-linux.S
[326/1884] Compiling p256_beeu-x86_64-asm-linux.S
[327/1884] Compiling p256_beeu-x86_64-asm-apple.S
[328/1884] Compiling rdrand-x86_64-apple.S
[329/1884] Compiling p256_beeu-armv8-asm-win.S
[330/1884] Compiling p256_beeu-armv8-asm-linux.S
[331/1884] Compiling rdrand-x86_64-linux.S
[332/1884] Compiling p256_beeu-armv8-asm-apple.S
[333/1884] Compiling p256-armv8-asm-linux.S
[334/1884] Compiling p256-armv8-asm-win.S
[335/1884] Compiling p256-armv8-asm-apple.S
[336/1884] Compiling p256-x86_64-asm-apple.S
[337/1884] Compiling ghashv8-armv8-linux.S
[338/1884] Compiling ghashv8-armv8-win.S
[339/1884] Compiling p256-x86_64-asm-linux.S
[340/1884] Compiling ghash-x86_64-apple.S
[341/1884] Compiling ghashv8-armv7-linux.S
[342/1884] Compiling ghash-x86_64-linux.S
[343/1884] Compiling ghash-x86-linux.S
[344/1884] Compiling ghashv8-armv8-apple.S
[345/1884] Compiling ghash-x86-apple.S
[346/1884] Compiling ghash-ssse3-x86-linux.S
[347/1884] Compiling ghash-ssse3-x86_64-linux.S
[348/1884] Compiling ghash-ssse3-x86-apple.S
[349/1884] Compiling ghash-neon-armv8-linux.S
[350/1884] Compiling ghash-neon-armv8-win.S
[351/1884] Compiling co-586-linux.S
[352/1884] Compiling ghash-ssse3-x86_64-apple.S
[353/1884] Compiling ghash-neon-armv8-apple.S
[354/1884] Compiling ghash-armv4-linux.S
[355/1884] Compiling co-586-apple.S
[356/1884] Compiling bsaes-armv7-linux.S
[357/1884] Compiling bn-armv8-linux.S
[358/1884] Compiling armv8-mont-win.S
[359/1884] Compiling bn-armv8-win.S
[360/1884] Compiling bn-586-linux.S
[361/1884] Compiling armv8-mont-linux.S
[362/1884] Compiling bn-armv8-apple.S
[363/1884] Compiling bn-586-apple.S
[364/1884] Compiling armv4-mont-linux.S
[365/1884] Compiling armv8-mont-apple.S
[366/1884] Compiling aesv8-gcm-armv8-win.S
[367/1884] Compiling aesv8-gcm-armv8-linux.S
[368/1884] Compiling aesv8-armv8-win.S
[369/1884] Compiling aesv8-gcm-armv8-apple.S
[370/1884] Compiling aesv8-armv8-apple.S
[371/1884] Compiling aesv8-armv8-linux.S
[372/1884] Compiling aesv8-armv7-linux.S
[373/1884] Compiling aesni-gcm-x86_64-apple.S
[374/1884] Compiling aesni-x86_64-apple.S
[375/1884] Compiling aesni-x86-apple.S
[376/1884] Compiling aesni-x86-linux.S
[377/1884] Compiling aesni-x86_64-linux.S
[378/1884] Compiling aesni-gcm-x86_64-linux.S
[379/1884] Compiling aes-gcm-avx2-x86_64-linux.S
[380/1884] Compiling aes-gcm-avx10-x86_64-linux.S
[381/1884] Compiling aes-gcm-avx10-x86_64-apple.S
[382/1884] Compiling aes-gcm-avx2-x86_64-apple.S
[383/1884] Compiling x_sig.cc
[384/1884] Compiling x_pubkey.cc
[385/1884] Compiling x_val.cc
[386/1884] Compiling x_x509.cc
[387/1884] Compiling x_spki.cc
[388/1884] Compiling x_x509a.cc
[389/1884] Compiling x_req.cc
[390/1884] Compiling x_all.cc
[391/1884] Compiling x_name.cc
[392/1884] Compiling x_exten.cc
[393/1884] Compiling x_attrib.cc
[394/1884] Compiling x_crl.cc
[395/1884] Compiling x509spki.cc
[396/1884] Compiling x_algor.cc
[397/1884] Compiling x509cset.cc
[398/1884] Compiling x509_vfy.cc
[399/1884] Compiling x509rset.cc
[400/1884] Compiling x509name.cc
[401/1884] Compiling x509_vpm.cc
[402/1884] Compiling x509_v3.cc
[403/1884] Compiling x509_txt.cc
[404/1884] Compiling x509_set.cc
[405/1884] Compiling x509_trs.cc
[406/1884] Compiling x509_obj.cc
[407/1884] Compiling x509_lu.cc
[408/1884] Compiling x509_req.cc
[409/1884] Compiling x509_d2.cc
[410/1884] Compiling x509_def.cc
[411/1884] Compiling x509_ext.cc
[412/1884] Compiling x509_att.cc
[413/1884] Compiling x509_cmp.cc
[414/1884] Compiling x509.cc
[415/1884] Compiling v3_skey.cc
[416/1884] Compiling v3_prn.cc
[417/1884] Compiling v3_purp.cc
[418/1884] Compiling v3_utl.cc
[419/1884] Compiling v3_ocsp.cc
[420/1884] Compiling v3_pcons.cc
[421/1884] Compiling v3_pmaps.cc
[422/1884] Compiling v3_int.cc
[423/1884] Compiling v3_ncons.cc
[424/1884] Compiling v3_lib.cc
[425/1884] Compiling v3_info.cc
[426/1884] Compiling v3_genn.cc
[427/1884] Compiling v3_ia5.cc
[428/1884] Compiling v3_extku.cc
[429/1884] Compiling v3_enum.cc
[430/1884] Compiling v3_crld.cc
[431/1884] Compiling v3_conf.cc
[432/1884] Compiling v3_cpols.cc
[433/1884] Compiling v3_bitst.cc
[434/1884] Compiling v3_bcons.cc
[435/1884] Compiling v3_alt.cc
[436/1884] Compiling t_x509.cc
[437/1884] Compiling v3_akeya.cc
[438/1884] Compiling v3_akey.cc
[439/1884] Compiling t_x509a.cc
[440/1884] Compiling i2d_pr.cc
[441/1884] Compiling t_crl.cc
[442/1884] Compiling t_req.cc
[443/1884] Compiling rsa_pss.cc
[444/1884] Compiling name_print.cc
[445/1884] Compiling policy.cc
[446/1884] Compiling by_file.cc
[456/1884] Compiling by_dir.cc
[457/1884] Compiling algorithm.cc
[457/1884] Compiling asn1_gen.cc
[459/1884] Compiling a_sign.cc
[460/1884] Compiling a_verify.cc
[461/1884] Compiling voprf.cc
[462/1884] Compiling a_digest.cc
[463/1884] Compiling thread_pthread.cc
[464/1884] Compiling thread_win.cc
[465/1884] Compiling thread.cc
[466/1884] Compiling thread_none.cc
[475/1884] Compiling SwiftSyntax SyntaxNodesAB.swift
[475/1884] Compiling stack.cc
[476/1884] Compiling trust_token.cc
[477/1884] Compiling pmbtoken.cc
[478/1884] Compiling sha512.cc
[479/1884] Compiling siphash.cc
[480/1884] Compiling slhdsa.cc
[481/1884] Compiling sha256.cc
[482/1884] Compiling spake2plus.cc
[483/1884] Compiling sha1.cc
[484/1884] Compiling rsa_print.cc
[485/1884] Compiling rsa_extra.cc
[486/1884] Compiling rsa_crypt.cc
[487/1884] Compiling rc4.cc
[488/1884] Compiling refcount.cc
[489/1884] Compiling passive.cc
[490/1884] Compiling windows.cc
[491/1884] Compiling trusty.cc
[492/1884] Compiling urandom.cc
[493/1884] Compiling rand.cc
[494/1884] Compiling deterministic.cc
[495/1884] Compiling rsa_asn1.cc
[496/1884] Compiling ios.cc
[497/1884] Compiling getentropy.cc
[498/1884] Compiling poly1305_arm_asm.S
[499/1884] Compiling forkunsafe.cc
[500/1884] Compiling fork_detect.cc
[501/1884] Compiling poly1305.cc
[502/1884] Compiling poly1305_arm.cc
[503/1884] Compiling poly1305_vec.cc
[504/1884] Compiling pool.cc
[505/1884] Compiling pkcs8_x509.cc
[506/1884] Compiling p5_pbev2.cc
[507/1884] Compiling pkcs7.cc
[508/1884] Compiling pkcs8.cc
[509/1884] Compiling pem_xaux.cc
[510/1884] Compiling pkcs7_x509.cc
[511/1884] Compiling pem_pkey.cc
[512/1884] Compiling pem_x509.cc
[513/1884] Compiling pem_pk8.cc
[514/1884] Compiling pem_oth.cc
[515/1884] Compiling obj_xref.cc
[516/1884] Compiling pem_info.cc
[517/1884] Compiling pem_lib.cc
[518/1884] Compiling mlkem.cc
[519/1884] Compiling pem_all.cc
[520/1884] Compiling obj.cc
[521/1884] Compiling mldsa.cc
[522/1884] Compiling poly_rq_mul.S
[523/1884] Compiling mem.cc
[524/1884] Compiling md4.cc
[525/1884] Compiling fips_shared_support.cc
[526/1884] Compiling md5.cc
[527/1884] Compiling lhash.cc
[528/1884] Compiling hrss.cc
[529/1884] Compiling hpke.cc
[530/1884] Compiling sign.cc
[531/1884] Compiling ex_data.cc
[532/1884] Compiling kyber.cc
[533/1884] Compiling scrypt.cc
[534/1884] Compiling p_x25519.cc
[535/1884] Compiling pbkdf.cc
[536/1884] Compiling print.cc
[537/1884] Compiling p_x25519_asn1.cc
[538/1884] Compiling p_rsa_asn1.cc
[539/1884] Compiling p_rsa.cc
[540/1884] Compiling p_ed25519.cc
[541/1884] Compiling p_hkdf.cc
[542/1884] Compiling p_ed25519_asn1.cc
[543/1884] Compiling p_dh.cc
[544/1884] Compiling p_ec.cc
[545/1884] Compiling p_dh_asn1.cc
[546/1884] Compiling p_ec_asn1.cc
[547/1884] Compiling evp_ctx.cc
[548/1884] Compiling p_dsa_asn1.cc
[549/1884] Compiling err.cc
[550/1884] Compiling evp.cc
[551/1884] Compiling engine.cc
[552/1884] Compiling evp_asn1.cc
[553/1884] Compiling ecdh.cc
[554/1884] Compiling ec_derive.cc
[555/1884] Compiling hash_to_curve.cc
[556/1884] Compiling ecdsa_asn1.cc
[557/1884] Compiling dsa.cc
[558/1884] Compiling ec_asn1.cc
[559/1884] Compiling params.cc
[560/1884] Compiling dsa_asn1.cc
[561/1884] Compiling dh_asn1.cc
[562/1884] Compiling digest_extra.cc
[563/1884] Compiling x25519-asm-arm.S
[564/1884] Compiling des.cc
[565/1884] Compiling spake25519.cc
[566/1884] Compiling bcm.cc
[567/1884] Compiling crypto.cc
[568/1884] Compiling cpu_intel.cc
[569/1884] Compiling cpu_arm_linux.cc
[570/1884] Compiling curve25519.cc
[571/1884] Compiling cpu_arm_freebsd.cc
[572/1884] Compiling cpu_aarch64_win.cc
[573/1884] Compiling cpu_aarch64_sysreg.cc
[574/1884] Compiling cpu_aarch64_openbsd.cc
[575/1884] Compiling cpu_aarch64_linux.cc
[576/1884] Compiling cpu_aarch64_fuchsia.cc
[577/1884] Compiling cpu_aarch64_apple.cc
[578/1884] Compiling tls_cbc.cc
[579/1884] Compiling get_cipher.cc
[580/1884] Compiling conf.cc
[581/1884] Compiling e_tls.cc
[582/1884] Compiling curve25519_64_adx.cc
[583/1884] Compiling e_rc4.cc
[629/1884] Compiling e_rc2.cc
[630/1884] Compiling e_null.cc
[631/1884] Compiling e_des.cc
[632/1884] Compiling e_chacha20poly1305.cc
[633/1884] Compiling e_aesctrhmac.cc
[634/1884] Compiling derive_key.cc
[635/1884] Compiling e_aesgcmsiv.cc
[636/1884] Compiling chacha.cc
[637/1884] Compiling ber.cc
[638/1884] Compiling bn_asn1.cc
[639/1884] Compiling cbb.cc
[640/1884] Compiling unicode.cc
[641/1884] Compiling asn1_compat.cc
[642/1884] Compiling buf.cc
[643/1884] Compiling blake2.cc
[644/1884] Compiling cbs.cc
[645/1884] Compiling convert.cc
[646/1884] Compiling socket_helper.cc
[647/1884] Compiling socket.cc
[648/1884] Compiling pair.cc
[649/1884] Compiling printf.cc
[650/1884] Compiling file.cc
[651/1884] Compiling hexdump.cc
[652/1884] Compiling bio_mem.cc
[653/1884] Compiling errno.cc
[654/1884] Compiling fd.cc
[655/1884] Compiling connect.cc
[656/1884] Compiling base64.cc
[657/1884] Compiling bio.cc
[658/1884] Compiling tasn_fre.cc
[659/1884] Compiling tasn_typ.cc
[660/1884] Compiling tasn_utl.cc
[661/1884] Compiling tasn_enc.cc
[662/1884] Compiling posix_time.cc
[663/1884] Compiling tasn_new.cc
[664/1884] Compiling f_string.cc
[665/1884] Compiling f_int.cc
[666/1884] Compiling asn_pack.cc
[667/1884] Compiling asn1_par.cc
[668/1884] Compiling tasn_dec.cc
[669/1884] Compiling a_octet.cc
[670/1884] Compiling asn1_lib.cc
[671/1884] Compiling a_object.cc
[672/1884] Compiling a_strnid.cc
[673/1884] Compiling a_time.cc
[674/1884] Compiling a_utctm.cc
[675/1884] Compiling a_type.cc
[676/1884] Compiling a_i2d_fp.cc
[677/1884] Compiling a_strex.cc
[678/1884] Compiling a_dup.cc
[679/1884] Compiling a_d2i_fp.cc
[680/1884] Compiling a_mbstr.cc
[681/1884] Compiling a_gentm.cc
[682/1884] Compiling a_int.cc
[683/1884] Compiling a_bitstr.cc
[684/1884] Compiling a_bool.cc
[685/1884] Compiling CCryptoBoringSSLShims shims.c
[686/1884] Compiling fiat_curve25519_adx_square.S
[687/1884] Compiling fiat_curve25519_adx_mul.S
[687/1884] Compiling md5-x86_64-apple.S
[689/1884] Compiling fiat_p256_adx_mul.S
[690/1884] Compiling md5-x86_64-linux.S
[691/1884] Compiling fiat_p256_adx_sqr.S
[692/1884] Compiling md5-586-linux.S
[693/1884] Compiling md5-586-apple.S
[694/1884] Compiling chacha20_poly1305_x86_64-apple.S
[695/1884] Compiling chacha20_poly1305_armv8-win.S
[696/1884] Compiling chacha20_poly1305_armv8-linux.S
[697/1884] Compiling chacha20_poly1305_x86_64-linux.S
[698/1884] Compiling chacha20_poly1305_armv8-apple.S
[699/1884] Compiling chacha-x86_64-linux.S
[700/1884] Compiling chacha-x86_64-apple.S
[701/1884] Compiling chacha-x86-linux.S
[702/1884] Compiling chacha-x86-apple.S
[703/1884] Compiling chacha-armv8-win.S
[704/1884] Compiling chacha-armv8-apple.S
[705/1884] Compiling chacha-armv8-linux.S
[706/1884] Compiling chacha-armv4-linux.S
[707/1884] Compiling x86_64-mont5-apple.S
[708/1884] Compiling aes128gcmsiv-x86_64-apple.S
[709/1884] Compiling aes128gcmsiv-x86_64-linux.S
[710/1884] Compiling err_data.cc
[711/1884] Compiling x86_64-mont5-linux.S
[712/1884] Compiling x86_64-mont-linux.S
[713/1884] Compiling x86_64-mont-apple.S
[713/1884] Compiling x86-mont-linux.S
[715/1884] Compiling x86-mont-apple.S
[716/1884] Compiling vpaes-x86_64-linux.S
[717/1884] Compiling vpaes-x86_64-apple.S
[718/1884] Compiling vpaes-x86-linux.S
[719/1884] Compiling vpaes-x86-apple.S
[720/1884] Compiling vpaes-armv8-linux.S
[721/1884] Compiling vpaes-armv8-win.S
[722/1884] Compiling vpaes-armv7-linux.S
[723/1884] Compiling vpaes-armv8-apple.S
[724/1884] Compiling sha512-x86_64-linux.S
[725/1884] Compiling sha512-x86_64-apple.S
[726/1884] Compiling sha512-armv8-win.S
[727/1884] Compiling sha512-armv8-apple.S
[728/1884] Compiling sha512-armv4-linux.S
[729/1884] Compiling sha512-armv8-linux.S
[730/1884] Compiling sha512-586-linux.S
[731/1884] Compiling sha512-586-apple.S
[732/1884] Compiling sha256-x86_64-apple.S
[733/1884] Compiling sha256-armv8-win.S
[734/1884] Compiling sha256-armv8-linux.S
[735/1884] Compiling sha256-x86_64-linux.S
[736/1884] Compiling sha256-armv8-apple.S
[737/1884] Compiling sha256-armv4-linux.S
[738/1884] Compiling sha256-586-apple.S
[739/1884] Compiling sha1-x86_64-apple.S
[740/1884] Compiling sha256-586-linux.S
[741/1884] Compiling sha1-armv8-win.S
[742/1884] Compiling sha1-armv8-linux.S
[743/1884] Compiling sha1-x86_64-linux.S
[744/1884] Compiling sha1-armv8-apple.S
[745/1884] Compiling sha1-armv4-large-linux.S
[746/1884] Compiling rsaz-avx2-linux.S
[747/1884] Compiling sha1-586-linux.S
[748/1884] Compiling sha1-586-apple.S
[749/1884] Compiling rsaz-avx2-apple.S
[750/1884] Compiling rdrand-x86_64-linux.S
[751/1884] Compiling rdrand-x86_64-apple.S
[752/1884] Compiling p256_beeu-x86_64-asm-apple.S
[753/1884] Compiling p256_beeu-armv8-asm-win.S
[754/1884] Compiling p256_beeu-x86_64-asm-linux.S
[755/1884] Compiling p256_beeu-armv8-asm-linux.S
[756/1884] Compiling p256_beeu-armv8-asm-apple.S
[757/1884] Compiling p256-x86_64-asm-apple.S
[758/1884] Compiling p256-armv8-asm-win.S
[759/1884] Compiling p256-armv8-asm-linux.S
[760/1884] Compiling p256-x86_64-asm-linux.S
[761/1884] Compiling p256-armv8-asm-apple.S
[762/1884] Compiling ghashv8-armv8-win.S
[763/1884] Compiling ghashv8-armv8-linux.S
[764/1884] Compiling ghashv8-armv7-linux.S
[765/1884] Compiling ghashv8-armv8-apple.S
[766/1884] Compiling ghash-x86_64-linux.S
[767/1884] Compiling ghash-x86-linux.S
[768/1884] Compiling ghash-x86_64-apple.S
[769/1884] Compiling ghash-ssse3-x86_64-apple.S
[770/1884] Compiling ghash-x86-apple.S
[771/1884] Compiling ghash-ssse3-x86_64-linux.S
[772/1884] Compiling ghash-ssse3-x86-linux.S
[773/1884] Compiling ghash-ssse3-x86-apple.S
[774/1884] Compiling ghash-neon-armv8-win.S
[775/1884] Compiling ghash-neon-armv8-linux.S
[776/1884] Compiling ghash-neon-armv8-apple.S
[777/1884] Compiling co-586-linux.S
[778/1884] Compiling ghash-armv4-linux.S
[779/1884] Compiling co-586-apple.S
[780/1884] Compiling bsaes-armv7-linux.S
[781/1884] Compiling bn-armv8-apple.S
[782/1884] Compiling bn-armv8-win.S
[783/1884] Compiling bn-armv8-linux.S
[784/1884] Compiling bn-586-apple.S
[785/1884] Compiling bn-586-linux.S
[786/1884] Compiling armv8-mont-linux.S
[787/1884] Compiling armv8-mont-win.S
[788/1884] Compiling armv8-mont-apple.S
[789/1884] Compiling armv4-mont-linux.S
[790/1884] Compiling aesv8-gcm-armv8-win.S
[791/1884] Compiling aesv8-gcm-armv8-apple.S
[792/1884] Compiling aesv8-gcm-armv8-linux.S
[793/1884] Compiling aesv8-armv8-linux.S
[794/1884] Compiling aesv8-armv8-win.S
[795/1884] Compiling aesv8-armv7-linux.S
[796/1884] Compiling aesv8-armv8-apple.S
[797/1884] Compiling aesni-x86_64-linux.S
[798/1884] Compiling aesni-x86_64-apple.S
[799/1884] Compiling aesni-x86-linux.S
[800/1884] Compiling aesni-x86-apple.S
[801/1884] Compiling aes-gcm-avx512-x86_64-linux.S
[802/1884] Compiling aesni-gcm-x86_64-apple.S
[803/1884] Compiling aesni-gcm-x86_64-linux.S
[804/1884] Compiling aes-gcm-avx512-x86_64-apple.S
[805/1884] Compiling aes-gcm-avx2-x86_64-linux.S
[806/1884] Compiling aes-gcm-avx2-x86_64-apple.S
[807/1884] Compiling xwing.cc
[808/1884] Compiling x_x509.cc
[809/1884] Compiling x_val.cc
[810/1884] Compiling c-nioatomics.c
[811/1884] Compiling x_spki.cc
[812/1884] Compiling x_x509a.cc
[813/1884] Compiling x_sig.cc
[814/1884] Compiling c-atomics.c
[815/1884] Compiling x_req.cc
[816/1890] Compiling x_pubkey.cc
[817/1890] Compiling x_exten.cc
[818/1890] Compiling x_name.cc
[819/1890] Compiling x_crl.cc
[821/1890] Compiling NIOConcurrencyHelpers lock.swift
[822/1890] Emitting module NIOConcurrencyHelpers
[823/1890] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[824/1890] Compiling NIOConcurrencyHelpers atomics.swift
[825/1890] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[826/1890] Compiling NIOConcurrencyHelpers NIOLock.swift
[826/1891] Compiling x_attrib.cc
[828/1891] Compiling x_all.cc
[829/1891] Compiling x_algor.cc
[830/1891] Compiling x509rset.cc
[831/1891] Compiling x509name.cc
[832/1891] Compiling x509spki.cc
[833/1891] Compiling x509_vpm.cc
[834/1891] Compiling x509cset.cc
[835/1891] Compiling x509_v3.cc
[836/1891] Compiling x509_vfy.cc
[837/1891] Compiling x509_txt.cc
[838/1891] Compiling x509_set.cc
[839/1891] Compiling x509_trs.cc
[840/1891] Compiling x509_ext.cc
[841/1891] Compiling x509_req.cc
[842/1891] Compiling x509_lu.cc
[843/1891] Compiling x509_obj.cc
[844/1891] Compiling x509_def.cc
[845/1891] Compiling x509_d2.cc
[846/1891] Compiling x509_cmp.cc
[847/1891] Compiling x509_att.cc
[848/1891] Compiling x509.cc
[849/1891] Compiling v3_skey.cc
[850/1891] Compiling v3_utl.cc
[851/1891] Compiling v3_pmaps.cc
[852/1891] Compiling v3_prn.cc
[853/1891] Compiling v3_purp.cc
[854/1891] Compiling v3_pcons.cc
[855/1891] Compiling v3_ocsp.cc
[856/1891] Compiling v3_ncons.cc
[857/1891] Compiling v3_lib.cc
[858/1891] Compiling v3_int.cc
[859/1891] Compiling v3_ia5.cc
[860/1891] Compiling v3_info.cc
[861/1891] Compiling v3_genn.cc
[862/1891] Compiling v3_extku.cc
[863/1891] Compiling v3_enum.cc
[864/1891] Compiling v3_crld.cc
[865/1891] Compiling v3_conf.cc
[866/1891] Compiling v3_cpols.cc
[867/1891] Compiling v3_bitst.cc
[868/1891] Compiling v3_bcons.cc
[869/1891] Compiling v3_alt.cc
[870/1891] Compiling v3_akeya.cc
[871/1891] Compiling v3_akey.cc
[872/1891] Compiling t_x509.cc
[873/1891] Compiling t_x509a.cc
[874/1891] Compiling t_req.cc
[875/1891] Compiling t_crl.cc
[876/1891] Compiling i2d_pr.cc
[877/1891] Compiling rsa_pss.cc
[878/1891] Compiling policy.cc
[879/1891] Compiling name_print.cc
[880/1891] Compiling by_file.cc
[881/1891] Compiling by_dir.cc
[882/1891] Compiling algorithm.cc
[883/1891] Compiling asn1_gen.cc
[884/1891] Compiling a_verify.cc
[885/1891] Compiling a_digest.cc
[886/1891] Compiling a_sign.cc
[887/1891] Compiling voprf.cc
[888/1891] Compiling trust_token.cc
[889/1891] Compiling thread_pthread.cc
[890/1891] Compiling thread_win.cc
[891/1891] Compiling thread_none.cc
[892/1891] Compiling thread.cc
[893/1891] Compiling stack.cc
[894/1891] Compiling pmbtoken.cc
[895/1891] Compiling siphash.cc
[896/1891] Compiling sha512.cc
[897/1891] Compiling sha256.cc
[898/1891] Compiling slhdsa.cc
[899/1891] Compiling sha1.cc
[900/1891] Compiling rsa_print.cc
[901/1891] Compiling rsa_extra.cc
[902/1891] Compiling spake2plus.cc
[903/1891] Compiling rsa_crypt.cc
[904/1891] Compiling refcount.cc
[905/1891] Compiling rc4.cc
[906/1891] Compiling trusty.cc
[907/1891] Compiling windows.cc
[908/1891] Compiling urandom.cc
[909/1891] Compiling rsa_asn1.cc
[910/1891] Compiling rand.cc
[911/1891] Compiling ios.cc
[912/1891] Compiling passive.cc
[913/1891] Compiling getentropy.cc
[914/1891] Compiling poly1305_arm_asm.S
[915/1891] Compiling fork_detect.cc
[916/1891] Compiling forkunsafe.cc
[917/1891] Compiling deterministic.cc
[918/1891] Compiling poly1305_arm.cc
[919/1891] Compiling poly1305.cc
[920/1891] Compiling poly1305_vec.cc
[921/1891] Compiling pool.cc
[922/1891] Compiling pkcs7.cc
[923/1891] Compiling p5_pbev2.cc
[924/1891] Compiling pkcs8.cc
[925/1891] Compiling pkcs8_x509.cc
[926/1891] Compiling pem_xaux.cc
[927/1891] Compiling pkcs7_x509.cc
[928/1891] Compiling pem_x509.cc
[929/1891] Compiling pem_pkey.cc
[930/1891] Compiling pem_pk8.cc
[931/1891] Compiling pem_oth.cc
[932/1891] Compiling obj_xref.cc
[933/1891] Compiling pem_lib.cc
[934/1891] Compiling pem_info.cc
[935/1891] Compiling pem_all.cc
[936/1891] Compiling mlkem.cc
[937/1891] Compiling mldsa.cc
[938/1891] Compiling mem.cc
[939/1891] Compiling obj.cc
[940/1891] Compiling poly_rq_mul.S
[941/1891] Compiling lhash.cc
[942/1891] Compiling fips_shared_support.cc
[943/1891] Compiling md5.cc
[944/1891] Compiling md4.cc
[945/1891] Compiling hrss.cc
[946/1891] Compiling fuzzer_mode.cc
[947/1891] Compiling kyber.cc
[948/1891] Compiling ex_data.cc
[949/1891] Compiling hpke.cc
[950/1891] Compiling sign.cc
[951/1891] Compiling pbkdf.cc
[952/1891] Compiling scrypt.cc
[953/1891] Compiling print.cc
[954/1891] Compiling p_x25519.cc
[955/1891] Compiling p_x25519_asn1.cc
[956/1891] Compiling p_hkdf.cc
[957/1891] Compiling p_rsa_asn1.cc
[958/1891] Compiling p_ed25519_asn1.cc
[959/1891] Compiling p_rsa.cc
[960/1891] Compiling p_ed25519.cc
[961/1891] Compiling p_dh.cc
[962/1891] Compiling p_ec.cc
[963/1891] Compiling p_ec_asn1.cc
[964/1891] Compiling p_dh_asn1.cc
[966/1891] Compiling SwiftSyntax SyntaxNodesC.swift
[967/1891] Compiling SwiftSyntax SyntaxNodesD.swift
[968/1891] Compiling SwiftSyntax SyntaxNodesEF.swift
[969/1891] Compiling SwiftSyntax SyntaxNodesGHI.swift
[970/1891] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[971/1891] Compiling SwiftSyntax SyntaxNodesOP.swift
[972/1891] Compiling SwiftSyntax SyntaxNodesQRS.swift
[973/1891] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[973/1892] Compiling p_dsa_asn1.cc
[975/1892] Compiling evp_ctx.cc
[976/1892] Compiling engine.cc
[977/1892] Compiling err.cc
[978/1892] Compiling evp.cc
[979/1892] Compiling ecdsa_p1363.cc
[980/1911] Compiling evp_asn1.cc
[981/1944] Compiling ecdh.cc
[982/1951] Compiling hash_to_curve.cc
[983/1951] Compiling ec_derive.cc
[984/1951] Wrapping AST for SwiftSyntax for debugging
[986/1951] Compiling SwiftDiagnostics Message.swift
[986/1952] Compiling ecdsa_asn1.cc
[988/1952] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[989/1952] Compiling SwiftBasicFormat Syntax+Extensions.swift
[990/1952] Compiling SwiftDiagnostics Convenience.swift
[991/1952] Compiling SwiftDiagnostics Diagnostic.swift
[992/1952] Emitting module SwiftDiagnostics
[993/1952] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[994/1952] Compiling SwiftDiagnostics Note.swift
[995/1952] Emitting module SwiftBasicFormat
[996/1952] Compiling SwiftDiagnostics FixIt.swift
[997/1952] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[998/1952] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[999/1952] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1000/1952] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1001/1952] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1002/1953] Compiling SwiftBasicFormat Indenter.swift
[1003/1953] Compiling SwiftBasicFormat InferIndentation.swift
[1004/1953] Compiling dsa.cc
[1005/1953] Compiling dsa_asn1.cc
[1006/1953] Wrapping AST for SwiftDiagnostics for debugging
[1007/1953] Compiling ec_asn1.cc
[1008/1953] Compiling digest_extra.cc
[1010/1953] Compiling SwiftBasicFormat BasicFormat.swift
[1011/1954] Compiling params.cc
[1012/1954] Wrapping AST for SwiftBasicFormat for debugging
[1013/1954] Compiling x25519-asm-arm.S
[1014/1954] Compiling bcm.cc
[1015/1954] Compiling des.cc
[1016/1954] Compiling dh_asn1.cc
[1017/1954] Compiling spake25519.cc
[1018/1954] Compiling cpu_arm_linux.cc
[1019/1954] Compiling crypto.cc
[1020/1954] Compiling cpu_intel.cc
[1021/1954] Compiling curve25519.cc
[1022/1954] Compiling cpu_arm_freebsd.cc
[1023/1954] Compiling cpu_aarch64_win.cc
[1025/1954] Emitting module SwiftParser
[1025/1959] Compiling curve25519_64_adx.cc
[1026/1959] Compiling cpu_aarch64_sysreg.cc
[1027/1959] Compiling cpu_aarch64_openbsd.cc
[1028/1959] Compiling cpu_aarch64_linux.cc
[1029/1959] Compiling cpu_aarch64_fuchsia.cc
[1030/1959] Compiling cpu_aarch64_apple.cc
[1031/1959] Compiling conf.cc
[1032/1959] Compiling tls_cbc.cc
[1033/1959] Compiling get_cipher.cc
[1034/1959] Compiling e_tls.cc
[1036/1959] Compiling SwiftParser StringLiterals.swift
[1037/1959] Compiling SwiftParser SwiftParserCompatibility.swift
[1038/1959] Compiling SwiftParser SwiftVersion.swift
[1039/1959] Compiling SwiftParser SyntaxUtils.swift
[1040/1959] Compiling SwiftParser TokenConsumer.swift
[1041/1959] Compiling SwiftParser TokenPrecedence.swift
[1042/1959] Compiling SwiftParser TokenSpec.swift
[1043/1959] Compiling SwiftParser TokenSpecSet.swift
[1044/1959] Compiling SwiftParser TopLevel.swift
[1045/1959] Compiling SwiftParser TriviaParser.swift
[1046/1959] Compiling SwiftParser Types.swift
[1046/1959] Compiling e_rc4.cc
[1047/1959] Compiling e_rc2.cc
[1048/1959] Compiling e_null.cc
[1049/1959] Compiling e_des.cc
[1050/1959] Compiling e_chacha20poly1305.cc
[1052/1959] Compiling SwiftParser LoopProgressCondition.swift
[1053/1959] Compiling SwiftParser Modifiers.swift
[1054/1959] Compiling SwiftParser Names.swift
[1055/1959] Compiling SwiftParser Nominals.swift
[1056/1959] Compiling SwiftParser Parameters.swift
[1057/1959] Compiling SwiftParser ParseSourceFile.swift
[1058/1959] Compiling SwiftParser Lexeme.swift
[1059/1959] Compiling SwiftParser LexemeSequence.swift
[1060/1959] Compiling SwiftParser Lexer.swift
[1061/1959] Compiling SwiftParser RegexLiteralLexer.swift
[1062/1959] Compiling SwiftParser UnicodeScalarExtensions.swift
[1063/1959] Compiling SwiftParser Lookahead.swift
[1064/1959] Compiling SwiftParser Parser.swift
[1065/1959] Compiling SwiftParser Patterns.swift
[1066/1959] Compiling SwiftParser Recovery.swift
[1067/1959] Compiling SwiftParser Specifiers.swift
[1068/1959] Compiling SwiftParser Statements.swift
[1069/1959] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1069/1959] Compiling cms.cc
[1070/1959] Compiling e_aesgcmsiv.cc
[1071/1959] Compiling e_aeseax.cc
[1072/1959] Compiling derive_key.cc
[1073/1959] Compiling e_aesctrhmac.cc
[1074/1959] Compiling chacha.cc
[1075/1959] Compiling unicode.cc
[1076/1959] Compiling buf.cc
[1077/1959] Compiling sqrt.cc
[1078/1959] Compiling cbs.cc
[1079/1959] Compiling ber.cc
[1080/1959] Compiling asn1_compat.cc
[1081/1959] Compiling cbb.cc
[1082/1959] Compiling exponentiation.cc
[1083/1959] Compiling div.cc
[1084/1959] Compiling blake2.cc
[1085/1959] Compiling printf.cc
[1086/1959] Compiling pair.cc
[1088/1959] Compiling SwiftParser Directives.swift
[1089/1959] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1090/1959] Compiling SwiftParser Expressions.swift
[1091/1959] Compiling SwiftParser IncrementalParseTransition.swift
[1092/1959] Compiling SwiftParser IsValidIdentifier.swift
[1093/1959] Compiling SwiftParser Cursor.swift
[1098/1959] Compiling SwiftParser CompilerFiles.swift
[1099/1959] Compiling SwiftParser Declarations.swift
[1099/1959] Compiling bn_asn1.cc
[1100/1959] Compiling hexdump.cc
[1101/1959] Compiling convert.cc
[1102/1959] Compiling file.cc
[1103/1959] Compiling fd.cc
[1104/1959] Compiling errno.cc
[1105/1959] Compiling bio_mem.cc
[1106/1959] Compiling base64.cc
[1107/1959] Compiling bio.cc
[1108/1959] Compiling tasn_typ.cc
[1109/1959] Compiling tasn_fre.cc
[1110/1959] Compiling tasn_enc.cc
[1111/1959] Compiling tasn_utl.cc
[1112/1959] Compiling posix_time.cc
[1113/1959] Compiling tasn_new.cc
[1114/1959] Compiling f_string.cc
[1115/1959] Compiling f_int.cc
[1116/1959] Compiling tasn_dec.cc
[1117/1959] Compiling asn_pack.cc
[1118/1959] Compiling asn1_par.cc
[1119/1959] Compiling asn1_lib.cc
[1121/1959] Compiling SwiftParser ExperimentalFeatures.swift
[1122/1959] Compiling SwiftParser IsLexerClassified.swift
[1123/1959] Compiling SwiftParser LayoutNodes+Parsable.swift
[1124/1959] Compiling SwiftParser Parser+TokenSpecSet.swift
[1125/1959] Compiling SwiftParser TokenSpecStaticMembers.swift
[1125/1959] Compiling a_utctm.cc
[1126/1959] Compiling a_octet.cc
[1127/1960] Compiling a_time.cc
[1128/1960] Compiling a_type.cc
[1130/1960] Compiling a_strnid.cc
[1131/1960] Compiling a_strex.cc
[1132/1973] Wrapping AST for SwiftParser for debugging
[1133/1983] Compiling a_i2d_fp.cc
[1135/1983] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1135/1984] Compiling a_object.cc
[1136/1984] Compiling a_mbstr.cc
[1138/1984] Compiling SwiftOperators PrecedenceGroup.swift
[1139/1985] Compiling SwiftOperators OperatorError.swift
[1140/1985] Compiling SwiftOperators OperatorTable+Defaults.swift
[1141/1985] Compiling SwiftOperators PrecedenceGraph.swift
[1141/1985] Compiling a_gentm.cc
[1143/1985] Compiling SwiftOperators OperatorTable.swift
[1143/1985] Compiling a_int.cc
[1143/1985] Write sources
[1150/1985] Compiling _AtomicsShims.c
[1152/1985] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1152/1985] Compiling a_dup.cc
[1153/1985] Compiling a_d2i_fp.cc
[1155/1985] Compiling SwiftOperators OperatorTable+Semantics.swift
[1156/1985] Compiling SwiftOperators SyntaxSynthesis.swift
[1156/2009] Compiling aes.cc
[1158/2009] Compiling Atomics Primitives.native.swift
[1159/2009] Compiling Atomics AtomicInteger.swift
[1160/2009] Compiling SwiftOperators OperatorTable+Folding.swift
[1161/2009] Emitting module SwiftOperators
[1162/2010] Emitting module SwiftParserDiagnostics
[1163/2010] Write sources
[1184/2010] Compiling CNIOWindows shim.c
[1186/2055] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1187/2055] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1188/2055] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1189/2055] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1189/2057] Compiling a_bitstr.cc
[1190/2057] Compiling a_bool.cc
[1192/2057] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1193/2057] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1194/2057] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1195/2057] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1196/2057] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1198/2057] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1199/2093] Compiling InternalCollectionsUtilities UInt+reversed.swift
[1200/2093] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[1201/2093] Compiling InternalCollectionsUtilities _SortedCollection.swift
[1202/2093] Compiling Atomics IntegerOperations.swift
[1203/2093] Compiling Atomics Unmanaged extensions.swift
[1204/2093] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[1205/2093] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[1206/2093] Emitting module InternalCollectionsUtilities
[1207/2094] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1208/2094] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1209/2094] Compiling AsyncAlgorithms MergeStateMachine.swift
[1210/2094] Compiling AsyncAlgorithms MergeStorage.swift
[1211/2094] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1212/2094] Compiling AsyncAlgorithms Rethrow.swift
[1213/2100] Emitting module AsyncAlgorithms
[1214/2100] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1215/2100] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1216/2100] Compiling AsyncAlgorithms DebounceStorage.swift
[1217/2100] Compiling AsyncAlgorithms Dictionary.swift
[1218/2100] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1219/2100] Compiling AsyncAlgorithms Locking.swift
[1220/2100] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[1221/2100] Compiling InternalCollectionsUtilities Integer rank.swift
[1222/2100] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[1233/2101] Compiling SwiftASN1 ObjectIdentifier.swift
[1234/2101] Compiling SwiftASN1 PEMDocument.swift
[1238/2101] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1240/2101] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[1241/2101] Compiling InternalCollectionsUtilities Debugging.swift
[1242/2101] Compiling InternalCollectionsUtilities Descriptions.swift
[1243/2101] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[1244/2101] Compiling SwiftASN1 TimeUtilities.swift
[1245/2101] Compiling SwiftASN1 UTCTime.swift
[1246/2101] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1247/2101] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1248/2101] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1250/2101] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1251/2101] Compiling AsyncAlgorithms AsyncChannel.swift
[1252/2101] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1253/2101] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1254/2101] Compiling AsyncAlgorithms ChannelStorage.swift
[1255/2101] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1256/2101] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1257/2101] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1258/2101] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1262/2101] Emitting module Atomics
[1267/2117] Compiling AsyncAlgorithms SetAlgebra.swift
[1268/2117] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1269/2117] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1270/2117] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1271/2117] Compiling AsyncAlgorithms ZipStateMachine.swift
[1272/2117] Compiling AsyncAlgorithms ZipStorage.swift
[1274/2133] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[1275/2133] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[1276/2133] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1277/2133] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[1278/2133] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[1279/2133] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[1280/2133] Compiling _ConnectionPoolModule ConnectionRequest.swift
[1281/2133] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[1282/2133] Compiling _ConnectionPoolModule ConnectionLease.swift
[1283/2133] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[1284/2133] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[1287/2135] Compiling _ConnectionPoolModule ConnectionPool.swift
[1288/2135] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[1291/2135] Emitting module Logging
[1292/2135] Compiling Logging Locks.swift
[1293/2135] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[1297/2135] Compiling _NIOBase64 Base64.swift
[1298/2136] Emitting module _NIOBase64
[1299/2137] Compiling _ConnectionPoolModule Max2Sequence.swift
[1300/2137] Compiling _ConnectionPoolModule NIOLock.swift
[1301/2137] Compiling _NIODataStructures PriorityQueue.swift
[1302/2137] Compiling _NIODataStructures _TinyArray.swift
[1303/2162] Compiling NIOCore AddressedEnvelope.swift
[1304/2162] Compiling NIOCore AsyncAwaitSupport.swift
[1305/2162] Compiling NIOCore AsyncChannel.swift
[1311/2215] Compiling NIOCore AsyncChannelHandler.swift
[1312/2215] Emitting module _NIODataStructures
[1313/2215] Compiling NIOCore AsyncChannelInboundStream.swift
[1314/2215] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1315/2215] Compiling _NIODataStructures Heap.swift
[1316/2215] Compiling Logging MetadataProvider.swift
[1317/2217] Compiling NIOCore ChannelHandlers.swift
[1318/2217] Compiling NIOCore ChannelInvoker.swift
[1319/2217] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1320/2217] Compiling NIOCore ByteBuffer-views.swift
[1321/2217] Compiling Logging LogHandler.swift
[1322/2217] Compiling Logging Logging.swift
[1324/2218] Emitting module SwiftSyntaxBuilder
[1326/2218] Emitting module ServiceLifecycle
[1327/2219] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1328/2219] Compiling NIOCore NIOAsyncWriter.swift
[1329/2219] Compiling NIOCore ByteBuffer-multi-int.swift
[1332/2219] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1333/2219] Emitting module SwiftASN1
[1334/2219] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1335/2219] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1336/2219] Compiling ServiceLifecycle GracefulShutdown.swift
[1337/2289] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[1338/2289] Compiling OrderedCollections OrderedDictionary+Elements.swift
[1339/2289] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[1340/2289] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[1341/2289] Compiling ServiceLifecycle ServiceRunnerError.swift
[1342/2289] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1343/2289] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[1344/2289] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[1345/2291] Compiling OrderedCollections OrderedDictionary.swift
[1346/2291] Compiling OrderedCollections OrderedSet+Codable.swift
[1347/2292] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[1348/2292] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[1350/2292] Compiling CryptoBoringWrapper RandomBytes.swift
[1353/2292] Compiling OrderedCollections OrderedDictionary+Codable.swift
[1354/2292] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[1357/2292] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[1358/2292] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[1359/2292] Compiling NIOCore NIOCoreSendableMetatype.swift
[1360/2292] Compiling NIOCore NIOLoopBound.swift
[1361/2292] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1362/2292] Compiling NIOCore NIOScheduledCallback.swift
[1363/2292] Compiling NIOCore NIOSendable.swift
[1364/2292] Compiling NIOCore RecvByteBufferAllocator.swift
[1365/2301] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1368/2304] Emitting module _ConnectionPoolModule
[1369/2304] Compiling DequeModule _DequeSlot.swift
[1370/2304] Compiling DequeModule _UnsafeWrappedBuffer.swift
[1372/2304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[1373/2304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[1374/2304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[1375/2304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[1376/2304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[1377/2304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[1378/2304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[1379/2304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[1380/2304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[1381/2304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[1382/2304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[1383/2304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[1386/2311] Compiling CryptoBoringWrapper EllipticCurve.swift
[1387/2311] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1388/2311] Emitting module CryptoBoringWrapper
[1389/2311] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1390/2311] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[1391/2311] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[1396/2311] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[1397/2311] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[1398/2311] Compiling ServiceLifecycle Service.swift
[1399/2311] Compiling ServiceLifecycle ServiceGroup.swift
[1400/2311] Compiling ServiceLifecycle CancellationWaiter.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1401/2327] 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
[1404/2329] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[1405/2329] Compiling OrderedCollections OrderedSet+Descriptions.swift
[1406/2329] Compiling OrderedCollections OrderedSet+Diffing.swift
[1407/2329] Compiling OrderedCollections OrderedSet+Equatable.swift
[1408/2329] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[1409/2329] Compiling OrderedCollections OrderedSet+Hashable.swift
[1410/2329] Compiling OrderedCollections OrderedSet+Initializers.swift
[1411/2329] Compiling OrderedCollections OrderedSet+Insertions.swift
[1412/2329] Compiling OrderedCollections OrderedSet+Invariants.swift
[1413/2329] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[1414/2329] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[1415/2329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[1416/2329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[1417/2329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[1418/2329] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1419/2329] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1421/2330] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1422/2330] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1424/2330] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1425/2330] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1426/2330] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1427/2330] Compiling SwiftSyntaxMacros Macro+Format.swift
[1428/2332] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1429/2332] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1432/2332] Compiling SwiftSyntaxMacros BodyMacro.swift
[1433/2332] Compiling SwiftSyntaxMacros Macro.swift
[1434/2332] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1435/2332] Compiling SwiftSyntaxMacros MemberMacro.swift
[1436/2332] Compiling SwiftSyntaxMacros PeerMacro.swift
[1437/2332] Emitting module SwiftSyntaxMacros
[1437/2332] Wrapping AST for SwiftSyntaxBuilder for debugging
[1439/2332] Emitting module DequeModule
[1441/2336] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1442/2336] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1443/2336] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1444/2336] 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 |
[1453/2336] 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) }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1454/2336] 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) }
[1459/2336] 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 |
[1459/2336] Wrapping AST for SwiftParserDiagnostics for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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/788] Compiling fiat_curve25519_adx_square.S
[0/787] Compiling CNIOWindows WSAStartup.c
[0/787] Compiling fiat_p256_adx_mul.S
[0/787] Compiling fiat_p256_adx_sqr.S
[1/798] Compiling CNIOWASI CNIOWASI.c
[1/798] Compiling fiat_curve25519_adx_mul.S
[6/798] Compiling CNIOLinux shim.c
[7/798] Compiling CNIOLinux liburing_shims.c
[8/798] Compiling CNIODarwin shim.c
[9/798] Compiling CNIOPosix event_loop_id.c
[10/798] Compiling CNIOBoringSSLShims shims.c
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>
      |          ^~~~~~~~~~~
1 error generated.
[11/798] Compiling tls13_enc.cc
[11/798] Compiling tls13_both.cc
[11/798] Compiling c-nioatomics.c
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>
      |          ^~~~~~~~~~~
[11/798] Compiling tls_method.cc
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>
      |          ^~~~~~~~~~~
[11/798] Compiling tls_record.cc
[11/798] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/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>
      |          ^~~~~~~~~~~
[11/798] Compiling tls13_client.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>
      |          ^~~~~~~~~~~
[11/798] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm