Build Information
Failed to build postgres-nio-macros, reference v0.1.3 (c08364
), with Swift 6.1 for Wasm on 30 May 2025 17:37:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lovetodream/postgres-nio-macros.git
Reference: v0.1.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/lovetodream/postgres-nio-macros
* tag v0.1.3 -> FETCH_HEAD
HEAD is now at c08364a Adjust range of swift-syntax versions to include Swift 6.1 versions (#3)
Cloned https://github.com/lovetodream/postgres-nio-macros.git
Revision (git rev-parse @):
c08364a9808b90cb3069621fd4f481d21e9ed344
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lovetodream/postgres-nio-macros.git at v0.1.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/lovetodream/postgres-nio-macros.git
https://github.com/lovetodream/postgres-nio-macros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0-latest",
"upper_bound" : "601.0.1-latest"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "postgres-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-nio.git"
}
],
"manifest_display_name" : "postgres-nio-macros",
"name" : "postgres-nio-macros",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PostgresNIOMacros",
"targets" : [
"PostgresNIOMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PostgresNIOMacrosPlugin",
"targets" : [
"PostgresNIOMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "PostgresNIOMacrosTests",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacrosTests",
"path" : "Tests/PostgresNIOMacrosTests",
"product_dependencies" : [
"PostgresNIO"
],
"sources" : [
"StatementTests.swift"
],
"target_dependencies" : [
"PostgresNIOMacros"
],
"type" : "test"
},
{
"c99name" : "PostgresNIOMacrosPluginTests",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacrosPluginTests",
"path" : "Tests/PostgresNIOMacrosPluginTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"StatementMacroTests.swift"
],
"target_dependencies" : [
"PostgresNIOMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "PostgresNIOMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacrosPlugin",
"path" : "Sources/PostgresNIOMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"PostgresNIOMacros",
"PostgresNIOMacrosPlugin"
],
"sources" : [
"StatementMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "PostgresNIOMacros",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOMacros",
"path" : "Sources/PostgresNIOMacros",
"product_dependencies" : [
"PostgresNIO"
],
"product_memberships" : [
"PostgresNIOMacros"
],
"sources" : [
"Statement.swift"
],
"target_dependencies" : [
"PostgresNIOMacrosPlugin"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/vapor/postgres-nio.git
[1/12271] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.64s)
[1/70522] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.82s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (7.79s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
[729/4632] Fetching swift-metrics, swift-service-lifecycle
[1638/8468] Fetching swift-metrics, swift-service-lifecycle, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.95s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.95s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-log.git from cache (1.31s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/76123] Fetching swift-nio
[763/78790] Fetching swift-nio, swift-nio-transport-services
[3071/92726] Fetching swift-nio, swift-nio-transport-services, swift-crypto
[5231/94443] Fetching swift-nio, swift-nio-transport-services, swift-crypto, swift-atomics
[5369/109286] Fetching swift-nio, swift-nio-transport-services, swift-crypto, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.47s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.47s)
[82827/104902] Fetching swift-nio, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (3.50s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.51s)
[54809/76123] Fetching swift-nio
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-nio.git from cache (9.19s)
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.12s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (11.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.27s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.85s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.68s)
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.56s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.40s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.02s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.57s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.84s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.33s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.95s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.67s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.05s)
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/1630] Write sources
[38/1630] Compiling CNIOWindows shim.c
[38/1630] Compiling CNIOWASI CNIOWASI.c
[40/1630] Write sources
[44/1630] Compiling _SwiftSyntaxCShims dummy.c
[45/1630] Compiling CNIOWindows WSAStartup.c
[46/1630] Compiling CNIODarwin shim.c
[47/1630] Compiling _AtomicsShims.c
[47/1630] Compiling CNIOLinux liburing_shims.c
[49/1630] Compiling CNIOLinux shim.c
[50/1630] Compiling fiat_p256_adx_sqr.S
[51/1630] Compiling fiat_curve25519_adx_square.S
[52/1630] Compiling fiat_p256_adx_mul.S
[53/1630] Compiling fiat_curve25519_adx_mul.S
[54/1630] Write swift-version-24593BA9C3E375BF.txt
[55/1630] Compiling CNIOBoringSSLShims shims.c
[56/1634] Compiling tls13_server.cc
[57/1634] Compiling tls_method.cc
[58/1634] Compiling tls_record.cc
[59/1634] Compiling t1_enc.cc
[60/1642] Compiling tls13_client.cc
[61/1642] Compiling tls13_both.cc
[62/1642] Compiling tls13_enc.cc
[64/1678] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/1679] Compiling InternalCollectionsUtilities Descriptions.swift
[66/1679] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/1679] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/1679] Compiling InternalCollectionsUtilities Debugging.swift
[69/1679] 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
[70/1679] 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
[71/1680] Compiling _NIOBase64 Base64.swift
[72/1680] 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
[73/1680] 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
[74/1680] Emitting module _NIOBase64
[75/1682] 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
[76/1682] 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
[77/1683] Compiling Logging LogHandler.swift
[79/1683] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/1683] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/1683] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/1683] Compiling InternalCollectionsUtilities _SortedCollection.swift
[83/1683] Compiling _NIODataStructures _TinyArray.swift
[84/1683] Compiling _NIODataStructures PriorityQueue.swift
[85/1683] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[86/1683] Compiling InternalCollectionsUtilities UInt+reversed.swift
[87/1683] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[88/1683] Compiling InternalCollectionsUtilities Integer rank.swift
[90/1683] Emitting module InternalCollectionsUtilities
[92/1687] Wrapping AST for SwiftSyntax510 for debugging
[93/1689] Wrapping AST for SwiftSyntax509 for debugging
[95/1689] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/1690] Wrapping AST for SwiftSyntax600 for debugging
[97/1690] Compiling ConcurrencyHelpers LockedValueBox.swift
[99/1754] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[100/1754] Compiling SwiftSyntax SyntaxChildren.swift
[101/1756] Compiling Logging MetadataProvider.swift
[102/1756] Compiling Logging Locks.swift
[103/1756] Emitting module Logging
[104/1756] Emitting module ConcurrencyHelpers
[105/1756] Compiling ConcurrencyHelpers Lock.swift
[106/1757] Emitting module _NIODataStructures
[107/1757] Compiling Logging Logging.swift
[108/1757] Compiling _NIODataStructures Heap.swift
[112/1832] Compiling DequeModule Deque+Extras.swift
[113/1832] Compiling DequeModule Deque+Hashable.swift
[114/1832] Compiling DequeModule Deque+Descriptions.swift
[115/1832] Compiling DequeModule Deque+Equatable.swift
[116/1832] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[117/1832] Compiling DequeModule Deque+Codable.swift
[118/1832] Compiling DequeModule Deque+Collection.swift
[119/1832] Compiling DequeModule Deque+CustomReflectable.swift
[122/1834] Compiling CoreMetrics Metrics.swift
[123/1834] Compiling CoreMetrics Locks.swift
[124/1834] Emitting module CoreMetrics
[125/1835] Compiling DequeModule _DequeBuffer.swift
[126/1835] Compiling DequeModule _DequeBufferHeader.swift
[127/1835] Compiling DequeModule Deque._UnsafeHandle.swift
[128/1835] Compiling DequeModule Deque.swift
[131/1835] Compiling DequeModule Deque+Testing.swift
[132/1835] Compiling DequeModule Deque._Storage.swift
[136/1835] Emitting module UnixSignals
[137/1835] Compiling UnixSignals UnixSignalsSequence.swift
[138/1835] Compiling UnixSignals UnixSignal.swift
[139/1836] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[140/1836] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[141/1836] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[142/1836] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[143/1836] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[144/1836] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[145/1836] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[146/1836] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[147/1836] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[148/1836] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[149/1836] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[150/1836] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[151/1836] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[152/1836] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[153/1836] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[154/1836] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[155/1843] Compiling DequeModule _DequeSlot.swift
[156/1843] Compiling DequeModule _UnsafeWrappedBuffer.swift
[158/1843] Compiling OrderedCollections OrderedDictionary.swift
[159/1843] Compiling OrderedCollections OrderedSet+Codable.swift
[160/1843] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[161/1843] Compiling OrderedCollections OrderedSet+Descriptions.swift
[162/1843] Compiling OrderedCollections OrderedSet+Diffing.swift
[163/1843] Compiling OrderedCollections OrderedSet+Equatable.swift
[164/1843] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[165/1843] Compiling OrderedCollections OrderedSet+Hashable.swift
[166/1843] Compiling OrderedCollections OrderedSet+Initializers.swift
[167/1843] Compiling OrderedCollections OrderedSet+Insertions.swift
[168/1843] Compiling OrderedCollections OrderedSet+Invariants.swift
[169/1843] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[170/1843] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[171/1843] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[172/1843] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[173/1843] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[176/1843] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[177/1843] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[178/1843] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[179/1843] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[180/1843] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[181/1843] Compiling OrderedCollections OrderedDictionary+Values.swift
[188/1843] Emitting module SwiftASN1
[189/1846] Compiling ssl_versions.cc
[193/1846] Emitting module DequeModule
[194/1847] Compiling ssl_x509.cc
[196/1847] Compiling OrderedCollections OrderedSet+Sendable.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
[197/1847] Compiling OrderedCollections OrderedSet+SubSequence.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
[198/1847] Compiling OrderedCollections OrderedSet+Testing.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
[199/1847] Compiling OrderedCollections OrderedSet+UnorderedView.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
[200/1847] Compiling OrderedCollections OrderedSet+UnstableInternals.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
[201/1847] Compiling OrderedCollections OrderedSet.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
[202/1847] Compiling OrderedCollections _UnsafeBitset.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
[203/1847] Compiling SwiftSyntax TokenSequence.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
[204/1847] Compiling SwiftSyntax TokenSyntax.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
[227/1856] Compiling ssl_transcript.cc
[229/1856] Emitting module Metrics
[230/1856] Compiling Metrics Metrics.swift
[232/1857] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[242/1858] Compiling ssl_stat.cc
[243/1858] Compiling ssl_session.cc
[244/1858] Compiling ssl_privkey.cc
[245/1858] Compiling ssl_lib.cc
[246/1858] Compiling ssl_key_share.cc
[247/1858] Compiling ssl_file.cc
[248/1858] Compiling ssl_credential.cc
[249/1858] Compiling ssl_cipher.cc
[250/1858] Compiling ssl_buffer.cc
[251/1858] Compiling ssl_cert.cc
[252/1858] Compiling ssl_asn1.cc
[253/1858] Compiling ssl_aead_ctx.cc
[254/1858] Compiling s3_pkt.cc
[255/1858] Compiling s3_lib.cc
[256/1858] Compiling s3_both.cc
[257/1858] Compiling handshake_client.cc
[258/1858] Compiling handshake_server.cc
[259/1858] Compiling handshake.cc
[260/1858] Compiling handoff.cc
[261/1858] Compiling encrypted_client_hello.cc
[262/1858] Compiling dtls_record.cc
[263/1858] Compiling extensions.cc
[264/1858] Compiling md5-x86_64-linux.S
[265/1858] Compiling dtls_method.cc
[266/1858] Compiling md5-x86_64-apple.S
[267/1858] Compiling md5-586-linux.S
[268/1858] Compiling md5-586-apple.S
[269/1858] Compiling d1_srtp.cc
[270/1858] Compiling chacha20_poly1305_x86_64-linux.S
[271/1858] Compiling chacha20_poly1305_x86_64-apple.S
[272/1858] Compiling chacha20_poly1305_armv8-win.S
[273/1858] Compiling chacha20_poly1305_armv8-linux.S
[274/1858] Compiling chacha20_poly1305_armv8-apple.S
[275/1858] Compiling chacha-x86_64-linux.S
[276/1858] Compiling chacha-x86_64-apple.S
[277/1858] Compiling chacha-x86-linux.S
[278/1858] Compiling chacha-x86-apple.S
[279/1858] Compiling chacha-armv8-win.S
[280/1858] Compiling err_data.cc
[281/1858] Compiling chacha-armv8-linux.S
[282/1858] Compiling chacha-armv4-linux.S
[283/1858] Compiling chacha-armv8-apple.S
[284/1858] Compiling aes128gcmsiv-x86_64-linux.S
[285/1858] Compiling aes128gcmsiv-x86_64-apple.S
[286/1858] Compiling x86_64-mont5-linux.S
[287/1858] Compiling x86_64-mont5-apple.S
[288/1858] Compiling x86_64-mont-linux.S
[289/1858] Compiling x86-mont-linux.S
[290/1858] Compiling x86_64-mont-apple.S
[291/1858] Compiling x86-mont-apple.S
[292/1858] Compiling vpaes-x86_64-linux.S
[293/1858] Compiling vpaes-x86_64-apple.S
[294/1858] Compiling vpaes-x86-linux.S
[295/1858] Compiling vpaes-x86-apple.S
[296/1858] Compiling vpaes-armv8-win.S
[297/1858] Compiling vpaes-armv8-linux.S
[298/1858] Compiling vpaes-armv8-apple.S
[299/1858] Compiling vpaes-armv7-linux.S
[300/1858] Compiling sha512-x86_64-apple.S
[301/1858] Compiling sha512-x86_64-linux.S
[302/1858] Compiling sha512-armv8-win.S
[303/1858] Compiling sha512-armv8-linux.S
[304/1858] Compiling sha512-armv8-apple.S
[305/1858] Compiling bio_ssl.cc
[306/1858] Compiling sha512-armv4-linux.S
[307/1858] Compiling sha512-586-linux.S
[308/1858] Compiling d1_pkt.cc
[309/1858] Compiling sha512-586-apple.S
[310/1858] Compiling sha256-x86_64-linux.S
[311/1858] Compiling sha256-x86_64-apple.S
[312/1858] Compiling sha256-armv8-linux.S
[312/1858] Compiling sha256-armv8-win.S
[314/1858] Compiling sha256-armv8-apple.S
[315/1858] Compiling sha256-armv4-linux.S
[316/1858] Compiling sha256-586-linux.S
[317/1858] Compiling sha256-586-apple.S
[318/1858] Compiling sha1-x86_64-apple.S
[319/1858] Compiling sha1-x86_64-linux.S
[320/1858] Compiling sha1-armv8-win.S
[321/1858] Compiling sha1-armv8-linux.S
[322/1858] Compiling sha1-armv8-apple.S
[323/1858] Compiling sha1-armv4-large-linux.S
[324/1858] Compiling sha1-586-linux.S
[325/1858] Compiling sha1-586-apple.S
[326/1858] Compiling rdrand-x86_64-linux.S
[327/1858] Compiling rsaz-avx2-apple.S
[328/1858] Compiling rsaz-avx2-linux.S
[329/1858] Compiling rdrand-x86_64-apple.S
[330/1858] Compiling p256_beeu-x86_64-asm-linux.S
[331/1858] Compiling p256_beeu-x86_64-asm-apple.S
[332/1858] Compiling p256_beeu-armv8-asm-apple.S
[333/1858] Compiling p256_beeu-armv8-asm-linux.S
[334/1858] Compiling p256_beeu-armv8-asm-win.S
[335/1858] Compiling p256-x86_64-asm-apple.S
[336/1858] Compiling p256-x86_64-asm-linux.S
[337/1858] Compiling d1_lib.cc
[338/1858] Compiling p256-armv8-asm-linux.S
[339/1858] Compiling p256-armv8-asm-win.S
[340/1858] Compiling p256-armv8-asm-apple.S
[341/1858] Compiling ghashv8-armv7-linux.S
[342/1858] Compiling ghashv8-armv8-apple.S
[342/1858] Compiling ghashv8-armv8-win.S
[344/1858] Compiling ghashv8-armv8-linux.S
[345/1858] Compiling ghash-x86_64-apple.S
[346/1858] Compiling ghash-x86_64-linux.S
[347/1858] Compiling ghash-ssse3-x86_64-apple.S
[348/1858] Compiling ghash-x86-linux.S
[349/1858] Compiling ghash-x86-apple.S
[350/1858] Compiling ghash-ssse3-x86-apple.S
[351/1858] Compiling ghash-ssse3-x86-linux.S
[352/1858] Compiling ghash-ssse3-x86_64-linux.S
[353/1858] Compiling ghash-neon-armv8-win.S
[354/1858] Compiling d1_both.cc
[355/1858] Compiling ghash-neon-armv8-linux.S
[356/1858] Compiling ghash-armv4-linux.S
[357/1858] Compiling co-586-apple.S
[358/1858] Compiling ghash-neon-armv8-apple.S
[359/1858] Compiling co-586-linux.S
[360/1858] Compiling bsaes-armv7-linux.S
[361/1858] Compiling bn-armv8-win.S
[362/1858] Compiling bn-armv8-linux.S
[363/1858] Compiling bn-armv8-apple.S
[364/1858] Compiling bn-586-linux.S
[365/1858] Compiling bn-586-apple.S
[366/1858] Compiling armv8-mont-win.S
[367/1858] Compiling armv8-mont-linux.S
[368/1858] Compiling armv4-mont-linux.S
[369/1858] Compiling armv8-mont-apple.S
[370/1858] Compiling aesv8-gcm-armv8-win.S
[371/1858] Compiling aesv8-gcm-armv8-apple.S
[372/1858] Compiling aesv8-armv8-win.S
[373/1858] Compiling aesv8-gcm-armv8-linux.S
[374/1858] Compiling aesv8-armv8-linux.S
[375/1858] Compiling aesv8-armv8-apple.S
[376/1858] Compiling aesni-x86_64-linux.S
[377/1858] Compiling aesni-x86_64-apple.S
[378/1858] Compiling aesv8-armv7-linux.S
[379/1858] Compiling aesni-x86-linux.S
[380/1858] Compiling aesni-x86-apple.S
[381/1858] Compiling aesni-gcm-x86_64-linux.S
[382/1858] Compiling aesni-gcm-x86_64-apple.S
[383/1858] Compiling aes-gcm-avx2-x86_64-linux.S
[384/1858] Compiling aes-gcm-avx2-x86_64-apple.S
[385/1858] Compiling aes-gcm-avx10-x86_64-linux.S
[386/1858] Compiling aes-gcm-avx10-x86_64-apple.S
[388/1858] 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
[388/1858] Compiling x_x509a.cc
[389/1858] Compiling x_spki.cc
[390/1858] Compiling x_sig.cc
[391/1858] Compiling x_req.cc
[392/1858] Compiling x_val.cc
[393/1858] Compiling x_pubkey.cc
[394/1858] Compiling x_x509.cc
[395/1858] Compiling x_attrib.cc
[396/1858] Compiling x_crl.cc
[397/1858] Compiling x_name.cc
[398/1858] Compiling x_exten.cc
[399/1858] Compiling x509spki.cc
[400/1858] Compiling x_all.cc
[401/1858] Compiling x_algor.cc
[402/1858] Compiling x509rset.cc
[403/1858] Compiling x509cset.cc
[404/1858] Compiling x509name.cc
[405/1858] Compiling x509_v3.cc
[406/1858] Compiling x509_txt.cc
[407/1858] Compiling x509_vpm.cc
[408/1858] Compiling x509_vfy.cc
[409/1858] Compiling x509_trs.cc
[410/1858] Compiling x509_set.cc
[411/1858] Compiling x509_lu.cc
[412/1858] Compiling x509_req.cc
[413/1858] Compiling x509_def.cc
[414/1858] Compiling x509_obj.cc
[415/1858] Compiling x509_ext.cc
[416/1858] Compiling x509_d2.cc
[417/1858] Compiling x509_cmp.cc
[418/1858] Compiling x509.cc
[419/1858] Compiling x509_att.cc
[420/1858] Compiling v3_utl.cc
[421/1858] Compiling v3_purp.cc
[422/1858] Compiling v3_skey.cc
[423/1858] Compiling v3_prn.cc
[424/1858] Compiling v3_pmaps.cc
[425/1858] Compiling v3_ocsp.cc
[426/1858] Compiling v3_pcons.cc
[427/1858] Compiling v3_int.cc
[428/1858] Compiling v3_lib.cc
[429/1858] Compiling v3_ncons.cc
[430/1858] Compiling v3_info.cc
[431/1858] Compiling v3_ia5.cc
[432/1858] Compiling v3_crld.cc
[433/1858] Compiling v3_genn.cc
[434/1858] Compiling v3_extku.cc
[435/1858] Compiling v3_enum.cc
[436/1858] Compiling v3_cpols.cc
[437/1858] Compiling v3_conf.cc
[438/1858] Compiling t_x509.cc
[439/1858] Compiling v3_bitst.cc
[440/1858] Compiling v3_bcons.cc
[441/1858] Compiling v3_alt.cc
[442/1858] Compiling v3_akeya.cc
[443/1858] Compiling v3_akey.cc
[444/1858] Compiling t_x509a.cc
[445/1858] Compiling t_req.cc
[446/1858] Compiling i2d_pr.cc
[447/1858] Compiling t_crl.cc
[448/1858] Compiling rsa_pss.cc
[449/1858] Compiling name_print.cc
[450/1858] Compiling policy.cc
[451/1858] Compiling by_file.cc
[452/1858] Compiling algorithm.cc
[453/1858] Compiling by_dir.cc
[454/1858] Compiling asn1_gen.cc
[455/1858] Compiling a_digest.cc
[456/1858] Compiling voprf.cc
[457/1858] Compiling a_sign.cc
[458/1858] Compiling a_verify.cc
[459/1858] Compiling thread_win.cc
[460/1858] Compiling thread_pthread.cc
[461/1858] Compiling thread_none.cc
[462/1858] Compiling thread.cc
[463/1858] Compiling stack.cc
[464/1858] Compiling trust_token.cc
[465/1858] Compiling pmbtoken.cc
[466/1858] Compiling siphash.cc
[467/1858] Compiling sha512.cc
[468/1858] Compiling sha256.cc
[469/1858] Compiling sha1.cc
[470/1858] Compiling slhdsa.cc
[471/1858] Compiling rsa_print.cc
[472/1858] Compiling spake2plus.cc
[473/1858] Compiling rsa_extra.cc
[474/1858] Compiling rsa_crypt.cc
[475/1858] Compiling rc4.cc
[476/1858] Compiling refcount.cc
[477/1858] Compiling trusty.cc
[478/1858] Compiling windows.cc
[479/1858] Compiling urandom.cc
[480/1858] Compiling rsa_asn1.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
[499/1858] Compiling ios.cc
[500/1858] Compiling rand.cc
[501/1858] Compiling passive.cc
[502/1858] Compiling poly1305_arm_asm.S
[503/1858] Compiling getentropy.cc
[504/1858] Compiling deterministic.cc
[505/1858] Compiling forkunsafe.cc
[506/1858] Compiling fork_detect.cc
[507/1858] Compiling poly1305_arm.cc
[508/1858] Compiling poly1305.cc
[509/1858] Compiling poly1305_vec.cc
[510/1858] Compiling pool.cc
[511/1858] Compiling pkcs7.cc
[512/1858] Compiling pkcs8.cc
[513/1858] Compiling pkcs8_x509.cc
[514/1858] Compiling pkcs7_x509.cc
[515/1858] Compiling pem_xaux.cc
[516/1858] Compiling p5_pbev2.cc
[517/1858] Compiling pem_x509.cc
[518/1858] Compiling pem_pkey.cc
[519/1858] Compiling pem_pk8.cc
[520/1858] Compiling obj_xref.cc
[521/1858] Compiling pem_info.cc
[522/1858] Compiling mlkem.cc
[523/1858] Compiling pem_oth.cc
[524/1858] Compiling mem.cc
[525/1858] Compiling mldsa.cc
[526/1858] Compiling pem_all.cc
[527/1858] Compiling pem_lib.cc
[528/1858] Compiling obj.cc
[529/1858] Compiling lhash.cc
[530/1858] Compiling fips_shared_support.cc
[531/1858] Compiling poly_rq_mul.S
[532/1858] Compiling md5.cc
[533/1858] Compiling md4.cc
[534/1858] Compiling kyber.cc
[535/1858] Compiling sign.cc
[536/1858] Compiling ex_data.cc
[537/1858] Compiling scrypt.cc
[538/1858] Compiling hrss.cc
[539/1858] Compiling hpke.cc
[540/1858] Compiling print.cc
[541/1858] Compiling pbkdf.cc
[542/1858] Compiling p_x25519.cc
[543/1858] Compiling p_x25519_asn1.cc
[544/1858] Compiling p_rsa_asn1.cc
[545/1858] Compiling p_ed25519.cc
[546/1858] Compiling p_rsa.cc
[547/1858] Compiling p_hkdf.cc
[548/1858] Compiling p_ed25519_asn1.cc
[549/1858] Compiling p_ec_asn1.cc
[550/1858] Compiling p_ec.cc
[551/1858] Compiling p_dh_asn1.cc
[552/1858] Compiling p_dh.cc
[553/1858] Compiling evp_ctx.cc
[554/1858] Compiling p_dsa_asn1.cc
[555/1858] Compiling err.cc
[556/1858] Compiling evp.cc
[557/1858] Compiling engine.cc
[558/1858] Compiling evp_asn1.cc
[559/1858] Compiling ecdh.cc
[560/1858] Compiling ec_derive.cc
[561/1858] Compiling ecdsa_asn1.cc
[562/1858] Compiling hash_to_curve.cc
[563/1858] Compiling ec_asn1.cc
[564/1858] Compiling dsa_asn1.cc
[565/1858] Compiling dsa.cc
[566/1858] Compiling params.cc
[567/1858] Compiling digest_extra.cc
[568/1858] Compiling x25519-asm-arm.S
[569/1858] Compiling dh_asn1.cc
[570/1858] Compiling des.cc
[571/1858] Compiling bcm.cc
[572/1858] Compiling spake25519.cc
[573/1858] Compiling crypto.cc
[574/1858] Compiling curve25519.cc
[575/1858] Compiling cpu_intel.cc
[576/1858] Compiling cpu_arm_linux.cc
[577/1858] Compiling cpu_arm_freebsd.cc
[578/1858] Compiling cpu_aarch64_win.cc
[579/1858] Compiling cpu_aarch64_sysreg.cc
[580/1858] Compiling cpu_aarch64_openbsd.cc
[581/1858] Compiling cpu_aarch64_fuchsia.cc
[582/1858] Compiling curve25519_64_adx.cc
[583/1858] Compiling cpu_aarch64_linux.cc
[584/1858] Compiling cpu_aarch64_apple.cc
[585/1858] Compiling get_cipher.cc
[586/1858] Compiling conf.cc
[587/1858] Compiling e_rc4.cc
[588/1858] Compiling tls_cbc.cc
[589/1858] Compiling e_tls.cc
[590/1858] Compiling e_rc2.cc
[591/1858] Compiling e_des.cc
[592/1858] Compiling e_null.cc
[593/1858] Compiling e_aesgcmsiv.cc
[594/1858] Compiling e_chacha20poly1305.cc
[595/1858] Compiling derive_key.cc
[596/1858] Compiling e_aesctrhmac.cc
[597/1858] Compiling chacha.cc
[598/1858] Compiling buf.cc
[599/1858] Compiling unicode.cc
[600/1858] Compiling ber.cc
[601/1858] Compiling blake2.cc
[602/1858] Compiling cbb.cc
[603/1858] Compiling cbs.cc
[604/1858] Compiling asn1_compat.cc
[605/1858] Compiling convert.cc
[606/1858] Compiling bn_asn1.cc
[607/1858] Compiling printf.cc
[608/1858] Compiling socket_helper.cc
[609/1858] Compiling socket.cc
[610/1858] Compiling pair.cc
[611/1858] Compiling hexdump.cc
[612/1858] Compiling errno.cc
[613/1858] Compiling file.cc
[614/1858] Compiling fd.cc
[615/1858] Compiling connect.cc
[616/1858] Compiling base64.cc
[617/1858] Compiling bio_mem.cc
[618/1858] Compiling bio.cc
[619/1858] Compiling tasn_typ.cc
[620/1858] Compiling tasn_fre.cc
[621/1858] Compiling posix_time.cc
[622/1858] Compiling tasn_enc.cc
[623/1858] Compiling tasn_utl.cc
[624/1858] Compiling tasn_new.cc
[625/1858] Compiling f_string.cc
[626/1858] Compiling tasn_dec.cc
[627/1858] Compiling f_int.cc
[628/1858] Compiling asn1_par.cc
[629/1858] Compiling asn_pack.cc
[630/1858] Compiling a_utctm.cc
[631/1858] Compiling asn1_lib.cc
[632/1858] Compiling a_octet.cc
[633/1858] Compiling a_type.cc
[634/1858] Compiling a_time.cc
[635/1858] Compiling a_strex.cc
[636/1858] Compiling a_strnid.cc
[637/1858] Compiling a_i2d_fp.cc
[638/1858] Compiling a_d2i_fp.cc
[639/1858] Compiling a_dup.cc
[640/1858] Compiling a_bitstr.cc
[641/1858] Compiling a_mbstr.cc
[642/1858] Compiling a_object.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
[670/1858] Compiling fiat_p256_adx_sqr.S
[671/1858] Compiling a_int.cc
[672/1858] Compiling fiat_p256_adx_mul.S
[673/1858] Compiling a_gentm.cc
[674/1858] Compiling fiat_curve25519_adx_mul.S
[675/1858] Compiling fiat_curve25519_adx_square.S
[676/1858] Compiling md5-x86_64-linux.S
[677/1858] Compiling md5-x86_64-apple.S
[678/1858] Compiling md5-586-linux.S
[679/1858] Compiling md5-586-apple.S
[680/1858] Compiling chacha20_poly1305_x86_64-apple.S
[681/1858] Compiling chacha20_poly1305_x86_64-linux.S
[682/1858] Compiling a_bool.cc
[683/1858] Compiling chacha20_poly1305_armv8-win.S
[684/1858] Compiling chacha20_poly1305_armv8-linux.S
[685/1858] Compiling chacha20_poly1305_armv8-apple.S
[686/1858] Compiling CCryptoBoringSSLShims shims.c
[687/1858] Compiling chacha-x86_64-linux.S
[688/1858] Compiling chacha-x86_64-apple.S
[689/1858] Compiling chacha-x86-linux.S
[690/1858] Compiling chacha-x86-apple.S
[691/1858] Compiling err_data.cc
[692/1858] Compiling chacha-armv8-win.S
[693/1858] Compiling chacha-armv8-linux.S
[694/1858] Compiling chacha-armv8-apple.S
[695/1858] Compiling chacha-armv4-linux.S
[696/1858] Compiling aes128gcmsiv-x86_64-apple.S
[697/1858] Compiling x86_64-mont5-linux.S
[698/1858] Compiling x86_64-mont5-apple.S
[699/1858] Compiling aes128gcmsiv-x86_64-linux.S
[700/1858] Compiling x86_64-mont-apple.S
[701/1858] Compiling x86_64-mont-linux.S
[701/1858] Compiling x86-mont-linux.S
[703/1858] Compiling x86-mont-apple.S
[704/1858] Compiling vpaes-x86_64-linux.S
[705/1858] Compiling vpaes-x86-linux.S
[706/1858] Compiling vpaes-x86_64-apple.S
[707/1858] Compiling vpaes-x86-apple.S
[708/1858] Compiling vpaes-armv8-win.S
[709/1858] Compiling vpaes-armv8-linux.S
[710/1858] Compiling vpaes-armv8-apple.S
[711/1858] Compiling vpaes-armv7-linux.S
[712/1858] Compiling sha512-x86_64-linux.S
[713/1858] Compiling sha512-armv8-win.S
[714/1858] Compiling sha512-x86_64-apple.S
[715/1858] Compiling sha512-armv8-linux.S
[716/1858] Compiling sha512-armv8-apple.S
[717/1858] Compiling sha512-586-linux.S
[718/1858] Compiling sha512-586-apple.S
[719/1858] Compiling sha512-armv4-linux.S
[720/1858] Compiling sha256-x86_64-linux.S
[721/1858] Compiling sha256-x86_64-apple.S
[722/1858] Compiling sha256-armv8-win.S
[723/1858] Compiling sha256-armv4-linux.S
[724/1858] Compiling sha256-armv8-linux.S
[725/1858] Compiling sha256-armv8-apple.S
[726/1858] Compiling sha256-586-apple.S
[727/1858] Compiling sha256-586-linux.S
[728/1858] Compiling sha1-x86_64-apple.S
[729/1858] Compiling sha1-x86_64-linux.S
[730/1858] Compiling sha1-armv8-win.S
[731/1858] Compiling sha1-armv8-linux.S
[732/1858] Compiling sha1-armv8-apple.S
[733/1858] Compiling sha1-armv4-large-linux.S
[734/1858] Compiling sha1-586-apple.S
[735/1858] Compiling c-nioatomics.c
[736/1858] Compiling sha1-586-linux.S
[737/1858] Compiling rsaz-avx2-apple.S
[738/1858] Compiling rsaz-avx2-linux.S
[739/1858] Compiling rdrand-x86_64-linux.S
[740/1858] Compiling p256_beeu-x86_64-asm-apple.S
[741/1858] Compiling rdrand-x86_64-apple.S
[742/1858] Compiling p256_beeu-x86_64-asm-linux.S
[743/1858] Compiling p256_beeu-armv8-asm-win.S
[744/1858] Compiling p256_beeu-armv8-asm-linux.S
[745/1858] Compiling p256_beeu-armv8-asm-apple.S
[746/1858] Compiling p256-x86_64-asm-apple.S
[747/1858] Compiling p256-armv8-asm-linux.S
[748/1858] Compiling p256-armv8-asm-win.S
[749/1858] Compiling p256-x86_64-asm-linux.S
[750/1858] Compiling p256-armv8-asm-apple.S
[751/1858] Compiling ghashv8-armv8-win.S
[752/1858] Compiling ghashv8-armv8-linux.S
[753/1858] Compiling ghashv8-armv8-apple.S
[754/1858] Compiling c-atomics.c
[755/1858] Compiling ghash-x86-linux.S
[756/1858] Compiling ghash-ssse3-x86_64-linux.S
[756/1858] Compiling ghash-ssse3-x86_64-apple.S
[756/1858] Compiling ghashv8-armv7-linux.S
[759/1858] Compiling ghash-x86_64-linux.S
[760/1858] Compiling ghash-x86_64-apple.S
[761/1858] Compiling ghash-x86-apple.S
[762/1858] Compiling ghash-armv4-linux.S
[763/1858] Compiling ghash-ssse3-x86-linux.S
[764/1858] Compiling ghash-ssse3-x86-apple.S
[764/1858] Compiling ghash-neon-armv8-apple.S
[766/1858] Compiling ghash-neon-armv8-win.S
[767/1858] Compiling ghash-neon-armv8-linux.S
[768/1864] Compiling bsaes-armv7-linux.S
[769/1864] Compiling bn-armv8-win.S
[770/1864] Compiling co-586-linux.S
[771/1864] Compiling co-586-apple.S
[772/1864] Compiling bn-armv8-apple.S
[773/1864] Compiling bn-armv8-linux.S
[774/1864] Compiling armv8-mont-win.S
[775/1864] Compiling bn-586-linux.S
[776/1864] Compiling armv8-mont-linux.S
[777/1864] Compiling bn-586-apple.S
[778/1864] Compiling armv4-mont-linux.S
[779/1864] Compiling armv8-mont-apple.S
[780/1864] Compiling aesv8-gcm-armv8-win.S
[781/1864] Compiling aesv8-armv8-win.S
[782/1864] Compiling aesv8-gcm-armv8-apple.S
[783/1864] Compiling aesv8-gcm-armv8-linux.S
[784/1864] Compiling aesv8-armv8-apple.S
[785/1864] Compiling aesv8-armv8-linux.S
[786/1864] Compiling aesv8-armv7-linux.S
[787/1864] Compiling aesni-x86-linux.S
[788/1864] Compiling aesni-x86_64-apple.S
[789/1864] Compiling aesni-x86_64-linux.S
[790/1864] Compiling aesni-gcm-x86_64-linux.S
[791/1864] Compiling aesni-x86-apple.S
[792/1864] Compiling aes-gcm-avx10-x86_64-apple.S
[793/1864] Compiling aes-gcm-avx10-x86_64-linux.S
[794/1864] Compiling aesni-gcm-x86_64-apple.S
[796/1864] Compiling NIOConcurrencyHelpers lock.swift
[797/1864] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[798/1864] Emitting module NIOConcurrencyHelpers
[799/1864] Compiling NIOConcurrencyHelpers NIOLock.swift
[800/1864] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[801/1864] Compiling NIOConcurrencyHelpers atomics.swift
[802/1865] Compiling x_spki.cc
[803/1865] Compiling x_x509.cc
[804/1865] Compiling x_req.cc
[805/1865] Compiling x_x509a.cc
[806/1865] Compiling x_val.cc
[807/1865] Compiling x_sig.cc
[808/1865] Compiling x_pubkey.cc
[809/1865] Compiling x_exten.cc
[810/1865] Compiling x_name.cc
[811/1865] Compiling x_algor.cc
[812/1865] Compiling x_attrib.cc
[813/1865] Compiling x_all.cc
[814/1865] Compiling x_crl.cc
[815/1865] Compiling x509spki.cc
[816/1865] Compiling x509rset.cc
[817/1865] Compiling x509cset.cc
[818/1865] Compiling x509name.cc
[819/1865] Compiling x509_v3.cc
[820/1865] Compiling x509_vpm.cc
[821/1865] Compiling x509_vfy.cc
[822/1865] Compiling x509_txt.cc
[823/1865] Compiling x509_set.cc
[824/1865] Compiling x509_req.cc
[825/1865] Compiling x509_trs.cc
[826/1865] Compiling x509_obj.cc
[827/1865] Compiling x509_lu.cc
[828/1865] Compiling x509_ext.cc
[829/1865] Compiling x509_def.cc
[830/1865] Compiling x509_cmp.cc
[831/1865] Compiling x509_d2.cc
[832/1865] Compiling x509.cc
[833/1865] Compiling x509_att.cc
[834/1865] Compiling v3_skey.cc
[835/1865] Compiling v3_utl.cc
[836/1865] Compiling v3_purp.cc
[837/1865] Compiling v3_prn.cc
[838/1865] Compiling v3_pmaps.cc
[839/1865] Compiling v3_ocsp.cc
[840/1865] Compiling v3_pcons.cc
[841/1865] Compiling v3_ncons.cc
[842/1865] Compiling v3_int.cc
[843/1865] Compiling v3_lib.cc
[844/1865] Compiling v3_info.cc
[845/1865] Compiling v3_ia5.cc
[846/1865] Compiling v3_enum.cc
[847/1865] Compiling v3_genn.cc
[848/1865] Compiling v3_extku.cc
[849/1865] Compiling v3_crld.cc
[850/1865] Compiling v3_cpols.cc
[851/1865] Compiling v3_conf.cc
[852/1865] Compiling v3_alt.cc
[853/1865] Compiling v3_bitst.cc
[854/1865] Compiling v3_akeya.cc
[855/1865] Compiling v3_bcons.cc
[856/1865] Compiling v3_akey.cc
[857/1865] Compiling t_x509a.cc
[858/1865] Compiling name_print.cc
[859/1865] Compiling t_x509.cc
[860/1865] Compiling t_crl.cc
[861/1865] Compiling policy.cc
[862/1865] Compiling t_req.cc
[863/1865] Compiling i2d_pr.cc
[864/1865] Compiling rsa_pss.cc
[865/1865] Compiling by_file.cc
[866/1865] Compiling by_dir.cc
[867/1865] Compiling a_verify.cc
[868/1865] Compiling a_sign.cc
[869/1865] Compiling asn1_gen.cc
[870/1865] Compiling algorithm.cc
[871/1865] Compiling a_digest.cc
[872/1865] Compiling voprf.cc
[873/1865] Compiling thread_win.cc
[874/1865] Compiling thread.cc
[875/1865] Compiling thread_pthread.cc
[876/1865] Compiling thread_none.cc
[877/1865] Compiling trust_token.cc
[878/1865] Compiling stack.cc
[879/1865] Compiling pmbtoken.cc
[880/1865] Compiling wots.cc
[881/1865] Compiling thash.cc
[882/1865] Compiling merkle.cc
[883/1865] Compiling siphash.cc
[884/1865] Compiling slhdsa.cc
[885/1865] Compiling sha512.cc
[886/1865] Compiling fors.cc
[887/1865] Compiling sha256.cc
[888/1865] Compiling sha1.cc
[889/1865] Compiling rsa_extra.cc
[890/1865] Compiling refcount.cc
[891/1865] Compiling rsa_print.cc
[892/1865] Compiling rsa_crypt.cc
[893/1865] Compiling rc4.cc
[894/1865] Compiling rsa_asn1.cc
[895/1865] Compiling windows.cc
[896/1865] Compiling urandom.cc
[897/1865] Compiling trusty.cc
[898/1865] Compiling rand_extra.cc
[899/1865] Compiling ios.cc
[900/1865] Compiling passive.cc
[901/1865] Compiling getentropy.cc
[902/1865] Compiling deterministic.cc
[903/1865] Compiling poly1305_arm_asm.S
[904/1865] Compiling forkunsafe.cc
[905/1865] Compiling fork_detect.cc
[906/1865] Compiling poly1305.cc
[907/1865] Compiling poly1305_arm.cc
[908/1865] Compiling pool.cc
[909/1865] Compiling poly1305_vec.cc
[910/1865] Compiling pkcs8_x509.cc
[911/1865] Compiling pkcs7.cc
[912/1865] Compiling pkcs8.cc
[913/1865] Compiling p5_pbev2.cc
[914/1865] Compiling pkcs7_x509.cc
[915/1865] Compiling pem_xaux.cc
[916/1865] Compiling pem_x509.cc
[917/1865] Compiling pem_oth.cc
[918/1865] Compiling pem_pk8.cc
[919/1865] Compiling pem_pkey.cc
[920/1865] Compiling obj_xref.cc
[921/1865] Compiling mldsa.cc
[922/1865] Compiling pem_lib.cc
[923/1865] Compiling pem_info.cc
[924/1865] Compiling pem_all.cc
[925/1865] Compiling obj.cc
[925/1865] Compiling mlkem.cc
[927/1865] Compiling mem.cc
[928/1865] Compiling poly_rq_mul.S
[929/1865] Compiling fips_shared_support.cc
[930/1865] Compiling md5.cc
[931/1865] Compiling md4.cc
[932/1865] Compiling lhash.cc
[933/1865] Compiling hpke.cc
[934/1865] Compiling ex_data.cc
[935/1865] Compiling kyber.cc
[936/1865] Compiling sign.cc
[937/1865] Compiling scrypt.cc
[938/1865] Compiling hrss.cc
[939/1865] Compiling print.cc
[940/1865] Compiling pbkdf.cc
[941/1865] Compiling p_x25519_asn1.cc
[942/1865] Compiling p_x25519.cc
[943/1865] Compiling p_rsa_asn1.cc
[944/1865] Compiling p_hkdf.cc
[945/1865] Compiling p_ed25519.cc
[946/1865] Compiling p_rsa.cc
[947/1865] Compiling p_ed25519_asn1.cc
[948/1865] Compiling p_ec_asn1.cc
[949/1865] Compiling p_ec.cc
[950/1865] Compiling p_dsa_asn1.cc
[952/1865] 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
[953/1865] 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
[954/1865] 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
[955/1865] 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
[956/1865] 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
[957/1865] 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
[958/1865] 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
[959/1865] 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
[960/1865] 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
[960/1866] Compiling p_dh_asn1.cc
[961/1866] Compiling evp_ctx.cc
[962/1866] Compiling p_dh.cc
[964/1866] Compiling evp_asn1.cc
[965/1866] Compiling err.cc
[966/1866] Compiling evp.cc
[967/1866] Compiling ecdh_extra.cc
[968/1866] Compiling engine.cc
[969/1866] Compiling ecdsa_asn1.cc
[970/1866] Compiling hash_to_curve.cc
[971/1866] Compiling dsa_asn1.cc
[972/1869] Compiling ec_derive.cc
[973/1923] Wrapping AST for SwiftSyntax for debugging
[975/1924] 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
[975/1925] Compiling ec_asn1.cc
[977/1925] 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
[978/1925] 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
[979/1925] 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
[980/1925] 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
[981/1925] 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
[982/1925] 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
[983/1925] 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
[984/1925] 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
[984/1925] Compiling dsa.cc
[986/1925] 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
[987/1925] 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
[987/1925] Compiling params.cc
[989/1925] 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
[989/1925] Compiling digest_extra.cc
[991/1925] 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
[992/1925] 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
[993/1925] 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
[994/1925] 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
[994/1926] Compiling dh_asn1.cc
[997/1926] 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
[998/1926] 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
[999/1926] 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
[1000/1926] 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
[1001/1926] 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
[1001/1931] Compiling x25519-asm-arm.S
[1002/1931] Compiling des.cc
[1003/1931] Compiling spake25519.cc
[1004/1931] Wrapping AST for SwiftDiagnostics for debugging
[1006/1931] 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
[1007/1931] 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
[1008/1932] Wrapping AST for SwiftBasicFormat for debugging
[1009/1932] Compiling crypto.cc
[1010/1932] Compiling cpu_arm_linux.cc
[1011/1932] Compiling cpu_intel.cc
[1012/1932] Compiling bcm.cc
[1013/1932] Compiling curve25519.cc
[1014/1932] Compiling cpu_aarch64_openbsd.cc
[1015/1932] Compiling cpu_arm_freebsd.cc
[1016/1932] Compiling cpu_aarch64_win.cc
[1017/1932] Compiling curve25519_64_adx.cc
[1018/1932] Compiling cpu_aarch64_sysreg.cc
[1019/1932] Compiling cpu_aarch64_fuchsia.cc
[1020/1932] Compiling cpu_aarch64_linux.cc
[1021/1932] Compiling cpu_aarch64_apple.cc
[1023/1932] 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
[1023/1932] Compiling tls_cbc.cc
[1024/1932] Compiling e_rc4.cc
[1025/1932] Compiling e_tls.cc
[1026/1932] Compiling conf.cc
[1027/1932] Compiling e_rc2.cc
[1028/1932] Compiling e_null.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
[1034/1932] 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
[1035/1932] 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
[1035/1932] Compiling e_des.cc
[1036/1932] Compiling derive_key.cc
[1037/1932] Compiling e_chacha20poly1305.cc
[1038/1932] Compiling e_aesctrhmac.cc
[1039/1932] Compiling chacha.cc
[1040/1932] Compiling e_aesgcmsiv.cc
[1041/1932] Compiling cipher_extra.cc
[1042/1932] Compiling unicode.cc
[1044/1932] 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
[1045/1932] 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
[1046/1932] 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
[1047/1932] 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
[1048/1932] 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
[1048/1932] Compiling ber.cc
[1049/1932] Compiling cbb.cc
[1050/1932] Compiling buf.cc
[1051/1932] Compiling cbs.cc
[1053/1932] 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
[1054/1932] 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
[1055/1932] 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
[1056/1932] 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
[1057/1932] 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
[1058/1932] 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
[1058/1932] Compiling asn1_compat.cc
[1060/1932] 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
[1061/1932] 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
[1062/1932] 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
[1063/1932] 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
[1064/1932] 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
[1065/1932] 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
[1065/1932] Compiling convert.cc
[1066/1932] Compiling bn_asn1.cc
[1067/1932] Compiling blake2.cc
[1068/1932] Compiling pair.cc
[1069/1932] Compiling printf.cc
[1070/1932] Compiling file.cc
[1071/1932] Compiling hexdump.cc
[1072/1932] Compiling errno.cc
[1073/1932] Compiling fd.cc
[1074/1932] Compiling bio_mem.cc
[1075/1932] Compiling base64.cc
[1076/1932] Compiling bio.cc
[1077/1932] Compiling tasn_typ.cc
[1078/1932] Compiling tasn_fre.cc
[1079/1932] Compiling tasn_utl.cc
[1080/1932] Compiling tasn_new.cc
[1081/1932] Compiling tasn_enc.cc
[1082/1932] Compiling posix_time.cc
[1083/1932] Compiling asn_pack.cc
[1084/1932] Compiling f_string.cc
[1085/1932] Compiling f_int.cc
[1087/1932] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.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
[1088/1932] Compiling SwiftParser Expressions.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
[1089/1932] Compiling SwiftParser IncrementalParseTransition.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
[1090/1932] Compiling SwiftParser IsValidIdentifier.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
[1091/1932] 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
[1092/1932] 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
[1093/1932] 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
[1094/1932] 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
[1095/1932] 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
[1096/1932] 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
[1097/1932] 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
[1098/1932] 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
[1098/1932] Compiling asn1_par.cc
[1099/1932] Compiling tasn_dec.cc
[1100/1932] Compiling asn1_lib.cc
[1101/1932] Compiling a_utctm.cc
[1103/1932] 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
[1104/1932] 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
[1105/1932] 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
[1106/1932] 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
[1107/1932] 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
[1107/1932] Compiling a_type.cc
[1108/1933] Compiling a_time.cc
[1109/1933] Compiling a_octet.cc
[1110/1933] Compiling a_strnid.cc
[1112/1933] Compiling a_strex.cc
[1113/1933] Compiling a_object.cc
[1114/1933] Compiling a_mbstr.cc
[1115/1933] Compiling a_d2i_fp.cc
[1116/1933] Compiling a_dup.cc
[1117/1933] Compiling a_int.cc
[1117/1933] Write sources
[1120/1933] Compiling a_i2d_fp.cc
[1121/1933] Wrapping AST for SwiftParser for debugging
[1121/1933] Write sources
[1126/1933] Compiling a_gentm.cc
[1127/1943] Compiling _AtomicsShims.c
[1128/2024] Compiling a_bool.cc
[1129/2024] Write sources
[1132/2026] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.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
[1133/2026] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.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
[1134/2026] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.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
[1135/2026] Compiling AsyncAlgorithms AsyncCompactedSequence.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
[1136/2027] 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
[1137/2028] 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
[1138/2028] 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
[1139/2028] 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
[1139/2028] Compiling a_bitstr.cc
[1140/2028] Write sources
[1144/2028] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1145/2028] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1146/2028] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1147/2028] Compiling AsyncAlgorithms AsyncChannel.swift
[1148/2047] Compiling SwiftASN1 ASN1OctetString.swift
[1149/2047] Compiling SwiftASN1 ASN1Strings.swift
[1150/2047] 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
[1151/2047] 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
[1152/2047] 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
[1153/2055] 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
[1154/2055] 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
[1155/2056] Compiling SwiftASN1 GeneralizedTime.swift
[1156/2056] Compiling SwiftASN1 ASN1Integer.swift
[1157/2056] Compiling SwiftASN1 ASN1Null.swift
[1158/2056] Compiling SwiftASN1 ASN1BitString.swift
[1159/2056] Compiling SwiftASN1 ASN1Boolean.swift
[1160/2056] Compiling SwiftASN1 ASN1Identifier.swift
[1162/2056] Compiling Atomics IntegerOperations.swift
[1163/2056] Compiling Atomics Unmanaged extensions.swift
[1163/2056] Write sources
[1181/2056] Compiling CNIOWindows shim.c
[1183/2056] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1186/2056] Emitting module AsyncAlgorithms
[1187/2067] 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
[1188/2067] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1189/2067] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1190/2067] Compiling AsyncAlgorithms MergeStateMachine.swift
[1191/2067] Compiling AsyncAlgorithms MergeStorage.swift
[1192/2067] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1193/2067] Compiling AsyncAlgorithms Rethrow.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
[1196/2067] Compiling CryptoBoringWrapper RandomBytes.swift
[1197/2067] Compiling SwiftASN1 ASN1.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
[1198/2067] Compiling SwiftASN1 BER.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/2067] Compiling SwiftASN1 ASN1Any.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
[1200/2067] Compiling SwiftASN1 TimeUtilities.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
[1205/2067] Compiling SwiftASN1 UTCTime.swift
[1206/2067] Compiling SwiftASN1 ArraySliceBigint.swift
[1208/2067] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1209/2067] Compiling CryptoBoringWrapper EllipticCurve.swift
[1210/2067] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1211/2067] Emitting module CryptoBoringWrapper
[1212/2067] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1213/2067] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1214/2067] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1215/2068] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1216/2068] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1217/2068] Compiling AsyncAlgorithms DebounceStorage.swift
[1218/2068] Compiling AsyncAlgorithms Dictionary.swift
[1219/2068] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1220/2068] Compiling AsyncAlgorithms Locking.swift
[1222/2082] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1223/2082] Compiling AsyncAlgorithms ChannelStorage.swift
[1224/2082] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1225/2082] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1226/2082] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1227/2082] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1229/2082] Compiling SwiftASN1 ObjectIdentifier.swift
[1230/2082] Compiling SwiftASN1 PEMDocument.swift
[1235/2082] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1236/2082] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1237/2082] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1238/2082] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1239/2082] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1240/2082] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1241/2082] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[1242/2082] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[1243/2082] Compiling InternalCollectionsUtilities Debugging.swift
[1244/2082] Compiling InternalCollectionsUtilities Descriptions.swift
[1245/2082] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[1247/2082] Emitting module Atomics
[1248/2082] Compiling AsyncAlgorithms SetAlgebra.swift
[1249/2082] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1250/2082] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1251/2082] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1252/2082] Compiling AsyncAlgorithms ZipStateMachine.swift
[1253/2082] Compiling AsyncAlgorithms ZipStorage.swift
[1254/2083] Compiling InternalCollectionsUtilities Integer rank.swift
[1255/2083] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[1256/2083] Compiling InternalCollectionsUtilities _SortedCollection.swift
[1257/2083] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[1258/2083] Compiling InternalCollectionsUtilities UInt+reversed.swift
[1259/2083] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.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
[1265/2085] Emitting module InternalCollectionsUtilities
[1266/2175] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[1267/2175] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1268/2175] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1269/2175] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1270/2175] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1271/2175] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1272/2175] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1273/2175] Compiling SwiftSyntaxBuilder Indenter.swift
[1274/2175] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1275/2175] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1276/2175] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1277/2175] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1278/2175] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1281/2175] Compiling _NIOBase64 Base64.swift
[1282/2175] Emitting module _NIOBase64
[1283/2178] Compiling _NIODataStructures _TinyArray.swift
[1284/2178] Compiling _NIODataStructures PriorityQueue.swift
[1285/2178] Emitting module Logging
[1286/2178] Compiling Logging Locks.swift
[1287/2178] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[1290/2188] Emitting module SwiftASN1
[1291/2256] Compiling ServiceLifecycle Service.swift
[1292/2259] Compiling Logging LogHandler.swift
[1293/2259] Compiling Logging Logging.swift
[1294/2259] Compiling Logging MetadataProvider.swift
[1295/2260] Compiling Crypto Nonces.swift
[1296/2260] Compiling Crypto ASN1.swift
[1297/2260] Compiling Crypto HPKE-KeySchedule.swift
[1298/2260] Compiling Crypto HPKE-Modes.swift
[1299/2260] Compiling Crypto Insecure.swift
[1300/2260] Compiling Crypto Insecure_HashFunctions.swift
[1301/2260] Compiling Crypto ASN1Any.swift
[1302/2260] Compiling Crypto ASN1BitString.swift
[1303/2260] Compiling Crypto AES-GCM.swift
[1304/2260] Compiling Crypto AES-GCM_boring.swift
[1305/2260] Compiling Crypto ChaChaPoly_boring.swift
[1306/2260] Compiling Crypto ASN1Boolean.swift
[1307/2260] Compiling Crypto HPKE.swift
[1308/2260] Compiling Crypto HPKE-Context.swift
[1309/2260] Emitting module _NIODataStructures
[1310/2260] Compiling _NIODataStructures Heap.swift
[1311/2261] Compiling ServiceLifecycle CancellationWaiter.swift
[1312/2261] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1315/2261] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1316/2261] Emitting module ServiceLifecycle
[1317/2261] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1318/2261] Compiling ServiceLifecycle ServiceRunnerError.swift
[1319/2266] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1320/2286] Compiling ServiceLifecycle GracefulShutdown.swift
[1321/2332] Compiling OrderedCollections OrderedSet+Initializers.swift
[1322/2332] Compiling OrderedCollections OrderedSet+Insertions.swift
[1323/2334] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[1324/2334] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[1325/2334] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[1326/2334] Compiling Crypto NISTCurvesKeys_boring.swift
[1327/2334] Compiling Crypto X25519Keys_boring.swift
[1328/2334] Compiling Crypto Curve25519.swift
[1329/2334] Compiling Crypto Ed25519Keys.swift
[1330/2334] Compiling Crypto NISTCurvesKeys.swift
[1331/2334] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[1332/2334] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[1335/2334] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[1336/2334] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[1337/2334] Compiling OrderedCollections OrderedSet+Invariants.swift
[1338/2334] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[1339/2335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[1340/2335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[1341/2344] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[1342/2344] Compiling OrderedCollections OrderedSet+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1352/2344] Emitting module _ConnectionPoolModule
[1359/2347] Compiling OrderedCollections OrderedDictionary.swift
[1360/2347] Compiling OrderedCollections OrderedSet+Codable.swift
[1361/2347] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1362/2347] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1363/2347] Compiling DequeModule _DequeSlot.swift
[1364/2347] Compiling DequeModule _UnsafeWrappedBuffer.swift
[1365/2347] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[1366/2347] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[1367/2347] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[1368/2347] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[1369/2347] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[1370/2347] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[1371/2347] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.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
[1374/2354] Compiling OrderedCollections OrderedSet+Diffing.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/2354] Compiling OrderedCollections OrderedSet+Equatable.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
[1378/2355] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1379/2355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[1380/2355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[1381/2355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[1382/2355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1392/2356] 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
[1392/2356] Wrapping AST for SwiftParserDiagnostics for debugging
[1394/2359] Compiling ServiceLifecycle ServiceGroup.swift
[1411/2377] Compiling SwiftSyntaxMacros BodyMacro.swift
[1412/2377] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1414/2377] Compiling ConcurrencyHelpers LockedValueBox.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
45 | #else
46 | @usableFromInline
47 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
48 | #endif
49 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1415/2377] 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) }
[1416/2377] 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) }
[1417/2377] Emitting module DequeModule
[1418/2378] Compiling SwiftSyntaxMacros Macro.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
[1419/2378] Compiling SwiftSyntaxMacros MemberAttributeMacro.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
[1420/2378] Compiling SwiftSyntaxMacros MemberMacro.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
[1421/2378] Compiling SwiftSyntaxMacros PeerMacro.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
[1422/2378] Emitting module SwiftSyntaxMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1423/2378] Compiling SwiftSyntaxMacros ExpressionMacro.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
[1424/2378] Compiling SwiftSyntaxMacros ExtensionMacro.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
[1425/2378] Compiling SwiftSyntaxMacros AccessorMacro.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
[1426/2378] Compiling SwiftSyntaxMacros AttachedMacro.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
[1428/2378] Compiling SwiftSyntaxMacros FreestandingMacro.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
[1429/2378] Compiling SwiftSyntaxMacros Macro+Format.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
[1429/2380] Wrapping AST for SwiftSyntaxBuilder for debugging
[1430/2380] Compiling CoreMetrics Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
54 | UnsafeMutablePointer.allocate(capacity: 1)
55 | #else
56 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- error: cannot find type 'pthread_mutex_t' in scope
57 | UnsafeMutablePointer.allocate(capacity: 1)
58 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:65:20: error: cannot find 'pthread_mutexattr_t' in scope
63 | InitializeSRWLock(self.mutex)
64 | #else
65 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:66:9: error: cannot find 'pthread_mutexattr_init' in scope
64 | #else
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
68 |
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:9: error: cannot find 'pthread_mutexattr_settype' in scope
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:48: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:43: error: cannot infer contextual base in reference to member 'init'
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot infer contextual base in reference to member 'init'
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:69:19: error: cannot find 'pthread_mutex_init' in scope
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
70 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
71 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:78:19: error: cannot find 'pthread_mutex_destroy' in scope
76 | // SRWLOCK does not need to be free'd
77 | #else
78 | let err = pthread_mutex_destroy(self.mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
79 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
80 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:92:19: error: cannot find 'pthread_mutex_lock' in scope
90 | AcquireSRWLockExclusive(self.mutex)
91 | #else
92 | let err = pthread_mutex_lock(self.mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
93 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
94 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:105:19: error: cannot find 'pthread_mutex_unlock' in scope
103 | ReleaseSRWLockExclusive(self.mutex)
104 | #else
105 | let err = pthread_mutex_unlock(self.mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
106 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
107 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:177:14: error: value of type 'ReadWriteLock' has no member 'rwlock'
175 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
176 | #endif
177 | self.rwlock.deallocate()
| `- error: value of type 'ReadWriteLock' has no member 'rwlock'
178 | }
179 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/778] Write sources
[1/778] Compiling CNIOWindows WSAStartup.c
[2/787] Compiling fiat_p256_adx_sqr.S
[3/787] Compiling CNIOWASI CNIOWASI.c
[4/787] Compiling fiat_p256_adx_mul.S
[5/787] Compiling CNIOLinux shim.c
[6/787] Compiling CNIOLinux liburing_shims.c
[7/787] Compiling CNIODarwin shim.c
[8/787] Compiling fiat_curve25519_adx_square.S
[9/787] Compiling fiat_curve25519_adx_mul.S
[10/787] Write swift-version-24593BA9C3E375BF.txt
[11/787] Compiling CNIOBoringSSLShims shims.c
[13/791] Compiling _NIODataStructures PriorityQueue.swift
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[13/791] Compiling tls13_enc.cc
[13/791] Compiling tls13_client.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[13/791] Compiling tls_record.cc
[13/791] Compiling c-nioatomics.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[13/791] Compiling tls13_server.cc
[13/791] Compiling c-atomics.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[13/791] Compiling tls_method.cc
BUILD FAILURE 6.1 wasm