Build Information
Successful build of postgres-nio-macros, reference main (c08364
), with Swift 6.0 for Linux on 4 Apr 2025 12:40:49 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lovetodream/postgres-nio-macros.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/lovetodream/postgres-nio-macros
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c08364a Adjust range of swift-syntax versions to include Swift 6.1 versions (#3)
Cloned https://github.com/lovetodream/postgres-nio-macros.git
Revision (git rev-parse @):
c08364a9808b90cb3069621fd4f481d21e9ed344
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lovetodream/postgres-nio-macros.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/lovetodream/postgres-nio-macros.git
https://github.com/lovetodream/postgres-nio-macros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0-latest",
"upper_bound" : "601.0.1-latest"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "postgres-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-nio.git"
}
],
"manifest_display_name" : "postgres-nio-macros",
"name" : "postgres-nio-macros",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PostgresNIOMacros",
"targets" : [
"PostgresNIOMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PostgresNIOMacrosPlugin",
"targets" : [
"PostgresNIOMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "PostgresNIOMacrosTests",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacrosTests",
"path" : "Tests/PostgresNIOMacrosTests",
"product_dependencies" : [
"PostgresNIO"
],
"sources" : [
"StatementTests.swift"
],
"target_dependencies" : [
"PostgresNIOMacros"
],
"type" : "test"
},
{
"c99name" : "PostgresNIOMacrosPluginTests",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacrosPluginTests",
"path" : "Tests/PostgresNIOMacrosPluginTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"StatementMacroTests.swift"
],
"target_dependencies" : [
"PostgresNIOMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "PostgresNIOMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacrosPlugin",
"path" : "Sources/PostgresNIOMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"PostgresNIOMacros",
"PostgresNIOMacrosPlugin"
],
"sources" : [
"StatementMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "PostgresNIOMacros",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacros",
"path" : "Sources/PostgresNIOMacros",
"product_dependencies" : [
"PostgresNIO"
],
"product_memberships" : [
"PostgresNIOMacros"
],
"sources" : [
"Statement.swift"
],
"target_dependencies" : [
"PostgresNIOMacrosPlugin"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/12049] Fetching postgres-nio
[12050/81895] Fetching postgres-nio, swift-syntax
Fetched https://github.com/vapor/postgres-nio.git from cache (5.25s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.29s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (0.68s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.git
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
[1/3825] Fetching swift-log
[2/6188] Fetching swift-log, swift-service-lifecycle
[3477/8359] Fetching swift-log, swift-service-lifecycle, swift-metrics
[8360/21928] Fetching swift-log, swift-service-lifecycle, swift-metrics, swift-crypto
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
[5891/18103] Fetching swift-service-lifecycle, swift-metrics, swift-crypto
Fetching https://github.com/apple/swift-nio.git
[7928/20553] Fetching swift-service-lifecycle, swift-metrics, swift-crypto, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
Fetching https://github.com/apple/swift-collections.git
[9419/18103] Fetching swift-service-lifecycle, swift-metrics, swift-crypto
[12541/32578] Fetching swift-service-lifecycle, swift-metrics, swift-crypto, swift-nio-ssl
[14251/107264] Fetching swift-service-lifecycle, swift-metrics, swift-crypto, swift-nio-ssl, swift-nio
[16789/123167] Fetching swift-service-lifecycle, swift-metrics, swift-crypto, swift-nio-ssl, swift-nio, swift-collections
Fetched https://github.com/apple/swift-metrics.git from cache (2.18s)
[82872/120996] Fetching swift-service-lifecycle, swift-crypto, swift-nio-ssl, swift-nio, swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-crypto.git from cache (2.24s)
[74526/107427] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-collections
[77554/109132] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-collections.git from cache (1.92s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
[64638/91524] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.07s)
[67378/89161] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.10s)
[53774/74686] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.04s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (3.07s)
Fetching https://github.com/apple/swift-system.git
[1/4221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (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.7.0 (0.58s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4874] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.35s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.59s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.65s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.2 (2.03s)
Fetching https://github.com/apple/swift-asn1.git
[1/1560] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.70s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (0.86s)
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.3
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.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.2
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.23.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/830] Write sources
[40/830] Compiling _SwiftSyntaxCShims dummy.c
[41/830] Compiling CNIOWindows shim.c
[42/830] Compiling _AtomicsShims.c
[43/830] Compiling CNIOWindows WSAStartup.c
[44/830] Compiling CNIOWASI CNIOWASI.c
[45/830] Compiling aesni-gcm-x86_64-apple.S
[46/830] Compiling aesni-x86-apple.S
[47/830] Compiling aesni-gcm-x86_64-linux.S
[48/830] Compiling CNIOLinux liburing_shims.c
[48/830] Compiling CNIODarwin shim.c
[50/830] Compiling aes-gcm-avx10-x86_64-linux.S
[51/830] Compiling fiat_p256_adx_sqr.S
[52/830] Compiling CNIOLinux shim.c
[53/830] Compiling fiat_p256_adx_mul.S
[54/830] Compiling fiat_curve25519_adx_square.S
[55/830] Compiling fiat_curve25519_adx_mul.S
[56/830] Write swift-version-24593BA9C3E375BF.txt
[57/830] Compiling CNIOBoringSSLShims shims.c
[58/834] Compiling tls13_server.cc
[59/834] Compiling tls_record.cc
[60/834] Compiling tls_method.cc
[61/834] Compiling tls13_both.cc
[62/834] Compiling tls13_client.cc
[63/834] Compiling tls13_enc.cc
[64/847] Compiling t1_enc.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/847] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[67/867] Emitting module Logging
[68/867] Emitting module InternalCollectionsUtilities
[69/869] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/869] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/869] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[72/869] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/869] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/869] Compiling InternalCollectionsUtilities Specialize.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/869] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[76/869] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[77/869] Compiling _NIODataStructures _TinyArray.swift
[78/869] Compiling CoreMetrics Metrics.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[79/869] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[80/869] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[81/869] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[82/869] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[83/869] Compiling _NIODataStructures PriorityQueue.swift
[84/869] Emitting module _NIOBase64
[85/869] Compiling _NIOBase64 Base64.swift
[86/869] Compiling InternalCollectionsUtilities _SortedCollection.swift
[87/869] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[88/869] Compiling InternalCollectionsUtilities Debugging.swift
[89/869] Compiling InternalCollectionsUtilities Descriptions.swift
[90/870] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[91/870] Compiling InternalCollectionsUtilities UInt+reversed.swift
[92/870] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[93/870] Emitting module CoreMetrics
[94/870] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/766] Compiling ssl_versions.cc
[1/766] Compiling ssl_stat.cc
[2/766] Compiling ssl_privkey.cc
[3/766] Compiling ssl_transcript.cc
[4/766] Write swift-version-24593BA9C3E375BF.txt
[5/766] Compiling ssl_key_share.cc
[6/766] Compiling ssl_x509.cc
[7/766] Compiling ssl_session.cc
[9/774] Emitting module SwiftSyntax600
[10/774] Compiling SwiftSyntax600 Empty.swift
[11/777] Compiling ssl_lib.cc
[13/777] Emitting module SwiftSyntax510
[14/777] Compiling SwiftSyntax510 Empty.swift
[15/778] Compiling _NIODataStructures PriorityQueue.swift
[16/778] Compiling _NIODataStructures _TinyArray.swift
[17/778] Compiling ssl_file.cc
[19/778] Emitting module _NIOBase64
[20/778] Compiling _NIOBase64 Base64.swift
[20/781] Compiling ssl_cipher.cc
[22/781] Emitting module SwiftSyntax509
[24/781] Compiling SwiftSyntax509 Empty.swift
[24/781] Compiling ssl_cert.cc
[26/790] Compiling ssl_credential.cc
[28/807] Emitting module _NIODataStructures
[29/807] Compiling _NIODataStructures Heap.swift
[29/808] Wrapping AST for SwiftSyntax510 for debugging
[30/808] Wrapping AST for SwiftSyntax600 for debugging
[33/808] Compiling Logging MetadataProvider.swift
[34/808] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/808] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[36/808] Compiling InternalCollectionsUtilities Debugging.swift
[37/808] Compiling InternalCollectionsUtilities Descriptions.swift
[37/808] Wrapping AST for SwiftSyntax509 for debugging
[39/810] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[40/810] Compiling InternalCollectionsUtilities Specialize.swift
[41/813] Emitting module Logging
[42/853] Compiling ConcurrencyHelpers LockedValueBox.swift
[43/877] Emitting module ConcurrencyHelpers
[44/877] Compiling SwiftSyntax CustomTraits.swift
[45/877] Compiling SwiftSyntax EditorPlaceholder.swift
[46/877] Emitting module CoreMetrics
[47/877] Compiling ConcurrencyHelpers Lock.swift
[48/878] Emitting module InternalCollectionsUtilities
[50/878] Compiling SwiftSyntax Identifier.swift
[51/878] Compiling SwiftSyntax MemoryLayout.swift
[52/878] Compiling SwiftSyntax MissingNodeInitializers.swift
[53/878] Compiling SwiftSyntax RawSyntax.swift
[54/878] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[55/878] Compiling SwiftSyntax SourceEdit.swift
[56/878] Compiling SwiftSyntax SourceLength.swift
[57/878] Compiling SwiftSyntax AbsolutePosition.swift
[58/878] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[59/878] Compiling SwiftSyntax RawSyntaxTokenView.swift
[61/879] Compiling CoreMetrics Metrics.swift
[62/879] Compiling CoreMetrics Locks.swift
[63/880] Compiling Logging Locks.swift
[64/880] Compiling Logging Logging.swift
[65/880] Compiling Logging LogHandler.swift
[67/884] Compiling ssl_asn1.cc
[68/884] Compiling ssl_buffer.cc
[69/884] Compiling ssl_aead_ctx.cc
[71/956] Compiling DequeModule _DequeBuffer.swift
[72/956] Compiling DequeModule _DequeBufferHeader.swift
[73/958] Compiling UnixSignals UnixSignalsSequence.swift
[74/958] Emitting module UnixSignals
[75/958] Compiling UnixSignals UnixSignal.swift
[77/959] Compiling DequeModule Deque+Extras.swift
[78/959] Compiling DequeModule Deque+Hashable.swift
[79/959] Compiling DequeModule Deque+Equatable.swift
[80/959] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/959] Compiling DequeModule Deque+CustomReflectable.swift
[82/959] Compiling DequeModule Deque+Descriptions.swift
[83/959] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[84/959] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[85/959] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[86/959] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[87/959] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[88/959] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[89/959] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[90/966] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[91/966] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[92/966] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[93/966] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[94/966] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[95/966] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[96/966] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[96/966] Compiling s3_pkt.cc
[98/966] Compiling DequeModule Deque._UnsafeHandle.swift
[99/966] Compiling DequeModule Deque.swift
[100/966] Compiling DequeModule Deque+Testing.swift
[101/966] Compiling DequeModule Deque._Storage.swift
[102/966] Compiling DequeModule _DequeSlot.swift
[103/966] Compiling DequeModule _UnsafeWrappedBuffer.swift
[112/966] Compiling OrderedCollections OrderedDictionary.swift
[113/966] Compiling OrderedCollections OrderedSet+Codable.swift
[114/966] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[115/966] Compiling OrderedCollections OrderedSet+Descriptions.swift
[116/966] Compiling OrderedCollections OrderedSet+Diffing.swift
[117/966] Compiling OrderedCollections OrderedSet+Equatable.swift
[118/966] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[119/966] Compiling OrderedCollections OrderedSet+Hashable.swift
[120/966] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[121/966] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[122/966] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[123/966] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[124/966] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[125/966] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[126/966] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[127/966] Compiling OrderedCollections OrderedDictionary+Values.swift
[128/966] Compiling OrderedCollections OrderedSet+Initializers.swift
[129/966] Compiling OrderedCollections OrderedSet+Insertions.swift
[130/966] Compiling OrderedCollections OrderedSet+Invariants.swift
[131/966] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[132/966] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[133/966] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[134/966] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[135/966] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[136/966] Compiling DequeModule Deque+Codable.swift
[137/966] Compiling DequeModule Deque+Collection.swift
[138/966] Emitting module DequeModule
[138/967] Compiling s3_lib.cc
[140/967] Compiling s3_both.cc
[150/967] Compiling OrderedCollections OrderedSet+Sendable.swift
[151/967] Compiling OrderedCollections OrderedSet+SubSequence.swift
[152/967] Compiling OrderedCollections OrderedSet+Testing.swift
[153/967] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[154/967] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[155/967] Compiling OrderedCollections OrderedSet.swift
[156/967] Compiling OrderedCollections _UnsafeBitset.swift
[157/967] Emitting module Metrics
[158/967] Emitting module OrderedCollections
[158/968] Compiling handshake_server.cc
[160/968] Compiling handshake_client.cc
[188/977] Compiling handshake.cc
[189/977] Compiling handoff.cc
[191/977] Compiling Metrics Metrics.swift
[192/978] Compiling extensions.cc
[193/978] Compiling dtls_record.cc
[194/978] Compiling dtls_method.cc
[195/978] Compiling md5-x86_64-linux.S
[196/978] Compiling md5-x86_64-apple.S
[197/978] Compiling encrypted_client_hello.cc
[198/978] Compiling md5-586-apple.S
[199/978] Compiling md5-586-linux.S
[200/978] Compiling chacha20_poly1305_x86_64-linux.S
[201/978] Compiling chacha20_poly1305_x86_64-apple.S
[202/978] Compiling chacha20_poly1305_armv8-win.S
[203/978] Compiling err_data.cc
[204/978] Compiling chacha20_poly1305_armv8-linux.S
[205/978] Compiling chacha20_poly1305_armv8-apple.S
[206/978] Compiling chacha-x86_64-linux.S
[207/978] Compiling chacha-x86_64-apple.S
[208/978] Compiling chacha-x86-linux.S
[209/978] Compiling chacha-x86-apple.S
[210/978] Compiling chacha-armv8-win.S
[211/978] Compiling chacha-armv8-linux.S
[212/978] Compiling d1_srtp.cc
[213/978] Compiling chacha-armv4-linux.S
[214/978] Compiling chacha-armv8-apple.S
[215/978] Compiling bio_ssl.cc
[216/978] Compiling d1_pkt.cc
[217/978] Compiling aes128gcmsiv-x86_64-linux.S
[218/978] Compiling aes128gcmsiv-x86_64-apple.S
[219/978] Compiling x86_64-mont5-apple.S
[220/978] Compiling x86_64-mont5-linux.S
[221/978] Compiling x86_64-mont-apple.S
[222/978] Compiling x86_64-mont-linux.S
[223/978] Compiling x86-mont-apple.S
[224/978] Compiling x86-mont-linux.S
[225/978] Compiling vpaes-x86_64-linux.S
[226/978] Compiling vpaes-x86_64-apple.S
[227/978] Compiling vpaes-x86-linux.S
[228/978] Compiling vpaes-armv8-win.S
[229/978] Compiling vpaes-x86-apple.S
[230/978] Compiling vpaes-armv8-linux.S
[231/978] Compiling vpaes-armv8-apple.S
[232/978] Compiling vpaes-armv7-linux.S
[233/978] Compiling sha512-x86_64-apple.S
[234/978] Compiling sha512-armv8-win.S
[235/978] Compiling sha512-armv8-linux.S
[236/978] Compiling sha512-x86_64-linux.S
[237/978] Compiling sha512-armv4-linux.S
[238/978] Compiling sha512-armv8-apple.S
[239/978] Compiling sha512-586-linux.S
[240/978] Compiling sha512-586-apple.S
[241/978] Compiling sha256-x86_64-apple.S
[242/978] Compiling sha256-armv8-win.S
[243/978] Compiling sha256-x86_64-linux.S
[244/978] Compiling sha256-armv8-linux.S
[245/978] Compiling sha256-armv8-apple.S
[246/978] Compiling sha256-armv4-linux.S
[247/978] Compiling sha256-586-linux.S
[248/978] Compiling d1_lib.cc
[249/978] Compiling sha256-586-apple.S
[250/978] Compiling sha1-x86_64-apple.S
[251/978] Compiling sha1-armv8-win.S
[252/978] Compiling sha1-x86_64-linux.S
[253/978] Compiling sha1-armv8-linux.S
[254/978] Compiling sha1-armv8-apple.S
[255/978] Compiling sha1-armv4-large-linux.S
[256/978] Compiling sha1-586-linux.S
[257/978] Compiling sha1-586-apple.S
[258/978] Compiling rsaz-avx2-linux.S
[259/978] Compiling rsaz-avx2-apple.S
[260/978] Compiling rdrand-x86_64-linux.S
[261/978] Compiling rdrand-x86_64-apple.S
[262/978] Compiling p256_beeu-x86_64-asm-apple.S
[263/978] Compiling p256_beeu-x86_64-asm-linux.S
[264/978] Compiling p256_beeu-armv8-asm-win.S
[265/978] Compiling p256_beeu-armv8-asm-linux.S
[266/978] Compiling p256-armv8-asm-win.S
[267/978] Compiling p256_beeu-armv8-asm-apple.S
[268/978] Compiling p256-x86_64-asm-apple.S
[269/978] Compiling p256-armv8-asm-apple.S
[270/978] Compiling p256-x86_64-asm-linux.S
[271/978] Compiling d1_both.cc
[272/978] Compiling ghashv8-armv8-win.S
[273/978] Compiling p256-armv8-asm-linux.S
[274/978] Compiling ghashv8-armv8-linux.S
[275/978] Compiling ghashv8-armv7-linux.S
[276/978] Compiling ghash-x86_64-apple.S
[277/978] Compiling ghash-x86_64-linux.S
[278/978] Compiling ghashv8-armv8-apple.S
[279/978] Compiling ghash-x86-apple.S
[280/978] Compiling ghash-ssse3-x86_64-linux.S
[281/978] Compiling ghash-x86-linux.S
[282/978] Compiling ghash-ssse3-x86_64-apple.S
[283/978] Compiling ghash-ssse3-x86-linux.S
[284/978] Compiling ghash-ssse3-x86-apple.S
[285/978] Compiling ghash-neon-armv8-linux.S
[286/978] Compiling ghash-neon-armv8-win.S
[287/978] Compiling co-586-apple.S
[288/978] Compiling co-586-linux.S
[289/978] Compiling ghash-neon-armv8-apple.S
[290/978] Compiling ghash-armv4-linux.S
[290/978] Compiling bsaes-armv7-linux.S
[292/978] Compiling bn-armv8-win.S
[293/978] Compiling bn-armv8-apple.S
[294/978] Compiling bn-armv8-linux.S
[295/978] Compiling bn-586-linux.S
[296/978] Compiling bn-586-apple.S
[297/978] Compiling armv8-mont-linux.S
[298/978] Compiling armv8-mont-win.S
[299/978] Compiling armv8-mont-apple.S
[300/978] Compiling aesv8-gcm-armv8-win.S
[301/978] Compiling aesv8-gcm-armv8-linux.S
[302/978] Compiling armv4-mont-linux.S
[303/978] Compiling aesv8-gcm-armv8-apple.S
[304/978] Compiling aesv8-armv8-apple.S
[305/978] Compiling aesv8-armv8-linux.S
[306/978] Compiling aesv8-armv7-linux.S
[307/978] Compiling aesv8-armv8-win.S
[308/978] Compiling aesni-x86-linux.S
[309/978] Compiling aesni-x86_64-apple.S
[310/978] Compiling aesni-x86-apple.S
[311/978] Compiling aesni-gcm-x86_64-linux.S
[312/978] Compiling aesni-gcm-x86_64-apple.S
[313/978] Compiling aesni-x86_64-linux.S
[314/978] Compiling x_val.cc
[315/978] Compiling x_spki.cc
[316/978] Compiling x_x509.cc
[317/978] Compiling x_sig.cc
[318/978] Compiling x_pubkey.cc
[319/978] Compiling x_req.cc
[320/978] Compiling x_x509a.cc
[321/978] Compiling x_exten.cc
[322/978] Compiling x_name.cc
[323/978] Compiling x509spki.cc
[324/978] Compiling x_attrib.cc
[325/978] Compiling x_crl.cc
[326/978] Compiling x_algor.cc
[327/978] Compiling x_all.cc
[328/978] Compiling x509rset.cc
[329/978] Compiling x509name.cc
[330/978] Compiling x509_vpm.cc
[331/978] Compiling x509cset.cc
[332/978] Compiling x509_v3.cc
[333/978] Compiling x509_txt.cc
[334/978] Compiling x509_vfy.cc
[335/978] Compiling x509_trs.cc
[336/978] Compiling x509_obj.cc
[337/978] Compiling x509_lu.cc
[338/978] Compiling x509_set.cc
[339/978] Compiling x509_req.cc
[340/978] Compiling x509_def.cc
[341/978] Compiling x509_ext.cc
[342/978] Compiling x509.cc
[343/978] Compiling x509_d2.cc
[344/978] Compiling v3_skey.cc
[345/978] Compiling x509_cmp.cc
[346/978] Compiling x509_att.cc
[347/978] Compiling v3_utl.cc
[348/978] Compiling v3_purp.cc
[349/978] Compiling v3_pmaps.cc
[350/978] Compiling v3_prn.cc
[351/978] Compiling v3_pcons.cc
[352/978] Compiling v3_ocsp.cc
[353/978] Compiling v3_lib.cc
[354/978] Compiling v3_int.cc
[355/978] Compiling v3_ncons.cc
[356/978] Compiling v3_ia5.cc
[357/978] Compiling v3_info.cc
[358/978] Compiling v3_genn.cc
[359/978] Compiling v3_extku.cc
[360/978] Compiling v3_enum.cc
[362/978] Emitting module SwiftSyntax
[362/978] Compiling v3_crld.cc
[363/978] Compiling v3_cpols.cc
[364/978] Compiling v3_bitst.cc
[365/978] Compiling v3_conf.cc
[366/978] Compiling v3_bcons.cc
[367/978] Compiling v3_akeya.cc
[368/978] Compiling v3_alt.cc
[369/978] Compiling v3_akey.cc
[370/978] Compiling t_x509a.cc
[371/978] Compiling t_req.cc
[372/978] Compiling t_crl.cc
[373/978] Compiling t_x509.cc
[374/978] Compiling i2d_pr.cc
[375/978] Compiling name_print.cc
[376/978] Compiling rsa_pss.cc
[377/978] Compiling policy.cc
[378/978] Compiling by_file.cc
[379/978] Compiling asn1_gen.cc
[380/978] Compiling by_dir.cc
[381/978] Compiling algorithm.cc
[382/978] Compiling a_verify.cc
[383/978] Compiling a_sign.cc
[384/978] Compiling a_digest.cc
[385/978] Compiling thread_win.cc
[386/978] Compiling thread_pthread.cc
[387/978] Compiling thread.cc
[388/978] Compiling thread_none.cc
[389/978] Compiling voprf.cc
[390/978] Compiling trust_token.cc
[391/978] Compiling pmbtoken.cc
[392/978] Compiling stack.cc
[393/978] Compiling wots.cc
[394/978] Compiling thash.cc
[395/978] Compiling slhdsa.cc
[396/978] Compiling fors.cc
[397/978] Compiling merkle.cc
[398/978] Compiling siphash.cc
[399/978] Compiling sha1.cc
[400/978] Compiling sha512.cc
[401/978] Compiling sha256.cc
[402/978] Compiling rsa_extra.cc
[403/978] Compiling rsa_print.cc
[404/978] Compiling rsa_asn1.cc
[405/978] Compiling rsa_crypt.cc
[406/978] Compiling rc4.cc
[407/978] Compiling refcount.cc
[408/978] Compiling windows.cc
[409/978] Compiling trusty.cc
[410/978] Compiling urandom.cc
[411/978] Compiling rand_extra.cc
[412/978] Compiling ios.cc
[413/978] Compiling getentropy.cc
[414/978] Compiling passive.cc
[415/978] Compiling poly1305_arm_asm.S
[416/978] Compiling forkunsafe.cc
[417/978] Compiling deterministic.cc
[418/978] Compiling fork_detect.cc
[419/978] Compiling pool.cc
[420/978] Compiling poly1305_arm.cc
[421/978] Compiling poly1305.cc
[422/978] Compiling poly1305_vec.cc
[423/978] Compiling pkcs7.cc
[424/978] Compiling pkcs8.cc
[425/978] Compiling pkcs8_x509.cc
[426/978] Compiling p5_pbev2.cc
[427/978] Compiling pkcs7_x509.cc
[428/978] Compiling pem_xaux.cc
[429/978] Compiling pem_x509.cc
[430/978] Compiling pem_pk8.cc
[431/978] Compiling obj_xref.cc
[432/978] Compiling pem_pkey.cc
[433/978] Compiling pem_oth.cc
[434/978] Compiling pem_info.cc
[435/978] Compiling pem_lib.cc
[436/978] Compiling pem_all.cc
[437/978] Compiling mlkem.cc
[438/978] Compiling mem.cc
[439/978] Compiling md5.cc
[440/978] Compiling obj.cc
[441/978] Compiling md4.cc
[442/978] Compiling mldsa.cc
[443/978] Compiling fips_shared_support.cc
[444/978] Compiling poly_rq_mul.S
[445/978] Compiling lhash.cc
[446/978] Compiling keccak.cc
[447/978] Compiling kyber.cc
[448/978] Compiling ex_data.cc
[449/978] Compiling sign.cc
[450/978] Compiling hrss.cc
[451/978] Compiling hpke.cc
[452/978] Compiling scrypt.cc
[453/978] Compiling pbkdf.cc
[454/978] Compiling p_x25519.cc
[455/978] Compiling print.cc
[456/978] Compiling p_x25519_asn1.cc
[457/978] Compiling p_rsa_asn1.cc
[458/978] Compiling p_rsa.cc
[459/978] Compiling p_hkdf.cc
[460/978] Compiling p_ed25519.cc
[461/978] Compiling p_ec_asn1.cc
[462/978] Compiling p_ed25519_asn1.cc
[463/978] Compiling p_ec.cc
[464/978] Compiling p_dsa_asn1.cc
[465/978] Compiling p_dh.cc
[466/978] Compiling p_dh_asn1.cc
[467/978] Compiling evp_ctx.cc
[468/978] Compiling evp.cc
[469/978] Compiling evp_asn1.cc
[470/978] Compiling err.cc
[471/978] Compiling engine.cc
[472/978] Compiling ecdsa_asn1.cc
[473/978] Compiling ecdh_extra.cc
[474/978] Compiling hash_to_curve.cc
[475/978] Compiling ec_derive.cc
[476/978] Compiling ec_asn1.cc
[477/978] Compiling dsa_asn1.cc
[478/978] Compiling dsa.cc
[479/978] Compiling digest_extra.cc
[480/978] Compiling params.cc
[481/978] Compiling x25519-asm-arm.S
[482/978] Compiling dh_asn1.cc
[483/978] Compiling bcm.cc
[484/978] Compiling des.cc
[485/978] Compiling spake25519.cc
[486/978] Compiling crypto.cc
[487/978] Compiling cpu_intel.cc
[488/978] Compiling cpu_arm_linux.cc
[489/978] Compiling curve25519.cc
[490/978] Compiling cpu_arm_freebsd.cc
[491/978] Compiling cpu_aarch64_openbsd.cc
[492/978] Compiling cpu_aarch64_win.cc
[493/978] Compiling cpu_aarch64_sysreg.cc
[494/978] Compiling cpu_aarch64_fuchsia.cc
[495/978] Compiling cpu_aarch64_apple.cc
[496/978] Compiling cpu_aarch64_linux.cc
[497/978] Compiling curve25519_64_adx.cc
[498/978] Compiling tls_cbc.cc
[499/978] Compiling conf.cc
[500/978] Compiling e_tls.cc
[501/978] Compiling e_rc4.cc
[502/978] Compiling e_null.cc
[503/978] Compiling e_des.cc
[504/978] Compiling e_rc2.cc
[505/978] Compiling e_chacha20poly1305.cc
[506/978] Compiling e_aesctrhmac.cc
[507/978] Compiling e_aesgcmsiv.cc
[508/978] Compiling derive_key.cc
[509/978] Compiling unicode.cc
[510/978] Compiling cipher_extra.cc
[511/978] Compiling chacha.cc
[512/978] Compiling cbs.cc
[513/978] Compiling cbb.cc
[514/978] Compiling ber.cc
[515/978] Compiling asn1_compat.cc
[516/978] Compiling buf.cc
[517/978] Compiling bn_asn1.cc
[518/978] Compiling convert.cc
[519/978] Compiling blake2.cc
[520/978] Compiling socket_helper.cc
[521/978] Compiling socket.cc
[522/978] Compiling printf.cc
[523/978] Compiling pair.cc
[532/978] Compiling SwiftSyntax TriviaPieces.swift
[533/978] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[542/978] Compiling hexdump.cc
[543/978] Compiling file.cc
[544/978] Compiling errno.cc
[545/978] Compiling fd.cc
[546/978] Compiling connect.cc
[547/978] Compiling bio_mem.cc
[548/978] Compiling bio.cc
[549/978] Compiling base64.cc
[550/978] Compiling tasn_utl.cc
[551/978] Compiling tasn_typ.cc
[552/978] Compiling tasn_fre.cc
[553/978] Compiling tasn_enc.cc
[554/978] Compiling tasn_new.cc
[555/978] Compiling tasn_dec.cc
[556/978] Compiling posix_time.cc
[557/978] Compiling f_string.cc
[558/978] Compiling asn_pack.cc
[559/978] Compiling f_int.cc
[560/978] Compiling asn1_par.cc
[561/978] Compiling asn1_lib.cc
[562/978] Compiling a_utctm.cc
[563/978] Compiling a_type.cc
[564/978] Compiling a_time.cc
[565/978] Compiling a_strnid.cc
[566/978] Compiling a_strex.cc
[567/978] Compiling a_octet.cc
[568/978] Compiling a_object.cc
[569/978] Compiling a_mbstr.cc
[570/978] Compiling a_i2d_fp.cc
[571/978] Compiling a_int.cc
[572/978] Compiling a_gentm.cc
[573/978] Compiling a_dup.cc
[574/978] Compiling a_d2i_fp.cc
[575/978] Compiling fiat_p256_adx_sqr.S
[576/978] Compiling fiat_p256_adx_mul.S
[577/978] Compiling fiat_curve25519_adx_square.S
[578/978] Compiling fiat_curve25519_adx_mul.S
[579/978] Compiling md5-x86_64-linux.S
[580/978] Compiling md5-x86_64-apple.S
[581/978] Compiling a_bitstr.cc
[582/978] Compiling md5-586-linux.S
[583/978] Compiling md5-586-apple.S
[584/978] Compiling a_bool.cc
[585/978] Compiling chacha20_poly1305_armv8-win.S
[586/978] Compiling chacha20_poly1305_x86_64-apple.S
[587/978] Compiling CCryptoBoringSSLShims shims.c
[588/978] Compiling chacha20_poly1305_x86_64-linux.S
[589/978] Compiling chacha20_poly1305_armv8-linux.S
[590/978] Compiling chacha20_poly1305_armv8-apple.S
[591/978] Compiling chacha-x86_64-apple.S
[592/978] Compiling chacha-x86_64-linux.S
[593/978] Compiling chacha-x86-linux.S
[594/978] Compiling chacha-x86-apple.S
[595/978] Compiling chacha-armv8-linux.S
[596/978] Compiling chacha-armv8-win.S
[597/978] Compiling chacha-armv4-linux.S
[598/978] Compiling chacha-armv8-apple.S
[599/978] Compiling aes128gcmsiv-x86_64-apple.S
[600/978] Compiling x86_64-mont5-apple.S
[601/978] Compiling aes128gcmsiv-x86_64-linux.S
[602/978] Compiling x86_64-mont5-linux.S
[603/978] Compiling x86_64-mont-linux.S
[604/978] Compiling x86-mont-linux.S
[605/978] Compiling x86_64-mont-apple.S
[606/978] Compiling x86-mont-apple.S
[607/978] Compiling err_data.cc
[608/978] Compiling vpaes-x86_64-linux.S
[609/978] Compiling vpaes-x86_64-apple.S
[610/978] Compiling vpaes-x86-linux.S
[611/978] Compiling vpaes-x86-apple.S
[612/978] Compiling vpaes-armv8-win.S
[613/978] Compiling vpaes-armv8-linux.S
[614/978] Compiling vpaes-armv7-linux.S
[615/978] Compiling vpaes-armv8-apple.S
[616/978] Compiling sha512-x86_64-apple.S
[617/978] Compiling sha512-armv8-win.S
[618/978] Compiling sha512-armv8-apple.S
[619/978] Compiling sha512-armv8-linux.S
[620/978] Compiling sha512-x86_64-linux.S
[621/978] Compiling sha512-armv4-linux.S
[622/978] Compiling sha512-586-apple.S
[623/978] Compiling sha512-586-linux.S
[624/978] Compiling sha256-x86_64-apple.S
[625/978] Compiling sha256-armv8-apple.S
[626/978] Compiling sha256-armv8-win.S
[627/978] Compiling sha256-x86_64-linux.S
[628/978] Compiling sha256-armv8-linux.S
[629/978] Compiling sha256-armv4-linux.S
[630/978] Compiling sha256-586-linux.S
[631/978] Compiling sha256-586-apple.S
[632/978] Compiling sha1-armv8-win.S
[633/978] Compiling sha1-x86_64-apple.S
[634/978] Compiling sha1-x86_64-linux.S
[635/978] Compiling sha1-armv8-linux.S
[636/978] Compiling sha1-armv8-apple.S
[637/978] Compiling sha1-armv4-large-linux.S
[638/978] Compiling sha1-586-linux.S
[638/978] Compiling sha1-586-apple.S
[640/978] Compiling rsaz-avx2-linux.S
[641/978] Compiling rsaz-avx2-apple.S
[642/978] Compiling rdrand-x86_64-linux.S
[643/978] Compiling rdrand-x86_64-apple.S
[644/978] Compiling p256_beeu-x86_64-asm-linux.S
[645/978] Compiling p256_beeu-x86_64-asm-apple.S
[646/978] Compiling p256_beeu-armv8-asm-linux.S
[647/978] Compiling p256_beeu-armv8-asm-win.S
[648/978] Compiling p256_beeu-armv8-asm-apple.S
[649/978] Compiling p256-x86_64-asm-apple.S
[650/978] Compiling p256-armv8-asm-win.S
[651/978] Compiling p256-x86_64-asm-linux.S
[652/978] Compiling p256-armv8-asm-apple.S
[653/978] Compiling p256-armv8-asm-linux.S
[654/978] Compiling ghashv8-armv8-win.S
[655/978] Compiling ghashv8-armv7-linux.S
[656/978] Compiling ghashv8-armv8-apple.S
[657/978] Compiling ghashv8-armv8-linux.S
[658/978] Compiling ghash-x86_64-linux.S
[659/978] Compiling ghash-x86_64-apple.S
[660/978] Compiling ghash-x86-linux.S
[661/978] Compiling ghash-x86-apple.S
[662/978] Compiling ghash-ssse3-x86_64-linux.S
[663/978] Compiling ghash-ssse3-x86_64-apple.S
[664/978] Compiling ghash-neon-armv8-win.S
[665/978] Compiling ghash-ssse3-x86-apple.S
[666/978] Compiling ghash-ssse3-x86-linux.S
[667/978] Compiling ghash-neon-armv8-linux.S
[668/978] Compiling ghash-neon-armv8-apple.S
[669/978] Compiling ghash-armv4-linux.S
[670/978] Compiling co-586-linux.S
[671/978] Compiling co-586-apple.S
[672/978] Compiling bn-armv8-win.S
[673/978] Compiling bsaes-armv7-linux.S
[674/978] Compiling bn-armv8-linux.S
[675/978] Compiling bn-586-linux.S
[676/978] Compiling bn-armv8-apple.S
[677/978] Compiling bn-586-apple.S
[678/978] Compiling armv8-mont-win.S
[679/978] Compiling armv8-mont-linux.S
[680/978] Compiling armv4-mont-linux.S
[681/978] Compiling armv8-mont-apple.S
[682/978] Compiling aesv8-gcm-armv8-win.S
[683/978] Compiling aesv8-gcm-armv8-linux.S
[684/978] Compiling aesv8-gcm-armv8-apple.S
[685/978] Compiling aesv8-armv8-apple.S
[686/978] Compiling aesv8-armv8-win.S
[687/978] Compiling aesv8-armv8-linux.S
[688/978] Compiling aesv8-armv7-linux.S
[689/978] Compiling aesni-x86_64-linux.S
[690/978] Compiling aesni-x86_64-apple.S
[691/978] Compiling aes-gcm-avx10-x86_64-apple.S
[692/978] Compiling aesni-x86-linux.S
[693/978] Compiling x_val.cc
[694/978] Compiling x_sig.cc
[695/978] Compiling x_x509a.cc
[696/978] Compiling x_spki.cc
[697/978] Compiling x_x509.cc
[698/978] Compiling x_req.cc
[699/978] Compiling x_crl.cc
[700/978] Compiling x_pubkey.cc
[701/978] Compiling x_name.cc
[702/978] Compiling x_exten.cc
[703/978] Compiling x_attrib.cc
[704/978] Compiling x509spki.cc
[705/978] Compiling x_algor.cc
[706/978] Compiling x_all.cc
[707/978] Compiling x509rset.cc
[708/978] Compiling c-nioatomics.c
[709/978] Compiling c-atomics.c
[710/978] Compiling x509name.cc
[711/978] Compiling x509cset.cc
[712/978] Compiling x509_vpm.cc
[713/978] Compiling x509_v3.cc
[714/978] Compiling x509_txt.cc
[715/978] Compiling x509_vfy.cc
[717/984] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[718/984] Compiling NIOConcurrencyHelpers lock.swift
[718/984] Compiling x509_trs.cc
[719/984] Compiling x509_set.cc
[720/984] Compiling x509_req.cc
[721/984] Compiling x509_obj.cc
[723/984] Emitting module NIOConcurrencyHelpers
[724/984] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[724/984] Compiling x509_lu.cc
[726/984] Compiling NIOConcurrencyHelpers atomics.swift
[727/984] Compiling NIOConcurrencyHelpers NIOLock.swift
[727/985] Compiling x509_ext.cc
[729/985] Compiling x509_def.cc
[730/985] Compiling x509_d2.cc
[731/985] Compiling x509.cc
[732/985] Compiling x509_att.cc
[733/985] Compiling x509_cmp.cc
[734/985] Compiling v3_utl.cc
[735/985] Compiling v3_skey.cc
[736/985] Compiling v3_purp.cc
[737/985] Compiling v3_prn.cc
[738/985] Compiling v3_ocsp.cc
[739/985] Compiling v3_pcons.cc
[740/985] Compiling v3_pmaps.cc
[741/985] Compiling v3_ncons.cc
[742/985] Compiling v3_lib.cc
[743/985] Compiling v3_int.cc
[744/985] Compiling v3_info.cc
[745/985] Compiling v3_ia5.cc
[746/985] Compiling v3_genn.cc
[747/985] Compiling v3_extku.cc
[748/985] Compiling v3_enum.cc
[749/985] Compiling v3_crld.cc
[750/985] Compiling v3_cpols.cc
[751/985] Compiling v3_conf.cc
[752/985] Compiling v3_bitst.cc
[753/985] Compiling v3_bcons.cc
[754/985] Compiling v3_akey.cc
[755/985] Compiling v3_alt.cc
[756/985] Compiling v3_akeya.cc
[775/985] Compiling t_crl.cc
[776/985] Compiling t_x509a.cc
[777/985] Compiling t_x509.cc
[778/985] Compiling t_req.cc
[779/985] Compiling i2d_pr.cc
[780/985] Compiling rsa_pss.cc
[781/985] Compiling policy.cc
[782/985] Compiling name_print.cc
[783/985] Compiling by_file.cc
[784/985] Compiling by_dir.cc
[785/985] Compiling a_verify.cc
[786/985] Compiling algorithm.cc
[787/985] Compiling asn1_gen.cc
[788/985] Compiling a_digest.cc
[789/985] Compiling voprf.cc
[790/985] Compiling a_sign.cc
[791/985] Compiling thread_win.cc
[792/985] Compiling trust_token.cc
[793/985] Compiling thread_pthread.cc
[794/985] Compiling thread.cc
[795/985] Compiling thread_none.cc
[796/985] Compiling stack.cc
[797/985] Compiling pmbtoken.cc
[798/985] Compiling wots.cc
[799/985] Compiling thash.cc
[800/985] Compiling sha256.cc
[801/985] Compiling slhdsa.cc
[802/985] Compiling sha1.cc
[803/985] Compiling merkle.cc
[804/985] Compiling sha512.cc
[805/985] Compiling fors.cc
[806/985] Compiling siphash.cc
[807/985] Compiling windows.cc
[808/985] Compiling rsa_print.cc
[809/985] Compiling rc4.cc
[810/985] Compiling rsa_extra.cc
[811/985] Compiling refcount.cc
[812/985] Compiling rsa_asn1.cc
[813/985] Compiling rsa_crypt.cc
[814/985] Compiling urandom.cc
[815/985] Compiling trusty.cc
[816/985] Compiling rand_extra.cc
[817/985] Compiling passive.cc
[818/985] Compiling ios.cc
[819/985] Compiling getentropy.cc
[820/985] Compiling poly1305_arm_asm.S
[821/985] Compiling forkunsafe.cc
[822/985] Compiling deterministic.cc
[823/985] Compiling fork_detect.cc
[824/985] Compiling pool.cc
[825/985] Compiling poly1305_vec.cc
[826/985] Compiling poly1305_arm.cc
[827/985] Compiling poly1305.cc
[828/985] Compiling pkcs8.cc
[829/985] Compiling pkcs7.cc
[830/985] Compiling pkcs8_x509.cc
[831/985] Compiling pem_pkey.cc
[832/985] Compiling p5_pbev2.cc
[833/985] Compiling pkcs7_x509.cc
[834/985] Compiling pem_xaux.cc
[835/985] Compiling pem_x509.cc
[836/985] Compiling pem_lib.cc
[837/985] Compiling obj_xref.cc
[838/985] Compiling pem_pk8.cc
[839/985] Compiling pem_info.cc
[840/985] Compiling pem_all.cc
[841/985] Compiling pem_oth.cc
[842/985] Compiling obj.cc
[843/985] Compiling mldsa.cc
[844/985] Compiling mlkem.cc
[845/985] Compiling poly_rq_mul.S
[846/985] Compiling md5.cc
[847/985] Compiling fips_shared_support.cc
[848/985] Compiling md4.cc
[849/985] Compiling mem.cc
[850/985] Compiling lhash.cc
[851/985] Compiling kyber.cc
[852/985] Compiling ex_data.cc
[853/985] Compiling hpke.cc
[854/985] Compiling sign.cc
[855/985] Compiling hrss.cc
[856/985] Compiling scrypt.cc
[857/985] Compiling pbkdf.cc
[858/985] Compiling print.cc
[858/985] Compiling p_x25519.cc
[860/985] Compiling p_x25519_asn1.cc
[861/985] Compiling p_ed25519.cc
[862/985] Compiling p_rsa.cc
[863/985] Compiling p_rsa_asn1.cc
[864/985] Compiling p_hkdf.cc
[865/985] Compiling p_ed25519_asn1.cc
[866/985] Compiling p_ec_asn1.cc
[867/985] Compiling p_dh_asn1.cc
[868/985] Compiling p_ec.cc
[869/985] Compiling p_dsa_asn1.cc
[870/985] Compiling p_dh.cc
[871/985] Compiling evp_ctx.cc
[872/985] Compiling engine.cc
[873/985] Compiling evp.cc
[874/985] Compiling err.cc
[875/985] Compiling evp_asn1.cc
[876/985] Compiling ecdsa_asn1.cc
[877/985] Compiling ecdh_extra.cc
[878/985] Compiling ec_derive.cc
[879/985] Compiling hash_to_curve.cc
[880/985] Compiling dsa_asn1.cc
[881/985] Compiling ec_asn1.cc
[882/985] Compiling digest_extra.cc
[883/985] Compiling dsa.cc
[884/985] Compiling params.cc
[885/985] Compiling spake25519.cc
[886/985] Compiling dh_asn1.cc
[887/985] Compiling x25519-asm-arm.S
[888/985] Compiling des.cc
[889/985] Compiling cpu_intel.cc
[890/985] Compiling cpu_arm_linux.cc
[891/985] Compiling bcm.cc
[892/985] Compiling cpu_arm_freebsd.cc
[893/985] Compiling cpu_aarch64_sysreg.cc
[894/985] Compiling crypto.cc
[895/985] Compiling curve25519.cc
[896/985] Compiling cpu_aarch64_win.cc
[897/985] Compiling cpu_aarch64_openbsd.cc
[898/985] Compiling cpu_aarch64_fuchsia.cc
[899/985] Compiling cpu_aarch64_linux.cc
[900/985] Compiling cpu_aarch64_apple.cc
[901/985] Compiling conf.cc
[902/985] Compiling curve25519_64_adx.cc
[903/985] Compiling e_tls.cc
[904/985] Compiling tls_cbc.cc
[905/985] Compiling e_rc4.cc
[906/985] Compiling e_rc2.cc
[907/985] Compiling e_null.cc
[908/985] Compiling e_des.cc
[909/985] Compiling e_chacha20poly1305.cc
[910/985] Compiling e_aesgcmsiv.cc
[911/985] Compiling derive_key.cc
[912/985] Compiling e_aesctrhmac.cc
[913/985] Compiling unicode.cc
[914/985] Compiling cipher_extra.cc
[915/985] Compiling chacha.cc
[916/985] Compiling ber.cc
[917/985] Compiling cbs.cc
[918/985] Compiling cbb.cc
[919/985] Compiling asn1_compat.cc
[920/985] Compiling buf.cc
[921/985] Compiling bn_asn1.cc
[922/985] Compiling blake2.cc
[923/985] Compiling convert.cc
[924/985] Compiling printf.cc
[925/985] Compiling fd.cc
[926/985] Compiling errno.cc
[927/985] Compiling file.cc
[928/985] Compiling pair.cc
[929/985] Compiling hexdump.cc
[930/985] Compiling bio_mem.cc
[931/985] Compiling base64.cc
[932/985] Compiling bio.cc
[933/985] Compiling tasn_utl.cc
[934/985] Compiling tasn_typ.cc
[935/985] Compiling tasn_new.cc
[936/985] Compiling tasn_fre.cc
[937/985] Compiling tasn_enc.cc
[938/985] Compiling posix_time.cc
[939/985] Compiling f_string.cc
[940/985] Compiling f_int.cc
[941/985] Compiling asn_pack.cc
[942/985] Compiling tasn_dec.cc
[943/985] Compiling asn1_par.cc
[944/985] Compiling a_utctm.cc
[945/985] Compiling asn1_lib.cc
[946/985] Compiling a_type.cc
[947/985] Compiling a_time.cc
[948/985] Compiling a_octet.cc
[949/985] Compiling a_strex.cc
[950/985] Compiling a_strnid.cc
[951/985] Compiling a_mbstr.cc
[952/985] Compiling a_object.cc
[953/985] Compiling a_i2d_fp.cc
[954/985] Write sources
[955/985] Compiling a_dup.cc
[955/985] Write sources
[957/985] Compiling a_int.cc
[958/985] Compiling a_gentm.cc
[959/985] Compiling a_d2i_fp.cc
[960/1004] Compiling a_bitstr.cc
[961/1004] Compiling a_bool.cc
[963/1049] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[964/1049] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[965/1049] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[966/1051] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[967/1051] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[968/1051] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[969/1051] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[970/1053] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[971/1053] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[972/1059] Compiling Atomics IntegerOperations.swift
[973/1059] Compiling Atomics Unmanaged extensions.swift
[974/1059] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[975/1059] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[976/1059] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[977/1059] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[978/1059] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[979/1059] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[980/1059] Emitting module AsyncAlgorithms
[981/1065] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[982/1065] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[983/1065] Compiling AsyncAlgorithms MergeStateMachine.swift
[984/1065] Compiling AsyncAlgorithms MergeStorage.swift
[985/1065] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[986/1065] Compiling AsyncAlgorithms Rethrow.swift
[987/1065] Compiling CryptoBoringWrapper RandomBytes.swift
[988/1065] Emitting module CryptoBoringWrapper
[995/1065] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[996/1065] Compiling CryptoBoringWrapper EllipticCurve.swift
[997/1065] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[998/1065] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1005/1065] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1006/1065] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1007/1065] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1013/1065] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1014/1065] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1016/1066] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1017/1066] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1018/1066] Compiling AsyncAlgorithms DebounceStorage.swift
[1019/1066] Compiling AsyncAlgorithms Dictionary.swift
[1020/1066] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1021/1066] Compiling AsyncAlgorithms Locking.swift
[1022/1066] Emitting module Atomics
[1023/1137] Compiling Crypto ASN1.swift
[1024/1137] Compiling Crypto ASN1Any.swift
[1025/1137] Compiling Crypto ASN1BitString.swift
[1026/1138] Compiling Crypto PKCS8PrivateKey.swift
[1027/1138] Compiling Crypto SEC1PrivateKey.swift
[1028/1138] Compiling Crypto SubjectPublicKeyInfo.swift
[1029/1138] Compiling Crypto CryptoKitErrors.swift
[1030/1138] Compiling Crypto Digest_boring.swift
[1031/1138] Compiling Crypto Digest.swift
[1032/1138] Compiling Crypto Digests.swift
[1033/1138] Compiling Crypto HashFunctions.swift
[1034/1138] Compiling Crypto HashFunctions_SHA2.swift
[1035/1138] Compiling Crypto HPKE-AEAD.swift
[1036/1138] Compiling Crypto HPKE-Ciphersuite.swift
[1037/1138] Compiling Crypto HPKE-KDF.swift
[1039/1138] Compiling Crypto Insecure.swift
[1040/1138] Compiling Crypto Insecure_HashFunctions.swift
[1041/1138] Compiling Crypto KEM.swift
[1042/1138] Compiling Crypto ECDH_boring.swift
[1043/1138] Compiling Crypto DH.swift
[1044/1138] Compiling Crypto ECDH.swift
[1046/1220] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1047/1221] Emitting module ServiceLifecycle
[1048/1221] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1049/1221] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1050/1221] Compiling NIOCore ByteBuffer-aux.swift
[1051/1221] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1052/1222] Compiling ServiceLifecycle CancellationWaiter.swift
[1053/1222] Compiling ServiceLifecycle GracefulShutdown.swift
[1054/1222] Compiling ServiceLifecycle ServiceRunnerError.swift
[1055/1222] Compiling NIOCore MarkedCircularBuffer.swift
[1056/1222] Compiling NIOCore MulticastChannel.swift
[1057/1222] Compiling NIOCore NIOAny.swift
[1058/1222] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1059/1222] Compiling NIOCore NIOLoopBound.swift
[1060/1222] Compiling NIOCore NIOScheduledCallback.swift
[1061/1222] Compiling NIOCore NIOSendable.swift
[1062/1222] Compiling NIOCore RecvByteBufferAllocator.swift
[1063/1222] Compiling Crypto NISTCurvesKeys.swift
[1064/1222] Compiling Crypto X25519Keys.swift
[1065/1231] Compiling Crypto SymmetricKeys.swift
[1066/1231] Compiling Crypto HMAC.swift
[1067/1231] Compiling Crypto MACFunctions.swift
[1068/1231] Compiling Crypto MessageAuthenticationCode.swift
[1069/1231] Compiling Crypto AES.swift
[1070/1231] Compiling Crypto ECDSASignature_boring.swift
[1071/1231] Compiling Crypto ECDSA_boring.swift
[1072/1231] Compiling Crypto EdDSA_boring.swift
[1073/1231] Compiling Crypto ECDSA.swift
[1074/1231] Compiling Crypto Ed25519.swift
[1075/1231] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1076/1231] Emitting module Crypto
[1077/1231] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1078/1231] Compiling NIOCore BSDSocketAPI.swift
[1081/1231] Compiling NIOCore ByteBuffer-conversions.swift
[1082/1231] Compiling NIOCore ByteBuffer-core.swift
[1083/1231] Compiling NIOCore ByteBuffer-hex.swift
[1084/1231] Compiling NIOCore ByteBuffer-int.swift
[1085/1231] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1086/1231] Compiling NIOCore AddressedEnvelope.swift
[1097/1239] Compiling NIOCore ChannelHandler.swift
[1098/1239] Compiling NIOCore ChannelHandlers.swift
[1099/1239] Compiling NIOCore ChannelInvoker.swift
[1100/1239] Compiling NIOCore ChannelOption.swift
[1101/1239] Compiling NIOCore EventLoop.swift
[1102/1239] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1103/1239] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1104/1239] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1105/1239] Compiling NIOCore EventLoopFuture.swift
[1106/1239] Compiling NIOCore FileDescriptor.swift
[1107/1239] Compiling NIOCore Codec.swift
[1108/1239] Compiling NIOCore ConvenienceOptionSupport.swift
[1109/1239] Compiling NIOCore DeadChannel.swift
[1110/1239] Compiling NIOCore DispatchQueue+WithFuture.swift
[1111/1239] Compiling NIOCore EventLoop+Deprecated.swift
[1112/1239] Compiling NIOCore EventLoop+SerialExecutor.swift
[1113/1239] Compiling NIOCore ByteBuffer-multi-int.swift
[1114/1239] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1115/1239] Compiling NIOCore ByteBuffer-views.swift
[1116/1239] Compiling NIOCore Channel.swift
[1117/1239] Emitting module _ConnectionPoolModule
[1120/1239] Compiling NIOCore FileHandle.swift
[1121/1239] Compiling NIOCore FileRegion.swift
[1122/1239] Compiling NIOCore GlobalSingletons.swift
[1123/1239] Compiling NIOCore IO.swift
[1124/1239] Compiling NIOCore IOData.swift
[1125/1239] Compiling NIOCore IPProtocol.swift
[1126/1239] Compiling NIOCore IntegerBitPacking.swift
[1127/1239] Compiling NIOCore IntegerTypes.swift
[1128/1239] Compiling NIOCore Interfaces.swift
[1129/1239] Compiling NIOCore Linux.swift
[1130/1239] Compiling ServiceLifecycle Service.swift
[1131/1239] Compiling ServiceLifecycle ServiceGroup.swift
[1136/1240] Compiling NIOCore AsyncAwaitSupport.swift
[1137/1240] Compiling NIOCore AsyncChannel.swift
[1139/1240] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1142/1241] Compiling NIOCore AsyncChannelHandler.swift
[1143/1241] Compiling NIOCore AsyncChannelInboundStream.swift
[1144/1241] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1145/1241] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1146/1241] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1147/1241] Compiling NIOCore NIOAsyncWriter.swift
[1148/1241] Compiling NIOCore ChannelPipeline.swift
[1149/1241] Compiling NIOCore CircularBuffer.swift
[1159/1241] Compiling Crypto Signature.swift
[1160/1241] Compiling Crypto CryptoKitErrors_boring.swift
[1161/1241] Compiling Crypto RNG_boring.swift
[1162/1241] Compiling Crypto SafeCompare_boring.swift
[1163/1241] Compiling Crypto Zeroization_boring.swift
[1164/1241] Compiling Crypto PrettyBytes.swift
[1165/1241] Compiling Crypto SafeCompare.swift
[1166/1241] Compiling Crypto SecureBytes.swift
[1167/1241] Compiling Crypto Zeroization.swift
[1169/1242] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1170/1242] Compiling NIOCore SocketAddresses.swift
[1171/1242] Compiling NIOCore SocketOptionProvider.swift
[1172/1242] Compiling NIOCore SystemCallHelpers.swift
[1173/1242] Compiling NIOCore TimeAmount+Duration.swift
[1174/1242] Compiling NIOCore TypeAssistedChannelHandler.swift
[1175/1242] Compiling NIOCore UniversalBootstrapSupport.swift
[1176/1242] Compiling NIOCore Utilities.swift
[1219/1242] Emitting module NIOCore
[1230/1295] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1231/1295] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1232/1295] Compiling NIOPosix PosixSingletons.swift
[1233/1295] Compiling NIOPosix RawSocketBootstrap.swift
[1234/1295] Compiling NIOPosix Resolver.swift
[1235/1295] Compiling NIOPosix Selectable.swift
[1237/1301] Compiling NIOEmbedded AsyncTestingChannel.swift
[1238/1301] Emitting module NIOEmbedded
[1239/1301] Compiling NIOEmbedded Embedded.swift
[1240/1301] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1241/1302] Wrapping AST for SwiftSyntax for debugging
[1243/1360] Compiling NIOPosix ThreadPosix.swift
[1244/1360] Compiling NIOPosix ThreadWindows.swift
[1245/1360] Compiling NIOPosix UnsafeTransfer.swift
[1246/1360] Compiling NIOPosix Utilities.swift
[1247/1360] Compiling NIOPosix VsockAddress.swift
[1248/1360] Compiling NIOPosix VsockChannelEvents.swift
[1249/1360] Compiling SwiftDiagnostics Message.swift
[1250/1361] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1251/1361] Compiling SwiftParser CharacterInfo.swift
[1252/1361] Compiling SwiftParser CollectionNodes+Parsable.swift
[1253/1361] Compiling SwiftDiagnostics FixIt.swift
[1254/1361] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1255/1361] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1256/1361] Compiling SwiftDiagnostics Note.swift
[1257/1361] Compiling SwiftParser Attributes.swift
[1258/1361] Compiling SwiftParser Availability.swift
[1259/1361] Emitting module SwiftDiagnostics
[1260/1361] Emitting module NIOPosix
[1261/1361] Compiling SwiftBasicFormat InferIndentation.swift
[1262/1361] Compiling SwiftBasicFormat Indenter.swift
[1263/1361] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1264/1361] Compiling NIOPosix SelectableChannel.swift
[1265/1361] Compiling NIOPosix SelectableEventLoop.swift
[1266/1361] Compiling NIOPosix SelectorEpoll.swift
[1267/1361] Compiling NIOPosix SelectorGeneric.swift
[1268/1361] Compiling NIOPosix SelectorKqueue.swift
[1269/1361] Compiling NIOPosix SelectorUring.swift
[1270/1361] Compiling SwiftParser StringLiterals.swift
[1271/1361] Compiling SwiftParser TokenSpec.swift
[1272/1361] Compiling SwiftParser TokenSpecSet.swift
[1273/1361] Compiling SwiftParser TopLevel.swift
[1274/1361] Compiling SwiftParser TriviaParser.swift
[1275/1361] Compiling SwiftParser Types.swift
[1276/1361] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1277/1361] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1278/1362] Wrapping AST for SwiftDiagnostics for debugging
[1280/1362] Compiling SwiftParser SwiftParserCompatibility.swift
[1281/1362] Compiling SwiftParser SwiftVersion.swift
[1282/1362] Compiling SwiftParser SyntaxUtils.swift
[1283/1362] Compiling SwiftParser TokenConsumer.swift
[1284/1362] Compiling SwiftParser TokenPrecedence.swift
[1285/1367] Compiling SwiftBasicFormat BasicFormat.swift
[1286/1367] Emitting module SwiftBasicFormat
[1287/1368] Wrapping AST for SwiftBasicFormat for debugging
[1289/1368] Emitting module SwiftParser
[1290/1368] Compiling SwiftParser Expressions.swift
[1291/1368] Compiling SwiftParser IncrementalParseTransition.swift
[1292/1368] Compiling SwiftParser IsValidIdentifier.swift
[1293/1368] Compiling SwiftParser Cursor.swift
[1294/1368] Compiling SwiftParser Lexeme.swift
[1295/1368] Compiling SwiftParser LexemeSequence.swift
[1296/1368] Compiling SwiftParser Lexer.swift
[1301/1368] Compiling SwiftParser Declarations.swift
[1302/1368] Compiling SwiftParser Directives.swift
[1303/1368] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1306/1368] Compiling SwiftParser Patterns.swift
[1307/1368] Compiling SwiftParser Recovery.swift
[1308/1368] Compiling SwiftParser Specifiers.swift
[1309/1368] Compiling SwiftParser Statements.swift
[1310/1368] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1311/1368] Compiling SwiftParser RegexLiteralLexer.swift
[1312/1368] Compiling SwiftParser UnicodeScalarExtensions.swift
[1313/1368] Compiling SwiftParser Lookahead.swift
[1314/1368] Compiling SwiftParser LoopProgressCondition.swift
[1315/1368] Compiling SwiftParser Modifiers.swift
[1316/1368] Compiling SwiftParser Names.swift
[1317/1368] Compiling SwiftParser Nominals.swift
[1339/1369] Compiling SwiftParser Parameters.swift
[1340/1369] Compiling SwiftParser ParseSourceFile.swift
[1341/1369] Compiling SwiftParser Parser.swift
[1342/1371] Compiling NIO Exports.swift
[1343/1371] Emitting module NIO
[1345/1383] Emitting module NIOTLS
[1346/1383] Compiling NIOTLS TLSEvents.swift
[1359/1383] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1360/1383] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1361/1383] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1362/1383] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1363/1383] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1364/1383] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1365/1383] Compiling NIOTLS SNIHandler.swift
[1367/1384] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1368/1384] Emitting module NIOFoundationCompat
[1370/1414] Compiling SwiftParser ExperimentalFeatures.swift
[1371/1414] Compiling SwiftParser IsLexerClassified.swift
[1372/1414] Compiling SwiftParser LayoutNodes+Parsable.swift
[1373/1414] Compiling SwiftParser Parser+TokenSpecSet.swift
[1374/1414] Compiling SwiftParser TokenSpecStaticMembers.swift
[1376/1437] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1377/1437] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1378/1437] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1379/1437] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1380/1437] Compiling NIOTransportServices NIOTSErrors.swift
[1381/1437] Compiling NIOTransportServices NIOTSEventLoop.swift
[1382/1437] Compiling NIOTransportServices StateManagedChannel.swift
[1383/1437] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1384/1437] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1385/1437] Emitting module NIOTransportServices
[1386/1439] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1387/1439] Compiling NIOTransportServices NIOTSSingletons.swift
[1388/1439] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1389/1439] Compiling NIOTransportServices NIOTSBootstraps.swift
[1390/1439] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1391/1439] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1392/1439] Compiling NIOTransportServices AcceptHandler.swift
[1393/1439] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1394/1439] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1395/1439] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1396/1439] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1397/1439] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1397/1439] Wrapping AST for SwiftParser for debugging
[1399/1439] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1400/1439] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1402/1463] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1403/1464] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1404/1464] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1405/1465] Compiling SwiftOperators PrecedenceGroup.swift
[1406/1465] Compiling SwiftOperators OperatorTable.swift
[1407/1465] Compiling SwiftOperators PrecedenceGraph.swift
[1408/1465] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1409/1465] Compiling SwiftOperators SyntaxSynthesis.swift
[1410/1465] Emitting module SwiftOperators
[1411/1465] Compiling SwiftOperators OperatorTable+Semantics.swift
[1412/1465] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1413/1465] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1414/1465] Compiling SwiftOperators OperatorTable+Folding.swift
[1416/1466] Emitting module NIOSSL
[1416/1469] Wrapping AST for SwiftOperators for debugging
[1426/1469] Emitting module SwiftParserDiagnostics
[1432/1469] Compiling NIOSSL SubjectAlternativeName.swift
[1433/1469] Compiling NIOSSL NIOSSLSecureBytes.swift
[1434/1469] Compiling NIOSSL RNG.swift
[1435/1469] Compiling NIOSSL SafeCompare.swift
[1436/1469] Compiling NIOSSL Zeroization.swift
[1437/1469] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1438/1469] Compiling SwiftParserDiagnostics Utils.swift
[1439/1469] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1442/1469] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1443/1469] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1454/1469] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1455/1469] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1456/1469] Compiling NIOSSL TLSConfiguration.swift
[1457/1469] Compiling NIOSSL UniversalBootstrapSupport.swift
[1458/1469] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1460/1573] Compiling PostgresNIO PostgresData+Date.swift
[1461/1573] Compiling PostgresNIO PostgresData+Decimal.swift
[1462/1574] Wrapping AST for SwiftParserDiagnostics for debugging
[1464/1589] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1465/1589] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1466/1590] Compiling SwiftSyntaxBuilder Indenter.swift
[1467/1590] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1468/1590] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1469/1590] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1470/1590] Emitting module SwiftSyntaxBuilder
[1471/1590] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1472/1590] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1473/1590] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1474/1590] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1475/1590] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1476/1590] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1477/1590] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1478/1590] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1479/1590] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1480/1590] Emitting module PostgresNIO
[1481/1605] Wrapping AST for SwiftSyntaxBuilder for debugging
[1483/1605] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[1484/1605] Compiling PostgresNIO PostgresData+Set.swift
[1485/1605] Compiling PostgresNIO PostgresData+String.swift
[1486/1605] Compiling PostgresNIO PostgresData+UUID.swift
[1487/1605] Compiling PostgresNIO PostgresData.swift
[1488/1605] Compiling PostgresNIO PostgresDataConvertible.swift
[1489/1605] Compiling PostgresNIO PostgresDataType.swift
[1490/1605] Compiling PostgresNIO PostgresRow.swift
[1491/1605] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[1492/1605] Compiling PostgresNIO PostgresData+UInt.swift
[1493/1605] Compiling PostgresNIO PostgresMessage+Authentication.swift
[1494/1605] Compiling PostgresNIO PostgresMessage+Bind.swift
[1495/1605] Compiling PostgresNIO PostgresMessage+Close.swift
[1496/1605] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[1497/1605] Compiling PostgresNIO PostgresMessage+Describe.swift
[1498/1605] Compiling PostgresNIO BackendKeyData.swift
[1499/1605] Compiling PostgresNIO DataRow.swift
[1500/1605] Compiling PostgresNIO ErrorResponse.swift
[1501/1605] Compiling PostgresNIO NotificationResponse.swift
[1502/1605] Compiling PostgresNIO ParameterDescription.swift
[1503/1605] Compiling PostgresNIO ParameterStatus.swift
[1504/1605] Compiling PostgresNIO ReadyForQuery.swift
[1505/1605] Compiling PostgresNIO RowDescription.swift
[1506/1605] Compiling PostgresNIO NotificationListener.swift
[1507/1605] Compiling PostgresNIO PSQLError.swift
[1508/1605] Compiling PostgresNIO PSQLEventsHandler.swift
[1509/1605] Compiling PostgresNIO PSQLPreparedStatement.swift
[1510/1605] Compiling PostgresNIO PSQLRowStream.swift
[1511/1605] Compiling PostgresNIO PSQLTask.swift
[1512/1622] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1513/1622] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1514/1622] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1515/1622] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1516/1622] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1517/1622] Compiling SwiftSyntaxMacros BodyMacro.swift
[1518/1622] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1519/1622] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1520/1622] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1521/1622] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1522/1622] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1523/1622] Compiling SwiftSyntaxMacros Macro+Format.swift
[1524/1622] Compiling SwiftSyntaxMacros Macro.swift
[1525/1622] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1526/1622] Compiling SwiftSyntaxMacros MemberMacro.swift
[1539/1624] Compiling SwiftSyntaxMacros PeerMacro.swift
[1540/1624] Emitting module SwiftSyntaxMacros
[1544/1624] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1545/1624] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1546/1625] Wrapping AST for SwiftSyntaxMacros for debugging
[1548/1634] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1549/1635] Emitting module SwiftSyntaxMacroExpansion
[1550/1635] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1551/1635] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1552/1635] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1553/1635] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1554/1635] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1555/1635] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1556/1635] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1557/1635] Compiling PostgresNIO Bool+PostgresCodable.swift
[1558/1635] Compiling PostgresNIO Bytes+PostgresCodable.swift
[1559/1635] Compiling PostgresNIO Date+PostgresCodable.swift
[1560/1635] Compiling PostgresNIO Decimal+PostgresCodable.swift
[1561/1635] Compiling PostgresNIO Float+PostgresCodable.swift
[1562/1635] Compiling PostgresNIO Int+PostgresCodable.swift
[1563/1635] Compiling PostgresNIO JSON+PostgresCodable.swift
[1564/1635] Compiling PostgresNIO Range+PostgresCodable.swift
[1565/1635] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[1566/1635] Compiling PostgresNIO String+PostgresCodable.swift
[1567/1635] Compiling PostgresNIO UUID+PostgresCodable.swift
[1568/1635] Compiling PostgresNIO ByteBuffer+PSQL.swift
[1569/1635] Compiling PostgresNIO Logging+PSQL.swift
[1570/1635] Compiling PostgresNIO Authentication.swift
[1571/1635] Compiling PostgresNIO PostgresBackendMessage.swift
[1572/1635] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[1573/1635] Compiling PostgresNIO PostgresCell.swift
[1574/1635] Compiling PostgresNIO PostgresChannelHandler.swift
[1575/1635] Compiling PostgresNIO PostgresCodable.swift
[1576/1635] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[1577/1635] Compiling PostgresNIO PostgresNotificationSequence.swift
[1578/1635] Compiling PostgresNIO PostgresQuery.swift
[1579/1635] Compiling PostgresNIO PostgresRowSequence.swift
[1580/1635] Compiling PostgresNIO PostgresTransactionError.swift
[1581/1635] Compiling PostgresNIO PreparedStatement.swift
[1582/1635] Compiling PostgresNIO VariadicGenerics.swift
[1583/1635] Compiling PostgresNIO ConnectionFactory.swift
[1584/1635] Compiling PostgresNIO PostgresClient.swift
[1585/1635] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[1586/1635] Compiling PostgresNIO PostgresMessage+DataRow.swift
[1587/1635] Compiling PostgresNIO PostgresMessage+Error.swift
[1588/1635] Compiling PostgresNIO PostgresMessage+Identifier.swift
[1589/1635] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[1590/1635] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[1591/1635] Compiling PostgresNIO PostgresMessageType.swift
[1592/1635] Compiling PostgresNIO AuthenticationStateMachine.swift
[1593/1635] Compiling PostgresNIO CloseStateMachine.swift
[1594/1635] Compiling PostgresNIO ConnectionStateMachine.swift
[1595/1635] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[1596/1635] Compiling PostgresNIO ListenStateMachine.swift
[1597/1635] Compiling PostgresNIO PreparedStatementStateMachine.swift
[1598/1635] Compiling PostgresNIO RowStreamStateMachine.swift
[1599/1635] Compiling PostgresNIO Array+PostgresCodable.swift
[1600/1635] Compiling PostgresNIO PostgresMessage+Execute.swift
[1601/1635] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[1602/1635] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[1603/1635] Compiling PostgresNIO PostgresMessage+Parse.swift
[1604/1635] Compiling PostgresNIO PostgresMessage+Password.swift
[1605/1635] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[1606/1635] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[1607/1635] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[1608/1635] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[1609/1635] Compiling PostgresNIO PostgresMessage+Startup.swift
[1610/1635] Compiling PostgresNIO PostgresMessage+Sync.swift
[1611/1635] Compiling PostgresNIO PostgresMessage+Terminate.swift
[1612/1635] Compiling PostgresNIO PostgresMessageDecoder.swift
[1613/1635] Compiling PostgresNIO PostgresMessageEncoder.swift
[1614/1635] Compiling PostgresNIO PostgresMessage+0.swift
[1615/1635] Compiling PostgresNIO PostgresClientMetrics.swift
[1616/1635] Compiling PostgresNIO Postgres+PSQLCompat.swift
[1617/1635] Compiling PostgresNIO PostgresDatabase+Query.swift
[1618/1635] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[1619/1635] Compiling PostgresNIO PostgresDatabase.swift
[1620/1635] Compiling PostgresNIO PostgresRequest.swift
[1621/1635] Compiling PostgresNIO Exports.swift
[1622/1635] Compiling PostgresNIO NIOUtils.swift
[1623/1635] Compiling PostgresNIO PostgresError+Code.swift
[1624/1635] Compiling PostgresNIO PostgresError.swift
[1625/1635] Compiling PostgresNIO PostgresJSONDecoder.swift
[1626/1635] Compiling PostgresNIO PostgresJSONEncoder.swift
[1627/1635] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[1628/1635] Compiling PostgresNIO SASLAuthenticationManager.swift
[1630/1636] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1631/1637] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1633/1649] Emitting module SwiftCompilerPluginMessageHandling
[1634/1649] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1635/1649] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1636/1650] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1637/1650] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1638/1650] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1639/1650] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1640/1650] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1641/1650] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1642/1650] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1643/1650] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1644/1650] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1645/1650] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1646/1651] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1648/1653] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1649/1653] Emitting module SwiftCompilerPlugin
[1650/1654] Wrapping AST for SwiftCompilerPlugin for debugging
[1652/1656] Emitting module PostgresNIOMacrosPlugin
[1653/1656] Compiling PostgresNIOMacrosPlugin StatementMacro.swift
[1654/1657] Wrapping AST for PostgresNIOMacrosPlugin for debugging
[1655/1657] Write Objects.LinkFileList
[1656/1657] Linking PostgresNIOMacrosPlugin-tool
[1658/1659] Emitting module PostgresNIOMacros
[1659/1659] Compiling PostgresNIOMacros Statement.swift
Build complete! (366.33s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0-latest",
"upper_bound" : "601.0.1-latest"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "postgres-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-nio.git"
}
],
"manifest_display_name" : "postgres-nio-macros",
"name" : "postgres-nio-macros",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PostgresNIOMacros",
"targets" : [
"PostgresNIOMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PostgresNIOMacrosPlugin",
"targets" : [
"PostgresNIOMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "PostgresNIOMacrosTests",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacrosTests",
"path" : "Tests/PostgresNIOMacrosTests",
"product_dependencies" : [
"PostgresNIO"
],
"sources" : [
"StatementTests.swift"
],
"target_dependencies" : [
"PostgresNIOMacros"
],
"type" : "test"
},
{
"c99name" : "PostgresNIOMacrosPluginTests",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacrosPluginTests",
"path" : "Tests/PostgresNIOMacrosPluginTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"StatementMacroTests.swift"
],
"target_dependencies" : [
"PostgresNIOMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "PostgresNIOMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacrosPlugin",
"path" : "Sources/PostgresNIOMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"PostgresNIOMacros",
"PostgresNIOMacrosPlugin"
],
"sources" : [
"StatementMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "PostgresNIOMacros",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacros",
"path" : "Sources/PostgresNIOMacros",
"product_dependencies" : [
"PostgresNIO"
],
"product_memberships" : [
"PostgresNIOMacros"
],
"sources" : [
"Statement.swift"
],
"target_dependencies" : [
"PostgresNIOMacrosPlugin"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.