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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: v0.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/lovetodream/postgres-nio-macros
 * tag               v0.2.0     -> FETCH_HEAD
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 v0.2.0
========================================
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-0":/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
[1665/84790] Fetching postgres-nio, swift-syntax
Fetched https://github.com/vapor/postgres-nio.git from cache (9.18s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.24s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.27.0 (11.92s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.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
[1/2743] Fetching swift-nio-transport-services
[687/6646] Fetching swift-nio-transport-services, swift-log
[2175/8996] Fetching swift-nio-transport-services, swift-log, swift-metrics
[2621/11472] Fetching swift-nio-transport-services, swift-log, swift-metrics, swift-service-lifecycle
[11161/28540] Fetching swift-nio-transport-services, swift-log, swift-metrics, swift-service-lifecycle, swift-crypto
[11566/43625] Fetching swift-nio-transport-services, swift-log, swift-metrics, swift-service-lifecycle, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (3.18s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.30s)
Fetched https://github.com/apple/swift-log.git from cache (3.30s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.31s)
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-metrics.git from cache (3.31s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.33s)
[1/1814] Fetching swift-atomics
[1815/19342] Fetching swift-atomics, swift-collections
[9353/97715] Fetching swift-atomics, swift-collections, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.65s)
[24582/95901] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.45s)
[48592/78373] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (18.21s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (23.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.78s)
Fetching https://github.com/apple/swift-system.git
[1/5008] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
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.95s)
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.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 (0.91s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.71s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.43s)
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 (0.48s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (2.03s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.59s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.11s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.59s)
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.27.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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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-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-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-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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Building for debugging...
[0/1652] Write sources
[35/1652] Compiling _AtomicsShims.c
[36/1652] Write sources
[47/1652] Compiling CNIOWindows shim.c
[48/1652] Compiling _SwiftSyntaxCShims PlatformMutex.c
[49/1652] Compiling CNIOWindows WSAStartup.c
[50/1652] Compiling CNIOWASI CNIOWASI.c
[51/1652] Compiling chacha-armv8-linux.S
[52/1652] Compiling CNIOPosix event_loop_id.c
[53/1652] Compiling CNIOLinux liburing_shims.c
[54/1652] Compiling CNIODarwin shim.c
[55/1652] Compiling CNIOLinux shim.c
[56/1652] Compiling chacha-armv8-apple.S
[57/1652] Compiling fiat_p256_adx_sqr.S
[58/1652] Compiling fiat_curve25519_adx_square.S
[59/1652] Compiling fiat_p256_adx_mul.S
[60/1652] Write swift-version-24593BA9C3E375BF.txt
[61/1652] Compiling fiat_curve25519_adx_mul.S
[62/1652] Compiling buf.cc
[63/1656] Compiling ber.cc
[64/1658] Compiling asn1_compat.cc
[65/1658] Compiling CNIOBoringSSLShims shims.c
[66/1664] Compiling tls_method.cc
[67/1664] Compiling tls_record.cc
[68/1668] Compiling tls13_server.cc
[70/1685] Compiling SwiftSyntax601 Empty.swift
[71/1685] Emitting module SwiftSyntax601
[72/1686] Compiling _NIOBase64 Base64.swift
[73/1686] Emitting module _NIOBase64
[75/1687] Compiling SwiftSyntax509 Empty.swift
[76/1687] Emitting module SwiftSyntax509
[79/1688] Compiling SwiftSyntax510 Empty.swift
[80/1688] Emitting module SwiftSyntax510
[81/1689] Compiling _NIODataStructures PriorityQueue.swift
[82/1689] Compiling _NIODataStructures _TinyArray.swift
[83/1689] Emitting module SwiftSyntax600
[84/1689] Compiling SwiftSyntax600 Empty.swift
[85/1690] Compiling SwiftSyntax602 Empty.swift
[86/1690] Emitting module SwiftSyntax602
[89/1716] Wrapping AST for SwiftSyntax601 for debugging
[90/1716] Wrapping AST for SwiftSyntax600 for debugging
[92/1716] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/1717] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[94/1717] Compiling InternalCollectionsUtilities Debugging.swift
[95/1717] Compiling InternalCollectionsUtilities Descriptions.swift
[96/1717] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[97/1717] Compiling ConcurrencyHelpers LockedValueBox.swift
[97/1717] Wrapping AST for SwiftSyntax602 for debugging
[99/1717] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[99/1717] Wrapping AST for SwiftSyntax510 for debugging
[101/1717] Emitting module Logging
[102/1780] Emitting module CoreMetrics
[102/1780] Wrapping AST for SwiftSyntax509 for debugging
[104/1780] Compiling SwiftSyntax AbsolutePosition.swift
[105/1780] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[106/1780] Compiling SwiftSyntax Convenience.swift
[107/1780] Compiling SwiftSyntax CustomTraits.swift
[108/1780] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[109/1780] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[110/1782] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[111/1782] Compiling SwiftSyntax Assert.swift
[112/1782] Compiling SwiftSyntax BumpPtrAllocator.swift
[113/1782] Compiling SwiftSyntax CommonAncestor.swift
[114/1782] Emitting module InternalCollectionsUtilities
[120/1783] Compiling Logging Locks.swift
[121/1783] Compiling Logging MetadataProvider.swift
[122/1783] Compiling CoreMetrics Metrics.swift
[123/1783] Compiling CoreMetrics Locks.swift
[124/1784] Compiling SwiftSyntax RawSyntax.swift
[125/1784] Compiling SwiftSyntax RawSyntaxArena.swift
[126/1784] Compiling SwiftSyntax EditorPlaceholder.swift
[127/1784] Compiling SwiftSyntax Identifier.swift
[128/1784] Compiling SwiftSyntax MemoryLayout.swift
[129/1784] Compiling SwiftSyntax MissingNodeInitializers.swift
[130/1784] Emitting module _NIODataStructures
[131/1784] Compiling _NIODataStructures Heap.swift
[134/1785] Compiling ConcurrencyHelpers Lock.swift
[135/1785] Emitting module ConcurrencyHelpers
[141/1846] Compiling Logging LogHandler.swift
[142/1846] Compiling Logging Logging.swift
[144/1859] Compiling DequeModule _DequeBuffer.swift
[145/1859] Compiling DequeModule _DequeBufferHeader.swift
[146/1864] Compiling OrderedCollections _HashTable+Bucket.swift
[147/1864] Compiling OrderedCollections _HashTable+BucketIterator.swift
[148/1864] Compiling DequeModule Deque+CustomReflectable.swift
[149/1864] Compiling DequeModule Deque+Descriptions.swift
[150/1864] Compiling DequeModule Deque+Equatable.swift
[151/1864] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[152/1864] Compiling DequeModule Deque+Extras.swift
[153/1864] Compiling DequeModule Deque+Hashable.swift
[154/1864] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[155/1864] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[156/1864] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[157/1864] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[158/1864] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[159/1864] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[160/1864] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[161/1871] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[162/1871] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[163/1871] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[164/1871] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[165/1871] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[166/1871] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[167/1871] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[168/1871] Compiling DequeModule Deque+Testing.swift
[169/1871] Compiling DequeModule Deque._Storage.swift
[170/1871] Compiling DequeModule Deque._UnsafeHandle.swift
[171/1871] Compiling DequeModule Deque.swift
[172/1871] Emitting module SwiftASN1
[173/1872] Compiling DequeModule _DequeSlot.swift
[174/1872] Compiling DequeModule _UnsafeWrappedBuffer.swift
[175/1872] Emitting module UnixSignals
[185/1872] Compiling DequeModule Deque+Codable.swift
[186/1872] Compiling DequeModule Deque+Collection.swift
[194/1880] Compiling OrderedCollections OrderedDictionary.swift
[195/1880] Compiling OrderedCollections OrderedSet+Codable.swift
[196/1880] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[197/1880] Compiling OrderedCollections OrderedSet+Descriptions.swift
[198/1880] Compiling OrderedCollections OrderedSet+Diffing.swift
[199/1880] Compiling OrderedCollections OrderedSet+Equatable.swift
[200/1880] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[201/1880] Compiling OrderedCollections OrderedSet+Hashable.swift
[202/1880] Compiling OrderedCollections OrderedSet+Initializers.swift
[203/1880] Compiling OrderedCollections OrderedSet+Insertions.swift
[204/1880] Compiling OrderedCollections OrderedSet+Invariants.swift
[205/1880] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[206/1880] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[207/1880] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[208/1880] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[209/1880] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[210/1880] Compiling UnixSignals UnixSignalsSequence.swift
[211/1880] Compiling UnixSignals UnixSignal.swift
[222/1881] Compiling tls13_enc.cc
[224/1881] Emitting module DequeModule
[225/1882] Compiling Metrics Metrics.swift
[226/1882] Emitting module Metrics
[228/1883] Compiling tls13_client.cc
[232/1883] Compiling OrderedCollections _HashTable+Constants.swift
[233/1883] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[234/1883] Compiling OrderedCollections _HashTable+Testing.swift
[235/1883] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[236/1883] Compiling OrderedCollections _HashTable.swift
[237/1883] Compiling OrderedCollections _Hashtable+Header.swift
[238/1883] Compiling OrderedCollections OrderedSet+Sendable.swift
[239/1883] Compiling OrderedCollections OrderedSet+SubSequence.swift
[240/1883] Compiling OrderedCollections OrderedSet+Testing.swift
[241/1883] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[242/1883] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[243/1883] Compiling OrderedCollections OrderedSet.swift
[244/1883] Compiling OrderedCollections _UnsafeBitset.swift
[254/1883] Emitting module OrderedCollections
[255/1884] Compiling ssl_versions.cc
[256/1884] Compiling tls13_both.cc
[257/1884] Compiling ssl_stat.cc
[276/1884] Compiling t1_enc.cc
[277/1884] Compiling ssl_transcript.cc
[278/1884] Compiling ssl_x509.cc
[279/1884] Compiling ssl_session.cc
[280/1884] Compiling ssl_privkey.cc
[281/1884] Compiling ssl_credential.cc
[282/1884] Compiling ssl_key_share.cc
[283/1884] Compiling ssl_file.cc
[284/1884] Compiling ssl_cipher.cc
[285/1884] Compiling ssl_lib.cc
[286/1884] Compiling ssl_buffer.cc
[287/1884] Compiling ssl_cert.cc
[288/1884] Compiling s3_lib.cc
[289/1884] Compiling ssl_aead_ctx.cc
[290/1884] Compiling ssl_asn1.cc
[291/1884] Compiling s3_pkt.cc
[292/1884] Compiling s3_both.cc
[293/1884] Compiling handshake_server.cc
[294/1884] Compiling handshake_client.cc
[295/1884] Compiling handshake.cc
[296/1884] Compiling handoff.cc
[297/1884] Compiling encrypted_client_hello.cc
[298/1884] Compiling extensions.cc
[299/1884] Compiling dtls_record.cc
[300/1884] Compiling md5-x86_64-linux.S
[301/1884] Compiling md5-x86_64-apple.S
[302/1884] Compiling md5-586-linux.S
[303/1884] Compiling md5-586-apple.S
[304/1884] Compiling err_data.cc
[305/1884] Compiling chacha20_poly1305_x86_64-linux.S
[306/1884] Compiling chacha20_poly1305_x86_64-apple.S
[307/1884] Compiling chacha20_poly1305_armv8-win.S
[308/1884] Compiling chacha20_poly1305_armv8-linux.S
[309/1884] Compiling chacha20_poly1305_armv8-apple.S
[310/1884] Compiling bio_ssl.cc
[311/1884] Compiling chacha-x86_64-apple.S
[312/1884] Compiling chacha-x86_64-linux.S
[313/1884] Compiling chacha-x86-linux.S
[314/1884] Compiling chacha-x86-apple.S
[315/1884] Compiling chacha-armv8-win.S
[316/1884] Compiling chacha-armv8-linux.S
[317/1884] Compiling d1_srtp.cc
[318/1884] Compiling dtls_method.cc
[319/1884] Compiling chacha-armv4-linux.S
[320/1884] Compiling chacha-armv8-apple.S
[321/1884] Compiling aes128gcmsiv-x86_64-apple.S
[322/1884] Compiling x86_64-mont5-apple.S
[322/1884] Compiling aes128gcmsiv-x86_64-linux.S
[324/1884] Compiling x86_64-mont5-linux.S
[325/1884] Compiling x86_64-mont-linux.S
[326/1884] Compiling d1_pkt.cc
[327/1884] Compiling x86_64-mont-apple.S
[328/1884] Compiling x86-mont-linux.S
[329/1884] Compiling x86-mont-apple.S
[330/1884] Compiling vpaes-x86_64-apple.S
[331/1884] Compiling vpaes-x86-linux.S
[332/1884] Compiling vpaes-x86_64-linux.S
[333/1884] Compiling vpaes-x86-apple.S
[334/1884] Compiling vpaes-armv8-linux.S
[335/1884] Compiling vpaes-armv8-win.S
[336/1884] Compiling d1_lib.cc
[337/1884] Compiling vpaes-armv8-apple.S
[338/1884] Compiling vpaes-armv7-linux.S
[339/1884] Compiling sha512-x86_64-linux.S
[340/1884] Compiling sha512-armv8-linux.S
[341/1884] Compiling sha512-armv8-win.S
[342/1884] Compiling sha512-x86_64-apple.S
[343/1884] Compiling sha512-armv4-linux.S
[344/1884] Compiling sha512-armv8-apple.S
[345/1884] Compiling sha512-586-linux.S
[346/1884] Compiling sha256-x86_64-apple.S
[347/1884] Compiling sha512-586-apple.S
[348/1884] Compiling sha256-armv8-linux.S
[349/1884] Compiling sha256-armv8-win.S
[350/1884] Compiling sha256-x86_64-linux.S
[351/1884] Compiling sha256-586-linux.S
[352/1884] Compiling sha256-armv4-linux.S
[353/1884] Compiling sha256-armv8-apple.S
[354/1884] Compiling sha256-586-apple.S
[355/1884] Compiling sha1-x86_64-apple.S
[356/1884] Compiling sha1-armv8-apple.S
[357/1884] Compiling sha1-armv8-linux.S
[358/1884] Compiling sha1-armv8-win.S
[359/1884] Compiling sha1-x86_64-linux.S
[360/1884] Compiling sha1-armv4-large-linux.S
[361/1884] Compiling sha1-586-linux.S
[362/1884] Compiling rsaz-avx2-linux.S
[363/1884] Compiling rsaz-avx2-apple.S
[364/1884] Compiling sha1-586-apple.S
[365/1884] Compiling rdrand-x86_64-linux.S
[366/1884] Compiling rdrand-x86_64-apple.S
[367/1884] Compiling p256_beeu-x86_64-asm-apple.S
[368/1884] Compiling p256_beeu-x86_64-asm-linux.S
[369/1884] Compiling p256_beeu-armv8-asm-win.S
[370/1884] Compiling p256_beeu-armv8-asm-linux.S
[371/1884] Compiling p256_beeu-armv8-asm-apple.S
[372/1884] Compiling p256-x86_64-asm-apple.S
[373/1884] Compiling p256-x86_64-asm-linux.S
[374/1884] Compiling p256-armv8-asm-win.S
[375/1884] Compiling p256-armv8-asm-linux.S
[376/1884] Compiling p256-armv8-asm-apple.S
[377/1884] Compiling ghashv8-armv8-linux.S
[378/1884] Compiling ghashv8-armv7-linux.S
[379/1884] Compiling ghashv8-armv8-win.S
[380/1884] Compiling ghashv8-armv8-apple.S
[381/1884] Compiling d1_both.cc
[382/1884] Compiling ghash-x86_64-linux.S
[383/1884] Compiling ghash-x86_64-apple.S
[384/1884] Compiling ghash-x86-linux.S
[385/1884] Compiling ghash-x86-apple.S
[386/1884] Compiling ghash-ssse3-x86_64-linux.S
[387/1884] Compiling ghash-ssse3-x86_64-apple.S
[388/1884] Compiling ghash-ssse3-x86-apple.S
[389/1884] Compiling ghash-ssse3-x86-linux.S
[389/1884] Compiling ghash-neon-armv8-win.S
[391/1884] Compiling ghash-neon-armv8-linux.S
[392/1884] Compiling ghash-armv4-linux.S
[393/1884] Compiling bsaes-armv7-linux.S
[393/1884] Compiling ghash-neon-armv8-apple.S
[395/1884] Compiling co-586-linux.S
[396/1884] Compiling bn-armv8-win.S
[397/1884] Compiling co-586-apple.S
[398/1884] Compiling bn-armv8-linux.S
[399/1884] Compiling bn-armv8-apple.S
[400/1884] Compiling armv8-mont-win.S
[401/1884] Compiling bn-586-linux.S
[402/1884] Compiling armv8-mont-linux.S
[403/1884] Compiling bn-586-apple.S
[403/1884] Compiling armv4-mont-linux.S
[405/1884] Compiling armv8-mont-apple.S
[406/1884] Compiling aesv8-gcm-armv8-linux.S
[407/1884] Compiling aesv8-gcm-armv8-win.S
[408/1884] Compiling aesv8-armv8-apple.S
[409/1884] Compiling aesv8-armv8-win.S
[410/1884] Compiling aesv8-gcm-armv8-apple.S
[411/1884] Compiling aesv8-armv8-linux.S
[412/1884] Compiling aesv8-armv7-linux.S
[413/1884] Compiling aesni-x86-linux.S
[414/1884] Compiling aesni-x86_64-apple.S
[415/1884] Compiling aesni-x86-apple.S
[416/1884] Compiling aesni-gcm-x86_64-apple.S
[417/1884] Compiling aesni-x86_64-linux.S
[418/1884] Compiling aesni-gcm-x86_64-linux.S
[419/1884] Compiling aes-gcm-avx2-x86_64-linux.S
[420/1884] Compiling aes-gcm-avx2-x86_64-apple.S
[421/1884] Compiling aes-gcm-avx10-x86_64-linux.S
[422/1884] Compiling aes-gcm-avx10-x86_64-apple.S
[424/1884] Emitting module SwiftSyntax
[424/1884] Compiling x_x509a.cc
[425/1884] Compiling x_val.cc
[426/1884] Compiling x_x509.cc
[427/1884] Compiling x_sig.cc
[428/1884] Compiling x_spki.cc
[429/1884] Compiling x_req.cc
[430/1884] Compiling x_pubkey.cc
[431/1884] Compiling x_exten.cc
[432/1884] Compiling x_algor.cc
[433/1884] Compiling x_name.cc
[434/1884] Compiling x509spki.cc
[435/1884] Compiling x_attrib.cc
[436/1884] Compiling x_crl.cc
[437/1884] Compiling x_all.cc
[438/1884] Compiling x509_vfy.cc
[439/1884] Compiling x509rset.cc
[440/1884] Compiling x509name.cc
[441/1884] Compiling x509_vpm.cc
[442/1884] Compiling x509_v3.cc
[443/1884] Compiling x509cset.cc
[444/1884] Compiling x509_txt.cc
[445/1884] Compiling x509_trs.cc
[446/1884] Compiling x509_set.cc
[447/1884] Compiling x509_obj.cc
[448/1884] Compiling x509_req.cc
[449/1884] Compiling x509_ext.cc
[450/1884] Compiling x509_lu.cc
[451/1884] Compiling x509_def.cc
[452/1884] Compiling x509_cmp.cc
[453/1884] Compiling x509_d2.cc
[454/1884] Compiling x509.cc
[455/1884] Compiling x509_att.cc
[456/1884] Compiling v3_skey.cc
[457/1884] Compiling v3_utl.cc
[458/1884] Compiling v3_purp.cc
[459/1884] Compiling v3_prn.cc
[460/1884] Compiling v3_pmaps.cc
[461/1884] Compiling v3_ocsp.cc
[462/1884] Compiling v3_pcons.cc
[463/1884] Compiling v3_lib.cc
[464/1884] Compiling v3_ncons.cc
[465/1884] Compiling v3_int.cc
[466/1884] Compiling v3_info.cc
[467/1884] Compiling v3_ia5.cc
[468/1884] Compiling v3_genn.cc
[469/1884] Compiling v3_extku.cc
[470/1884] Compiling v3_enum.cc
[471/1884] Compiling v3_cpols.cc
[472/1884] Compiling v3_crld.cc
[473/1884] Compiling v3_conf.cc
[474/1884] Compiling v3_bitst.cc
[475/1884] Compiling v3_bcons.cc
[476/1884] Compiling v3_alt.cc
[477/1884] Compiling v3_akeya.cc
[478/1884] Compiling t_x509a.cc
[479/1884] Compiling t_x509.cc
[480/1884] Compiling v3_akey.cc
[481/1884] Compiling t_req.cc
[482/1884] Compiling i2d_pr.cc
[483/1884] Compiling t_crl.cc
[484/1884] Compiling rsa_pss.cc
[485/1884] Compiling name_print.cc
[486/1884] Compiling policy.cc
[487/1884] Compiling by_dir.cc
[488/1884] Compiling by_file.cc
[489/1884] Compiling asn1_gen.cc
[490/1884] Compiling algorithm.cc
[491/1884] Compiling a_verify.cc
[492/1884] Compiling trust_token.cc
[493/1884] Compiling voprf.cc
[494/1884] Compiling a_sign.cc
[495/1884] Compiling a_digest.cc
[496/1884] Compiling thread_pthread.cc
[497/1884] Compiling thread_win.cc
[498/1884] Compiling thread.cc
[516/1884] Compiling SwiftSyntax RawSyntaxNodesD.swift
[516/1884] Compiling thread_none.cc
[517/1884] Compiling stack.cc
[518/1884] Compiling siphash.cc
[519/1884] Compiling pmbtoken.cc
[520/1884] Compiling sha512.cc
[521/1884] Compiling slhdsa.cc
[522/1884] Compiling sha1.cc
[523/1884] Compiling sha256.cc
[524/1884] Compiling spake2plus.cc
[525/1884] Compiling rsa_crypt.cc
[526/1884] Compiling rsa_extra.cc
[527/1884] Compiling rc4.cc
[528/1884] Compiling rsa_print.cc
[529/1884] Compiling windows.cc
[530/1884] Compiling refcount.cc
[531/1884] Compiling rand.cc
[532/1884] Compiling getentropy.cc
[533/1884] Compiling trusty.cc
[534/1884] Compiling ios.cc
[535/1884] Compiling rsa_asn1.cc
[536/1884] Compiling urandom.cc
[537/1884] Compiling poly1305_arm_asm.S
[538/1884] Compiling passive.cc
[539/1884] Compiling forkunsafe.cc
[540/1884] Compiling deterministic.cc
[541/1884] Compiling fork_detect.cc
[542/1884] Compiling poly1305_arm.cc
[543/1884] Compiling poly1305.cc
[544/1884] Compiling poly1305_vec.cc
[545/1884] Compiling pool.cc
[546/1884] Compiling p5_pbev2.cc
[547/1884] Compiling pkcs7.cc
[548/1884] Compiling pkcs7_x509.cc
[549/1884] Compiling pkcs8.cc
[550/1884] Compiling pkcs8_x509.cc
[551/1884] Compiling pem_x509.cc
[552/1884] Compiling pem_xaux.cc
[553/1884] Compiling pem_pkey.cc
[554/1884] Compiling pem_pk8.cc
[555/1884] Compiling pem_oth.cc
[556/1884] Compiling obj_xref.cc
[557/1884] Compiling pem_info.cc
[558/1884] Compiling mlkem.cc
[559/1884] Compiling pem_lib.cc
[560/1884] Compiling mldsa.cc
[561/1884] Compiling obj.cc
[562/1884] Compiling pem_all.cc
[563/1884] Compiling mem.cc
[564/1884] Compiling md5.cc
[565/1884] Compiling fips_shared_support.cc
[566/1884] Compiling poly_rq_mul.S
[567/1884] Compiling md4.cc
[568/1884] Compiling lhash.cc
[569/1884] Compiling ex_data.cc
[570/1884] Compiling print.cc
[571/1884] Compiling hrss.cc
[572/1884] Compiling kyber.cc
[573/1884] Compiling scrypt.cc
[574/1884] Compiling sign.cc
[575/1884] Compiling pbkdf.cc
[576/1884] Compiling p_x25519.cc
[577/1884] Compiling hpke.cc
[578/1884] Compiling p_x25519_asn1.cc
[579/1884] Compiling p_hkdf.cc
[580/1884] Compiling p_ed25519.cc
[581/1884] Compiling p_rsa_asn1.cc
[582/1884] Compiling p_rsa.cc
[583/1884] Compiling p_ed25519_asn1.cc
[584/1884] Compiling p_ec.cc
[585/1884] Compiling p_dh_asn1.cc
[586/1884] Compiling p_ec_asn1.cc
[587/1884] Compiling p_dh.cc
[588/1884] Compiling evp_ctx.cc
[589/1884] Compiling p_dsa_asn1.cc
[590/1884] Compiling engine.cc
[591/1884] Compiling err.cc
[592/1884] Compiling evp.cc
[593/1884] Compiling evp_asn1.cc
[594/1884] Compiling ecdh.cc
[595/1884] Compiling ecdsa_asn1.cc
[596/1884] Compiling ec_derive.cc
[597/1884] Compiling hash_to_curve.cc
[598/1884] Compiling bcm.cc
[599/1884] Compiling dsa.cc
[600/1884] Compiling ec_asn1.cc
[601/1884] Compiling params.cc
[602/1884] Compiling dsa_asn1.cc
[603/1884] Compiling x25519-asm-arm.S
[604/1884] Compiling des.cc
[605/1884] Compiling digest_extra.cc
[606/1884] Compiling dh_asn1.cc
[607/1884] Compiling crypto.cc
[608/1884] Compiling spake25519.cc
[609/1884] Compiling cpu_intel.cc
[610/1884] Compiling cpu_arm_linux.cc
[611/1884] Compiling cpu_arm_freebsd.cc
[612/1884] Compiling curve25519.cc
[613/1884] Compiling cpu_aarch64_win.cc
[614/1884] Compiling cpu_aarch64_sysreg.cc
[615/1884] Compiling cpu_aarch64_openbsd.cc
[616/1884] Compiling cpu_aarch64_linux.cc
[617/1884] Compiling curve25519_64_adx.cc
[618/1884] Compiling cpu_aarch64_apple.cc
[619/1884] Compiling cpu_aarch64_fuchsia.cc
[620/1884] Compiling conf.cc
[621/1884] Compiling tls_cbc.cc
[622/1884] Compiling get_cipher.cc
[623/1884] Compiling e_tls.cc
[624/1884] Compiling e_null.cc
[625/1884] Compiling e_rc4.cc
[626/1884] Compiling e_rc2.cc
[627/1884] Compiling e_des.cc
[628/1884] Compiling e_aesgcmsiv.cc
[629/1884] Compiling e_chacha20poly1305.cc
[630/1884] Compiling derive_key.cc
[631/1884] Compiling e_aesctrhmac.cc
[632/1884] Compiling chacha.cc
[633/1884] Compiling unicode.cc
[634/1884] Compiling buf.cc
[635/1884] Compiling ber.cc
[636/1884] Compiling cbb.cc
[637/1884] Compiling cbs.cc
[638/1884] Compiling asn1_compat.cc
[639/1884] Compiling convert.cc
[640/1884] Compiling blake2.cc
[641/1884] Compiling bn_asn1.cc
[642/1884] Compiling socket.cc
[643/1884] Compiling socket_helper.cc
[644/1884] Compiling printf.cc
[645/1884] Compiling pair.cc
[646/1884] Compiling hexdump.cc
[647/1884] Compiling file.cc
[648/1884] Compiling errno.cc
[649/1884] Compiling fd.cc
[650/1884] Compiling connect.cc
[651/1884] Compiling bio_mem.cc
[652/1884] Compiling bio.cc
[653/1884] Compiling base64.cc
[654/1884] Compiling tasn_typ.cc
[655/1884] Compiling tasn_fre.cc
[656/1884] Compiling tasn_enc.cc
[657/1884] Compiling tasn_utl.cc
[658/1884] Compiling tasn_new.cc
[659/1884] Compiling posix_time.cc
[669/1884] Compiling f_string.cc
[670/1884] Compiling f_int.cc
[671/1884] Compiling asn_pack.cc
[672/1884] Compiling tasn_dec.cc
[673/1884] Compiling asn1_par.cc
[674/1884] Compiling asn1_lib.cc
[675/1884] Compiling a_utctm.cc
[676/1884] Compiling a_type.cc
[677/1884] Compiling a_time.cc
[678/1884] Compiling a_octet.cc
[679/1884] Compiling a_strnid.cc
[680/1884] Compiling a_strex.cc
[681/1884] Compiling a_i2d_fp.cc
[682/1884] Compiling a_mbstr.cc
[683/1884] Compiling a_object.cc
[684/1884] Compiling a_dup.cc
[685/1884] Compiling a_d2i_fp.cc
[686/1884] Compiling a_gentm.cc
[687/1884] Compiling a_int.cc
[688/1884] Compiling fiat_p256_adx_sqr.S
[689/1884] Compiling fiat_p256_adx_mul.S
[690/1884] Compiling fiat_curve25519_adx_mul.S
[691/1884] Compiling fiat_curve25519_adx_square.S
[692/1884] Compiling md5-x86_64-linux.S
[693/1884] Compiling md5-x86_64-apple.S
[694/1884] Compiling md5-586-linux.S
[695/1884] Compiling md5-586-apple.S
[696/1884] Compiling a_bitstr.cc
[697/1884] Compiling CCryptoBoringSSLShims shims.c
[698/1884] Compiling chacha20_poly1305_x86_64-linux.S
[699/1884] Compiling chacha20_poly1305_x86_64-apple.S
[700/1884] Compiling a_bool.cc
[701/1884] Compiling chacha20_poly1305_armv8-win.S
[702/1884] Compiling chacha20_poly1305_armv8-apple.S
[703/1884] Compiling chacha20_poly1305_armv8-linux.S
[704/1884] Compiling chacha-x86_64-apple.S
[705/1884] Compiling chacha-x86_64-linux.S
[706/1884] Compiling chacha-x86-linux.S
[707/1884] Compiling chacha-x86-apple.S
[708/1884] Compiling chacha-armv8-win.S
[709/1884] Compiling chacha-armv4-linux.S
[710/1884] Compiling aes128gcmsiv-x86_64-apple.S
[711/1884] Compiling aes128gcmsiv-x86_64-linux.S
[712/1884] Compiling x86_64-mont5-linux.S
[713/1884] Compiling x86_64-mont5-apple.S
[714/1884] Compiling x86_64-mont-linux.S
[715/1884] Compiling x86-mont-linux.S
[716/1884] Compiling x86-mont-apple.S
[716/1884] Compiling x86_64-mont-apple.S
[718/1884] Compiling err_data.cc
[719/1884] Compiling vpaes-x86-apple.S
[720/1884] Compiling vpaes-x86_64-linux.S
[721/1884] Compiling vpaes-x86_64-apple.S
[722/1884] Compiling vpaes-x86-linux.S
[723/1884] Compiling vpaes-armv8-win.S
[724/1884] Compiling vpaes-armv8-linux.S
[725/1884] Compiling vpaes-armv8-apple.S
[726/1884] Compiling vpaes-armv7-linux.S
[727/1884] Compiling sha512-x86_64-linux.S
[728/1884] Compiling sha512-armv8-win.S
[729/1884] Compiling sha512-x86_64-apple.S
[730/1884] Compiling sha512-armv8-linux.S
[731/1884] Compiling sha512-armv4-linux.S
[732/1884] Compiling sha512-586-linux.S
[733/1884] Compiling sha512-armv8-apple.S
[734/1884] Compiling sha512-586-apple.S
[735/1884] Compiling sha256-x86_64-apple.S
[736/1884] Compiling sha256-armv8-win.S
[737/1884] Compiling sha256-armv8-linux.S
[738/1884] Compiling sha256-x86_64-linux.S
[739/1884] Compiling sha256-armv8-apple.S
[740/1884] Compiling sha256-armv4-linux.S
[741/1884] Compiling sha256-586-linux.S
[742/1884] Compiling sha256-586-apple.S
[743/1884] Compiling sha1-x86_64-apple.S
[744/1884] Compiling sha1-x86_64-linux.S
[745/1884] Compiling sha1-armv8-win.S
[746/1884] Compiling sha1-armv8-linux.S
[747/1884] Compiling sha1-armv8-apple.S
[748/1884] Compiling sha1-armv4-large-linux.S
[749/1884] Compiling sha1-586-linux.S
[750/1884] Compiling rsaz-avx2-linux.S
[751/1884] Compiling sha1-586-apple.S
[752/1884] Compiling rsaz-avx2-apple.S
[753/1884] Compiling rdrand-x86_64-linux.S
[754/1884] Compiling p256_beeu-x86_64-asm-apple.S
[755/1884] Compiling rdrand-x86_64-apple.S
[756/1884] Compiling p256_beeu-x86_64-asm-linux.S
[757/1884] Compiling p256_beeu-armv8-asm-win.S
[758/1884] Compiling p256_beeu-armv8-asm-linux.S
[759/1884] Compiling p256-x86_64-asm-apple.S
[760/1884] Compiling p256_beeu-armv8-asm-apple.S
[761/1884] Compiling p256-armv8-asm-win.S
[762/1884] Compiling p256-x86_64-asm-linux.S
[762/1884] Compiling p256-armv8-asm-linux.S
[764/1884] Compiling p256-armv8-asm-apple.S
[765/1884] Compiling ghashv8-armv8-win.S
[766/1884] Compiling ghashv8-armv7-linux.S
[767/1884] Compiling ghashv8-armv8-apple.S
[768/1884] Compiling ghashv8-armv8-linux.S
[769/1884] Compiling ghash-x86_64-linux.S
[770/1884] Compiling ghash-x86-linux.S
[771/1884] Compiling ghash-x86_64-apple.S
[772/1884] Compiling ghash-ssse3-x86_64-linux.S
[773/1884] Compiling ghash-x86-apple.S
[774/1884] Compiling ghash-ssse3-x86-linux.S
[775/1884] Compiling ghash-ssse3-x86_64-apple.S
[776/1884] Compiling ghash-ssse3-x86-apple.S
[777/1884] Compiling ghash-neon-armv8-win.S
[778/1884] Compiling ghash-neon-armv8-apple.S
[779/1884] Compiling ghash-neon-armv8-linux.S
[780/1884] Compiling co-586-linux.S
[781/1884] Compiling ghash-armv4-linux.S
[782/1884] Compiling co-586-apple.S
[783/1884] Compiling bsaes-armv7-linux.S
[784/1884] Compiling bn-armv8-linux.S
[785/1884] Compiling bn-armv8-apple.S
[786/1884] Compiling bn-armv8-win.S
[787/1884] Compiling bn-586-linux.S
[788/1884] Compiling bn-586-apple.S
[789/1884] Compiling armv8-mont-linux.S
[790/1884] Compiling armv8-mont-win.S
[791/1884] Compiling armv8-mont-apple.S
[792/1884] Compiling armv4-mont-linux.S
[793/1884] Compiling aesv8-gcm-armv8-win.S
[794/1884] Compiling aesv8-gcm-armv8-linux.S
[795/1884] Compiling aesv8-gcm-armv8-apple.S
[796/1884] Compiling aesv8-armv8-linux.S
[797/1884] Compiling aesv8-armv8-win.S
[798/1884] Compiling aesv8-armv8-apple.S
[799/1884] Compiling aesv8-armv7-linux.S
[800/1884] Compiling aesni-x86-linux.S
[801/1884] Compiling aesni-x86_64-apple.S
[802/1884] Compiling aesni-x86_64-linux.S
[803/1884] Compiling aesni-x86-apple.S
[804/1884] Compiling aesni-gcm-x86_64-apple.S
[805/1884] Compiling aesni-gcm-x86_64-linux.S
[806/1884] Compiling aes-gcm-avx512-x86_64-linux.S
[807/1884] Compiling aes-gcm-avx512-x86_64-apple.S
[808/1884] Compiling aes-gcm-avx2-x86_64-linux.S
[809/1884] Compiling aes-gcm-avx2-x86_64-apple.S
[810/1884] Compiling xwing.cc
[811/1884] Compiling x_val.cc
[812/1884] Compiling x_x509.cc
[813/1884] Compiling x_x509a.cc
[814/1884] Compiling x_spki.cc
[815/1884] Compiling c-nioatomics.c
[816/1884] Compiling x_sig.cc
[817/1884] Compiling x_exten.cc
[818/1884] Compiling x_req.cc
[819/1884] Compiling x_pubkey.cc
[820/1884] Compiling x_name.cc
[821/1884] Compiling c-atomics.c
[822/1884] Compiling x_crl.cc
[823/1890] Compiling x_attrib.cc
[825/1890] Compiling NIOConcurrencyHelpers NIOLock.swift
[826/1890] Compiling NIOConcurrencyHelpers lock.swift
[826/1890] Compiling x509spki.cc
[827/1890] Compiling x_all.cc
[829/1890] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[829/1890] Compiling x509rset.cc
[831/1890] Emitting module NIOConcurrencyHelpers
[831/1890] Compiling x_algor.cc
[833/1890] Compiling NIOConcurrencyHelpers atomics.swift
[834/1890] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[834/1891] Compiling x509name.cc
[836/1891] Compiling x509cset.cc
[837/1891] Compiling x509_v3.cc
[838/1891] Compiling x509_txt.cc
[839/1891] Compiling x509_vpm.cc
[840/1891] Compiling x509_vfy.cc
[841/1891] Compiling x509_set.cc
[842/1891] Compiling x509_trs.cc
[843/1891] Compiling x509_req.cc
[844/1891] Compiling x509_obj.cc
[845/1891] Compiling x509_def.cc
[846/1891] Compiling x509_lu.cc
[847/1891] Compiling x509_ext.cc
[848/1891] Compiling x509_d2.cc
[849/1891] Compiling x509_cmp.cc
[850/1891] Compiling x509_att.cc
[851/1891] Compiling x509.cc
[852/1891] Compiling v3_prn.cc
[853/1891] Compiling v3_utl.cc
[854/1891] Compiling v3_skey.cc
[855/1891] Compiling v3_purp.cc
[856/1891] Compiling v3_pmaps.cc
[857/1891] Compiling v3_pcons.cc
[858/1891] Compiling v3_ocsp.cc
[859/1891] Compiling v3_ncons.cc
[860/1891] Compiling v3_lib.cc
[861/1891] Compiling v3_int.cc
[862/1891] Compiling v3_ia5.cc
[863/1891] Compiling v3_info.cc
[864/1891] Compiling v3_genn.cc
[865/1891] Compiling v3_extku.cc
[866/1891] Compiling v3_enum.cc
[867/1891] Compiling v3_crld.cc
[868/1891] Compiling v3_bitst.cc
[869/1891] Compiling v3_cpols.cc
[870/1891] Compiling v3_conf.cc
[871/1891] Compiling v3_bcons.cc
[872/1891] Compiling v3_alt.cc
[873/1891] Compiling v3_akeya.cc
[874/1891] Compiling t_x509.cc
[875/1891] Compiling v3_akey.cc
[876/1891] Compiling t_x509a.cc
[877/1891] Compiling t_req.cc
[878/1891] Compiling t_crl.cc
[879/1891] Compiling i2d_pr.cc
[880/1891] Compiling rsa_pss.cc
[881/1891] Compiling name_print.cc
[882/1891] Compiling policy.cc
[883/1891] Compiling by_file.cc
[884/1891] Compiling by_dir.cc
[885/1891] Compiling asn1_gen.cc
[886/1891] Compiling algorithm.cc
[888/1891] Compiling SwiftSyntax SyntaxNodesC.swift
[889/1891] Compiling SwiftSyntax SyntaxNodesD.swift
[890/1891] Compiling SwiftSyntax SyntaxNodesEF.swift
[891/1891] Compiling SwiftSyntax SyntaxNodesGHI.swift
[892/1891] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[893/1891] Compiling SwiftSyntax SyntaxNodesOP.swift
[894/1891] Compiling SwiftSyntax SyntaxNodesQRS.swift
[895/1891] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[895/1892] Compiling a_verify.cc
[896/1892] Compiling a_digest.cc
[898/1892] Compiling a_sign.cc
[899/1892] Compiling thread_win.cc
[900/1892] Compiling voprf.cc
[901/1892] Compiling trust_token.cc
[902/1892] Compiling thread_pthread.cc
[903/1892] Compiling thread.cc
[904/1892] Compiling thread_none.cc
[905/1944] Wrapping AST for SwiftSyntax for debugging
[906/1944] Compiling pmbtoken.cc
[907/1944] Compiling stack.cc
[909/1951] Compiling SwiftDiagnostics Message.swift
[910/1952] Compiling SwiftDiagnostics Convenience.swift
[911/1952] Compiling SwiftDiagnostics Diagnostic.swift
[912/1952] Emitting module SwiftDiagnostics
[913/1952] Compiling SwiftBasicFormat Syntax+Extensions.swift
[913/1952] Compiling sha512.cc
[915/1952] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[916/1952] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[916/1952] Compiling spake2plus.cc
[918/1952] Compiling SwiftDiagnostics Note.swift
[918/1952] Compiling sha256.cc
[919/1952] Compiling siphash.cc
[920/1952] Compiling slhdsa.cc
[922/1952] Compiling SwiftDiagnostics FixIt.swift
[923/1952] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[924/1952] Compiling SwiftBasicFormat InferIndentation.swift
[925/1952] Compiling SwiftBasicFormat Indenter.swift
[926/1952] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[927/1952] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[928/1952] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[929/1952] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[929/1953] Compiling sha1.cc
[931/1953] Compiling rsa_extra.cc
[932/1953] Compiling rsa_print.cc
[933/1953] Wrapping AST for SwiftDiagnostics for debugging
[934/1953] Compiling rsa_crypt.cc
[936/1953] Emitting module SwiftBasicFormat
[937/1953] Compiling SwiftBasicFormat BasicFormat.swift
[937/1954] Compiling rc4.cc
[938/1954] Compiling refcount.cc
[940/1954] Compiling windows.cc
[941/1954] Compiling rsa_asn1.cc
[942/1954] Compiling urandom.cc
[943/1954] Compiling trusty.cc
[944/1954] Compiling rand.cc
[945/1954] Wrapping AST for SwiftBasicFormat for debugging
[946/1954] Compiling passive.cc
[947/1954] Compiling ios.cc
[948/1954] Compiling getentropy.cc
[949/1954] Compiling poly1305_arm_asm.S
[950/1954] Compiling forkunsafe.cc
[951/1954] Compiling fork_detect.cc
[952/1954] Compiling deterministic.cc
[954/1954] Compiling SwiftParser Lexeme.swift
[955/1954] Compiling SwiftParser LexemeSequence.swift
[956/1954] Compiling SwiftParser Lexer.swift
[957/1954] Compiling SwiftParser RegexLiteralLexer.swift
[958/1954] Compiling SwiftParser UnicodeScalarExtensions.swift
[959/1954] Compiling SwiftParser Lookahead.swift
[959/1959] Compiling poly1305_arm.cc
[960/1959] Compiling poly1305.cc
[961/1959] Compiling poly1305_vec.cc
[962/1959] Compiling pool.cc
[963/1959] Compiling pkcs7.cc
[964/1959] Compiling pkcs8_x509.cc
[965/1959] Compiling p5_pbev2.cc
[966/1959] Compiling pkcs8.cc
[968/1959] Compiling SwiftParser StringLiterals.swift
[969/1959] Compiling SwiftParser SwiftParserCompatibility.swift
[970/1959] Compiling SwiftParser SwiftVersion.swift
[971/1959] Compiling SwiftParser SyntaxUtils.swift
[972/1959] Compiling SwiftParser TokenConsumer.swift
[973/1959] Compiling SwiftParser TokenPrecedence.swift
[974/1959] Compiling SwiftParser TokenSpec.swift
[975/1959] Compiling SwiftParser TokenSpecSet.swift
[976/1959] Compiling SwiftParser TopLevel.swift
[977/1959] Compiling SwiftParser TriviaParser.swift
[978/1959] Compiling SwiftParser Types.swift
[978/1959] Compiling pem_xaux.cc
[979/1959] Compiling pkcs7_x509.cc
[980/1959] Compiling pem_x509.cc
[982/1959] Compiling SwiftParser Parser.swift
[983/1959] Compiling SwiftParser Patterns.swift
[984/1959] Compiling SwiftParser Recovery.swift
[985/1959] Compiling SwiftParser Specifiers.swift
[986/1959] Compiling SwiftParser Statements.swift
[987/1959] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[988/1959] Compiling SwiftParser LoopProgressCondition.swift
[989/1959] Compiling SwiftParser Modifiers.swift
[990/1959] Compiling SwiftParser Names.swift
[991/1959] Compiling SwiftParser Nominals.swift
[992/1959] Compiling SwiftParser Parameters.swift
[993/1959] Compiling SwiftParser ParseSourceFile.swift
[993/1959] Compiling pem_pkey.cc
[994/1959] Compiling pem_oth.cc
[995/1959] Compiling pem_pk8.cc
[996/1959] Compiling obj_xref.cc
[997/1959] Compiling pem_info.cc
[998/1959] Compiling pem_lib.cc
[999/1959] Compiling pem_all.cc
[1000/1959] Compiling mldsa.cc
[1001/1959] Compiling mlkem.cc
[1003/1959] Emitting module SwiftParser
[1008/1959] Compiling SwiftParser CompilerFiles.swift
[1009/1959] Compiling SwiftParser Declarations.swift
[1010/1959] Compiling SwiftParser Directives.swift
[1011/1959] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1012/1959] Compiling SwiftParser Expressions.swift
[1013/1959] Compiling SwiftParser IncrementalParseTransition.swift
[1014/1959] Compiling SwiftParser IsValidIdentifier.swift
[1015/1959] Compiling SwiftParser Cursor.swift
[1015/1959] Compiling mem.cc
[1016/1959] Compiling poly_rq_mul.S
[1017/1959] Compiling lhash.cc
[1018/1959] Compiling obj.cc
[1019/1959] Compiling fips_shared_support.cc
[1020/1959] Compiling md5.cc
[1021/1959] Compiling md4.cc
[1022/1959] Compiling hrss.cc
[1023/1959] Compiling kyber.cc
[1024/1959] Compiling fuzzer_mode.cc
[1025/1959] Compiling ex_data.cc
[1026/1959] Compiling hpke.cc
[1027/1959] Compiling scrypt.cc
[1028/1959] Compiling sign.cc
[1029/1959] Compiling pbkdf.cc
[1030/1959] Compiling print.cc
[1031/1959] Compiling p_x25519.cc
[1032/1959] Compiling p_x25519_asn1.cc
[1034/1959] Compiling SwiftParser ExperimentalFeatures.swift
[1035/1959] Compiling SwiftParser IsLexerClassified.swift
[1036/1959] Compiling SwiftParser LayoutNodes+Parsable.swift
[1037/1959] Compiling SwiftParser Parser+TokenSpecSet.swift
[1038/1959] Compiling SwiftParser TokenSpecStaticMembers.swift
[1038/1960] Compiling p_hkdf.cc
[1040/1960] Compiling p_rsa_asn1.cc
[1041/1960] Compiling p_rsa.cc
[1042/1960] Compiling p_ed25519_asn1.cc
[1043/1960] Compiling p_ed25519.cc
[1044/1960] Wrapping AST for SwiftParser for debugging
[1046/1983] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1046/1983] Compiling p_ec.cc
[1047/1984] Compiling p_dh_asn1.cc
[1049/1984] Compiling SwiftOperators PrecedenceGroup.swift
[1049/1985] Compiling p_ec_asn1.cc
[1051/1985] Compiling SwiftOperators PrecedenceGraph.swift
[1052/1985] Compiling SwiftOperators OperatorTable.swift
[1053/1985] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1054/1985] Emitting module SwiftOperators
[1055/1985] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1056/1985] Compiling SwiftParserDiagnostics Utils.swift
[1056/1985] Compiling p_dh.cc
[1058/1985] Compiling SwiftOperators OperatorTable+Semantics.swift
[1058/1985] Compiling p_dsa_asn1.cc
[1060/1985] Compiling SwiftOperators SyntaxSynthesis.swift
[1061/1985] Compiling SwiftOperators Operator.swift
[1062/1985] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1063/1985] Compiling SwiftOperators OperatorTable+Folding.swift
[1064/1985] Compiling SwiftOperators OperatorError.swift
[1065/1985] Compiling SwiftOperators OperatorTable+Defaults.swift
[1066/1986] Compiling evp.cc
[1067/1986] Compiling err.cc
[1069/1986] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1069/1986] Compiling engine.cc
[1070/1986] Wrapping AST for SwiftOperators for debugging
[1071/1986] Compiling evp_ctx.cc
[1072/1986] Compiling evp_asn1.cc
[1073/1986] Compiling ecdsa_p1363.cc
[1075/1986] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1076/1986] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1076/1986] Compiling hash_to_curve.cc
[1077/1986] Compiling ecdh.cc
[1078/1986] Compiling ecdsa_asn1.cc
[1079/1986] Compiling ec_derive.cc
[1080/1986] Compiling ec_asn1.cc
[1081/1986] Compiling dsa_asn1.cc
[1082/1986] Compiling params.cc
[1083/1986] Compiling dsa.cc
[1084/1986] Compiling digest_extra.cc
[1085/1986] Compiling dh_asn1.cc
[1086/1986] Compiling x25519-asm-arm.S
[1087/1986] Compiling des.cc
[1088/1986] Compiling bcm.cc
[1089/1986] Compiling spake25519.cc
[1090/1986] Compiling cpu_arm_linux.cc
[1091/1986] Compiling cpu_intel.cc
[1093/1986] Emitting module SwiftParserDiagnostics
[1094/1986] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1095/1986] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1099/1986] Compiling crypto.cc
[1100/1987] Compiling cpu_arm_freebsd.cc
[1101/1987] Compiling curve25519.cc
[1103/1987] Compiling cpu_aarch64_openbsd.cc
[1104/1987] Compiling cpu_aarch64_win.cc
[1105/1987] Compiling cpu_aarch64_sysreg.cc
[1106/1987] Compiling cpu_aarch64_fuchsia.cc
[1107/1987] Compiling cpu_aarch64_linux.cc
[1108/1987] Compiling curve25519_64_adx.cc
[1109/1987] Wrapping AST for SwiftParserDiagnostics for debugging
[1110/1987] Compiling cpu_aarch64_apple.cc
[1111/2002] Compiling conf.cc
[1112/2002] Compiling get_cipher.cc
[1113/2002] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1114/2002] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1115/2003] Compiling tls_cbc.cc
[1116/2003] Compiling e_tls.cc
[1117/2003] Compiling e_rc4.cc
[1118/2003] Compiling e_rc2.cc
[1120/2003] Compiling SwiftSyntaxBuilder Indenter.swift
[1121/2003] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1122/2003] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1123/2003] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1123/2003] Compiling e_null.cc
[1125/2003] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1126/2003] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1126/2003] Compiling e_des.cc
[1127/2003] Compiling e_chacha20poly1305.cc
[1128/2003] Compiling e_aeseax.cc
[1129/2003] Compiling e_aesctrhmac.cc
[1130/2003] Compiling e_aesgcmsiv.cc
[1131/2003] Compiling cms.cc
[1133/2003] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1134/2003] Emitting module SwiftSyntaxBuilder
[1134/2003] Compiling derive_key.cc
[1135/2003] Compiling chacha.cc
[1137/2003] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1138/2003] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1138/2003] Compiling sqrt.cc
[1139/2003] Compiling exponentiation.cc
[1140/2003] Compiling unicode.cc
[1141/2003] Compiling div.cc
[1142/2003] Compiling cbb.cc
[1143/2003] Compiling cbs.cc
[1145/2003] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1146/2003] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1147/2003] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1148/2003] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1149/2004] Compiling blake2.cc
[1150/2004] Compiling printf.cc
[1151/2004] Compiling pair.cc
[1152/2004] Compiling bn_asn1.cc
[1153/2004] Compiling convert.cc
[1154/2004] Wrapping AST for SwiftSyntaxBuilder for debugging
[1155/2013] Compiling hexdump.cc
[1156/2013] Compiling file.cc
[1157/2021] Compiling errno.cc
[1158/2021] Compiling fd.cc
[1160/2021] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1161/2021] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1162/2021] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1163/2021] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1164/2021] Compiling SwiftSyntaxMacros BodyMacro.swift
[1164/2021] Compiling bio_mem.cc
[1166/2021] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1167/2021] Compiling SwiftSyntaxMacros Macro+Format.swift
[1168/2023] Compiling SwiftSyntaxMacros MemberMacro.swift
[1169/2023] Compiling SwiftSyntaxMacros PeerMacro.swift
[1170/2023] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1171/2023] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1172/2023] Compiling SwiftSyntaxMacros Macro.swift
[1173/2023] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1173/2023] Compiling bio.cc
[1174/2023] Compiling base64.cc
[1176/2023] Emitting module SwiftSyntaxMacros
[1177/2023] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1178/2023] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1179/2023] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1179/2023] Compiling tasn_typ.cc
[1181/2023] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1182/2023] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1182/2024] Compiling tasn_fre.cc
[1184/2024] Compiling tasn_enc.cc
[1185/2024] Compiling posix_time.cc
[1186/2024] Compiling tasn_utl.cc
[1187/2024] Compiling f_string.cc
[1188/2024] Compiling tasn_new.cc
[1189/2033] Wrapping AST for SwiftSyntaxMacros for debugging
[1190/2033] Compiling f_int.cc
[1192/2033] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1192/2034] Compiling tasn_dec.cc
[1194/2034] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1194/2034] Compiling asn_pack.cc
[1195/2034] Compiling asn1_par.cc
[1197/2034] Emitting module SwiftSyntaxMacroExpansion
[1198/2034] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1199/2034] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1200/2034] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1201/2034] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1201/2034] Compiling a_utctm.cc
[1202/2034] Compiling asn1_lib.cc
[1203/2034] Compiling a_type.cc
[1204/2034] Compiling a_octet.cc
[1205/2034] Compiling a_time.cc
[1207/2034] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1208/2034] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1208/2034] Compiling a_strnid.cc
[1209/2034] Compiling a_strex.cc
[1210/2034] Compiling a_i2d_fp.cc
[1211/2034] Compiling a_dup.cc
[1212/2034] Compiling a_mbstr.cc
[1213/2034] Compiling a_object.cc
[1214/2034] Write sources
[1215/2034] Compiling a_d2i_fp.cc
[1216/2034] Write sources
[1217/2034] Compiling a_gentm.cc
[1218/2034] Write sources
[1219/2034] Compiling a_int.cc
[1219/2034] Write sources
[1223/2034] Compiling _AtomicsShims.c
[1224/2103] Compiling aes.cc
[1224/2103] Write sources
[1245/2103] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1245/2104] Compiling a_bool.cc
[1247/2104] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1248/2104] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1249/2123] Compiling SwiftASN1 PEMDocument.swift
[1250/2123] Compiling SwiftASN1 ASN1OctetString.swift
[1252/2123] Compiling SwiftASN1 ASN1Strings.swift
[1253/2123] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1253/2128] Compiling a_bitstr.cc
[1255/2145] Compiling Atomics IntegerOperations.swift
[1256/2145] Compiling Atomics Unmanaged extensions.swift
[1257/2154] Compiling InternalCollectionsUtilities Debugging.swift
[1258/2154] Compiling InternalCollectionsUtilities Descriptions.swift
[1259/2154] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[1260/2154] Compiling InternalCollectionsUtilities _SortedCollection.swift
[1261/2154] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[1262/2154] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1263/2154] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1264/2154] Compiling AsyncAlgorithms MergeStateMachine.swift
[1265/2154] Compiling AsyncAlgorithms MergeStorage.swift
[1266/2154] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1267/2154] Compiling AsyncAlgorithms Rethrow.swift
[1268/2160] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1276/2161] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1277/2161] Emitting module InternalCollectionsUtilities
[1278/2162] Emitting module SwiftCompilerPluginMessageHandling
[1279/2162] Emitting module AsyncAlgorithms
[1280/2162] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[1281/2162] Compiling InternalCollectionsUtilities UInt+reversed.swift
[1282/2162] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[1283/2162] Compiling InternalCollectionsUtilities Integer rank.swift
[1284/2162] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[1285/2162] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[1287/2162] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1292/2162] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[1293/2162] Compiling SwiftASN1 ObjectIdentifier.swift
[1295/2162] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1296/2162] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1297/2162] Compiling AsyncAlgorithms DebounceStorage.swift
[1298/2162] Compiling AsyncAlgorithms Dictionary.swift
[1299/2162] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1300/2162] Compiling AsyncAlgorithms Locking.swift
[1301/2162] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1302/2162] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1303/2162] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1304/2162] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1305/2162] Compiling AsyncAlgorithms AsyncChannel.swift
[1306/2162] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1307/2162] Emitting module Atomics
[1308/2162] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1309/2162] Compiling AsyncAlgorithms ChannelStorage.swift
[1310/2162] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1311/2162] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1312/2162] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1313/2162] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1314/2162] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1315/2162] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1316/2162] Compiling AsyncAlgorithms SetAlgebra.swift
[1317/2162] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1318/2162] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1319/2162] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1320/2162] Compiling AsyncAlgorithms ZipStateMachine.swift
[1321/2162] Compiling AsyncAlgorithms ZipStorage.swift
[1336/2181] Compiling ServiceLifecycle Service.swift
[1338/2182] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[1346/2184] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[1355/2184] Compiling Logging Locks.swift
[1356/2184] Compiling _NIODataStructures PriorityQueue.swift
[1357/2184] Emitting module Logging
[1362/2184] Compiling _NIOBase64 Base64.swift
[1363/2184] Emitting module _NIOBase64
[1367/2185] Compiling _NIODataStructures _TinyArray.swift
[1368/2186] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1371/2186] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1372/2186] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1373/2193] Emitting module ServiceLifecycle
[1374/2201] Compiling ServiceLifecycle CancellationWaiter.swift
[1375/2201] Compiling ServiceLifecycle GracefulShutdown.swift
[1376/2201] Compiling ServiceLifecycle ServiceRunnerError.swift
[1377/2264] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1378/2264] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1379/2265] Compiling NIOCore AsyncChannelInboundStream.swift
[1380/2265] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1381/2265] Compiling CryptoBoringWrapper RandomBytes.swift
[1382/2265] Emitting module SwiftCompilerPlugin
[1383/2265] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1384/2265] Compiling Logging MetadataProvider.swift
[1385/2265] Emitting module _NIODataStructures
[1386/2265] Compiling _NIODataStructures Heap.swift
[1387/2266] Compiling Logging Logging.swift
[1388/2266] Compiling Logging LogHandler.swift
[1389/2267] Compiling NIOCore NIOAsyncWriter.swift
[1390/2267] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1391/2267] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1392/2267] Compiling NIOCore ByteBuffer-conversions.swift
[1393/2267] Compiling NIOCore ByteBuffer-core.swift
[1394/2267] Compiling NIOCore ByteBuffer-hex.swift
[1395/2267] Emitting module CryptoBoringWrapper
[1399/2268] Emitting module SwiftASN1
[1402/2268] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1403/2268] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1404/2268] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1405/2269] Compiling CryptoBoringWrapper EllipticCurve.swift
[1406/2300] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1407/2340] Compiling ServiceLifecycle ServiceGroup.swift
[1408/2341] Compiling OrderedCollections _HashTable+Constants.swift
[1409/2341] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[1410/2341] Compiling OrderedCollections _HashTable+Testing.swift
[1411/2341] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[1412/2343] Compiling OrderedCollections OrderedDictionary.swift
[1413/2343] Compiling OrderedCollections OrderedSet+Codable.swift
[1414/2344] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1415/2344] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1417/2345] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[1418/2345] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[1420/2345] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1422/2345] Emitting module _ConnectionPoolModule
[1422/2345] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1422/2345] Write sources
[1425/2345] Wrapping AST for SwiftCompilerPlugin for debugging
[1426/2345] Compiling CNIOWindows shim.c
[1428/2345] Compiling OrderedCollections _HashTable+Bucket.swift
[1429/2345] Compiling OrderedCollections _HashTable+BucketIterator.swift
[1432/2348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[1433/2348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[1434/2348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[1435/2348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[1436/2348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[1437/2348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[1438/2348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[1439/2426] Compiling Crypto HMAC.swift
[1440/2426] Compiling Crypto MACFunctions.swift
[1441/2426] Compiling Crypto MessageAuthenticationCode.swift
[1442/2426] Compiling Crypto AES.swift
[1443/2426] Compiling Crypto ECDSASignature_boring.swift
[1444/2426] Compiling Crypto ECDSA_boring.swift
[1445/2426] Compiling Crypto EdDSA_boring.swift
[1446/2426] Compiling Crypto ECDSA.swift
[1447/2434] Compiling Crypto Cipher.swift
[1448/2434] Compiling Crypto Nonces.swift
[1449/2437] Compiling Crypto HPKE-KEM-Curve25519.swift
[1450/2437] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1451/2437] Compiling Crypto HPKE-KEM.swift
[1452/2437] Compiling Crypto X25519Keys.swift
[1453/2437] Compiling Crypto SymmetricKeys.swift
[1456/2437] Compiling Crypto HashFunctions.swift
[1457/2437] Compiling Crypto HashFunctions_SHA2.swift
[1458/2437] Compiling Crypto AES-GCM.swift
[1459/2437] Compiling Crypto AES-GCM_boring.swift
[1460/2437] Compiling Crypto ChaChaPoly_boring.swift
[1461/2437] Compiling Crypto ChaChaPoly.swift
[1464/2437] Compiling Crypto Digest.swift
[1465/2437] Compiling Crypto Digests.swift
[1470/2437] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1471/2437] 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) }
[1472/2437] 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) }
[1473/2437] Emitting module PostgresNIOMacrosPlugin
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/781] Compiling CNIOWindows WSAStartup.c
[0/781] Compiling fiat_p256_adx_sqr.S
[2/798] Compiling CNIOWASI CNIOWASI.c
[2/798] Compiling fiat_p256_adx_mul.S
[4/798] Compiling fiat_curve25519_adx_square.S
[5/798] Compiling CNIOPosix event_loop_id.c
[6/798] Compiling CNIOLinux shim.c
[7/798] Compiling fiat_curve25519_adx_mul.S
[8/798] Compiling CNIOLinux liburing_shims.c
[9/798] Compiling CNIODarwin shim.c
[10/798] Write swift-version-24593BA9C3E375BF.txt
[11/798] Compiling CNIOBoringSSLShims shims.c
[13/802] Compiling _NIODataStructures Heap.swift
[14/802] Compiling _NIODataStructures PriorityQueue.swift
[15/802] Compiling _NIODataStructures _TinyArray.swift
[16/802] Emitting module _NIODataStructures
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.
[16/803] Compiling tls13_enc.cc
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>
      |          ^~~~~~~~~~~
1 error generated.
[16/803] Compiling tls13_client.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>
      |          ^~~~~~~~~~~
[16/803] Compiling tls13_both.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>
      |          ^~~~~~~~~~~
1 error generated.
[16/803] 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>
      |          ^~~~~~~~~~~
[16/803] Compiling tls_record.cc
[16/803] Compiling c-nioatomics.c
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>
      |          ^~~~~~~~~~~
[16/803] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm