Build Information
Failed to build postgres-nio-macros, reference main (e0b3f6
), with Swift 6.1 for Wasm on 1 Aug 2025 14:59:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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 e0b3f6b adjust swift syntax range to include 601.0.1 (#4)
Cloned https://github.com/lovetodream/postgres-nio-macros.git
Revision (git rev-parse @):
e0b3f6bd17ded12f051977a737281c73baaecdb0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lovetodream/postgres-nio-macros.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/lovetodream/postgres-nio-macros.git
https://github.com/lovetodream/postgres-nio-macros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0-latest",
"upper_bound" : "601.0.2-latest"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "postgres-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-nio.git"
}
],
"manifest_display_name" : "postgres-nio-macros",
"name" : "postgres-nio-macros",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PostgresNIOMacros",
"targets" : [
"PostgresNIOMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PostgresNIOMacrosPlugin",
"targets" : [
"PostgresNIOMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "PostgresNIOMacrosTests",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacrosTests",
"path" : "Tests/PostgresNIOMacrosTests",
"product_dependencies" : [
"PostgresNIO"
],
"sources" : [
"StatementTests.swift"
],
"target_dependencies" : [
"PostgresNIOMacros"
],
"type" : "test"
},
{
"c99name" : "PostgresNIOMacrosPluginTests",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacrosPluginTests",
"path" : "Tests/PostgresNIOMacrosPluginTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"StatementMacroTests.swift"
],
"target_dependencies" : [
"PostgresNIOMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "PostgresNIOMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacrosPlugin",
"path" : "Sources/PostgresNIOMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"PostgresNIOMacros",
"PostgresNIOMacrosPlugin"
],
"sources" : [
"StatementMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "PostgresNIOMacros",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacros",
"path" : "Sources/PostgresNIOMacros",
"product_dependencies" : [
"PostgresNIO"
],
"product_memberships" : [
"PostgresNIOMacros"
],
"sources" : [
"Statement.swift"
],
"target_dependencies" : [
"PostgresNIOMacrosPlugin"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/vapor/postgres-nio.git
[1/12554] Fetching postgres-nio
[629/83935] Fetching postgres-nio, swift-syntax
Fetched https://github.com/vapor/postgres-nio.git from cache (1.20s)
[12135/71381] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.80s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.2 (8.65s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2701] Fetching swift-nio-transport-services
[2567/5134] Fetching swift-nio-transport-services, swift-service-lifecycle
[3432/9014] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-log
[7231/11233] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-metrics
[10547/27163] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-metrics, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.93s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.93s)
Fetched https://github.com/apple/swift-log.git from cache (0.95s)
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.95s)
Fetching https://github.com/apple/swift-nio.git
[1116/15930] Fetching swift-crypto
[1594/32846] Fetching swift-crypto, swift-collections
[6142/109974] Fetching swift-crypto, swift-collections, swift-nio
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-crypto.git from cache (3.94s)
[67050/94044] Fetching swift-collections, swift-nio
[70136/109029] Fetching swift-collections, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.74s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-collections.git from cache (7.91s)
Fetched https://github.com/apple/swift-nio.git from cache (7.97s)
[1/1808] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.88s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (10.26s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.85.0 (0.79s)
Fetching https://github.com/apple/swift-system.git
[1/4823] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.1 (0.90s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.48s)
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.50s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4995] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.39s)
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.96s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.45s)
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.0 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.65s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (2.16s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.13.3 (2.40s)
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 (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.04s)
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/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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.85.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/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.0
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.2
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.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.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.13.3
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.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Building for debugging...
[0/1650] Write sources
[45/1650] Compiling _SwiftSyntaxCShims dummy.c
[46/1650] Compiling _AtomicsShims.c
[47/1650] Compiling CNIOWindows shim.c
[48/1650] Compiling CNIOWindows WSAStartup.c
[49/1650] Compiling x25519-asm-arm.S
[50/1650] Compiling CNIOWASI CNIOWASI.c
[51/1650] Compiling CNIOPosix event_loop_id.c
[52/1650] Compiling CNIOLinux liburing_shims.c
[53/1650] Compiling CNIODarwin shim.c
[54/1650] Compiling CNIOLinux shim.c
[55/1650] Compiling fiat_p256_adx_mul.S
[56/1650] Compiling fiat_curve25519_adx_square.S
[57/1650] Compiling fiat_curve25519_adx_mul.S
[58/1650] Compiling fiat_p256_adx_sqr.S
[59/1650] Write swift-version-24593BA9C3E375BF.txt
[60/1650] Compiling cpu_intel.cc
[61/1650] Compiling crypto.cc
[62/1650] Compiling CNIOBoringSSLShims shims.c
[63/1653] Compiling curve25519.cc
[64/1660] Compiling tls_record.cc
[65/1660] Compiling tls_method.cc
[66/1664] Compiling tls13_server.cc
[67/1664] Compiling tls13_enc.cc
[69/1686] Emitting module Logging
[70/1686] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/1686] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/1687] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/1687] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/1688] Compiling _NIOBase64 Base64.swift
[75/1688] Emitting module _NIOBase64
[78/1689] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/1689] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/1689] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/1690] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/1691] Compiling _NIODataStructures PriorityQueue.swift
[83/1691] Compiling _NIODataStructures _TinyArray.swift
[86/1709] Wrapping AST for SwiftSyntax601 for debugging
[87/1711] Wrapping AST for SwiftSyntax600 for debugging
[89/1711] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[90/1711] Compiling InternalCollectionsUtilities Debugging.swift
[91/1712] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/1712] Wrapping AST for SwiftSyntax510 for debugging
[93/1712] Compiling ConcurrencyHelpers LockedValueBox.swift
[94/1712] Compiling InternalCollectionsUtilities Descriptions.swift
[95/1712] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[95/1768] Wrapping AST for SwiftSyntax509 for debugging
[97/1776] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/1776] Compiling SwiftSyntax CommonAncestor.swift
[99/1776] Compiling SwiftSyntax Convenience.swift
[100/1778] Emitting module CoreMetrics
[101/1778] Compiling Logging Locks.swift
[102/1778] Emitting module ConcurrencyHelpers
[103/1778] Compiling ConcurrencyHelpers Lock.swift
[104/1778] Compiling Logging MetadataProvider.swift
[105/1778] Emitting module _NIODataStructures
[106/1778] Compiling _NIODataStructures Heap.swift
[107/1780] Compiling SwiftSyntax EditorPlaceholder.swift
[108/1780] Compiling SwiftSyntax Identifier.swift
[109/1780] Emitting module InternalCollectionsUtilities
[110/1780] Compiling Logging Logging.swift
[111/1780] Compiling Logging LogHandler.swift
[112/1781] Compiling SwiftSyntax RawSyntax.swift
[113/1781] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[114/1781] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[115/1781] Compiling SwiftSyntax Assert.swift
[116/1781] Compiling SwiftSyntax AbsolutePosition.swift
[117/1781] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[118/1781] Compiling SwiftSyntax BumpPtrAllocator.swift
[127/1782] Compiling SwiftSyntax CustomTraits.swift
[132/1785] Compiling SwiftSyntax MemoryLayout.swift
[133/1785] Compiling SwiftSyntax MissingNodeInitializers.swift
[134/1785] Compiling CoreMetrics Locks.swift
[135/1785] Compiling CoreMetrics Metrics.swift
[136/1786] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[137/1786] Compiling SwiftSyntax RawSyntaxTokenView.swift
[139/1786] Compiling SwiftASN1 DER.swift
[140/1786] Compiling SwiftASN1 Errors.swift
[141/1786] Emitting module UnixSignals
[142/1786] Compiling UnixSignals UnixSignal.swift
[143/1786] Compiling UnixSignals UnixSignalsSequence.swift
[145/1844] Emitting module SwiftASN1
[146/1845] Compiling tls13_client.cc
[148/1845] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[149/1845] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[150/1845] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[151/1845] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[152/1845] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[153/1845] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[154/1845] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[155/1845] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[156/1845] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[157/1845] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[158/1845] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[159/1845] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[160/1845] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[161/1845] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[162/1852] Emitting module Metrics
[162/1867] Compiling t1_enc.cc
[164/1867] Compiling DequeModule Deque+CustomReflectable.swift
[165/1867] Compiling DequeModule Deque+Descriptions.swift
[166/1869] Compiling OrderedCollections OrderedDictionary.swift
[167/1869] Compiling OrderedCollections OrderedSet+Codable.swift
[168/1869] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[169/1869] Compiling OrderedCollections OrderedSet+Descriptions.swift
[170/1869] Compiling OrderedCollections OrderedSet+Diffing.swift
[171/1869] Compiling OrderedCollections OrderedSet+Equatable.swift
[172/1869] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[173/1869] Compiling OrderedCollections OrderedSet+Hashable.swift
[174/1869] Compiling OrderedCollections OrderedSet+Initializers.swift
[175/1869] Compiling OrderedCollections OrderedSet+Insertions.swift
[176/1869] Compiling OrderedCollections OrderedSet+Invariants.swift
[177/1869] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[178/1869] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[179/1869] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[180/1869] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[181/1869] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[181/1869] Compiling tls13_both.cc
[183/1869] Compiling DequeModule Deque+Testing.swift
[184/1869] Compiling DequeModule Deque._Storage.swift
[185/1869] Compiling DequeModule Deque._UnsafeHandle.swift
[186/1869] Compiling DequeModule Deque.swift
[187/1869] Compiling DequeModule _DequeBuffer.swift
[188/1869] Compiling DequeModule _DequeBufferHeader.swift
[189/1869] Compiling DequeModule _DequeSlot.swift
[190/1869] Compiling DequeModule _UnsafeWrappedBuffer.swift
[193/1869] Compiling DequeModule Deque+Codable.swift
[194/1869] Compiling DequeModule Deque+Collection.swift
[195/1869] Compiling DequeModule Deque+Equatable.swift
[196/1869] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[197/1869] Compiling DequeModule Deque+Extras.swift
[198/1869] Compiling DequeModule Deque+Hashable.swift
[206/1869] Compiling ssl_x509.cc
[210/1869] Compiling Metrics Metrics.swift
[214/1870] Compiling OrderedCollections _HashTable+Bucket.swift
[215/1870] Compiling OrderedCollections _HashTable+BucketIterator.swift
[216/1870] Compiling OrderedCollections _HashTable+Constants.swift
[217/1870] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[218/1870] Compiling OrderedCollections _HashTable+Testing.swift
[219/1870] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[220/1870] Compiling OrderedCollections _HashTable.swift
[221/1870] Compiling OrderedCollections _Hashtable+Header.swift
[224/1870] Emitting module DequeModule
[225/1871] Compiling OrderedCollections OrderedSet+Sendable.swift
[226/1871] Compiling OrderedCollections OrderedSet+SubSequence.swift
[227/1871] Compiling OrderedCollections OrderedSet+Testing.swift
[228/1871] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[229/1871] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[230/1871] Compiling OrderedCollections OrderedSet.swift
[231/1871] Compiling OrderedCollections _UnsafeBitset.swift
[233/1871] Emitting module OrderedCollections
[233/1872] Compiling ssl_versions.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/1881] Compiling ssl_transcript.cc
[263/1881] Compiling ssl_stat.cc
[264/1881] Compiling ssl_session.cc
[265/1881] Compiling ssl_privkey.cc
[266/1881] Compiling ssl_file.cc
[267/1881] Compiling ssl_key_share.cc
[268/1881] Compiling ssl_cipher.cc
[269/1881] Compiling ssl_credential.cc
[270/1881] Compiling ssl_lib.cc
[271/1881] Compiling ssl_buffer.cc
[272/1881] Compiling ssl_cert.cc
[273/1881] Compiling ssl_asn1.cc
[274/1881] Compiling ssl_aead_ctx.cc
[275/1881] Compiling s3_pkt.cc
[276/1881] Compiling s3_lib.cc
[277/1881] Compiling s3_both.cc
[278/1881] Compiling handshake_client.cc
[279/1881] Compiling handshake_server.cc
[280/1881] Compiling handshake.cc
[281/1881] Compiling handoff.cc
[282/1881] Compiling dtls_record.cc
[283/1881] Compiling encrypted_client_hello.cc
[284/1881] Compiling extensions.cc
[285/1881] Compiling md5-x86_64-linux.S
[286/1881] Compiling md5-x86_64-apple.S
[287/1881] Compiling md5-586-linux.S
[288/1881] Compiling md5-586-apple.S
[289/1881] Compiling err_data.cc
[290/1881] Compiling dtls_method.cc
[291/1881] Compiling chacha20_poly1305_x86_64-apple.S
[292/1881] Compiling d1_srtp.cc
[293/1881] Compiling chacha20_poly1305_x86_64-linux.S
[294/1881] Compiling chacha20_poly1305_armv8-win.S
[295/1881] Compiling chacha20_poly1305_armv8-linux.S
[296/1881] Compiling chacha20_poly1305_armv8-apple.S
[297/1881] Compiling chacha-x86_64-linux.S
[298/1881] Compiling chacha-x86_64-apple.S
[299/1881] Compiling chacha-x86-linux.S
[300/1881] Compiling chacha-x86-apple.S
[301/1881] Compiling chacha-armv8-win.S
[302/1881] Compiling chacha-armv8-linux.S
[303/1881] Compiling chacha-armv8-apple.S
[304/1881] Compiling chacha-armv4-linux.S
[305/1881] Compiling aes128gcmsiv-x86_64-apple.S
[306/1881] Compiling aes128gcmsiv-x86_64-linux.S
[307/1881] Compiling bio_ssl.cc
[308/1881] Compiling x86_64-mont5-apple.S
[309/1881] Compiling x86_64-mont-linux.S
[310/1881] Compiling x86_64-mont5-linux.S
[311/1881] Compiling x86_64-mont-apple.S
[312/1881] Compiling x86-mont-linux.S
[313/1881] Compiling vpaes-x86_64-apple.S
[314/1881] Compiling x86-mont-apple.S
[315/1881] Compiling vpaes-x86_64-linux.S
[316/1881] Compiling vpaes-x86-linux.S
[317/1881] Compiling vpaes-x86-apple.S
[318/1881] Compiling vpaes-armv8-win.S
[319/1881] Compiling vpaes-armv8-linux.S
[320/1881] Compiling vpaes-armv8-apple.S
[321/1881] Compiling sha512-x86_64-apple.S
[322/1881] Compiling vpaes-armv7-linux.S
[323/1881] Compiling sha512-armv8-win.S
[324/1881] Compiling sha512-x86_64-linux.S
[325/1881] Compiling sha512-armv8-linux.S
[326/1881] Compiling sha512-armv8-apple.S
[327/1881] Compiling sha512-586-linux.S
[328/1881] Compiling sha512-armv4-linux.S
[329/1881] Compiling sha512-586-apple.S
[330/1881] Compiling sha256-x86_64-linux.S
[331/1881] Compiling sha256-x86_64-apple.S
[332/1881] Compiling sha256-armv8-win.S
[333/1881] Compiling sha256-armv8-linux.S
[334/1881] Compiling sha256-armv4-linux.S
[335/1881] Compiling sha256-armv8-apple.S
[336/1881] Compiling sha256-586-linux.S
[337/1881] Compiling sha256-586-apple.S
[338/1881] Compiling sha1-x86_64-apple.S
[339/1881] Compiling sha1-armv8-win.S
[340/1881] Compiling d1_pkt.cc
[341/1881] Compiling d1_lib.cc
[342/1881] Compiling sha1-armv8-linux.S
[343/1881] Compiling sha1-x86_64-linux.S
[344/1881] Compiling sha1-armv8-apple.S
[345/1881] Compiling sha1-armv4-large-linux.S
[346/1881] Compiling rsaz-avx2-apple.S
[347/1881] Compiling sha1-586-linux.S
[348/1881] Compiling sha1-586-apple.S
[349/1881] Compiling rdrand-x86_64-linux.S
[350/1881] Compiling rsaz-avx2-linux.S
[351/1881] Compiling p256_beeu-armv8-asm-win.S
[352/1881] Compiling rdrand-x86_64-apple.S
[353/1881] Compiling p256_beeu-x86_64-asm-apple.S
[354/1881] Compiling p256_beeu-x86_64-asm-linux.S
[355/1881] Compiling p256_beeu-armv8-asm-linux.S
[356/1881] Compiling p256_beeu-armv8-asm-apple.S
[357/1881] Compiling p256-armv8-asm-win.S
[358/1881] Compiling p256-x86_64-asm-apple.S
[359/1881] Compiling p256-x86_64-asm-linux.S
[360/1881] Compiling p256-armv8-asm-linux.S
[361/1881] Compiling p256-armv8-asm-apple.S
[362/1881] Compiling ghashv8-armv8-win.S
[363/1881] Compiling ghashv8-armv8-linux.S
[364/1881] Compiling ghashv8-armv8-apple.S
[365/1881] Compiling ghashv8-armv7-linux.S
[366/1881] Compiling ghash-x86_64-apple.S
[367/1881] Compiling ghash-x86-linux.S
[368/1881] Compiling ghash-x86_64-linux.S
[369/1881] Compiling ghash-x86-apple.S
[370/1881] Compiling ghash-ssse3-x86_64-linux.S
[371/1881] Compiling ghash-ssse3-x86-linux.S
[372/1881] Compiling ghash-ssse3-x86_64-apple.S
[373/1881] Compiling ghash-ssse3-x86-apple.S
[374/1881] Compiling ghash-neon-armv8-win.S
[375/1881] Compiling ghash-neon-armv8-linux.S
[376/1881] Compiling ghash-neon-armv8-apple.S
[377/1881] Compiling ghash-armv4-linux.S
[378/1881] Compiling co-586-linux.S
[379/1881] Compiling co-586-apple.S
[380/1881] Compiling d1_both.cc
[381/1881] Compiling bn-armv8-win.S
[382/1881] Compiling bsaes-armv7-linux.S
[383/1881] Compiling bn-armv8-linux.S
[384/1881] Compiling bn-armv8-apple.S
[385/1881] Compiling bn-586-linux.S
[386/1881] Compiling armv8-mont-linux.S
[387/1881] Compiling bn-586-apple.S
[388/1881] Compiling armv8-mont-win.S
[389/1881] Compiling armv8-mont-apple.S
[390/1881] Compiling armv4-mont-linux.S
[391/1881] Compiling aesv8-gcm-armv8-win.S
[392/1881] Compiling aesv8-armv8-apple.S
[393/1881] Compiling aesv8-gcm-armv8-apple.S
[394/1881] Compiling aesv8-gcm-armv8-linux.S
[395/1881] Compiling aesv8-armv8-linux.S
[396/1881] Compiling aesv8-armv7-linux.S
[397/1881] Compiling aesv8-armv8-win.S
[398/1881] Compiling aesni-x86_64-linux.S
[399/1881] Compiling aesni-x86-linux.S
[400/1881] Compiling aesni-x86_64-apple.S
[401/1881] Compiling aesni-x86-apple.S
[402/1881] Compiling aesni-gcm-x86_64-apple.S
[403/1881] Compiling aesni-gcm-x86_64-linux.S
[404/1881] Compiling aes-gcm-avx2-x86_64-apple.S
[405/1881] Compiling aes-gcm-avx2-x86_64-linux.S
[406/1881] Compiling aes-gcm-avx10-x86_64-linux.S
[407/1881] Compiling aes-gcm-avx10-x86_64-apple.S
[409/1881] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[409/1881] Compiling x_req.cc
[410/1881] Compiling x_val.cc
[411/1881] Compiling x_sig.cc
[412/1881] Compiling x_x509a.cc
[413/1881] Compiling x_spki.cc
[414/1881] Compiling x_pubkey.cc
[415/1881] Compiling x_x509.cc
[416/1881] Compiling x_exten.cc
[417/1881] Compiling x_algor.cc
[418/1881] Compiling x_name.cc
[419/1881] Compiling x_crl.cc
[420/1881] Compiling x_attrib.cc
[421/1881] Compiling x509spki.cc
[422/1881] Compiling x_all.cc
[423/1881] Compiling x509_txt.cc
[424/1881] Compiling x509cset.cc
[425/1881] Compiling x509rset.cc
[426/1881] Compiling x509name.cc
[427/1881] Compiling x509_vpm.cc
[428/1881] Compiling x509_v3.cc
[429/1881] Compiling x509_vfy.cc
[430/1881] Compiling x509_trs.cc
[431/1881] Compiling x509_set.cc
[432/1881] Compiling x509_def.cc
[433/1881] Compiling x509_req.cc
[434/1881] Compiling x509_obj.cc
[435/1881] Compiling x509_lu.cc
[436/1881] Compiling x509_ext.cc
[437/1881] Compiling x509.cc
[438/1881] Compiling x509_d2.cc
[439/1881] Compiling x509_att.cc
[440/1881] Compiling x509_cmp.cc
[441/1881] Compiling v3_skey.cc
[442/1881] Compiling v3_purp.cc
[443/1881] Compiling v3_utl.cc
[444/1881] Compiling v3_prn.cc
[445/1881] Compiling v3_pcons.cc
[446/1881] Compiling v3_pmaps.cc
[447/1881] Compiling v3_int.cc
[448/1881] Compiling v3_ocsp.cc
[449/1881] Compiling v3_ncons.cc
[450/1881] Compiling v3_lib.cc
[451/1881] Compiling v3_info.cc
[452/1881] Compiling v3_ia5.cc
[453/1881] Compiling v3_enum.cc
[454/1881] Compiling v3_genn.cc
[455/1881] Compiling v3_extku.cc
[456/1881] Compiling v3_crld.cc
[457/1881] Compiling v3_cpols.cc
[458/1881] Compiling v3_bitst.cc
[459/1881] Compiling v3_conf.cc
[460/1881] Compiling v3_bcons.cc
[461/1881] Compiling v3_alt.cc
[462/1881] Compiling v3_akeya.cc
[463/1881] Compiling t_x509a.cc
[464/1881] Compiling v3_akey.cc
[465/1881] Compiling i2d_pr.cc
[466/1881] Compiling t_x509.cc
[467/1881] Compiling t_crl.cc
[468/1881] Compiling t_req.cc
[469/1881] Compiling rsa_pss.cc
[470/1881] Compiling policy.cc
[471/1881] Compiling name_print.cc
[472/1881] Compiling by_file.cc
[473/1881] Compiling by_dir.cc
[474/1881] Compiling asn1_gen.cc
[475/1881] Compiling algorithm.cc
[476/1881] Compiling a_sign.cc
[477/1881] Compiling a_verify.cc
[478/1881] Compiling a_digest.cc
[479/1881] Compiling thread_win.cc
[480/1881] Compiling thread_none.cc
[481/1881] Compiling thread_pthread.cc
[482/1881] Compiling thread.cc
[483/1881] Compiling voprf.cc
[484/1881] Compiling trust_token.cc
[485/1881] Compiling pmbtoken.cc
[486/1881] Compiling stack.cc
[487/1881] Compiling siphash.cc
[488/1881] Compiling sha512.cc
[489/1881] Compiling slhdsa.cc
[490/1881] Compiling sha256.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[508/1881] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[509/1881] Compiling SwiftSyntax RawSyntaxValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[509/1881] Compiling sha1.cc
[510/1881] Compiling rsa_print.cc
[511/1881] Compiling spake2plus.cc
[512/1881] Compiling rsa_extra.cc
[513/1881] Compiling rc4.cc
[514/1881] Compiling rsa_crypt.cc
[515/1881] Compiling refcount.cc
[516/1881] Compiling trusty.cc
[517/1881] Compiling windows.cc
[518/1881] Compiling urandom.cc
[519/1881] Compiling rand.cc
[520/1881] Compiling rsa_asn1.cc
[521/1881] Compiling ios.cc
[522/1881] Compiling passive.cc
[523/1881] Compiling poly1305_arm_asm.S
[524/1881] Compiling getentropy.cc
[525/1881] Compiling deterministic.cc
[526/1881] Compiling forkunsafe.cc
[527/1881] Compiling fork_detect.cc
[528/1881] Compiling poly1305_arm.cc
[529/1881] Compiling poly1305.cc
[530/1881] Compiling poly1305_vec.cc
[531/1881] Compiling pool.cc
[532/1881] Compiling pkcs7.cc
[533/1881] Compiling pkcs8.cc
[534/1881] Compiling p5_pbev2.cc
[535/1881] Compiling pkcs8_x509.cc
[536/1881] Compiling pem_xaux.cc
[537/1881] Compiling pkcs7_x509.cc
[538/1881] Compiling pem_x509.cc
[539/1881] Compiling pem_pkey.cc
[540/1881] Compiling pem_pk8.cc
[541/1881] Compiling obj_xref.cc
[542/1881] Compiling pem_oth.cc
[543/1881] Compiling pem_info.cc
[544/1881] Compiling pem_lib.cc
[545/1881] Compiling mlkem.cc
[546/1881] Compiling pem_all.cc
[547/1881] Compiling mldsa.cc
[548/1881] Compiling mem.cc
[549/1881] Compiling poly_rq_mul.S
[550/1881] Compiling md5.cc
[551/1881] Compiling fips_shared_support.cc
[552/1881] Compiling md4.cc
[553/1881] Compiling lhash.cc
[554/1881] Compiling obj.cc
[555/1881] Compiling hrss.cc
[556/1881] Compiling ex_data.cc
[557/1881] Compiling sign.cc
[558/1881] Compiling kyber.cc
[559/1881] Compiling scrypt.cc
[560/1881] Compiling hpke.cc
[561/1881] Compiling pbkdf.cc
[562/1881] Compiling p_x25519.cc
[563/1881] Compiling print.cc
[564/1881] Compiling p_x25519_asn1.cc
[565/1881] Compiling p_rsa_asn1.cc
[566/1881] Compiling p_ed25519.cc
[567/1881] Compiling p_rsa.cc
[568/1881] Compiling p_ed25519_asn1.cc
[569/1881] Compiling p_hkdf.cc
[570/1881] Compiling p_ec.cc
[571/1881] Compiling p_dh.cc
[572/1881] Compiling p_ec_asn1.cc
[573/1881] Compiling p_dh_asn1.cc
[574/1881] Compiling evp_ctx.cc
[575/1881] Compiling p_dsa_asn1.cc
[576/1881] Compiling err.cc
[577/1881] Compiling evp.cc
[578/1881] Compiling engine.cc
[579/1881] Compiling ecdh.cc
[580/1881] Compiling evp_asn1.cc
[581/1881] Compiling ecdsa_asn1.cc
[582/1881] Compiling ec_derive.cc
[583/1881] Compiling hash_to_curve.cc
[584/1881] Compiling ec_asn1.cc
[585/1881] Compiling dsa.cc
[586/1881] Compiling dsa_asn1.cc
[587/1881] Compiling params.cc
[588/1881] Compiling digest_extra.cc
[589/1881] Compiling x25519-asm-arm.S
[590/1881] Compiling dh_asn1.cc
[591/1881] Compiling des.cc
[592/1881] Compiling spake25519.cc
[593/1881] Compiling crypto.cc
[594/1881] Compiling bcm.cc
[595/1881] Compiling cpu_intel.cc
[596/1881] Compiling curve25519.cc
[597/1881] Compiling cpu_arm_linux.cc
[598/1881] Compiling cpu_arm_freebsd.cc
[599/1881] Compiling cpu_aarch64_openbsd.cc
[600/1881] Compiling cpu_aarch64_win.cc
[601/1881] Compiling cpu_aarch64_sysreg.cc
[602/1881] Compiling cpu_aarch64_fuchsia.cc
[603/1881] Compiling curve25519_64_adx.cc
[604/1881] Compiling cpu_aarch64_linux.cc
[605/1881] Compiling cpu_aarch64_apple.cc
[606/1881] Compiling conf.cc
[607/1881] Compiling get_cipher.cc
[608/1881] Compiling tls_cbc.cc
[609/1881] Compiling e_rc4.cc
[610/1881] Compiling e_tls.cc
[611/1881] Compiling e_rc2.cc
[612/1881] Compiling e_null.cc
[613/1881] Compiling derive_key.cc
[614/1881] Compiling e_des.cc
[615/1881] Compiling e_chacha20poly1305.cc
[616/1881] Compiling chacha.cc
[617/1881] Compiling e_aesctrhmac.cc
[618/1881] Compiling e_aesgcmsiv.cc
[619/1881] Compiling unicode.cc
[620/1881] Compiling buf.cc
[621/1881] Compiling ber.cc
[622/1881] Compiling cbb.cc
[623/1881] Compiling asn1_compat.cc
[624/1881] Compiling cbs.cc
[625/1881] Compiling convert.cc
[626/1881] Compiling blake2.cc
[627/1881] Compiling bn_asn1.cc
[628/1881] Compiling printf.cc
[629/1881] Compiling socket.cc
[630/1881] Compiling socket_helper.cc
[631/1881] Compiling pair.cc
[632/1881] Compiling hexdump.cc
[633/1881] Compiling file.cc
[634/1881] Compiling errno.cc
[635/1881] Compiling fd.cc
[636/1881] Compiling connect.cc
[637/1881] Compiling bio_mem.cc
[638/1881] Compiling base64.cc
[639/1881] Compiling bio.cc
[640/1881] Compiling tasn_typ.cc
[641/1881] Compiling tasn_fre.cc
[642/1881] Compiling tasn_utl.cc
[643/1881] Compiling tasn_enc.cc
[644/1881] Compiling posix_time.cc
[645/1881] Compiling f_string.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[664/1881] Compiling tasn_new.cc
[665/1881] Compiling tasn_dec.cc
[666/1881] Compiling f_int.cc
[667/1881] Compiling asn_pack.cc
[668/1881] Compiling asn1_par.cc
[669/1881] Compiling asn1_lib.cc
[670/1881] Compiling a_utctm.cc
[671/1881] Compiling a_octet.cc
[672/1881] Compiling a_type.cc
[673/1881] Compiling a_time.cc
[674/1881] Compiling a_strnid.cc
[675/1881] Compiling a_strex.cc
[676/1881] Compiling a_i2d_fp.cc
[677/1881] Compiling a_dup.cc
[678/1881] Compiling a_d2i_fp.cc
[679/1881] Compiling a_object.cc
[680/1881] Compiling a_mbstr.cc
[681/1881] Compiling a_gentm.cc
[682/1881] Compiling a_int.cc
[683/1881] Compiling fiat_p256_adx_sqr.S
[684/1881] Compiling fiat_p256_adx_mul.S
[685/1881] Compiling fiat_curve25519_adx_square.S
[686/1881] Compiling fiat_curve25519_adx_mul.S
[687/1881] Compiling md5-x86_64-linux.S
[688/1881] Compiling md5-x86_64-apple.S
[689/1881] Compiling md5-586-apple.S
[690/1881] Compiling md5-586-linux.S
[691/1881] Compiling a_bitstr.cc
[692/1881] Compiling chacha20_poly1305_x86_64-apple.S
[693/1881] Compiling CCryptoBoringSSLShims shims.c
[694/1881] Compiling chacha20_poly1305_x86_64-linux.S
[695/1881] Compiling chacha20_poly1305_armv8-win.S
[696/1881] Compiling chacha20_poly1305_armv8-linux.S
[697/1881] Compiling a_bool.cc
[698/1881] Compiling chacha20_poly1305_armv8-apple.S
[699/1881] Compiling chacha-x86_64-apple.S
[700/1881] Compiling chacha-x86-apple.S
[701/1881] Compiling chacha-x86_64-linux.S
[702/1881] Compiling chacha-x86-linux.S
[703/1881] Compiling chacha-armv8-apple.S
[704/1881] Compiling chacha-armv8-linux.S
[705/1881] Compiling chacha-armv4-linux.S
[706/1881] Compiling chacha-armv8-win.S
[707/1881] Compiling aes128gcmsiv-x86_64-linux.S
[708/1881] Compiling aes128gcmsiv-x86_64-apple.S
[709/1881] Compiling err_data.cc
[710/1881] Compiling x86_64-mont5-linux.S
[711/1881] Compiling x86_64-mont5-apple.S
[712/1881] Compiling x86_64-mont-apple.S
[713/1881] Compiling x86-mont-apple.S
[714/1881] Compiling x86_64-mont-linux.S
[715/1881] Compiling x86-mont-linux.S
[716/1881] Compiling vpaes-x86_64-linux.S
[717/1881] Compiling vpaes-x86-linux.S
[718/1881] Compiling vpaes-x86_64-apple.S
[718/1881] Compiling vpaes-x86-apple.S
[720/1881] Compiling vpaes-armv8-win.S
[721/1881] Compiling vpaes-armv8-apple.S
[722/1881] Compiling vpaes-armv8-linux.S
[723/1881] Compiling vpaes-armv7-linux.S
[724/1881] Compiling sha512-x86_64-apple.S
[725/1881] Compiling sha512-x86_64-linux.S
[726/1881] Compiling sha512-armv8-linux.S
[727/1881] Compiling sha512-armv8-win.S
[728/1881] Compiling sha512-armv8-apple.S
[729/1881] Compiling sha512-armv4-linux.S
[730/1881] Compiling sha512-586-linux.S
[731/1881] Compiling sha512-586-apple.S
[732/1881] Compiling sha256-x86_64-apple.S
[733/1881] Compiling sha256-x86_64-linux.S
[734/1881] Compiling sha256-armv8-win.S
[735/1881] Compiling sha256-armv8-apple.S
[736/1881] Compiling sha256-armv8-linux.S
[737/1881] Compiling sha256-armv4-linux.S
[738/1881] Compiling sha256-586-linux.S
[739/1881] Compiling sha256-586-apple.S
[740/1881] Compiling sha1-x86_64-apple.S
[741/1881] Compiling sha1-armv8-win.S
[742/1881] Compiling sha1-x86_64-linux.S
[743/1881] Compiling sha1-armv8-linux.S
[744/1881] Compiling sha1-armv8-apple.S
[745/1881] Compiling sha1-586-linux.S
[745/1881] Compiling sha1-armv4-large-linux.S
[747/1881] Compiling sha1-586-apple.S
[748/1881] Compiling rdrand-x86_64-linux.S
[749/1881] Compiling rsaz-avx2-linux.S
[750/1881] Compiling rdrand-x86_64-apple.S
[751/1881] Compiling rsaz-avx2-apple.S
[752/1881] Compiling p256_beeu-x86_64-asm-linux.S
[753/1881] Compiling p256_beeu-x86_64-asm-apple.S
[754/1881] Compiling p256_beeu-armv8-asm-linux.S
[755/1881] Compiling p256_beeu-armv8-asm-win.S
[756/1881] Compiling p256_beeu-armv8-asm-apple.S
[757/1881] Compiling p256-x86_64-asm-linux.S
[758/1881] Compiling p256-armv8-asm-linux.S
[759/1881] Compiling p256-x86_64-asm-apple.S
[760/1881] Compiling p256-armv8-asm-apple.S
[761/1881] Compiling p256-armv8-asm-win.S
[762/1881] Compiling ghashv8-armv8-linux.S
[763/1881] Compiling ghashv8-armv8-apple.S
[764/1881] Compiling ghashv8-armv8-win.S
[765/1881] Compiling ghashv8-armv7-linux.S
[766/1881] Compiling ghash-x86_64-linux.S
[767/1881] Compiling ghash-x86_64-apple.S
[768/1881] Compiling ghash-x86-linux.S
[769/1881] Compiling ghash-x86-apple.S
[770/1881] Compiling ghash-ssse3-x86_64-linux.S
[771/1881] Compiling ghash-ssse3-x86_64-apple.S
[772/1881] Compiling ghash-ssse3-x86-apple.S
[773/1881] Compiling ghash-ssse3-x86-linux.S
[774/1881] Compiling ghash-neon-armv8-win.S
[775/1881] Compiling ghash-neon-armv8-linux.S
[776/1881] Compiling ghash-armv4-linux.S
[777/1881] Compiling ghash-neon-armv8-apple.S
[778/1881] Compiling co-586-linux.S
[779/1881] Compiling bsaes-armv7-linux.S
[780/1881] Compiling co-586-apple.S
[781/1881] Compiling bn-armv8-win.S
[782/1881] Compiling bn-armv8-linux.S
[783/1881] Compiling bn-armv8-apple.S
[784/1881] Compiling bn-586-apple.S
[785/1881] Compiling bn-586-linux.S
[786/1881] Compiling armv8-mont-win.S
[787/1881] Compiling armv8-mont-linux.S
[788/1881] Compiling armv8-mont-apple.S
[789/1881] Compiling armv4-mont-linux.S
[790/1881] Compiling aesv8-gcm-armv8-linux.S
[791/1881] Compiling aesv8-gcm-armv8-win.S
[792/1881] Compiling aesv8-gcm-armv8-apple.S
[793/1881] Compiling aesv8-armv8-win.S
[794/1881] Compiling aesv8-armv7-linux.S
[795/1881] Compiling aesv8-armv8-linux.S
[796/1881] Compiling aesv8-armv8-apple.S
[797/1881] Compiling aesni-x86_64-linux.S
[798/1881] Compiling aesni-x86_64-apple.S
[799/1881] Compiling aesni-x86-linux.S
[800/1881] Compiling aesni-x86-apple.S
[801/1881] Compiling aesni-gcm-x86_64-apple.S
[802/1881] Compiling aes-gcm-avx512-x86_64-linux.S
[803/1881] Compiling aesni-gcm-x86_64-linux.S
[804/1881] Compiling aes-gcm-avx512-x86_64-apple.S
[805/1881] Compiling aes-gcm-avx2-x86_64-linux.S
[806/1881] Compiling aes-gcm-avx2-x86_64-apple.S
[807/1881] Compiling xwing.cc
[808/1881] Compiling x_val.cc
[809/1881] Compiling x_x509a.cc
[810/1881] Compiling x_spki.cc
[811/1881] Compiling x_x509.cc
[812/1881] Compiling x_sig.cc
[813/1881] Compiling c-nioatomics.c
[814/1881] Compiling x_req.cc
[815/1881] Compiling x_pubkey.cc
[816/1881] Compiling x_name.cc
[817/1881] Compiling x_exten.cc
[818/1881] Compiling x_attrib.cc
[819/1881] Compiling x_crl.cc
[820/1881] Compiling c-atomics.c
[821/1881] Compiling x_algor.cc
[822/1881] Compiling x509spki.cc
[823/1881] Compiling x_all.cc
[824/1881] Compiling x509rset.cc
[825/1887] Compiling x509name.cc
[827/1887] Compiling NIOConcurrencyHelpers NIOLock.swift
[827/1887] Compiling x509cset.cc
[829/1887] Compiling NIOConcurrencyHelpers lock.swift
[830/1887] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[831/1887] Emitting module NIOConcurrencyHelpers
[832/1887] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[833/1887] Compiling NIOConcurrencyHelpers atomics.swift
[834/1888] Compiling x509_vpm.cc
[835/1888] Compiling x509_vfy.cc
[836/1888] Compiling x509_v3.cc
[837/1888] Compiling x509_txt.cc
[838/1888] Compiling x509_trs.cc
[839/1888] Compiling x509_set.cc
[840/1888] Compiling x509_def.cc
[841/1888] Compiling x509_req.cc
[842/1888] Compiling x509_ext.cc
[843/1888] Compiling x509_obj.cc
[844/1888] Compiling x509_lu.cc
[845/1888] Compiling x509_d2.cc
[846/1888] Compiling x509_cmp.cc
[847/1888] Compiling x509_att.cc
[848/1888] Compiling x509.cc
[849/1888] Compiling v3_skey.cc
[850/1888] Compiling v3_purp.cc
[851/1888] Compiling v3_utl.cc
[852/1888] Compiling v3_prn.cc
[853/1888] Compiling v3_pmaps.cc
[854/1888] Compiling v3_pcons.cc
[855/1888] Compiling v3_ocsp.cc
[856/1888] Compiling v3_ncons.cc
[857/1888] Compiling v3_int.cc
[858/1888] Compiling v3_lib.cc
[859/1888] Compiling v3_info.cc
[860/1888] Compiling v3_ia5.cc
[861/1888] Compiling v3_extku.cc
[862/1888] Compiling v3_genn.cc
[863/1888] Compiling v3_enum.cc
[864/1888] Compiling v3_crld.cc
[865/1888] Compiling v3_cpols.cc
[866/1888] Compiling v3_bitst.cc
[867/1888] Compiling v3_conf.cc
[868/1888] Compiling v3_bcons.cc
[869/1888] Compiling v3_alt.cc
[870/1888] Compiling v3_akeya.cc
[871/1888] Compiling v3_akey.cc
[872/1888] Compiling t_x509a.cc
[873/1888] Compiling t_x509.cc
[874/1888] Compiling t_req.cc
[875/1888] Compiling i2d_pr.cc
[876/1888] Compiling t_crl.cc
[877/1888] Compiling rsa_pss.cc
[878/1888] Compiling policy.cc
[879/1888] Compiling name_print.cc
[880/1888] Compiling by_file.cc
[881/1888] Compiling by_dir.cc
[882/1888] Compiling asn1_gen.cc
[883/1888] Compiling algorithm.cc
[884/1888] Compiling a_verify.cc
[885/1888] Compiling a_sign.cc
[886/1888] Compiling thread_win.cc
[887/1888] Compiling a_digest.cc
[888/1888] Compiling voprf.cc
[889/1888] Compiling thread_pthread.cc
[890/1888] Compiling trust_token.cc
[891/1888] Compiling thread.cc
[892/1888] Compiling thread_none.cc
[893/1888] Compiling pmbtoken.cc
[894/1888] Compiling stack.cc
[895/1888] Compiling siphash.cc
[896/1888] Compiling sha512.cc
[897/1888] Compiling sha256.cc
[898/1888] Compiling sha1.cc
[899/1888] Compiling slhdsa.cc
[900/1888] Compiling spake2plus.cc
[901/1888] Compiling rsa_print.cc
[902/1888] Compiling rsa_extra.cc
[903/1888] Compiling rc4.cc
[904/1888] Compiling rsa_crypt.cc
[905/1888] Compiling refcount.cc
[906/1888] Compiling windows.cc
[907/1888] Compiling trusty.cc
[908/1888] Compiling urandom.cc
[909/1888] Compiling rsa_asn1.cc
[910/1888] Compiling ios.cc
[911/1888] Compiling rand.cc
[912/1888] Compiling getentropy.cc
[913/1888] Compiling passive.cc
[914/1888] Compiling poly1305_arm_asm.S
[915/1888] Compiling forkunsafe.cc
[916/1888] Compiling fork_detect.cc
[917/1888] Compiling deterministic.cc
[918/1888] Compiling poly1305_arm.cc
[919/1888] Compiling poly1305.cc
[920/1888] Compiling poly1305_vec.cc
[921/1888] Compiling pool.cc
[922/1888] Compiling pkcs7.cc
[923/1888] Compiling pkcs8_x509.cc
[924/1888] Compiling pkcs8.cc
[925/1888] Compiling p5_pbev2.cc
[926/1888] Compiling pkcs7_x509.cc
[927/1888] Compiling pem_xaux.cc
[928/1888] Compiling pem_x509.cc
[929/1888] Compiling pem_pkey.cc
[930/1888] Compiling pem_oth.cc
[931/1888] Compiling obj_xref.cc
[932/1888] Compiling pem_pk8.cc
[933/1888] Compiling pem_info.cc
[934/1888] Compiling pem_lib.cc
[935/1888] Compiling pem_all.cc
[936/1888] Compiling mldsa.cc
[937/1888] Compiling mlkem.cc
[938/1888] Compiling mem.cc
[939/1888] Compiling obj.cc
[940/1888] Compiling poly_rq_mul.S
[941/1888] Compiling lhash.cc
[942/1888] Compiling fips_shared_support.cc
[943/1888] Compiling md5.cc
[944/1888] Compiling md4.cc
[945/1888] Compiling hrss.cc
[946/1888] Compiling fuzzer_mode.cc
[947/1888] Compiling kyber.cc
[948/1888] Compiling ex_data.cc
[949/1888] Compiling sign.cc
[950/1888] Compiling hpke.cc
[951/1888] Compiling pbkdf.cc
[952/1888] Compiling scrypt.cc
[953/1888] Compiling print.cc
[954/1888] Compiling p_x25519_asn1.cc
[955/1888] Compiling p_x25519.cc
[956/1888] Compiling p_rsa_asn1.cc
[957/1888] Compiling p_ed25519_asn1.cc
[958/1888] Compiling p_ed25519.cc
[959/1888] Compiling p_hkdf.cc
[960/1888] Compiling p_rsa.cc
[961/1888] Compiling p_ec_asn1.cc
[962/1888] Compiling p_ec.cc
[963/1888] Compiling p_dh.cc
[964/1888] Compiling p_dh_asn1.cc
[965/1888] Compiling p_dsa_asn1.cc
[966/1888] Compiling evp_ctx.cc
[967/1888] Compiling evp.cc
[968/1888] Compiling engine.cc
[969/1888] Compiling err.cc
[970/1888] Compiling evp_asn1.cc
[971/1888] Compiling ecdsa_p1363.cc
[972/1888] Compiling ecdh.cc
[973/1888] Compiling hash_to_curve.cc
[975/1888] Compiling SwiftSyntax SyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[976/1888] Compiling SwiftSyntax SyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[977/1888] Compiling SwiftSyntax SyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[978/1888] Compiling SwiftSyntax SyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[979/1888] Compiling SwiftSyntax SyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[980/1888] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[981/1888] Compiling SwiftSyntax SyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[982/1888] Compiling SwiftSyntax SyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[983/1888] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[983/1888] Compiling ec_derive.cc
[984/1889] Compiling ecdsa_asn1.cc
[986/1889] Compiling ec_asn1.cc
[987/1889] Compiling dsa.cc
[987/1889] Compiling params.cc
[989/1889] Compiling dsa_asn1.cc
[990/1940] Wrapping AST for SwiftSyntax for debugging
[991/1945] Compiling digest_extra.cc
[993/1947] Compiling SwiftDiagnostics Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[994/1948] Compiling SwiftBasicFormat Syntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[994/1948] Compiling des.cc
[995/1948] Compiling dh_asn1.cc
[997/1948] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[998/1948] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[999/1948] Compiling SwiftDiagnostics FixIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1000/1948] Compiling SwiftDiagnostics Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1001/1948] Compiling SwiftDiagnostics Diagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1002/1948] Emitting module SwiftDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1003/1948] Compiling SwiftDiagnostics Note.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1004/1948] Compiling SwiftBasicFormat Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1005/1948] Compiling SwiftBasicFormat InferIndentation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1006/1948] Compiling SwiftDiagnostics GroupedDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1006/1948] Compiling cpu_arm_linux.cc
[1007/1948] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1008/1948] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1010/1948] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1011/1948] Compiling SwiftDiagnostics DiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1011/1949] Compiling bcm.cc
[1012/1949] Compiling cpu_arm_freebsd.cc
[1013/1949] Compiling spake25519.cc
[1016/1949] Compiling SwiftBasicFormat BasicFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1017/1949] Emitting module SwiftBasicFormat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1017/1950] Compiling cpu_aarch64_openbsd.cc
[1018/1950] Compiling cpu_aarch64_win.cc
[1020/1950] Compiling cpu_aarch64_linux.cc
[1021/1950] Compiling cpu_aarch64_sysreg.cc
[1022/1950] Wrapping AST for SwiftDiagnostics for debugging
[1023/1950] Compiling cpu_aarch64_fuchsia.cc
[1024/1950] Compiling curve25519_64_adx.cc
[1025/1950] Wrapping AST for SwiftBasicFormat for debugging
[1026/1950] Compiling cpu_aarch64_apple.cc
[1027/1950] Compiling tls_cbc.cc
[1028/1950] Compiling get_cipher.cc
[1029/1950] Compiling conf.cc
[1030/1950] Compiling e_tls.cc
[1031/1950] Compiling e_rc4.cc
[1032/1950] Compiling e_rc2.cc
[1033/1950] Compiling e_null.cc
[1034/1950] Compiling e_des.cc
[1035/1950] Compiling e_chacha20poly1305.cc
[1037/1950] Emitting module SwiftParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1037/1955] Compiling e_aesgcmsiv.cc
[1038/1955] Compiling e_aeseax.cc
[1039/1955] Compiling e_aesctrhmac.cc
[1040/1955] Compiling cms.cc
[1041/1955] Compiling derive_key.cc
[1042/1955] Compiling chacha.cc
[1043/1955] Compiling unicode.cc
[1044/1955] Compiling buf.cc
[1045/1955] Compiling ber.cc
[1046/1955] Compiling cbb.cc
[1047/1955] Compiling sqrt.cc
[1049/1955] Compiling SwiftParser TokenSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1050/1955] Compiling SwiftParser TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1051/1955] Compiling SwiftParser TopLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1052/1955] Compiling SwiftParser TriviaParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1053/1955] Compiling SwiftParser Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1053/1955] Compiling asn1_compat.cc
[1054/1955] Compiling cbs.cc
[1056/1955] Compiling SwiftParser SwiftParserCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1057/1955] Compiling SwiftParser SwiftVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1058/1955] Compiling SwiftParser SyntaxUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1059/1955] Compiling SwiftParser TokenConsumer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1060/1955] Compiling SwiftParser TokenPrecedence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1061/1955] Compiling SwiftParser LexemeSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1062/1955] Compiling SwiftParser Lexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1063/1955] Compiling SwiftParser RegexLiteralLexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1064/1955] Compiling SwiftParser UnicodeScalarExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1065/1955] Compiling SwiftParser Lookahead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1066/1955] Compiling SwiftParser LoopProgressCondition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1067/1955] Compiling SwiftParser Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1068/1955] Compiling SwiftParser Names.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1069/1955] Compiling SwiftParser Nominals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1070/1955] Compiling SwiftParser Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1071/1955] Compiling SwiftParser ParseSourceFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1072/1955] Compiling SwiftParser Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1073/1955] Compiling SwiftParser Patterns.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1074/1955] Compiling SwiftParser Recovery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1075/1955] Compiling SwiftParser Specifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1076/1955] Compiling SwiftParser Statements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1077/1955] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1078/1955] Compiling SwiftParser StringLiterals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1078/1955] Compiling div.cc
[1079/1955] Compiling exponentiation.cc
[1080/1955] Compiling blake2.cc
[1081/1955] Compiling printf.cc
[1082/1955] Compiling hexdump.cc
[1083/1955] Compiling pair.cc
[1084/1955] Compiling bn_asn1.cc
[1085/1955] Compiling convert.cc
[1086/1955] Compiling file.cc
[1087/1955] Compiling fd.cc
[1088/1955] Compiling base64.cc
[1089/1955] Compiling errno.cc
[1090/1955] Compiling bio_mem.cc
[1091/1955] Compiling bio.cc
[1092/1955] Compiling tasn_typ.cc
[1093/1955] Compiling tasn_utl.cc
[1094/1955] Compiling tasn_fre.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1100/1955] Compiling SwiftParser Cursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1101/1955] Compiling SwiftParser Lexeme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1102/1955] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1103/1955] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1104/1955] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1105/1955] Compiling SwiftParser CollectionNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1106/1955] Compiling SwiftParser Declarations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1107/1955] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1107/1955] Compiling tasn_enc.cc
[1108/1955] Compiling f_string.cc
[1109/1955] Compiling f_int.cc
[1110/1955] Compiling posix_time.cc
[1111/1955] Compiling tasn_dec.cc
[1112/1955] Compiling tasn_new.cc
[1113/1955] Compiling asn_pack.cc
[1114/1955] Compiling asn1_par.cc
[1115/1955] Compiling asn1_lib.cc
[1116/1955] Compiling a_octet.cc
[1117/1955] Compiling a_utctm.cc
[1118/1955] Compiling a_strnid.cc
[1119/1955] Compiling a_type.cc
[1120/1955] Compiling a_time.cc
[1121/1955] Compiling a_strex.cc
[1122/1955] Compiling a_i2d_fp.cc
[1123/1955] Compiling a_object.cc
[1124/1955] Compiling a_dup.cc
[1125/1955] Compiling a_mbstr.cc
[1125/1955] Write sources
[1125/1955] Compiling a_d2i_fp.cc
[1126/1955] Write sources
[1138/1955] Compiling _AtomicsShims.c
[1139/1955] Compiling a_gentm.cc
[1140/1961] Compiling a_int.cc
[1141/1961] Compiling aes.cc
[1143/1978] Compiling SwiftParser ExperimentalFeatures.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1144/1978] Compiling SwiftParser IsLexerClassified.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1145/1978] Compiling SwiftParser LayoutNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1146/1978] Compiling SwiftParser Parser+TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1147/1978] Compiling SwiftParser TokenSpecStaticMembers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1148/2042] Write sources
[1156/2042] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1157/2042] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1157/2044] Compiling a_bool.cc
[1159/2057] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1160/2057] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1161/2057] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1162/2057] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1162/2067] Compiling a_bitstr.cc
[1164/2067] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1165/2067] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1166/2067] Emitting module _NIODataStructures
[1167/2067] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1168/2076] Compiling Atomics IntegerOperations.swift
[1169/2076] Compiling Atomics Unmanaged extensions.swift
[1170/2076] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1171/2076] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1172/2076] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1173/2076] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1174/2076] Compiling SwiftParserDiagnostics Utils.swift
[1175/2076] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1176/2076] Compiling SwiftOperators PrecedenceGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1177/2077] Compiling SwiftOperators PrecedenceGraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1178/2077] Compiling SwiftOperators OperatorTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1179/2077] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1182/2077] Emitting module AsyncAlgorithms
[1183/2077] Emitting module SwiftOperators
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1184/2083] Compiling SwiftOperators OperatorTable+Semantics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1185/2083] Compiling SwiftOperators SyntaxSynthesis.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1186/2083] Compiling SwiftOperators Operator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1188/2083] Compiling SwiftOperators OperatorTable+Folding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1189/2083] Compiling SwiftOperators OperatorError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1190/2083] Compiling SwiftOperators OperatorTable+Defaults.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1192/2084] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1193/2084] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1194/2084] Compiling AsyncAlgorithms MergeStateMachine.swift
[1195/2084] Compiling AsyncAlgorithms MergeStorage.swift
[1196/2084] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1197/2084] Compiling AsyncAlgorithms Rethrow.swift
[1197/2084] Wrapping AST for SwiftParser for debugging
[1199/2084] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1199/2084] Wrapping AST for SwiftOperators for debugging
[1200/2084] Write sources
[1209/2084] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1210/2084] Compiling CryptoBoringWrapper RandomBytes.swift
[1217/2084] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1218/2084] Compiling SwiftParserDiagnostics PresenceUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1227/2089] Emitting module CryptoBoringWrapper
[1228/2089] Emitting module Logging
[1229/2089] Compiling CryptoBoringWrapper EllipticCurve.swift
[1230/2089] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1231/2089] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1232/2089] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1233/2089] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1234/2089] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1235/2090] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1236/2090] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1237/2090] Compiling AsyncAlgorithms DebounceStorage.swift
[1238/2090] Compiling AsyncAlgorithms Dictionary.swift
[1239/2090] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1240/2090] Compiling AsyncAlgorithms Locking.swift
[1242/2114] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1243/2114] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1244/2114] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1245/2114] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1246/2114] Compiling AsyncAlgorithms AsyncChannel.swift
[1247/2114] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1248/2115] Compiling Crypto PKCS8PrivateKey.swift
[1249/2115] Compiling Crypto SEC1PrivateKey.swift
[1250/2115] Compiling Crypto SubjectPublicKeyInfo.swift
[1251/2115] Compiling Crypto CryptoError_boring.swift
[1252/2115] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1253/2115] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1254/2121] Compiling AsyncAlgorithms SetAlgebra.swift
[1255/2121] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1256/2121] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1257/2121] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1258/2121] Compiling AsyncAlgorithms ZipStateMachine.swift
[1259/2121] Compiling AsyncAlgorithms ZipStorage.swift
[1261/2170] Compiling Crypto ASN1Identifier.swift
[1262/2170] Compiling Crypto ASN1Integer.swift
[1263/2170] Compiling Crypto ASN1Null.swift
[1264/2170] Emitting module Atomics
[1265/2171] Compiling Crypto GeneralizedTime.swift
[1266/2171] Compiling Crypto ObjectIdentifier.swift
[1267/2171] Emitting module _NIOBase64
[1268/2171] Compiling _NIOBase64 Base64.swift
[1269/2174] Compiling Logging Locks.swift
[1273/2174] Compiling Crypto ASN1OctetString.swift
[1274/2174] Compiling Crypto ASN1Strings.swift
[1275/2174] Compiling Crypto ArraySliceBigint.swift
[1276/2174] Compiling Crypto Cipher.swift
[1277/2174] Compiling Crypto Nonces.swift
[1279/2174] Compiling _NIODataStructures PriorityQueue.swift
[1280/2174] Compiling _NIODataStructures _TinyArray.swift
[1281/2174] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1283/2175] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1284/2175] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1285/2175] Emitting module ServiceLifecycle
[1286/2228] Compiling ServiceLifecycle ServiceRunnerError.swift
[1287/2250] Compiling ServiceLifecycle CancellationWaiter.swift
[1288/2250] Compiling ServiceLifecycle GracefulShutdown.swift
[1289/2250] Compiling Logging MetadataProvider.swift
[1290/2250] Compiling _NIODataStructures Heap.swift
[1291/2251] Compiling NIOCore AddressedEnvelope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1292/2251] Compiling NIOCore AsyncAwaitSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1293/2251] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1294/2251] Compiling NIOCore ByteBuffer-views.swift
[1295/2251] Compiling NIOCore NIOAsyncWriter.swift
[1296/2251] Compiling NIOCore ByteBuffer-multi-int.swift
[1297/2251] Compiling NIOCore Channel.swift
[1298/2251] Compiling NIOCore ChannelHandler.swift
[1299/2251] Emitting module SwiftParserDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1300/2251] Compiling NIOCore AsyncChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1301/2251] Compiling NIOCore AsyncChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1302/2251] Compiling Logging LogHandler.swift
[1303/2251] Compiling Logging Logging.swift
[1304/2251] Compiling NIOCore AsyncChannelInboundStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1305/2251] Compiling NIOCore AsyncChannelOutboundWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1306/2252] Emitting module SwiftASN1
[1308/2253] Write sources
[1317/2254] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1318/2254] Compiling NIOCore NIOScheduledCallback.swift
[1319/2254] Compiling NIOCore NIOSendable.swift
[1320/2254] Compiling NIOCore RecvByteBufferAllocator.swift
[1321/2254] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1322/2254] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1323/2254] Compiling NIOCore EventLoopFuture.swift
[1324/2254] Compiling NIOCore FileDescriptor.swift
[1325/2254] Compiling NIOCore FileHandle.swift
[1326/2254] Compiling NIOCore FileRegion.swift
[1327/2281] Compiling NIOCore DeadChannel.swift
[1328/2281] Compiling NIOCore DispatchQueue+WithFuture.swift
[1329/2281] Compiling NIOCore EventLoop+Deprecated.swift
[1330/2281] Compiling NIOCore EventLoop+SerialExecutor.swift
[1331/2281] Compiling NIOCore EventLoop.swift
[1332/2281] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1333/2281] Compiling NIOCore NIOAny.swift
[1334/2281] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1335/2281] Compiling NIOCore NIOCoreSendableMetatype.swift
[1336/2281] Compiling NIOCore NIOLoopBound.swift
[1337/2296] Emitting module Crypto
[1338/2296] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[1339/2297] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1340/2297] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1341/2297] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1342/2297] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1343/2297] Compiling NIOCore ChannelOption.swift
[1344/2297] Compiling NIOCore ChannelPipeline.swift
[1345/2298] Compiling NIOCore ByteBuffer-aux.swift
[1346/2298] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1347/2298] Compiling NIOCore ByteBuffer-conversions.swift
[1348/2298] Compiling NIOCore ByteBuffer-core.swift
[1349/2298] Compiling NIOCore ByteBuffer-hex.swift
[1350/2298] Compiling NIOCore ByteBuffer-int.swift
[1351/2298] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1352/2298] Compiling NIOCore CircularBuffer.swift
[1353/2298] Compiling NIOCore Codec.swift
[1354/2298] Compiling NIOCore ConvenienceOptionSupport.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1356/2298] Emitting module CoreMetrics
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
54 | UnsafeMutablePointer.allocate(capacity: 1)
55 | #else
56 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- error: cannot find type 'pthread_mutex_t' in scope
57 | UnsafeMutablePointer.allocate(capacity: 1)
58 | #endif
[1357/2298] Compiling Crypto X25519Keys.swift
[1358/2298] Compiling Crypto SymmetricKeys.swift
[1359/2298] Compiling Crypto HMAC.swift
[1360/2298] Compiling Crypto MACFunctions.swift
[1361/2298] Compiling Crypto MessageAuthenticationCode.swift
[1362/2298] Compiling Crypto AES.swift
[1363/2298] Compiling Crypto ECDSASignature_boring.swift
[1364/2298] Compiling Crypto ECDSA_boring.swift
[1365/2298] Compiling Crypto EdDSA_boring.swift
[1366/2298] Compiling Crypto ECDSA.swift
[1367/2298] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1367/2298] Wrapping AST for SwiftParserDiagnostics for debugging
[1368/2298] Write sources
[1370/2298] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[1370/2298] Compiling CNIOWindows shim.c
[1372/2298] Compiling ServiceLifecycle Service.swift
[1373/2298] Compiling ServiceLifecycle ServiceGroup.swift
[1374/2299] Compiling SwiftSyntaxBuilder Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1375/2299] Compiling SwiftSyntaxBuilder ListBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1376/2300] Compiling CNIOWindows WSAStartup.c
[1385/2311] Compiling CNIOWASI CNIOWASI.c
[1388/2311] Compiling CNIOPosix event_loop_id.c
[1389/2311] Compiling CNIOLinux shim.c
[1390/2311] Compiling CNIOLinux liburing_shims.c
[1391/2311] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1392/2311] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1393/2311] Compiling CNIODarwin shim.c
[1395/2311] 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 |
[1396/2311] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1397/2311] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1400/2311] Emitting module InternalCollectionsUtilities
[1401/2311] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1402/2311] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1409/2312] Compiling ConcurrencyHelpers Lock.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
45 | #else
46 | @usableFromInline
47 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
48 | #endif
49 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:61:20: error: cannot find 'pthread_mutexattr_t' in scope
59 | InitializeSRWLock(mutex)
60 | #else
61 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
62 | pthread_mutexattr_init(&attr)
63 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:62:9: error: cannot find 'pthread_mutexattr_init' in scope
60 | #else
61 | var attr = pthread_mutexattr_t()
62 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
63 |
64 | let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:64:19: error: cannot find 'pthread_mutex_init' in scope
62 | pthread_mutexattr_init(&attr)
63 |
64 | let err = pthread_mutex_init(mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
65 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
66 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:76:19: error: cannot find 'pthread_mutex_destroy' in scope
74 | // SRWLOCK does not need to be free'd
75 | #else
76 | let err = pthread_mutex_destroy(mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
77 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
78 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:88:19: error: cannot find 'pthread_mutex_lock' in scope
86 | AcquireSRWLockExclusive(mutex)
87 | #else
88 | let err = pthread_mutex_lock(mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
89 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
90 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:100:19: error: cannot find 'pthread_mutex_unlock' in scope
98 | ReleaseSRWLockExclusive(mutex)
99 | #else
100 | let err = pthread_mutex_unlock(mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
101 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
102 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:138:27: error: type of expression is ambiguous without a type annotation
136 | @inlinable
137 | static func create(value: Value) -> Self {
138 | let buffer = Self.create(minimumCapacity: 1) { _ in
| `- error: type of expression is ambiguous without a type annotation
139 | return value
140 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:153:14: error: type of expression is ambiguous without a type annotation
151 | @inlinable
152 | func lock() {
153 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
154 | LockOperations.lock(lockPtr)
155 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:160:14: error: type of expression is ambiguous without a type annotation
158 | @inlinable
159 | func unlock() {
160 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
161 | LockOperations.unlock(lockPtr)
162 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:167:14: error: type of expression is ambiguous without a type annotation
165 | @inlinable
166 | deinit {
167 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
168 | LockOperations.destroy(lockPtr)
169 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:174:18: error: type of expression is ambiguous without a type annotation
172 | @inlinable
173 | func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
174 | try self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
175 | return try body(lockPtr)
176 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:181:18: error: type of expression is ambiguous without a type annotation
179 | @inlinable
180 | func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
181 | try self.withUnsafeMutablePointers { valuePtr, lockPtr in
| `- error: type of expression is ambiguous without a type annotation
182 | LockOperations.lock(lockPtr)
183 | defer { LockOperations.unlock(lockPtr) }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1410/2312] Compiling CoreMetrics Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
54 | UnsafeMutablePointer.allocate(capacity: 1)
55 | #else
56 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- error: cannot find type 'pthread_mutex_t' in scope
57 | UnsafeMutablePointer.allocate(capacity: 1)
58 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:65:20: error: cannot find 'pthread_mutexattr_t' in scope
63 | InitializeSRWLock(self.mutex)
64 | #else
65 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:66:9: error: cannot find 'pthread_mutexattr_init' in scope
64 | #else
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
68 |
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:9: error: cannot find 'pthread_mutexattr_settype' in scope
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:48: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:43: error: cannot infer contextual base in reference to member 'init'
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot infer contextual base in reference to member 'init'
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:69:19: error: cannot find 'pthread_mutex_init' in scope
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
70 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
71 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:78:19: error: cannot find 'pthread_mutex_destroy' in scope
76 | // SRWLOCK does not need to be free'd
77 | #else
78 | let err = pthread_mutex_destroy(self.mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
79 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
80 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:92:19: error: cannot find 'pthread_mutex_lock' in scope
90 | AcquireSRWLockExclusive(self.mutex)
91 | #else
92 | let err = pthread_mutex_lock(self.mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
93 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
94 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:105:19: error: cannot find 'pthread_mutex_unlock' in scope
103 | ReleaseSRWLockExclusive(self.mutex)
104 | #else
105 | let err = pthread_mutex_unlock(self.mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
106 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
107 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:177:14: error: value of type 'ReadWriteLock' has no member 'rwlock'
175 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
176 | #endif
177 | self.rwlock.deallocate()
| `- error: value of type 'ReadWriteLock' has no member 'rwlock'
178 | }
179 |
[1411/2312] 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) }
[1412/2312] Compiling CoreMetrics Metrics.swift
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
54 | UnsafeMutablePointer.allocate(capacity: 1)
55 | #else
56 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- error: cannot find type 'pthread_mutex_t' in scope
57 | UnsafeMutablePointer.allocate(capacity: 1)
58 | #endif
[1412/2312] Compiling CNIOBoringSSLShims shims.c
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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 fiat_p256_adx_mul.S
[0/781] Compiling fiat_p256_adx_sqr.S
[0/791] Compiling fiat_curve25519_adx_mul.S
[3/791] Compiling fiat_curve25519_adx_square.S
[4/791] Write swift-version-24593BA9C3E375BF.txt
[5/791] Compiling CNIOBoringSSLShims shims.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>
| ^~~~~~~~~~~
1 error generated.
[6/795] Compiling tls13_server.cc
[6/795] Compiling t1_enc.cc
[6/795] Compiling tls13_both.cc
[6/795] Compiling tls13_enc.cc
[6/795] Compiling tls_method.cc
[6/795] Compiling tls_record.cc
[6/795] Compiling tls13_client.cc
BUILD FAILURE 6.1 wasm