Build Information
Successful build of PostgresBridge, reference master (ca7be7
), with Swift 6.1 for Linux on 28 Apr 2025 14:02:58 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwifQL/PostgresBridge.git
Reference: master
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/SwifQL/PostgresBridge
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ca7be7f Syntax fix #6 by @tierracero
Cloned https://github.com/SwifQL/PostgresBridge.git
Revision (git rev-parse @):
ca7be7f2c2d3d76e3826a11156e735ff219fcb14
SUCCESS checkout https://github.com/SwifQL/PostgresBridge.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwifQL/PostgresBridge.git
https://github.com/SwifQL/PostgresBridge.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"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"
},
{
"identity" : "bridges",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-rc",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwifQL/Bridges.git"
}
],
"manifest_display_name" : "PostgresBridge",
"name" : "PostgresBridge",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "PostgresBridge",
"targets" : [
"PostgresBridge"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PostgresBridgeTests",
"module_type" : "SwiftTarget",
"name" : "PostgresBridgeTests",
"path" : "Tests/PostgresBridgeTests",
"sources" : [
"PostgresBridgeTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"PostgresBridge"
],
"type" : "test"
},
{
"c99name" : "PostgresBridge",
"module_type" : "SwiftTarget",
"name" : "PostgresBridge",
"path" : "Sources/PostgresBridge",
"product_dependencies" : [
"PostgresNIO",
"Bridges"
],
"product_memberships" : [
"PostgresBridge"
],
"sources" : [
"Exports.swift",
"Extensions/Bridges+Application.swift",
"Extensions/DatabaseHost+Initialization.swift",
"Extensions/DatabaseIdentifier+Initialization.swift",
"Extensions/PostgresConnection+Bridge.swift",
"Extensions/Row+Decode.swift",
"Extensions/SwifQLable+Execute.swift",
"PostgresBridge.swift",
"PostgresConnectionSource.swift",
"PostgresDataDecoder.swift",
"PostgresDataEncoder.swift",
"PostgresMigration.swift",
"PostgresRow+SQL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/SwifQL/Bridges.git
Fetching https://github.com/vapor/postgres-nio.git
[1/631] Fetching bridges
Fetched https://github.com/SwifQL/Bridges.git from cache (0.28s)
[1/12117] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.54s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (0.99s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2200] Fetching swift-metrics
[2003/4819] Fetching swift-metrics, swift-nio-transport-services
[2830/7209] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle
[3184/11045] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log
[5086/24829] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-crypto
[13390/39622] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.46s)
[11433/37232] Fetching swift-metrics, swift-nio-transport-services, swift-log, swift-crypto, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.48s)
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
Fetching https://github.com/apple/swift-collections.git
[6141/30777] Fetching swift-metrics, swift-crypto, swift-nio-ssl
Fetching https://github.com/apple/swift-atomics.git
[9454/32482] Fetching swift-metrics, swift-crypto, swift-nio-ssl, swift-atomics
[10968/48724] Fetching swift-metrics, swift-crypto, swift-nio-ssl, swift-atomics, swift-collections
[17794/124246] Fetching swift-metrics, swift-crypto, swift-nio-ssl, swift-atomics, swift-collections, swift-nio
[22499/122541] Fetching swift-metrics, swift-crypto, swift-nio-ssl, swift-collections, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.56s)
Fetched https://github.com/apple/swift-collections.git from cache (1.98s)
[76846/106299] Fetching swift-metrics, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (2.89s)
[80688/104099] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.92s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.92s)
[52259/75522] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.22s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.13s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.72s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.46s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.32s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.93s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.44s)
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.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.61s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.76s)
Computing version for https://github.com/SwifQL/Bridges.git
Computed https://github.com/SwifQL/Bridges.git at 1.0.0-rc.4.13.6 (0.56s)
Fetching https://github.com/SwifQL/SwifQL.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[641/4736] Fetching async-kit, swifql
Fetched https://github.com/vapor/async-kit.git from cache (0.30s)
Fetched https://github.com/SwifQL/SwifQL.git from cache (0.31s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.82s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.96s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.94s)
Computing version for https://github.com/SwifQL/SwifQL.git
Computed https://github.com/SwifQL/SwifQL.git at 2.0.0-beta.4.0.2 (0.51s)
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/SwifQL/Bridges.git
Working copy of https://github.com/SwifQL/Bridges.git resolved at 1.0.0-rc.4.13.6
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/SwifQL/SwifQL.git
Working copy of https://github.com/SwifQL/SwifQL.git resolved at 2.0.0-beta.4.0.2
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Building for debugging...
[0/808] Write sources
[33/808] Compiling CNIOWindows shim.c
[34/808] Compiling _AtomicsShims.c
[35/808] Compiling CNIOWASI CNIOWASI.c
[36/808] Compiling CNIOWindows WSAStartup.c
[37/808] Compiling _NumericsShims _NumericsShims.c
[38/808] Compiling CNIODarwin shim.c
[39/808] Compiling CNIOLinux liburing_shims.c
[40/808] Compiling fiat_p256_adx_sqr.S
[41/808] Compiling fiat_p256_adx_mul.S
[42/808] Compiling fiat_curve25519_adx_square.S
[43/808] Compiling fiat_curve25519_adx_mul.S
[44/808] Compiling CNIOLinux shim.c
[45/808] Write swift-version-24593BA9C3E375BF.txt
[46/808] Compiling CNIOBoringSSLShims shims.c
[47/812] Compiling tls13_both.cc
[48/814] Compiling tls13_server.cc
[49/814] Compiling tls13_client.cc
[50/814] Compiling tls_record.cc
[51/814] Compiling tls_method.cc
[52/814] Compiling tls13_enc.cc
[53/1007] Compiling t1_enc.cc
[55/1013] Emitting module InternalCollectionsUtilities
[56/1015] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[57/1015] Compiling InternalCollectionsUtilities Specialize.swift
[58/1015] Compiling InternalCollectionsUtilities Debugging.swift
[59/1015] Compiling InternalCollectionsUtilities Descriptions.swift
[60/1015] Compiling CoreMetrics Metrics.swift
[61/1015] Compiling RealModule Real.swift
[62/1016] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/1016] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/1016] Compiling RealModule Float+Real.swift
[65/1016] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/1016] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/1016] Emitting module _NIOBase64
[68/1016] Compiling _NIOBase64 Base64.swift
[69/1016] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/1016] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[71/1016] Compiling RealModule ElementaryFunctions.swift
[72/1016] Compiling RealModule Float16+Real.swift
[73/1016] Compiling RealModule Float80+Real.swift
[74/1016] Compiling ConcurrencyHelpers LockedValueBox.swift
[75/1016] Emitting module RealModule
[76/1016] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/1016] Compiling InternalCollectionsUtilities Integer rank.swift
[78/1017] Compiling RealModule RealFunctions.swift
[79/1018] Compiling _NIODataStructures PriorityQueue.swift
[80/1018] Compiling _NIODataStructures _TinyArray.swift
[83/1018] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[84/1018] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[88/1018] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[89/1018] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[90/1018] Compiling InternalCollectionsUtilities UInt+reversed.swift
[91/1018] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[94/1038] Compiling Atomics ManagedAtomic.swift
[95/1038] Compiling Atomics ManagedAtomicLazyReference.swift
[96/1038] Compiling Atomics UnsafeAtomic.swift
[97/1038] Compiling Atomics UnsafeAtomicLazyReference.swift
[98/1040] Compiling Atomics AtomicMemoryOrderings.swift
[99/1040] Compiling Atomics DoubleWord.swift
[100/1040] Compiling Logging MetadataProvider.swift
[101/1040] Emitting module Logging
[102/1040] Compiling Logging Locks.swift
[103/1040] Compiling CoreMetrics Locks.swift
[104/1040] Emitting module CoreMetrics
[105/1041] Emitting module ConcurrencyHelpers
[106/1041] Compiling ConcurrencyHelpers Lock.swift
[107/1042] Emitting module _NIODataStructures
[108/1042] Compiling _NIODataStructures Heap.swift
[109/1043] Compiling Logging LogHandler.swift
[110/1043] Compiling Logging Logging.swift
[111/1044] Emitting module SwifQL
[114/1066] Compiling Atomics Primitives.shims.swift
[115/1066] Compiling Atomics AtomicInteger.swift
[116/1066] Compiling Atomics AtomicOptionalWrappable.swift
[117/1066] Compiling Atomics AtomicReference.swift
[118/1066] Compiling Atomics AtomicStorage.swift
[119/1066] Compiling Atomics AtomicValue.swift
[120/1066] Compiling Atomics IntegerOperations.swift
[121/1066] Compiling Atomics Unmanaged extensions.swift
[124/1194] Emitting module Metrics
[125/1194] Compiling UnixSignals UnixSignal.swift
[126/1194] Emitting module UnixSignals
[127/1194] Compiling UnixSignals UnixSignalsSequence.swift
[128/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[129/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[130/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[131/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[132/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[133/1195] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[134/1195] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[135/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[136/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[137/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[138/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[139/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[140/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[141/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[142/1202] Compiling ssl_versions.cc
[144/1205] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[145/1205] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[146/1205] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[147/1205] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[148/1205] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[149/1205] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[150/1205] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[151/1205] Compiling OrderedCollections OrderedDictionary+Values.swift
[152/1209] Compiling SwifQL SwifQLable+GroupBy.swift
[153/1209] Compiling SwifQL SwifQLable+Having.swift
[154/1209] Compiling SwifQL SwifQLable+ILike.swift
[155/1209] Compiling SwifQL SwifQLable+If.swift
[156/1209] Compiling SwifQL SwifQLable+In.swift
[157/1209] Compiling SwifQL SwifQLable+InsertInto.swift
[158/1209] Compiling SwifQL SwifQLable+Interval.swift
[159/1209] Compiling SwifQL SwifQLable+IsNotNull.swift
[160/1209] Compiling SwifQL SwifQLable+IsNull.swift
[161/1209] Compiling SwifQL SwifQLable+Items.swift
[162/1209] Compiling SwifQL SwifQLable+Join.swift
[163/1209] Compiling SwifQL SwifQLable+Key.swift
[164/1209] Compiling SwifQL SwifQLable+Like.swift
[165/1209] Compiling SwifQL SwifQLable+Limit.swift
[166/1209] Compiling SwifQL SwifQLable+No.swift
[167/1209] Compiling SwifQL SwifQLable+Not.swift
[168/1209] Compiling SwifQL SwifQLable+NotBetween.swift
[169/1209] Compiling SwifQL SwifQLable+NotExists.swift
[170/1209] Compiling SwifQL SwifQLable+NotILike.swift
[171/1209] Compiling SwifQL SwifQLable+NotIn.swift
[172/1209] Compiling SwifQL SwifQLable+NotLike.swift
[173/1209] Compiling SwifQL SwifQLable+Nothing.swift
[174/1209] Compiling SwifQL SwifQLable+Null.swift
[175/1209] Compiling SwifQL SwifQLable+Offset.swift
[176/1209] Compiling SwifQL SwifQLable+On.swift
[177/1209] Compiling SwifQL SwifQLable+Or.swift
[178/1209] Compiling SwifQL SwifQLable+OrderBy.swift
[179/1209] Compiling SwifQL SwifQLable+Over.swift
[180/1209] Compiling SwifQL SwifQLable+Overlaps.swift
[181/1209] Compiling SwifQL SwifQLable+Owner.swift
[182/1209] Compiling SwifQL SwifQLable+PartitionBy.swift
[183/1209] Compiling SwifQL SwifQLable+Primary.swift
[184/1209] Compiling SwifQL SwifQLable+Raw.swift
[185/1209] Compiling SwifQL SwifQLable+References.swift
[186/1209] Compiling SwifQL SwifQLable+Rename.swift
[187/1209] Compiling SwifQL SwifQLable+Restrict.swift
[188/1209] Compiling SwifQL SwifQLable+Return.swift
[189/1209] Compiling SwifQL SwifQLable+Returning.swift
[190/1209] Compiling SwifQL SwifQLable+Rollback.swift
[191/1209] Compiling SwifQL SwifQLable+Schema.swift
[192/1209] Compiling SwifQL SwifQLable+Select.swift
[193/1209] Compiling SwifQL SwifQLable+Semicolon.swift
[194/1209] Compiling SwifQL SwifQLable+Set.swift
[195/1209] Compiling SwifQL SwifQLable+Space.swift
[196/1209] Compiling SwifQL SwifQLable+Subscript.swift
[197/1209] Compiling OrderedCollections OrderedDictionary.swift
[198/1209] Compiling OrderedCollections OrderedSet+Codable.swift
[199/1209] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[200/1209] Compiling OrderedCollections OrderedSet+Descriptions.swift
[201/1209] Compiling OrderedCollections OrderedSet+Diffing.swift
[202/1209] Compiling OrderedCollections OrderedSet+Equatable.swift
[203/1209] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[204/1209] Compiling OrderedCollections OrderedSet+Hashable.swift
[205/1209] Compiling OrderedCollections OrderedSet+Initializers.swift
[206/1209] Compiling OrderedCollections OrderedSet+Insertions.swift
[207/1209] Compiling OrderedCollections OrderedSet+Invariants.swift
[208/1209] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[209/1209] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[210/1209] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[211/1209] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[212/1209] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[213/1209] Compiling HeapModule Heap.swift
[214/1209] Compiling HeapModule _HeapNode.swift
[215/1209] Compiling SwifQL SwifQLable+Asterisk.swift
[216/1209] Compiling SwifQL SwifQLable+Before.swift
[217/1209] Compiling SwifQL SwifQLable+Begin.swift
[218/1209] Compiling SwifQL SwifQLable+Between.swift
[219/1209] Compiling SwifQL SwifQLable+Cascade.swift
[220/1209] Compiling SwifQL SwifQLable+Check.swift
[221/1209] Compiling SwifQL SwifQLable+Column.swift
[222/1209] Compiling SwifQL SwifQLable+Commit.swift
[223/1209] Compiling SwifQL SwifQLable+Conflict.swift
[224/1209] Compiling SwifQL SwifQLable+Constraint.swift
[225/1209] Compiling SwifQL SwifQLable+Create.swift
[226/1209] Compiling SwifQL SwifQLable+Default.swift
[227/1209] Compiling SwifQL SwifQLable+Delete.swift
[228/1209] Compiling SwifQL SwifQLable+Distinct.swift
[229/1209] Compiling SwifQL SwifQLable+Do.swift
[230/1209] Compiling SwifQL SwifQLable+Drop.swift
[231/1209] Compiling SwifQL SwifQLable+End.swift
[232/1209] Compiling SwifQL SwifQLable+Epoch.swift
[233/1209] Compiling SwifQL SwifQLable+Exists.swift
[234/1209] Compiling SwifQL SwifQLable+Filter.swift
[235/1209] Compiling SwifQL SwifQLable+From.swift
[236/1209] Compiling SwifQL SwifQLable+Fulltext.swift
[237/1209] Compiling SwifQL SwifQLable+Function.swift
[238/1209] Compiling Metrics Metrics.swift
[239/1210] Compiling OrderedCollections OrderedDictionary+Codable.swift
[240/1210] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[241/1210] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[242/1210] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[243/1210] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[244/1210] Compiling OrderedCollections OrderedDictionary+Elements.swift
[245/1210] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[246/1210] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[247/1210] Compiling HeapModule Heap+Invariants.swift
[248/1210] Compiling SwifQL Path+SchemaWithTableAndColumn.swift
[249/1210] Compiling SwifQL Path+Table.swift
[250/1210] Compiling SwifQL Path+TableWithColumn.swift
[251/1210] Compiling SwifQL Path.swift
[252/1210] Compiling SwifQL Predicates.swift
[253/1210] Compiling SwifQL Prepared.swift
[254/1210] Compiling SwifQL QueryBuilderable.swift
[255/1210] Compiling SwifQL QueryParts.swift
[256/1210] Compiling SwifQL ReferentialAction.swift
[257/1210] Compiling SwifQL SwifQLableResultBuilder.swift
[258/1210] Compiling SwifQL Schema.swift
[259/1210] Compiling SwifQL Schemable.swift
[260/1210] Compiling SwifQL SplittedQuery.swift
[261/1210] Compiling SwifQL SwifQL.swift
[262/1210] Compiling SwifQL SwifQLable+Action.swift
[263/1210] Compiling SwifQL SwifQLable+Add.swift
[264/1210] Compiling SwifQL SwifQLable+AddQuery.swift
[265/1210] Compiling SwifQL SwifQLable+After.swift
[266/1210] Compiling SwifQL SwifQLable+All.swift
[267/1210] Compiling SwifQL SwifQLable+Alter.swift
[268/1210] Compiling SwifQL SwifQLable+And.swift
[269/1210] Compiling SwifQL SwifQLable+Any.swift
[270/1210] Compiling SwifQL SwifQLable+As.swift
[280/1210] Compiling OrderedCollections OrderedSet+Sendable.swift
[281/1210] Compiling OrderedCollections OrderedSet+SubSequence.swift
[282/1210] Compiling OrderedCollections OrderedSet+Testing.swift
[283/1210] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[284/1210] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[285/1210] Compiling OrderedCollections OrderedSet.swift
[286/1210] Compiling OrderedCollections _UnsafeBitset.swift
[287/1210] Compiling _RopeModule Rope+Sequence.swift
[288/1210] Compiling _RopeModule Rope+Append.swift
[289/1210] Compiling _RopeModule Rope+Extract.swift
[290/1210] Compiling _RopeModule Rope+Find.swift
[291/1210] Compiling _RopeModule Rope+ForEachWhile.swift
[292/1210] Compiling _RopeModule Rope+Insert.swift
[293/1210] Compiling SwifQL Path+Schema.swift
[294/1210] Compiling SwifQL Path+SchemaWithTable.swift
[295/1210] Compiling HeapModule Heap+Descriptions.swift
[295/1222] Compiling ssl_x509.cc
[297/1286] Emitting module Atomics
[298/1301] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[299/1301] Compiling HeapModule Heap+UnsafeHandle.swift
[300/1301] Emitting module HeapModule
[301/1302] Compiling DequeModule Deque+CustomReflectable.swift
[302/1302] Compiling DequeModule Deque+Descriptions.swift
[303/1302] Compiling DequeModule _DequeBuffer.swift
[304/1302] Compiling DequeModule _DequeBufferHeader.swift
[307/1304] Compiling DequeModule Deque._UnsafeHandle.swift
[308/1304] Compiling DequeModule Deque.swift
[309/1304] Compiling DequeModule _DequeSlot.swift
[310/1304] Compiling DequeModule _UnsafeWrappedBuffer.swift
[311/1304] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[312/1304] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[313/1304] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[314/1304] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[315/1304] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[316/1304] Compiling HashTreeCollections _HashNode+Structural merge.swift
[317/1304] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[318/1304] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[319/1304] Compiling HashTreeCollections _HashNode+Structural union.swift
[320/1304] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[321/1304] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[322/1304] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[323/1304] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[324/1304] Compiling HashTreeCollections _HashNode.swift
[333/1313] Compiling HashTreeCollections _HashNodeHeader.swift
[334/1313] Compiling HashTreeCollections _HashSlot.swift
[335/1313] Compiling HashTreeCollections _HashStack.swift
[336/1313] Compiling HashTreeCollections TreeDictionary.swift
[337/1313] Compiling HashTreeCollections TreeSet+Codable.swift
[338/1313] Compiling HashTreeCollections TreeSet+Collection.swift
[339/1313] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[340/1313] Compiling HashTreeCollections TreeSet+Debugging.swift
[341/1313] Compiling HashTreeCollections TreeSet+Descriptions.swift
[342/1313] Compiling HashTreeCollections TreeSet+Equatable.swift
[343/1313] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[344/1313] Compiling HashTreeCollections TreeSet+Extras.swift
[345/1313] Compiling HashTreeCollections TreeSet+Filter.swift
[346/1313] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[347/1313] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[348/1313] Compiling HashTreeCollections TreeDictionary+Filter.swift
[349/1313] Compiling DequeModule Deque+Codable.swift
[350/1313] Compiling DequeModule Deque+Collection.swift
[353/1313] Compiling DequeModule Deque+Equatable.swift
[354/1313] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[355/1313] Compiling DequeModule Deque+Extras.swift
[356/1313] Compiling DequeModule Deque+Hashable.swift
[357/1313] Compiling HashTreeCollections _UnmanagedHashNode.swift
[358/1313] Compiling HashTreeCollections _UnsafePath.swift
[359/1313] Compiling HashTreeCollections TreeDictionary+Codable.swift
[360/1313] Compiling HashTreeCollections TreeDictionary+Collection.swift
[361/1313] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[362/1313] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[363/1313] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[364/1313] Compiling HashTreeCollections TreeSet+Hashable.swift
[365/1313] Compiling HashTreeCollections TreeSet+Sendable.swift
[366/1313] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[367/1313] Compiling HashTreeCollections TreeDictionary+Merge.swift
[368/1313] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[369/1313] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[370/1313] Compiling HashTreeCollections TreeDictionary+Values.swift
[371/1313] Compiling HashTreeCollections _HashTreeIterator.swift
[372/1313] Compiling HashTreeCollections _HashTreeStatistics.swift
[373/1313] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[374/1313] Compiling HashTreeCollections _RawHashNode.swift
[381/1313] Compiling _RopeModule Rope+Join.swift
[382/1313] Compiling _RopeModule Rope+MutatingForEach.swift
[383/1313] Compiling _RopeModule Rope+Remove.swift
[384/1313] Compiling _RopeModule Rope+RemoveSubrange.swift
[385/1313] Compiling _RopeModule Rope+Split.swift
[386/1313] Compiling _RopeModule Optional Utilities.swift
[387/1313] Compiling _RopeModule String Utilities.swift
[388/1313] Compiling _RopeModule String.Index+ABI.swift
[397/1324] Emitting module OrderedCollections
[398/1324] Compiling SwifQL SwifQLable+Table.swift
[399/1324] Compiling SwifQL SwifQLable+Timestamp.swift
[400/1324] Compiling SwifQL SwifQLable+To.swift
[401/1324] Compiling SwifQL SwifQLable+Type.swift
[402/1324] Compiling SwifQL SwifQLable+Union.swift
[403/1324] Compiling SwifQL SwifQLable+Unique.swift
[404/1324] Compiling SwifQL SwifQLable+Update.swift
[405/1324] Compiling SwifQL SwifQLable+Value.swift
[406/1324] Compiling SwifQL SwifQLable+Values.swift
[407/1324] Compiling SwifQL SwifQLable+Where.swift
[408/1324] Compiling SwifQL SwifQLable+WhereExists.swift
[409/1324] Compiling SwifQL SwifQLable+WhereNotExists.swift
[410/1324] Compiling SwifQL SwifQLable+Window.swift
[411/1324] Compiling SwifQL SwifQLable+With.swift
[412/1324] Compiling SwifQL SwifQLable.swift
[413/1324] Compiling SwifQL SwifQLableArraySeparator.swift
[414/1324] Compiling SwifQL Table.swift
[415/1324] Compiling SwifQL TableAlias.swift
[416/1324] Compiling SwifQL Type+Autodetect.swift
[417/1324] Compiling SwifQL Type+SwifQLable.swift
[418/1324] Compiling SwifQL Type.swift
[419/1324] Compiling SwifQL _Todo.swift
[428/1324] Compiling DequeModule Deque+Testing.swift
[429/1324] Compiling DequeModule Deque._Storage.swift
[445/1325] Emitting module DequeModule
[469/1326] Compiling ssl_transcript.cc
[471/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[472/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[473/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[474/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[475/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[476/1327] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[477/1327] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[478/1327] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[479/1327] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[480/1327] Compiling HashTreeCollections TreeSet.swift
[495/1341] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[496/1341] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[497/1341] Compiling HashTreeCollections TreeDictionary+Keys.swift
[514/1341] Emitting module _RopeModule
[515/1341] Compiling _ConnectionPoolModule ConnectionRequest.swift
[516/1341] Compiling _ConnectionPoolModule Max2Sequence.swift
[517/1341] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[518/1341] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[518/1342] Compiling ssl_stat.cc
[520/1342] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[531/1342] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[532/1342] Compiling _ConnectionPoolModule ConnectionPool.swift
[537/1342] Compiling _ConnectionPoolModule NIOLock.swift
[538/1342] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[539/1342] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[540/1342] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[541/1342] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[541/1342] Compiling ssl_privkey.cc
[571/1342] Compiling _ConnectionPoolModule TinyFastSequence.swift
[585/1343] Compiling ssl_session.cc
[589/1343] Emitting module _ConnectionPoolModule
[592/1343] Compiling _ConnectionPoolModule PoolStateMachine.swift
[595/1344] Compiling ssl_key_share.cc
[596/1344] Compiling ssl_cipher.cc
[598/1344] Emitting module HashTreeCollections
[599/1345] Compiling ssl_file.cc
[600/1345] Compiling ssl_lib.cc
[601/1345] Compiling ssl_credential.cc
[602/1345] Compiling ssl_cert.cc
[603/1345] Compiling ssl_buffer.cc
[604/1345] Compiling ssl_asn1.cc
[605/1345] Compiling ssl_aead_ctx.cc
[606/1345] Compiling s3_pkt.cc
[607/1345] Compiling s3_lib.cc
[608/1345] Compiling s3_both.cc
[609/1345] Compiling handshake.cc
[610/1345] Compiling handshake_server.cc
[611/1345] Compiling handshake_client.cc
[612/1345] Compiling extensions.cc
[613/1345] Compiling encrypted_client_hello.cc
[614/1345] Compiling d1_srtp.cc
[615/1345] Compiling md5-x86_64-linux.S
[616/1345] Compiling dtls_record.cc
[617/1345] Compiling md5-586-linux.S
[618/1345] Compiling md5-x86_64-apple.S
[619/1345] Compiling dtls_method.cc
[620/1345] Compiling md5-586-apple.S
[621/1345] Compiling handoff.cc
[622/1345] Compiling chacha20_poly1305_x86_64-apple.S
[623/1345] Compiling chacha20_poly1305_x86_64-linux.S
[624/1345] Compiling chacha20_poly1305_armv8-win.S
[625/1345] Compiling chacha20_poly1305_armv8-linux.S
[626/1345] Compiling chacha20_poly1305_armv8-apple.S
[627/1345] Compiling chacha-x86_64-apple.S
[628/1345] Compiling chacha-x86_64-linux.S
[629/1345] Compiling chacha-x86-linux.S
[630/1345] Compiling chacha-x86-apple.S
[631/1345] Compiling chacha-armv8-win.S
[632/1345] Compiling chacha-armv8-linux.S
[633/1345] Compiling chacha-armv8-apple.S
[634/1345] Compiling err_data.cc
[635/1345] Compiling chacha-armv4-linux.S
[636/1345] Compiling aes128gcmsiv-x86_64-apple.S
[637/1345] Compiling aes128gcmsiv-x86_64-linux.S
[638/1345] Compiling x86_64-mont5-apple.S
[639/1345] Compiling x86_64-mont5-linux.S
[640/1345] Compiling d1_both.cc
[641/1345] Compiling x86_64-mont-apple.S
[642/1345] Compiling x86_64-mont-linux.S
[643/1345] Compiling x86-mont-apple.S
[644/1345] Compiling vpaes-x86_64-linux.S
[645/1345] Compiling vpaes-x86_64-apple.S
[646/1345] Compiling vpaes-x86-linux.S
[647/1345] Compiling x86-mont-linux.S
[648/1345] Compiling vpaes-x86-apple.S
[649/1345] Compiling d1_pkt.cc
[650/1345] Compiling vpaes-armv8-win.S
[651/1345] Compiling vpaes-armv7-linux.S
[652/1345] Compiling vpaes-armv8-linux.S
[653/1345] Compiling vpaes-armv8-apple.S
[654/1345] Compiling sha512-x86_64-linux.S
[655/1345] Compiling sha512-armv8-win.S
[656/1345] Compiling sha512-armv4-linux.S
[657/1345] Compiling sha512-x86_64-apple.S
[658/1345] Compiling sha512-armv8-linux.S
[659/1345] Compiling d1_lib.cc
[660/1345] Compiling sha512-armv8-apple.S
[661/1345] Compiling sha512-586-apple.S
[662/1345] Compiling sha256-armv8-win.S
[663/1345] Compiling sha512-586-linux.S
[664/1345] Compiling bio_ssl.cc
[665/1345] Compiling sha256-x86_64-apple.S
[666/1345] Compiling sha256-armv8-linux.S
[667/1345] Compiling sha256-x86_64-linux.S
[668/1345] Compiling sha256-armv8-apple.S
[669/1345] Compiling sha256-armv4-linux.S
[670/1345] Compiling sha256-586-linux.S
[671/1345] Compiling sha256-586-apple.S
[672/1345] Compiling sha1-x86_64-apple.S
[673/1345] Compiling sha1-armv8-linux.S
[674/1345] Compiling sha1-armv8-apple.S
[675/1345] Compiling sha1-armv8-win.S
[676/1345] Compiling sha1-armv4-large-linux.S
[677/1345] Compiling sha1-x86_64-linux.S
[678/1345] Compiling sha1-586-apple.S
[679/1345] Compiling sha1-586-linux.S
[680/1345] Compiling rsaz-avx2-apple.S
[681/1345] Compiling rdrand-x86_64-apple.S
[682/1345] Compiling rdrand-x86_64-linux.S
[683/1345] Compiling p256_beeu-armv8-asm-linux.S
[684/1345] Compiling rsaz-avx2-linux.S
[685/1345] Compiling p256_beeu-x86_64-asm-linux.S
[685/1345] Compiling p256_beeu-armv8-asm-win.S
[687/1345] Compiling p256_beeu-x86_64-asm-apple.S
[688/1345] Compiling p256_beeu-armv8-asm-apple.S
[689/1345] Compiling p256-x86_64-asm-apple.S
[690/1345] Compiling p256-x86_64-asm-linux.S
[691/1345] Compiling p256-armv8-asm-linux.S
[692/1345] Compiling p256-armv8-asm-apple.S
[693/1345] Compiling p256-armv8-asm-win.S
[694/1345] Compiling ghashv8-armv8-win.S
[695/1345] Compiling ghashv8-armv8-apple.S
[696/1345] Compiling ghashv8-armv7-linux.S
[697/1345] Compiling ghashv8-armv8-linux.S
[698/1345] Compiling ghash-x86-linux.S
[699/1345] Compiling ghash-ssse3-x86_64-linux.S
[700/1345] Compiling ghash-x86_64-linux.S
[701/1345] Compiling ghash-x86-apple.S
[702/1345] Compiling ghash-x86_64-apple.S
[703/1345] Compiling ghash-ssse3-x86_64-apple.S
[704/1345] Compiling ghash-ssse3-x86-apple.S
[705/1345] Compiling ghash-neon-armv8-apple.S
[706/1345] Compiling ghash-ssse3-x86-linux.S
[707/1345] Compiling ghash-armv4-linux.S
[708/1345] Compiling ghash-neon-armv8-win.S
[709/1345] Compiling ghash-neon-armv8-linux.S
[710/1345] Compiling co-586-apple.S
[711/1345] Compiling co-586-linux.S
[712/1345] Compiling bn-armv8-linux.S
[713/1345] Compiling bsaes-armv7-linux.S
[714/1345] Compiling bn-armv8-win.S
[715/1345] Compiling bn-586-linux.S
[716/1345] Compiling bn-armv8-apple.S
[717/1345] Compiling bn-586-apple.S
[718/1345] Compiling armv8-mont-win.S
[719/1345] Compiling aesv8-gcm-armv8-win.S
[720/1345] Compiling armv8-mont-linux.S
[721/1345] Compiling armv4-mont-linux.S
[722/1345] Compiling armv8-mont-apple.S
[723/1345] Compiling aesv8-gcm-armv8-linux.S
[724/1345] Compiling aesv8-gcm-armv8-apple.S
[725/1345] Compiling aesv8-armv8-win.S
[726/1345] Compiling aesv8-armv8-linux.S
[727/1345] Compiling aesni-x86_64-apple.S
[728/1345] Compiling aesv8-armv8-apple.S
[729/1345] Compiling aesv8-armv7-linux.S
[730/1345] Compiling aesni-x86_64-linux.S
[731/1345] Compiling aesni-x86-linux.S
[732/1345] Compiling aesni-gcm-x86_64-apple.S
[733/1345] Compiling aesni-x86-apple.S
[734/1345] Compiling aesni-gcm-x86_64-linux.S
[735/1345] Compiling aes-gcm-avx2-x86_64-apple.S
[736/1345] Compiling aes-gcm-avx10-x86_64-linux.S
[737/1345] Compiling aes-gcm-avx10-x86_64-apple.S
[737/1345] Compiling aes-gcm-avx2-x86_64-linux.S
[739/1345] Compiling x_name.cc
[740/1345] Compiling x_req.cc
[741/1345] Compiling x_val.cc
[742/1345] Compiling x_pubkey.cc
[743/1345] Compiling x_spki.cc
[744/1345] Compiling x_x509.cc
[745/1345] Compiling x_sig.cc
[746/1345] Compiling x_x509a.cc
[747/1345] Compiling x_algor.cc
[748/1345] Compiling x_exten.cc
[749/1345] Compiling x509spki.cc
[750/1345] Compiling x_attrib.cc
[751/1345] Compiling x_crl.cc
[752/1345] Compiling x509rset.cc
[753/1345] Compiling x509name.cc
[754/1345] Compiling x_all.cc
[755/1345] Compiling x509cset.cc
[756/1345] Compiling x509_vpm.cc
[757/1345] Compiling x509_req.cc
[758/1345] Compiling x509_trs.cc
[759/1345] Compiling x509_vfy.cc
[760/1345] Compiling x509_v3.cc
[761/1345] Compiling x509_txt.cc
[762/1345] Compiling x509_set.cc
[763/1345] Compiling x509_obj.cc
[764/1345] Compiling x509_lu.cc
[765/1345] Compiling x509_ext.cc
[766/1345] Compiling x509_cmp.cc
[767/1345] Compiling x509_def.cc
[768/1345] Compiling x509_d2.cc
[769/1345] Compiling x509.cc
[770/1345] Compiling x509_att.cc
[771/1345] Compiling v3_utl.cc
[772/1345] Compiling v3_skey.cc
[773/1345] Compiling v3_pcons.cc
[774/1345] Compiling v3_purp.cc
[775/1345] Compiling v3_ocsp.cc
[776/1345] Compiling v3_prn.cc
[777/1345] Compiling v3_pmaps.cc
[778/1345] Compiling v3_ncons.cc
[779/1345] Compiling v3_int.cc
[780/1345] Compiling v3_lib.cc
[781/1345] Compiling v3_info.cc
[782/1345] Compiling v3_extku.cc
[783/1345] Compiling v3_ia5.cc
[784/1345] Compiling v3_enum.cc
[785/1345] Compiling v3_genn.cc
[786/1345] Compiling v3_cpols.cc
[787/1345] Compiling v3_bcons.cc
[788/1345] Compiling v3_akeya.cc
[789/1345] Compiling v3_crld.cc
[790/1345] Compiling v3_conf.cc
[791/1345] Compiling v3_bitst.cc
[792/1345] Compiling v3_akey.cc
[793/1345] Compiling v3_alt.cc
[794/1345] Compiling t_x509a.cc
[795/1345] Compiling rsa_pss.cc
[796/1345] Compiling t_x509.cc
[797/1345] Compiling t_crl.cc
[798/1345] Compiling i2d_pr.cc
[799/1345] Compiling t_req.cc
[800/1345] Compiling policy.cc
[801/1345] Compiling name_print.cc
[802/1345] Compiling by_file.cc
[803/1345] Compiling by_dir.cc
[804/1345] Compiling algorithm.cc
[805/1345] Compiling a_verify.cc
[806/1345] Compiling a_sign.cc
[807/1345] Compiling asn1_gen.cc
[808/1345] Compiling a_digest.cc
[809/1345] Compiling voprf.cc
[810/1345] Compiling thread_win.cc
[811/1345] Compiling thread_pthread.cc
[812/1345] Compiling trust_token.cc
[813/1345] Compiling thread.cc
[814/1345] Compiling thread_none.cc
[815/1345] Compiling pmbtoken.cc
[816/1345] Compiling stack.cc
[817/1345] Compiling sha512.cc
[818/1345] Compiling siphash.cc
[819/1345] Compiling sha256.cc
[820/1345] Compiling sha1.cc
[821/1345] Compiling slhdsa.cc
[822/1345] Compiling rsa_print.cc
[823/1345] Compiling rsa_extra.cc
[824/1345] Compiling spake2plus.cc
[825/1345] Compiling refcount.cc
[826/1345] Compiling rsa_crypt.cc
[827/1345] Compiling windows.cc
[828/1345] Compiling rc4.cc
[829/1345] Compiling urandom.cc
[830/1345] Compiling rand.cc
[831/1345] Compiling trusty.cc
[832/1345] Compiling ios.cc
[833/1345] Compiling rsa_asn1.cc
[834/1345] Compiling getentropy.cc
[835/1345] Compiling poly1305_arm_asm.S
[836/1345] Compiling passive.cc
[837/1345] Compiling deterministic.cc
[838/1345] Compiling forkunsafe.cc
[839/1345] Compiling fork_detect.cc
[840/1345] Compiling poly1305_arm.cc
[841/1345] Compiling poly1305.cc
[842/1345] Compiling pool.cc
[843/1345] Compiling poly1305_vec.cc
[844/1345] Compiling pem_x509.cc
[845/1345] Compiling pkcs7.cc
[846/1345] Compiling p5_pbev2.cc
[847/1345] Compiling pkcs7_x509.cc
[848/1345] Compiling pkcs8.cc
[849/1345] Compiling pkcs8_x509.cc
[850/1345] Compiling pem_pkey.cc
[851/1345] Compiling obj_xref.cc
[852/1345] Compiling pem_xaux.cc
[853/1345] Compiling pem_pk8.cc
[854/1345] Compiling pem_all.cc
[855/1345] Compiling mlkem.cc
[856/1345] Compiling mldsa.cc
[857/1345] Compiling pem_oth.cc
[858/1345] Compiling pem_info.cc
[859/1345] Compiling md5.cc
[860/1345] Compiling pem_lib.cc
[861/1345] Compiling mem.cc
[862/1345] Compiling poly_rq_mul.S
[863/1345] Compiling lhash.cc
[864/1345] Compiling fips_shared_support.cc
[865/1345] Compiling md4.cc
[866/1345] Compiling obj.cc
[867/1345] Compiling print.cc
[868/1345] Compiling ex_data.cc
[869/1345] Compiling hrss.cc
[870/1345] Compiling kyber.cc
[871/1345] Compiling sign.cc
[872/1345] Compiling pbkdf.cc
[873/1345] Compiling scrypt.cc
[874/1345] Compiling hpke.cc
[875/1345] Compiling p_x25519.cc
[876/1345] Compiling p_x25519_asn1.cc
[877/1345] Compiling p_hkdf.cc
[878/1345] Compiling p_rsa_asn1.cc
[879/1345] Compiling p_ed25519.cc
[880/1345] Compiling p_ed25519_asn1.cc
[881/1345] Compiling p_rsa.cc
[882/1345] Compiling p_ec_asn1.cc
[883/1345] Compiling p_ec.cc
[884/1345] Compiling p_dh_asn1.cc
[885/1345] Compiling p_dh.cc
[886/1345] Compiling evp_ctx.cc
[887/1345] Compiling evp.cc
[888/1345] Compiling err.cc
[889/1345] Compiling evp_asn1.cc
[890/1345] Compiling engine.cc
[891/1345] Compiling p_dsa_asn1.cc
[892/1345] Compiling ecdh.cc
[893/1345] Compiling ec_derive.cc
[894/1345] Compiling hash_to_curve.cc
[895/1345] Compiling ec_asn1.cc
[896/1345] Compiling dsa.cc
[897/1345] Compiling ecdsa_asn1.cc
[898/1345] Compiling params.cc
[899/1345] Compiling dsa_asn1.cc
[900/1345] Compiling x25519-asm-arm.S
[901/1345] Compiling digest_extra.cc
[902/1345] Compiling des.cc
[903/1345] Compiling dh_asn1.cc
[904/1345] Compiling curve25519.cc
[905/1345] Compiling crypto.cc
[906/1345] Compiling cpu_intel.cc
[907/1345] Compiling curve25519_64_adx.cc
[908/1345] Compiling spake25519.cc
[909/1345] Compiling cpu_arm_linux.cc
[910/1345] Compiling cpu_arm_freebsd.cc
[911/1345] Compiling cpu_aarch64_openbsd.cc
[912/1345] Compiling cpu_aarch64_apple.cc
[913/1345] Compiling cpu_aarch64_win.cc
[914/1345] Compiling cpu_aarch64_sysreg.cc
[914/1345] Compiling cpu_aarch64_fuchsia.cc
[916/1345] Compiling cpu_aarch64_linux.cc
[917/1345] Compiling bcm.cc
[918/1345] Compiling conf.cc
[919/1345] Compiling e_tls.cc
[920/1345] Compiling e_rc2.cc
[921/1345] Compiling e_rc4.cc
[922/1345] Compiling tls_cbc.cc
[923/1345] Compiling get_cipher.cc
[924/1345] Compiling e_des.cc
[925/1345] Compiling e_null.cc
[926/1345] Compiling e_chacha20poly1305.cc
[927/1345] Compiling e_aesgcmsiv.cc
[928/1345] Compiling derive_key.cc
[929/1345] Compiling e_aesctrhmac.cc
[930/1345] Compiling chacha.cc
[931/1345] Compiling unicode.cc
[932/1345] Compiling cbs.cc
[933/1345] Compiling ber.cc
[934/1345] Compiling blake2.cc
[935/1345] Compiling buf.cc
[936/1345] Compiling socket_helper.cc
[937/1345] Compiling asn1_compat.cc
[938/1345] Compiling bn_asn1.cc
[939/1345] Compiling cbb.cc
[940/1345] Compiling convert.cc
[941/1345] Compiling hexdump.cc
[942/1345] Compiling pair.cc
[943/1345] Compiling socket.cc
[944/1345] Compiling errno.cc
[945/1345] Compiling printf.cc
[946/1345] Compiling bio_mem.cc
[947/1345] Compiling file.cc
[948/1345] Compiling fd.cc
[949/1345] Compiling connect.cc
[950/1345] Compiling bio.cc
[951/1345] Compiling base64.cc
[952/1345] Compiling tasn_typ.cc
[953/1345] Compiling tasn_fre.cc
[954/1345] Compiling tasn_utl.cc
[955/1345] Compiling tasn_enc.cc
[956/1345] Compiling asn_pack.cc
[957/1345] Compiling f_int.cc
[958/1345] Compiling posix_time.cc
[959/1345] Compiling tasn_new.cc
[960/1345] Compiling f_string.cc
[961/1345] Compiling asn1_par.cc
[962/1345] Compiling tasn_dec.cc
[963/1345] Compiling asn1_lib.cc
[964/1345] Compiling a_utctm.cc
[965/1345] Compiling a_type.cc
[966/1345] Compiling a_strnid.cc
[967/1345] Compiling a_octet.cc
[968/1345] Compiling a_strex.cc
[969/1345] Compiling a_time.cc
[970/1345] Compiling a_object.cc
[971/1345] Compiling a_i2d_fp.cc
[972/1345] Compiling a_dup.cc
[973/1345] Compiling a_bitstr.cc
[974/1345] Compiling a_gentm.cc
[975/1345] Compiling a_int.cc
[976/1345] Compiling a_mbstr.cc
[977/1345] Compiling a_bool.cc
[978/1345] Compiling a_d2i_fp.cc
[979/1345] Compiling md5-x86_64-linux.S
[980/1345] Compiling fiat_p256_adx_mul.S
[981/1345] Compiling fiat_p256_adx_sqr.S
[982/1345] Compiling fiat_curve25519_adx_square.S
[983/1345] Compiling fiat_curve25519_adx_mul.S
[984/1345] Compiling md5-x86_64-apple.S
[985/1345] Compiling md5-586-apple.S
[986/1345] Compiling chacha20_poly1305_x86_64-linux.S
[987/1345] Compiling chacha20_poly1305_x86_64-apple.S
[988/1345] Compiling md5-586-linux.S
[988/1345] Compiling chacha20_poly1305_armv8-win.S
[990/1345] Compiling chacha20_poly1305_armv8-linux.S
[991/1345] Compiling chacha-x86_64-apple.S
[992/1345] Compiling chacha-x86_64-linux.S
[993/1345] Compiling chacha20_poly1305_armv8-apple.S
[994/1345] Compiling err_data.cc
[995/1345] Compiling chacha-x86-linux.S
[996/1345] Compiling chacha-x86-apple.S
[997/1345] Compiling CCryptoBoringSSLShims shims.c
[998/1345] Compiling chacha-armv8-win.S
[998/1345] Compiling chacha-armv8-linux.S
[1000/1345] Compiling chacha-armv8-apple.S
[1001/1345] Compiling chacha-armv4-linux.S
[1002/1345] Compiling aes128gcmsiv-x86_64-apple.S
[1003/1345] Compiling x86_64-mont5-apple.S
[1004/1345] Compiling x86_64-mont5-linux.S
[1004/1345] Compiling aes128gcmsiv-x86_64-linux.S
[1006/1345] Compiling x86_64-mont-linux.S
[1007/1345] Compiling x86_64-mont-apple.S
[1008/1345] Compiling vpaes-x86_64-linux.S
[1009/1345] Compiling x86-mont-linux.S
[1010/1345] Compiling x86-mont-apple.S
[1011/1345] Compiling vpaes-x86_64-apple.S
[1012/1345] Compiling vpaes-x86-apple.S
[1013/1345] Compiling vpaes-x86-linux.S
[1014/1345] Compiling vpaes-armv8-apple.S
[1015/1345] Compiling vpaes-armv8-win.S
[1016/1345] Compiling vpaes-armv8-linux.S
[1017/1345] Compiling vpaes-armv7-linux.S
[1018/1345] Compiling sha512-x86_64-apple.S
[1019/1345] Compiling sha512-armv8-linux.S
[1020/1345] Compiling sha512-x86_64-linux.S
[1021/1345] Compiling sha512-armv8-win.S
[1022/1345] Compiling sha512-armv8-apple.S
[1023/1345] Compiling sha512-586-linux.S
[1024/1345] Compiling sha512-armv4-linux.S
[1025/1345] Compiling sha256-x86_64-apple.S
[1026/1345] Compiling sha512-586-apple.S
[1027/1345] Compiling sha256-x86_64-linux.S
[1028/1345] Compiling sha256-armv8-win.S
[1029/1345] Compiling sha256-armv8-linux.S
[1030/1345] Compiling sha256-armv8-apple.S
[1031/1345] Compiling sha256-armv4-linux.S
[1032/1345] Compiling sha256-586-linux.S
[1033/1345] Compiling sha256-586-apple.S
[1034/1345] Compiling sha1-armv8-linux.S
[1035/1345] Compiling sha1-x86_64-apple.S
[1036/1345] Compiling sha1-x86_64-linux.S
[1037/1345] Compiling sha1-armv8-win.S
[1038/1345] Compiling sha1-armv8-apple.S
[1039/1345] Compiling sha1-armv4-large-linux.S
[1040/1345] Compiling sha1-586-linux.S
[1041/1345] Compiling sha1-586-apple.S
[1042/1345] Compiling rsaz-avx2-linux.S
[1043/1345] Compiling rsaz-avx2-apple.S
[1044/1345] Compiling rdrand-x86_64-linux.S
[1045/1345] Compiling rdrand-x86_64-apple.S
[1046/1345] Compiling p256_beeu-x86_64-asm-apple.S
[1047/1345] Compiling p256_beeu-armv8-asm-linux.S
[1048/1345] Compiling p256_beeu-armv8-asm-win.S
[1049/1345] Compiling p256-x86_64-asm-apple.S
[1050/1345] Compiling p256_beeu-armv8-asm-apple.S
[1051/1345] Compiling p256_beeu-x86_64-asm-linux.S
[1052/1345] Compiling p256-x86_64-asm-linux.S
[1053/1345] Compiling p256-armv8-asm-win.S
[1054/1345] Compiling p256-armv8-asm-apple.S
[1055/1345] Compiling p256-armv8-asm-linux.S
[1056/1345] Compiling ghashv8-armv8-win.S
[1057/1345] Compiling ghashv8-armv8-apple.S
[1058/1345] Compiling ghashv8-armv8-linux.S
[1059/1345] Compiling ghashv8-armv7-linux.S
[1060/1345] Compiling ghash-x86_64-linux.S
[1061/1345] Compiling ghash-x86_64-apple.S
[1062/1345] Compiling ghash-x86-linux.S
[1063/1345] Compiling ghash-ssse3-x86_64-linux.S
[1064/1345] Compiling ghash-x86-apple.S
[1065/1345] Compiling ghash-ssse3-x86-linux.S
[1066/1345] Compiling ghash-ssse3-x86_64-apple.S
[1067/1345] Compiling ghash-neon-armv8-win.S
[1068/1345] Compiling ghash-ssse3-x86-apple.S
[1069/1345] Compiling ghash-neon-armv8-apple.S
[1070/1345] Compiling ghash-neon-armv8-linux.S
[1071/1345] Compiling ghash-armv4-linux.S
[1072/1345] Compiling co-586-linux.S
[1073/1345] Compiling bsaes-armv7-linux.S
[1074/1345] Compiling co-586-apple.S
[1075/1345] Compiling bn-armv8-win.S
[1076/1345] Compiling bn-armv8-linux.S
[1077/1345] Compiling bn-armv8-apple.S
[1078/1345] Compiling bn-586-linux.S
[1079/1345] Compiling bn-586-apple.S
[1080/1345] Compiling armv8-mont-win.S
[1081/1345] Compiling armv8-mont-linux.S
[1082/1345] Compiling armv8-mont-apple.S
[1083/1345] Compiling armv4-mont-linux.S
[1084/1345] Compiling aesv8-gcm-armv8-win.S
[1085/1345] Compiling aesv8-gcm-armv8-apple.S
[1086/1345] Compiling aesv8-gcm-armv8-linux.S
[1087/1345] Compiling aesv8-armv8-win.S
[1088/1345] Compiling aesv8-armv8-linux.S
[1089/1345] Compiling aesv8-armv7-linux.S
[1090/1345] Compiling aesv8-armv8-apple.S
[1091/1345] Compiling aesni-x86_64-apple.S
[1092/1345] Compiling aesni-x86_64-linux.S
[1093/1345] Compiling aesni-x86-linux.S
[1094/1345] Compiling aesni-x86-apple.S
[1095/1345] Compiling aesni-gcm-x86_64-linux.S
[1096/1345] Compiling aesni-gcm-x86_64-apple.S
[1097/1345] Compiling aes-gcm-avx10-x86_64-apple.S
[1098/1345] Compiling aes-gcm-avx10-x86_64-linux.S
[1099/1345] Compiling x_spki.cc
[1100/1345] Compiling x_req.cc
[1101/1345] Compiling x_sig.cc
[1102/1345] Compiling x_x509.cc
[1103/1345] Compiling x_x509a.cc
[1104/1345] Compiling x_val.cc
[1105/1345] Compiling x_pubkey.cc
[1106/1345] Compiling c-nioatomics.c
[1107/1345] Compiling x_exten.cc
[1108/1345] Compiling x_name.cc
[1109/1345] Compiling x_crl.cc
[1110/1345] Compiling x_attrib.cc
[1111/1345] Compiling x_all.cc
[1112/1345] Compiling x_algor.cc
[1113/1345] Compiling x509spki.cc
[1114/1345] Compiling x509cset.cc
[1115/1345] Compiling x509_vpm.cc
[1116/1345] Compiling x509rset.cc
[1117/1345] Compiling c-atomics.c
[1118/1345] Compiling x509name.cc
[1119/1351] Compiling x509_v3.cc
[1120/1351] Compiling x509_txt.cc
[1121/1351] Compiling x509_vfy.cc
[1122/1351] Compiling x509_req.cc
[1124/1351] Compiling NIOConcurrencyHelpers lock.swift
[1124/1351] Compiling x509_trs.cc
[1125/1351] Compiling x509_obj.cc
[1126/1351] Compiling x509_set.cc
[1128/1351] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1129/1351] Compiling NIOConcurrencyHelpers NIOLock.swift
[1130/1351] Compiling NIOConcurrencyHelpers atomics.swift
[1131/1351] Emitting module NIOConcurrencyHelpers
[1132/1351] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1133/1352] Compiling x509_lu.cc
[1134/1352] Compiling x509_ext.cc
[1135/1352] Compiling x509_def.cc
[1136/1361] Compiling x509.cc
[1137/1411] Compiling x509_att.cc
[1138/1411] Compiling x509_d2.cc
[1139/1411] Compiling x509_cmp.cc
[1140/1411] Compiling v3_skey.cc
[1141/1411] Compiling v3_utl.cc
[1142/1411] Compiling v3_prn.cc
[1144/1411] Compiling NIOCore MarkedCircularBuffer.swift
[1145/1411] Compiling NIOCore MulticastChannel.swift
[1146/1411] Compiling NIOCore NIOAny.swift
[1147/1411] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1148/1411] Compiling NIOCore NIOLoopBound.swift
[1149/1411] Compiling NIOCore NIOScheduledCallback.swift
[1150/1411] Compiling NIOCore NIOSendable.swift
[1151/1411] Compiling NIOCore RecvByteBufferAllocator.swift
[1151/1419] Compiling v3_purp.cc
[1152/1419] Compiling v3_ocsp.cc
[1153/1419] Compiling v3_pmaps.cc
[1154/1419] Compiling v3_pcons.cc
[1155/1419] Compiling v3_ncons.cc
[1156/1419] Compiling v3_int.cc
[1157/1419] Compiling v3_lib.cc
[1158/1419] Compiling v3_genn.cc
[1159/1419] Compiling v3_ia5.cc
[1160/1419] Compiling v3_info.cc
[1162/1419] Compiling NIOCore GlobalSingletons.swift
[1163/1419] Compiling NIOCore IO.swift
[1164/1419] Compiling NIOCore IOData.swift
[1165/1419] Compiling NIOCore IPProtocol.swift
[1166/1419] Compiling NIOCore IntegerBitPacking.swift
[1167/1419] Compiling NIOCore IntegerTypes.swift
[1168/1419] Compiling NIOCore Interfaces.swift
[1169/1419] Compiling NIOCore Linux.swift
[1169/1419] Compiling v3_extku.cc
[1170/1419] Compiling v3_enum.cc
[1171/1419] Compiling v3_crld.cc
[1172/1419] Compiling v3_cpols.cc
[1173/1419] Compiling v3_conf.cc
[1174/1419] Compiling v3_bitst.cc
[1175/1419] Compiling v3_bcons.cc
[1176/1419] Compiling v3_akeya.cc
[1178/1419] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1179/1419] Compiling NIOCore SocketAddresses.swift
[1180/1419] Compiling NIOCore SocketOptionProvider.swift
[1181/1419] Compiling NIOCore SystemCallHelpers.swift
[1182/1419] Compiling NIOCore TimeAmount+Duration.swift
[1183/1419] Compiling NIOCore TypeAssistedChannelHandler.swift
[1184/1419] Compiling NIOCore UniversalBootstrapSupport.swift
[1185/1419] Compiling NIOCore Utilities.swift
[1185/1419] Compiling v3_alt.cc
[1186/1419] Compiling t_x509a.cc
[1187/1419] Compiling v3_akey.cc
[1188/1419] Compiling t_x509.cc
[1190/1419] Compiling NIOCore EventLoop.swift
[1191/1419] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1192/1419] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1193/1419] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1194/1419] Compiling NIOCore EventLoopFuture.swift
[1195/1419] Compiling NIOCore FileDescriptor.swift
[1196/1419] Compiling NIOCore FileHandle.swift
[1197/1419] Compiling NIOCore FileRegion.swift
[1197/1419] Compiling t_crl.cc
[1198/1419] Compiling t_req.cc
[1199/1419] Compiling rsa_pss.cc
[1201/1419] Compiling NIOCore ChannelPipeline.swift
[1202/1419] Compiling NIOCore CircularBuffer.swift
[1203/1419] Compiling NIOCore Codec.swift
[1204/1419] Compiling NIOCore ConvenienceOptionSupport.swift
[1205/1419] Compiling NIOCore DeadChannel.swift
[1206/1419] Compiling NIOCore DispatchQueue+WithFuture.swift
[1207/1419] Compiling NIOCore EventLoop+Deprecated.swift
[1208/1419] Compiling NIOCore EventLoop+SerialExecutor.swift
[1208/1419] Compiling i2d_pr.cc
[1209/1419] Compiling policy.cc
[1210/1419] Compiling by_file.cc
[1211/1419] Compiling name_print.cc
[1212/1419] Compiling asn1_gen.cc
[1213/1419] Compiling algorithm.cc
[1214/1419] Compiling by_dir.cc
[1215/1419] Compiling a_digest.cc
[1216/1419] Compiling voprf.cc
[1217/1419] Compiling thread_win.cc
[1218/1419] Compiling thread_pthread.cc
[1219/1419] Compiling thread_none.cc
[1220/1419] Compiling a_verify.cc
[1221/1419] Compiling a_sign.cc
[1222/1419] Compiling pmbtoken.cc
[1223/1419] Compiling trust_token.cc
[1224/1419] Compiling thread.cc
[1225/1419] Compiling thash.cc
[1226/1419] Compiling stack.cc
[1227/1419] Compiling merkle.cc
[1228/1419] Compiling wots.cc
[1229/1419] Compiling siphash.cc
[1230/1419] Compiling fors.cc
[1231/1419] Compiling slhdsa.cc
[1232/1419] Compiling sha256.cc
[1233/1419] Compiling sha512.cc
[1234/1419] Compiling sha1.cc
[1235/1419] Compiling rsa_extra.cc
[1236/1419] Compiling rsa_asn1.cc
[1237/1419] Compiling trusty.cc
[1238/1419] Compiling rsa_crypt.cc
[1239/1419] Compiling rsa_print.cc
[1240/1419] Compiling rc4.cc
[1241/1419] Compiling refcount.cc
[1242/1419] Compiling windows.cc
[1243/1419] Compiling ios.cc
[1244/1419] Compiling urandom.cc
[1245/1419] Compiling rand_extra.cc
[1246/1419] Compiling getentropy.cc
[1247/1419] Compiling forkunsafe.cc
[1248/1419] Compiling deterministic.cc
[1249/1419] Compiling passive.cc
[1250/1419] Compiling poly1305_arm_asm.S
[1251/1419] Compiling fork_detect.cc
[1253/1419] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1254/1419] Compiling NIOCore BSDSocketAPI.swift
[1255/1419] Compiling NIOCore ByteBuffer-aux.swift
[1256/1419] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1257/1419] Compiling NIOCore ByteBuffer-conversions.swift
[1258/1419] Compiling NIOCore ByteBuffer-core.swift
[1259/1419] Compiling NIOCore ByteBuffer-hex.swift
[1260/1419] Compiling NIOCore ByteBuffer-int.swift
[1261/1419] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1262/1419] Compiling NIOCore AddressedEnvelope.swift
[1263/1419] Compiling NIOCore AsyncAwaitSupport.swift
[1264/1419] Compiling NIOCore AsyncChannel.swift
[1265/1419] Compiling NIOCore AsyncChannelHandler.swift
[1266/1419] Compiling NIOCore AsyncChannelInboundStream.swift
[1267/1419] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1268/1419] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1269/1419] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1270/1419] Compiling NIOCore NIOAsyncWriter.swift
[1271/1419] Compiling NIOCore ByteBuffer-multi-int.swift
[1272/1419] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1273/1419] Compiling NIOCore ByteBuffer-views.swift
[1274/1419] Compiling NIOCore Channel.swift
[1275/1419] Compiling NIOCore ChannelHandler.swift
[1276/1419] Compiling NIOCore ChannelHandlers.swift
[1277/1419] Compiling NIOCore ChannelInvoker.swift
[1278/1419] Compiling NIOCore ChannelOption.swift
[1278/1419] Compiling pool.cc
[1279/1419] Compiling poly1305.cc
[1280/1419] Compiling poly1305_vec.cc
[1281/1419] Compiling poly1305_arm.cc
[1282/1419] Compiling pkcs8_x509.cc
[1283/1419] Compiling pkcs7.cc
[1284/1419] Compiling p5_pbev2.cc
[1285/1419] Compiling pkcs7_x509.cc
[1286/1419] Compiling pkcs8.cc
[1287/1419] Compiling pem_oth.cc
[1288/1419] Compiling pem_xaux.cc
[1289/1419] Compiling pem_x509.cc
[1290/1419] Compiling pem_pkey.cc
[1291/1419] Compiling pem_pk8.cc
[1292/1419] Compiling mldsa.cc
[1293/1419] Compiling obj_xref.cc
[1294/1419] Compiling pem_info.cc
[1295/1419] Compiling pem_lib.cc
[1296/1419] Compiling mlkem.cc
[1297/1419] Compiling obj.cc
[1299/1419] Emitting module NIOCore
[1299/1420] Compiling mem.cc
[1301/1420] Compiling poly_rq_mul.S
[1302/1420] Compiling pem_all.cc
[1303/1420] Compiling fips_shared_support.cc
[1304/1420] Compiling md5.cc
[1305/1420] Compiling lhash.cc
[1306/1420] Compiling md4.cc
[1307/1420] Compiling hpke.cc
[1308/1420] Compiling kyber.cc
[1309/1420] Compiling ex_data.cc
[1310/1420] Compiling sign.cc
[1311/1420] Compiling hrss.cc
[1312/1471] Compiling scrypt.cc
[1313/1471] Compiling pbkdf.cc
[1314/1471] Compiling p_x25519_asn1.cc
[1315/1471] Compiling p_x25519.cc
[1316/1471] Compiling print.cc
[1317/1471] Compiling p_rsa_asn1.cc
[1318/1471] Compiling p_rsa.cc
[1319/1471] Compiling p_hkdf.cc
[1320/1471] Compiling p_ed25519.cc
[1322/1471] Emitting module NIOEmbedded
[1323/1471] Compiling NIOEmbedded AsyncTestingChannel.swift
[1323/1471] Compiling p_ed25519_asn1.cc
[1324/1471] Compiling p_ec_asn1.cc
[1325/1471] Compiling p_dsa_asn1.cc
[1327/1471] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1328/1471] Compiling NIOEmbedded Embedded.swift
[1328/1472] Compiling p_ec.cc
[1330/1472] Compiling p_dh.cc
[1331/1472] Compiling p_dh_asn1.cc
[1332/1472] Compiling evp_ctx.cc
[1333/1472] Compiling evp_asn1.cc
[1334/1472] Compiling evp.cc
[1335/1472] Compiling err.cc
[1336/1472] Compiling engine.cc
[1337/1472] Compiling ecdsa_asn1.cc
[1338/1472] Compiling ecdh_extra.cc
[1339/1472] Compiling hash_to_curve.cc
[1341/1472] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1342/1472] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1343/1472] Compiling NIOPosix PosixSingletons.swift
[1344/1472] Compiling NIOPosix RawSocketBootstrap.swift
[1345/1472] Compiling NIOPosix Resolver.swift
[1346/1472] Compiling NIOPosix Selectable.swift
[1346/1478] Compiling ec_derive.cc
[1347/1478] Compiling digest_extra.cc
[1348/1478] Compiling ec_asn1.cc
[1349/1478] Compiling params.cc
[1351/1478] Emitting module NIOPosix
[1351/1478] Compiling dsa.cc
[1352/1478] Compiling dsa_asn1.cc
[1353/1478] Compiling x25519-asm-arm.S
[1354/1478] Compiling des.cc
[1356/1478] Compiling NIOPosix SelectableChannel.swift
[1357/1478] Compiling NIOPosix SelectableEventLoop.swift
[1358/1478] Compiling NIOPosix SelectorEpoll.swift
[1359/1478] Compiling NIOPosix SelectorGeneric.swift
[1360/1478] Compiling NIOPosix SelectorKqueue.swift
[1361/1478] Compiling NIOPosix SelectorUring.swift
[1362/1478] Compiling NIOPosix ServerSocket.swift
[1363/1478] Compiling NIOPosix Socket.swift
[1364/1478] Compiling NIOPosix SocketChannel.swift
[1365/1478] Compiling NIOPosix SocketProtocols.swift
[1366/1478] Compiling NIOPosix System.swift
[1367/1478] Compiling NIOPosix Thread.swift
[1367/1478] Compiling dh_asn1.cc
[1368/1478] Compiling bcm.cc
[1369/1478] Compiling cpu_intel.cc
[1370/1478] Compiling cpu_arm_freebsd.cc
[1371/1478] Compiling cpu_aarch64_win.cc
[1372/1478] Compiling curve25519_64_adx.cc
[1374/1478] Compiling NIOPosix ThreadPosix.swift
[1375/1478] Compiling NIOPosix ThreadWindows.swift
[1376/1478] Compiling NIOPosix UnsafeTransfer.swift
[1377/1478] Compiling NIOPosix Utilities.swift
[1378/1478] Compiling NIOPosix VsockAddress.swift
[1379/1478] Compiling NIOPosix VsockChannelEvents.swift
[1379/1478] Compiling cpu_arm_linux.cc
[1380/1478] Compiling crypto.cc
[1381/1478] Compiling spake25519.cc
[1382/1478] Compiling cpu_aarch64_sysreg.cc
[1383/1478] Compiling curve25519.cc
[1384/1478] Compiling cpu_aarch64_openbsd.cc
[1385/1478] Compiling cpu_aarch64_linux.cc
[1386/1478] Compiling cpu_aarch64_apple.cc
[1387/1478] Compiling tls_cbc.cc
[1388/1478] Compiling cpu_aarch64_fuchsia.cc
[1389/1478] Compiling conf.cc
[1390/1478] Compiling e_rc4.cc
[1391/1478] Compiling e_null.cc
[1392/1478] Compiling e_aesgcmsiv.cc
[1393/1478] Compiling e_tls.cc
[1395/1478] Compiling NIOPosix IO.swift
[1396/1478] Compiling NIOPosix IntegerBitPacking.swift
[1397/1478] Compiling NIOPosix IntegerTypes.swift
[1398/1478] Compiling NIOPosix Linux.swift
[1399/1478] Compiling NIOPosix LinuxCPUSet.swift
[1400/1478] Compiling NIOPosix LinuxUring.swift
[1401/1478] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1402/1478] Compiling NIOPosix Bootstrap.swift
[1403/1478] Compiling NIOPosix ControlMessage.swift
[1404/1478] Compiling NIOPosix DatagramVectorReadManager.swift
[1405/1478] Compiling NIOPosix Errors+Any.swift
[1406/1478] Compiling NIOPosix FileDescriptor.swift
[1407/1478] Compiling NIOPosix GetaddrinfoResolver.swift
[1408/1478] Compiling NIOPosix HappyEyeballs.swift
[1409/1478] Compiling NIOPosix NIOThreadPool.swift
[1410/1478] Compiling NIOPosix NonBlockingFileIO.swift
[1411/1478] Compiling NIOPosix PendingDatagramWritesManager.swift
[1412/1478] Compiling NIOPosix PendingWritesManager.swift
[1413/1478] Compiling NIOPosix PipeChannel.swift
[1414/1478] Compiling NIOPosix PipePair.swift
[1415/1478] Compiling NIOPosix Pool.swift
[1416/1478] Compiling NIOPosix BSDSocketAPICommon.swift
[1417/1478] Compiling NIOPosix BSDSocketAPIPosix.swift
[1418/1478] Compiling NIOPosix BSDSocketAPIWindows.swift
[1419/1478] Compiling NIOPosix BaseSocket.swift
[1420/1478] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1421/1478] Compiling NIOPosix BaseSocketChannel.swift
[1422/1478] Compiling NIOPosix BaseStreamSocketChannel.swift
[1422/1479] Compiling e_chacha20poly1305.cc
[1423/1479] Compiling e_rc2.cc
[1425/1479] Compiling e_des.cc
[1426/1479] Compiling derive_key.cc
[1427/1479] Compiling chacha.cc
[1428/1479] Compiling cipher_extra.cc
[1429/1481] Compiling e_aesctrhmac.cc
[1430/1481] Compiling cbb.cc
[1432/1481] Emitting module NIO
[1433/1481] Compiling NIO Exports.swift
[1433/1481] Compiling unicode.cc
[1434/1482] Compiling cbs.cc
[1435/1482] Compiling buf.cc
[1436/1482] Compiling asn1_compat.cc
[1437/1482] Compiling ber.cc
[1439/1482] Compiling bn_asn1.cc
[1440/1482] Compiling blake2.cc
[1441/1482] Compiling printf.cc
[1442/1482] Compiling convert.cc
[1443/1484] Compiling hexdump.cc
[1445/1493] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1445/1493] Compiling pair.cc
[1446/1493] Compiling file.cc
[1448/1493] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1449/1493] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1449/1493] Compiling fd.cc
[1450/1493] Compiling errno.cc
[1452/1493] Compiling NIOTLS TLSEvents.swift
[1453/1493] Emitting module NIOTLS
[1454/1493] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1455/1493] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1455/1493] Compiling bio_mem.cc
[1456/1493] Compiling bio.cc
[1457/1493] Compiling tasn_new.cc
[1458/1493] Compiling base64.cc
[1460/1493] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1461/1493] Compiling NIOTLS SNIHandler.swift
[1462/1494] Emitting module NIOFoundationCompat
[1463/1494] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1464/1495] Compiling tasn_utl.cc
[1465/1495] Compiling tasn_typ.cc
[1467/1495] Compiling tasn_fre.cc
[1468/1495] Compiling tasn_enc.cc
[1469/1495] Compiling tasn_dec.cc
[1470/1546] Compiling posix_time.cc
[1471/1546] Compiling asn_pack.cc
[1473/1546] Compiling NIOTransportServices AcceptHandler.swift
[1474/1546] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1475/1546] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1476/1548] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1477/1548] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1478/1548] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1479/1548] Compiling NIOTransportServices StateManagedChannel.swift
[1480/1548] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1481/1548] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1482/1548] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1483/1548] Compiling NIOTransportServices NIOTSSingletons.swift
[1484/1548] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1485/1548] Emitting module NIOTransportServices
[1486/1548] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1487/1548] Compiling NIOTransportServices NIOTSErrors.swift
[1488/1548] Compiling NIOTransportServices NIOTSEventLoop.swift
[1489/1548] Compiling NIOTransportServices NIOTSBootstraps.swift
[1490/1548] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1491/1548] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1491/1548] Compiling f_string.cc
[1492/1548] Compiling asn1_par.cc
[1493/1548] Compiling f_int.cc
[1495/1548] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1496/1548] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1497/1548] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1498/1548] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1499/1548] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1500/1549] Compiling a_utctm.cc
[1501/1549] Compiling a_type.cc
[1502/1549] Compiling a_time.cc
[1503/1549] Compiling asn1_lib.cc
[1504/1549] Compiling a_strnid.cc
[1505/1549] Compiling a_strex.cc
[1506/1549] Compiling a_i2d_fp.cc
[1507/1549] Compiling a_octet.cc
[1508/1549] Compiling a_object.cc
[1509/1549] Compiling a_int.cc
[1509/1549] Write sources
[1514/1549] Compiling a_mbstr.cc
[1515/1549] Compiling a_bool.cc
[1516/1550] Compiling a_dup.cc
[1517/1647] Compiling a_d2i_fp.cc
[1518/1672] Compiling a_gentm.cc
[1519/1672] Compiling a_bitstr.cc
[1521/1672] Compiling Algorithms Suffix.swift
[1522/1672] Compiling Algorithms RandomSample.swift
[1523/1672] Compiling Algorithms Reductions.swift
[1524/1672] Compiling Algorithms Rotate.swift
[1525/1675] Compiling AsyncAlgorithms AsyncChannel.swift
[1526/1675] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1527/1675] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1528/1675] Compiling AsyncAlgorithms ChannelStorage.swift
[1529/1683] Compiling Algorithms FlattenCollection.swift
[1530/1683] Compiling Algorithms Grouped.swift
[1531/1683] Compiling Algorithms Indexed.swift
[1532/1683] Compiling Algorithms Intersperse.swift
[1533/1683] Emitting module NIOSSL
[1534/1683] Compiling Algorithms Permutations.swift
[1535/1683] Compiling Algorithms Product.swift
[1536/1683] Compiling Algorithms Split.swift
[1537/1683] Compiling Algorithms Stride.swift
[1538/1683] Emitting module BitCollections
[1543/1690] Compiling NIOSSL TLSConfiguration.swift
[1544/1690] Compiling NIOSSL UniversalBootstrapSupport.swift
[1545/1690] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1546/1690] Emitting module AsyncAlgorithms
[1547/1696] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1548/1696] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1549/1696] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1550/1696] Compiling AsyncAlgorithms ZipStateMachine.swift
[1551/1696] Compiling AsyncAlgorithms ZipStorage.swift
[1552/1696] Compiling BitCollections BitSet+Extras.swift
[1553/1696] Compiling BitCollections BitSet+Hashable.swift
[1554/1696] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1555/1696] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1556/1696] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1557/1696] Compiling AsyncAlgorithms DebounceStorage.swift
[1558/1696] Compiling AsyncAlgorithms Dictionary.swift
[1559/1696] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1560/1696] Compiling AsyncAlgorithms Locking.swift
[1561/1696] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1562/1696] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1563/1696] Compiling AsyncAlgorithms MergeStateMachine.swift
[1564/1696] Compiling AsyncAlgorithms MergeStorage.swift
[1565/1696] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1566/1696] Compiling AsyncAlgorithms Rethrow.swift
[1567/1696] Compiling AsyncAlgorithms SetAlgebra.swift
[1574/1699] Compiling Algorithms Partition.swift
[1577/1699] Compiling Algorithms Joined.swift
[1578/1699] Compiling Algorithms Keyed.swift
[1579/1699] Compiling Algorithms MinMax.swift
[1586/1699] Compiling CryptoBoringWrapper RandomBytes.swift
[1593/1699] Compiling Algorithms Compacted.swift
[1594/1699] Compiling Algorithms Cycle.swift
[1595/1699] Compiling Algorithms EitherSequence.swift
[1596/1699] Compiling Algorithms FirstNonNil.swift
[1605/1699] Compiling Algorithms AdjacentPairs.swift
[1606/1699] Compiling Algorithms Chain.swift
[1607/1699] Compiling Algorithms Chunked.swift
[1614/1699] Compiling Algorithms Combinations.swift
[1621/1699] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1622/1699] Compiling BitCollections BitSet.Index.swift
[1623/1699] Compiling BitCollections BitSet._UnsafeHandle.swift
[1624/1699] Compiling BitCollections BitSet.swift
[1625/1699] Compiling BitCollections Range+Utilities.swift
[1626/1699] Compiling BitCollections Slice+Utilities.swift
[1627/1699] Compiling BitCollections UInt+Tricks.swift
[1628/1699] Compiling BitCollections _Word.swift
[1653/1700] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1654/1700] Compiling CryptoBoringWrapper EllipticCurve.swift
[1655/1700] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1656/1700] Emitting module CryptoBoringWrapper
[1658/1700] Compiling Algorithms Trim.swift
[1659/1700] Compiling Algorithms Unique.swift
[1660/1700] Compiling Algorithms Windows.swift
[1664/1700] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1665/1700] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1703/1735] Emitting module Collections
[1704/1736] Compiling Collections Collections.swift
[1706/1785] Emitting module Algorithms
[1708/1786] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1709/1787] Emitting module ServiceLifecycle
[1710/1787] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1711/1809] Compiling ServiceLifecycle CancellationWaiter.swift
[1712/1809] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1713/1809] Compiling ServiceLifecycle ServiceRunnerError.swift
[1714/1809] Compiling AsyncKit Future+Miscellaneous.swift
[1715/1809] Compiling AsyncKit Future+Nonempty.swift
[1716/1809] Compiling AsyncKit Future+Optional.swift
[1717/1809] Compiling AsyncKit EventLoop+Flatten.swift
[1718/1809] Compiling AsyncKit EventLoop+Future.swift
[1719/1809] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1720/1809] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1721/1809] Compiling AsyncKit Collection+Flatten.swift
[1722/1809] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1723/1809] Compiling AsyncKit Future+Transform.swift
[1724/1809] Compiling AsyncKit Future+Try.swift
[1725/1809] Compiling AsyncKit FutureOperators.swift
[1726/1811] Compiling Crypto HKDF.swift
[1727/1811] Compiling Crypto AESWrap.swift
[1728/1811] Compiling Crypto AESWrap_boring.swift
[1729/1811] Compiling Crypto Ed25519_boring.swift
[1730/1811] Compiling Crypto NISTCurvesKeys_boring.swift
[1731/1811] Compiling Crypto X25519Keys_boring.swift
[1732/1811] Compiling Crypto Curve25519.swift
[1733/1811] Compiling Crypto Ed25519Keys.swift
[1734/1811] Compiling Crypto NISTCurvesKeys.swift
[1735/1811] Compiling Crypto X25519Keys.swift
[1736/1820] Compiling AsyncKit ConnectionPoolError.swift
[1737/1820] Compiling AsyncKit ConnectionPoolItem.swift
[1738/1820] Compiling AsyncKit ConnectionPoolSource.swift
[1739/1820] Compiling AsyncKit EventLoopConnectionPool.swift
[1740/1820] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1741/1820] Compiling AsyncKit EventLoop+Concurrency.swift
[1742/1820] Compiling Crypto SymmetricKeys.swift
[1743/1820] Compiling Crypto HMAC.swift
[1744/1820] Compiling Crypto MACFunctions.swift
[1745/1820] Compiling Crypto MessageAuthenticationCode.swift
[1746/1820] Compiling Crypto AES.swift
[1747/1820] Compiling Crypto ECDSASignature_boring.swift
[1748/1820] Compiling Crypto ECDSA_boring.swift
[1749/1820] Compiling Crypto EdDSA_boring.swift
[1750/1820] Compiling Crypto ECDSA.swift
[1751/1820] Compiling Crypto Ed25519.swift
[1752/1820] Compiling Crypto PKCS8PrivateKey.swift
[1753/1820] Compiling Crypto SEC1PrivateKey.swift
[1754/1820] Compiling Crypto SubjectPublicKeyInfo.swift
[1755/1820] Compiling Crypto CryptoKitErrors.swift
[1756/1820] Compiling Crypto Digest_boring.swift
[1757/1820] Compiling Crypto Digest.swift
[1758/1820] Compiling Crypto Digests.swift
[1759/1820] Compiling Crypto HashFunctions.swift
[1760/1820] Compiling Crypto HashFunctions_SHA2.swift
[1761/1820] Compiling Crypto HPKE-AEAD.swift
[1762/1820] Compiling ServiceLifecycle Service.swift
[1763/1820] Compiling ServiceLifecycle GracefulShutdown.swift
[1764/1820] Compiling ServiceLifecycle ServiceGroup.swift
[1765/1821] Emitting module Crypto
[1777/1821] Compiling AsyncKit Optional+StrictMap.swift
[1778/1821] Compiling AsyncKit Exports.swift
[1779/1821] Compiling Crypto HPKE-LabeledExtract.swift
[1780/1821] Compiling Crypto HPKE-Utils.swift
[1781/1821] Compiling Crypto DHKEM.swift
[1782/1821] Compiling Crypto HPKE-KEM-Curve25519.swift
[1783/1821] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1784/1821] Compiling Crypto HPKE-KEM.swift
[1785/1821] Compiling Crypto HPKE-Errors.swift
[1787/1821] Compiling Crypto HPKE.swift
[1788/1821] Compiling Crypto HPKE-Context.swift
[1789/1821] Compiling Crypto HPKE-KeySchedule.swift
[1790/1821] Compiling Crypto HPKE-Modes.swift
[1791/1821] Compiling Crypto Insecure.swift
[1792/1821] Compiling Crypto Insecure_HashFunctions.swift
[1793/1821] Compiling Crypto KEM.swift
[1794/1821] Compiling Crypto ECDH_boring.swift
[1795/1821] Compiling Crypto DH.swift
[1796/1821] Compiling Crypto ECDH.swift
[1801/1821] Compiling AsyncKit EventLoopFutureQueue.swift
[1802/1821] Compiling AsyncKit Future+Collection.swift
[1803/1821] Compiling AsyncKit Future+Conjunctions.swift
[1809/1821] Compiling Crypto Signature.swift
[1810/1821] Compiling Crypto CryptoKitErrors_boring.swift
[1811/1821] Compiling Crypto RNG_boring.swift
[1812/1821] Compiling Crypto SafeCompare_boring.swift
[1813/1821] Compiling Crypto Zeroization_boring.swift
[1814/1821] Compiling Crypto PrettyBytes.swift
[1815/1821] Compiling Crypto SafeCompare.swift
[1816/1821] Compiling Crypto SecureBytes.swift
[1817/1821] Compiling Crypto Zeroization.swift
[1819/1822] Emitting module AsyncKit
[1820/1925] Emitting module PostgresNIO
[1821/1925] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[1822/1925] Compiling PostgresNIO PostgresData+Set.swift
[1823/1925] Compiling PostgresNIO PostgresData+String.swift
[1824/1925] Compiling PostgresNIO PostgresData+UUID.swift
[1825/1925] Compiling PostgresNIO PostgresData.swift
[1826/1925] Compiling PostgresNIO PostgresDataConvertible.swift
[1827/1925] Compiling PostgresNIO PostgresDataType.swift
[1828/1925] Compiling PostgresNIO PostgresRow.swift
[1829/1925] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[1830/1925] Compiling PostgresNIO PostgresData+UInt.swift
[1831/1925] Compiling PostgresNIO PostgresMessage+Authentication.swift
[1832/1925] Compiling PostgresNIO PostgresMessage+Bind.swift
[1833/1925] Compiling PostgresNIO PostgresMessage+Close.swift
[1834/1925] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[1835/1925] Compiling PostgresNIO PostgresMessage+Describe.swift
[1836/1939] Compiling PostgresNIO BackendKeyData.swift
[1837/1939] Compiling PostgresNIO DataRow.swift
[1838/1939] Compiling PostgresNIO ErrorResponse.swift
[1839/1939] Compiling PostgresNIO NotificationResponse.swift
[1840/1939] Compiling PostgresNIO ParameterDescription.swift
[1841/1939] Compiling PostgresNIO ParameterStatus.swift
[1842/1939] Compiling PostgresNIO ReadyForQuery.swift
[1843/1939] Compiling PostgresNIO RowDescription.swift
[1844/1939] Compiling PostgresNIO NotificationListener.swift
[1845/1939] Compiling PostgresNIO PSQLError.swift
[1846/1939] Compiling PostgresNIO PSQLEventsHandler.swift
[1847/1939] Compiling PostgresNIO PSQLPreparedStatement.swift
[1848/1939] Compiling PostgresNIO PSQLRowStream.swift
[1849/1939] Compiling PostgresNIO PSQLTask.swift
[1850/1939] Compiling PostgresNIO PostgresConnection+Configuration.swift
[1851/1939] Compiling PostgresNIO PostgresConnection.swift
[1852/1939] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[1853/1939] Compiling PostgresNIO PostgresData+Array.swift
[1854/1939] Compiling PostgresNIO PostgresData+Bool.swift
[1855/1939] Compiling PostgresNIO PostgresData+Bytes.swift
[1856/1939] Compiling PostgresNIO PostgresData+Date.swift
[1857/1939] Compiling PostgresNIO PostgresData+Decimal.swift
[1858/1939] Compiling PostgresNIO PostgresData+Double.swift
[1859/1939] Compiling PostgresNIO PostgresData+Float.swift
[1860/1939] Compiling PostgresNIO PostgresData+Int.swift
[1861/1939] Compiling PostgresNIO PostgresData+JSON.swift
[1862/1939] Compiling PostgresNIO PostgresData+JSONB.swift
[1863/1939] Compiling PostgresNIO PostgresData+Numeric.swift
[1864/1939] Compiling PostgresNIO PostgresData+Optional.swift
[1865/1939] Compiling PostgresNIO PostgresMessage+Execute.swift
[1866/1939] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[1867/1939] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[1868/1939] Compiling PostgresNIO PostgresMessage+Parse.swift
[1869/1939] Compiling PostgresNIO PostgresMessage+Password.swift
[1870/1939] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[1871/1939] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[1872/1939] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[1873/1939] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[1874/1939] Compiling PostgresNIO PostgresMessage+Startup.swift
[1875/1939] Compiling PostgresNIO PostgresMessage+Sync.swift
[1876/1939] Compiling PostgresNIO PostgresMessage+Terminate.swift
[1877/1939] Compiling PostgresNIO PostgresMessageDecoder.swift
[1878/1939] Compiling PostgresNIO PostgresMessageEncoder.swift
[1879/1939] Compiling PostgresNIO PostgresMessage+0.swift
[1880/1939] Compiling PostgresNIO Bool+PostgresCodable.swift
[1881/1939] Compiling PostgresNIO Bytes+PostgresCodable.swift
[1882/1939] Compiling PostgresNIO Date+PostgresCodable.swift
[1883/1939] Compiling PostgresNIO Decimal+PostgresCodable.swift
[1884/1939] Compiling PostgresNIO Float+PostgresCodable.swift
[1885/1939] Compiling PostgresNIO Int+PostgresCodable.swift
[1886/1939] Compiling PostgresNIO JSON+PostgresCodable.swift
[1887/1939] Compiling PostgresNIO Range+PostgresCodable.swift
[1888/1939] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[1889/1939] Compiling PostgresNIO String+PostgresCodable.swift
[1890/1939] Compiling PostgresNIO UUID+PostgresCodable.swift
[1891/1939] Compiling PostgresNIO ByteBuffer+PSQL.swift
[1892/1939] Compiling PostgresNIO Logging+PSQL.swift
[1893/1939] Compiling PostgresNIO Authentication.swift
[1894/1939] Compiling PostgresNIO PostgresBackendMessage.swift
[1895/1939] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[1896/1939] Compiling PostgresNIO PostgresCell.swift
[1897/1939] Compiling PostgresNIO PostgresChannelHandler.swift
[1898/1939] Compiling PostgresNIO PostgresCodable.swift
[1899/1939] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[1900/1939] Compiling PostgresNIO PostgresNotificationSequence.swift
[1901/1939] Compiling PostgresNIO PostgresQuery.swift
[1902/1939] Compiling PostgresNIO PostgresRowSequence.swift
[1903/1939] Compiling PostgresNIO PostgresTransactionError.swift
[1904/1939] Compiling PostgresNIO PreparedStatement.swift
[1905/1939] Compiling PostgresNIO VariadicGenerics.swift
[1906/1939] Compiling PostgresNIO ConnectionFactory.swift
[1907/1939] Compiling PostgresNIO PostgresClient.swift
[1908/1939] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[1909/1939] Compiling PostgresNIO PostgresMessage+DataRow.swift
[1910/1939] Compiling PostgresNIO PostgresMessage+Error.swift
[1911/1939] Compiling PostgresNIO PostgresMessage+Identifier.swift
[1912/1939] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[1913/1939] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[1914/1939] Compiling PostgresNIO PostgresMessageType.swift
[1915/1939] Compiling PostgresNIO AuthenticationStateMachine.swift
[1916/1939] Compiling PostgresNIO CloseStateMachine.swift
[1917/1939] Compiling PostgresNIO ConnectionStateMachine.swift
[1918/1939] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[1919/1939] Compiling PostgresNIO ListenStateMachine.swift
[1920/1939] Compiling PostgresNIO PreparedStatementStateMachine.swift
[1921/1939] Compiling PostgresNIO RowStreamStateMachine.swift
[1922/1939] Compiling PostgresNIO Array+PostgresCodable.swift
[1923/1939] Compiling PostgresNIO PostgresClientMetrics.swift
[1924/1939] Compiling PostgresNIO Postgres+PSQLCompat.swift
[1925/1939] Compiling PostgresNIO PostgresDatabase+Query.swift
[1926/1939] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[1927/1939] Compiling PostgresNIO PostgresDatabase.swift
[1928/1939] Compiling PostgresNIO PostgresRequest.swift
[1929/1939] Compiling PostgresNIO Exports.swift
[1930/1939] Compiling PostgresNIO NIOUtils.swift
[1931/1939] Compiling PostgresNIO PostgresError+Code.swift
[1932/1939] Compiling PostgresNIO PostgresError.swift
[1933/1939] Compiling PostgresNIO PostgresJSONDecoder.swift
[1934/1939] Compiling PostgresNIO PostgresJSONEncoder.swift
[1935/1939] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[1936/1939] Compiling PostgresNIO SASLAuthenticationManager.swift
[1942/1981] Compiling Bridges AnyBridge.swift
[1943/1981] Compiling Bridges AnyBridgesObject.swift
[1944/1981] Compiling Bridges AnyDatabaseIdentifiable.swift
[1945/1981] Compiling Bridges AnyMigration.swift
[1946/1981] Compiling Bridges AutoCreateTableMigration.swift
[1947/1981] Compiling Bridges EnumMigration.swift
[1948/1981] Compiling Bridges Extension.swift
[1949/1981] Compiling Bridges Function.swift
[1950/1981] Compiling Bridges Migration.swift
[1951/1981] Compiling Bridges PoolSource.swift
[1952/1986] Compiling Bridges Bridgeable.swift
[1953/1986] Compiling Bridges BridgesApplication.swift
[1954/1986] Compiling Bridges BridgesRequest.swift
[1955/1986] Compiling Bridges ConnectionSource.swift
[1956/1986] Compiling Bridges ContextBridgeable.swift
[1957/1986] Compiling Bridges SchemaMigration.swift
[1958/1986] Compiling Bridges TableMigration.swift
[1959/1986] Compiling Bridges Trigger.swift
[1960/1986] Compiling Bridges View.swift
[1961/1986] Compiling Bridges Table.swift
[1962/1986] Emitting module Bridges
[1963/1986] Compiling Bridges Connection.swift
[1964/1986] Compiling Bridges DatabaseHost.swift
[1965/1986] Compiling Bridges DatabaseIdentifier.swift
[1966/1986] Compiling Bridges DatabaseMigrations.swift
[1967/1986] Compiling Bridges Enum.swift
[1968/1986] Compiling Bridges Exports.swift
[1969/1986] Compiling Bridges Bridges.swift
[1970/1986] Compiling Bridges BridgesError.swift
[1971/1986] Compiling Bridges BridgesRow.swift
[1972/1986] Compiling Bridges CreateEnumBuilder.swift
[1973/1986] Compiling Bridges DropEnumBuilder.swift
[1974/1986] Compiling Bridges UpdateEnumBuilder.swift
[1975/1986] Compiling Bridges Bridgeable+Transaction.swift
[1976/1986] Compiling Bridges Dictionary+SwifQLable.swift
[1977/1986] Compiling Bridges Encodable+SwifQLable.swift
[1978/1986] Compiling Bridges EventLoopFuture+SyncFlatten.swift
[1979/1986] Compiling Bridges SwifQLable+Execute.swift
[1980/1986] Compiling Bridges Table+Conveniences.swift
[1981/1986] Compiling Bridges DateFormatter.swift
[1982/1986] Compiling Bridges Table+AllColumns.swift
[1983/1986] Compiling Bridges TableDelete.swift
[1984/1986] Compiling Bridges TableInsert.swift
[1985/1986] Compiling Bridges TableUpdate.swift
[1986/1986] Compiling Bridges TableUpsert.swift
[1988/2000] Compiling PostgresBridge PostgresMigration.swift
[1989/2001] Emitting module PostgresBridge
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/PostgresConnection+Bridge.swift:11:1: warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
9 | import NIO
10 |
11 | extension PostgresConnection: BridgeConnection {
| |- warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public var dialect: SQLDialect { .psql }
13 |
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/Row+Decode.swift:11:1: warning: extension declares a conformance of imported type 'PostgresRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
9 | import Bridges
10 |
11 | extension PostgresRow: BridgesRow {
| |- warning: extension declares a conformance of imported type 'PostgresRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func decode<D>(model type: D.Type, prefix: String?) throws -> D where D : Decodable {
13 | try sql().decode(model: type, prefix: prefix)
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresBridge.swift:84:9: warning: stored property 'pool' of 'Sendable'-conforming struct '_ConnectionPoolPostgresDatabase' has non-sendable type 'EventLoopConnectionPool<PostgresConnectionSource>'; this is an error in the Swift 6 language mode
82 |
83 | private struct _ConnectionPoolPostgresDatabase {
84 | let pool: EventLoopConnectionPool<PostgresConnectionSource>
| `- warning: stored property 'pool' of 'Sendable'-conforming struct '_ConnectionPoolPostgresDatabase' has non-sendable type 'EventLoopConnectionPool<PostgresConnectionSource>'; this is an error in the Swift 6 language mode
85 | let logger: Logger
86 | }
/host/spi-builder-workspace/.build/checkouts/async-kit/Sources/AsyncKit/ConnectionPool/EventLoopConnectionPool.swift:22:20: note: generic class 'EventLoopConnectionPool' does not conform to the 'Sendable' protocol
20 | /// // use conn
21 | /// }
22 | public final class EventLoopConnectionPool<Source> where Source: ConnectionPoolSource {
| `- note: generic class 'EventLoopConnectionPool' does not conform to the 'Sendable' protocol
23 | private typealias WaitlistItem = (logger: Logger, promise: EventLoopPromise<Source.Connection>, timeoutTask: Scheduled<Void>)
24 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresBridge.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncKit'
1 | import NIO
2 | import PostgresNIO
3 | import AsyncKit
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncKit'
4 | import Bridges
5 | import Logging
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:37:1: warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
35 | }
36 |
37 | extension PostgresConnection: ConnectionPoolItem {}
| |- warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 |
[1990/2001] Compiling PostgresBridge PostgresRow+SQL.swift
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresRow+SQL.swift:26:18: warning: 'rowDescription' is deprecated: Will be removed from public API.
24 |
25 | var allColumns: [String] {
26 | self.row.rowDescription.fields.map { $0.name }
| `- warning: 'rowDescription' is deprecated: Will be removed from public API.
27 | }
28 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresRow+SQL.swift:30:18: warning: 'rowDescription' is deprecated: Will be removed from public API.
28 |
29 | func contains(column: String) -> Bool {
30 | self.row.rowDescription.fields
| `- warning: 'rowDescription' is deprecated: Will be removed from public API.
31 | .contains { $0.name == column }
32 | }
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresRow+SQL.swift:35:18: warning: 'column' is deprecated: This call is O(n) where n is the number of cells in the row. For random access to cells
in a row create a PostgresRandomAccessRow from the row first and use its subscript
methods. (see `makeRandomAccess()`)
33 |
34 | func decodeNil(column: String) throws -> Bool {
35 | self.row.column(column)?.value == nil
| `- warning: 'column' is deprecated: This call is O(n) where n is the number of cells in the row. For random access to cells
in a row create a PostgresRandomAccessRow from the row first and use its subscript
methods. (see `makeRandomAccess()`)
36 | }
37 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresRow+SQL.swift:39:35: warning: 'column' is deprecated: This call is O(n) where n is the number of cells in the row. For random access to cells
in a row create a PostgresRandomAccessRow from the row first and use its subscript
methods. (see `makeRandomAccess()`)
37 |
38 | func decode<D>(column: String, as type: D.Type) throws -> D where D : Decodable {
39 | guard let data = self.row.column(column) else {
| `- warning: 'column' is deprecated: This call is O(n) where n is the number of cells in the row. For random access to cells
in a row create a PostgresRandomAccessRow from the row first and use its subscript
methods. (see `makeRandomAccess()`)
40 | throw _Error.missingColumn(column)
41 | }
[1991/2001] Compiling PostgresBridge DatabaseHost+Initialization.swift
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/DatabaseHost+Initialization.swift:22:138: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
20 | sslRequired = ["1", "true", "require"].contains(tls.lowercased())
21 | }
22 | return .init(hostname: host, port: port ?? 5432, username: user, password: pwd, tlsConfiguration: sslRequired ? TLSConfiguration.forClient() : nil)
| |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
| `- note: use 'makeClientConfiguration()' instead
23 | }
24 |
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/DatabaseHost+Initialization.swift:44:49: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
42 | let tlsConfiguration: TLSConfiguration?
43 | if url.query?.contains("ssl=true") == true || url.query?.contains("sslmode=require") == true {
44 | tlsConfiguration = TLSConfiguration.forClient()
| |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
| `- note: use 'makeClientConfiguration()' instead
45 | } else {
46 | tlsConfiguration = nil
[1992/2001] Compiling PostgresBridge DatabaseIdentifier+Initialization.swift
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/DatabaseHost+Initialization.swift:22:138: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
20 | sslRequired = ["1", "true", "require"].contains(tls.lowercased())
21 | }
22 | return .init(hostname: host, port: port ?? 5432, username: user, password: pwd, tlsConfiguration: sslRequired ? TLSConfiguration.forClient() : nil)
| |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
| `- note: use 'makeClientConfiguration()' instead
23 | }
24 |
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/DatabaseHost+Initialization.swift:44:49: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
42 | let tlsConfiguration: TLSConfiguration?
43 | if url.query?.contains("ssl=true") == true || url.query?.contains("sslmode=require") == true {
44 | tlsConfiguration = TLSConfiguration.forClient()
| |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
| `- note: use 'makeClientConfiguration()' instead
45 | } else {
46 | tlsConfiguration = nil
[1993/2001] Compiling PostgresBridge PostgresDataEncoder.swift
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataEncoder.swift:15:35: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
13 |
14 | public func encode(_ value: Encodable) throws -> PostgresData {
15 | if let custom = value as? PostgresDataConvertible {
| `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
16 | return custom.postgresData!
17 | } else {
[1994/2001] Compiling PostgresBridge SwifQLable+Execute.swift
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresBridge.swift:84:9: warning: stored property 'pool' of 'Sendable'-conforming struct '_ConnectionPoolPostgresDatabase' has non-sendable type 'EventLoopConnectionPool<PostgresConnectionSource>'; this is an error in the Swift 6 language mode
82 |
83 | private struct _ConnectionPoolPostgresDatabase {
84 | let pool: EventLoopConnectionPool<PostgresConnectionSource>
| `- warning: stored property 'pool' of 'Sendable'-conforming struct '_ConnectionPoolPostgresDatabase' has non-sendable type 'EventLoopConnectionPool<PostgresConnectionSource>'; this is an error in the Swift 6 language mode
85 | let logger: Logger
86 | }
/host/spi-builder-workspace/.build/checkouts/async-kit/Sources/AsyncKit/ConnectionPool/EventLoopConnectionPool.swift:22:20: note: generic class 'EventLoopConnectionPool' does not conform to the 'Sendable' protocol
20 | /// // use conn
21 | /// }
22 | public final class EventLoopConnectionPool<Source> where Source: ConnectionPoolSource {
| `- note: generic class 'EventLoopConnectionPool' does not conform to the 'Sendable' protocol
23 | private typealias WaitlistItem = (logger: Logger, promise: EventLoopPromise<Source.Connection>, timeoutTask: Scheduled<Void>)
24 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresBridge.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncKit'
1 | import NIO
2 | import PostgresNIO
3 | import AsyncKit
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncKit'
4 | import Bridges
5 | import Logging
[1995/2001] Compiling PostgresBridge PostgresBridge.swift
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresBridge.swift:84:9: warning: stored property 'pool' of 'Sendable'-conforming struct '_ConnectionPoolPostgresDatabase' has non-sendable type 'EventLoopConnectionPool<PostgresConnectionSource>'; this is an error in the Swift 6 language mode
82 |
83 | private struct _ConnectionPoolPostgresDatabase {
84 | let pool: EventLoopConnectionPool<PostgresConnectionSource>
| `- warning: stored property 'pool' of 'Sendable'-conforming struct '_ConnectionPoolPostgresDatabase' has non-sendable type 'EventLoopConnectionPool<PostgresConnectionSource>'; this is an error in the Swift 6 language mode
85 | let logger: Logger
86 | }
/host/spi-builder-workspace/.build/checkouts/async-kit/Sources/AsyncKit/ConnectionPool/EventLoopConnectionPool.swift:22:20: note: generic class 'EventLoopConnectionPool' does not conform to the 'Sendable' protocol
20 | /// // use conn
21 | /// }
22 | public final class EventLoopConnectionPool<Source> where Source: ConnectionPoolSource {
| `- note: generic class 'EventLoopConnectionPool' does not conform to the 'Sendable' protocol
23 | private typealias WaitlistItem = (logger: Logger, promise: EventLoopPromise<Source.Connection>, timeoutTask: Scheduled<Void>)
24 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresBridge.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncKit'
1 | import NIO
2 | import PostgresNIO
3 | import AsyncKit
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncKit'
4 | import Bridges
5 | import Logging
[1996/2001] Compiling PostgresBridge PostgresConnection+Bridge.swift
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/PostgresConnection+Bridge.swift:11:1: warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
9 | import NIO
10 |
11 | extension PostgresConnection: BridgeConnection {
| |- warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public var dialect: SQLDialect { .psql }
13 |
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/Row+Decode.swift:11:1: warning: extension declares a conformance of imported type 'PostgresRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
9 | import Bridges
10 |
11 | extension PostgresRow: BridgesRow {
| |- warning: extension declares a conformance of imported type 'PostgresRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func decode<D>(model type: D.Type, prefix: String?) throws -> D where D : Decodable {
13 | try sql().decode(model: type, prefix: prefix)
[1997/2001] Compiling PostgresBridge Row+Decode.swift
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/PostgresConnection+Bridge.swift:11:1: warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
9 | import NIO
10 |
11 | extension PostgresConnection: BridgeConnection {
| |- warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public var dialect: SQLDialect { .psql }
13 |
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/Row+Decode.swift:11:1: warning: extension declares a conformance of imported type 'PostgresRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
9 | import Bridges
10 |
11 | extension PostgresRow: BridgesRow {
| |- warning: extension declares a conformance of imported type 'PostgresRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func decode<D>(model type: D.Type, prefix: String?) throws -> D where D : Decodable {
13 | try sql().decode(model: type, prefix: prefix)
[1998/2001] Compiling PostgresBridge Exports.swift
[1999/2001] Compiling PostgresBridge Bridges+Application.swift
[2000/2001] Compiling PostgresBridge PostgresConnectionSource.swift
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:37:1: warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
35 | }
36 |
37 | extension PostgresConnection: ConnectionPoolItem {}
| |- warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:18:35: warning: 'connect(to:tlsConfiguration:serverHostname:logger:on:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
16 | return eventLoop.makeFailedFuture(error)
17 | }
18 | return PostgresConnection.connect(
| |- warning: 'connect(to:tlsConfiguration:serverHostname:logger:on:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
| `- note: use 'connect(on:configuration:id:logger:)' instead
19 | to: address,
20 | tlsConfiguration: self.db.host.tlsConfiguration,
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:24:18: warning: 'authenticate(username:database:password:logger:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
22 | on: eventLoop
23 | ).flatMap { conn in
24 | conn.authenticate(
| |- warning: 'authenticate(username:database:password:logger:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
| `- note: use 'connect(on:configuration:id:logger:)' instead
25 | username: self.db.host.username,
26 | database: self.db.name,
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:25:27: warning: capture of 'self' with non-sendable type 'PostgresConnectionSource' in a '@Sendable' closure
2 | import Bridges
3 |
4 | public struct PostgresConnectionSource: BridgesPoolSource {
| `- note: consider making struct 'PostgresConnectionSource' conform to the 'Sendable' protocol
5 | public let db: DatabaseIdentifier
6 |
:
23 | ).flatMap { conn in
24 | conn.authenticate(
25 | username: self.db.host.username,
| `- warning: capture of 'self' with non-sendable type 'PostgresConnectionSource' in a '@Sendable' closure
26 | database: self.db.name,
27 | password: self.db.host.password,
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:107:73: warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
105 | throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
106 | codingPath: columns.map { PostgresCodingKey($0) },
107 | debugDescription: "Could not convert to \(T.self): \(data)"
| `- warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
108 | ))
109 | }
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:112:41: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
110 | return value as! T
111 | }
112 | if let convertible = T.self as? PostgresDataConvertible.Type {
| `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
113 | guard let value = convertible.init(postgresData: data) else {
114 | throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:116:73: warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
114 | throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
115 | codingPath: columns.map { PostgresCodingKey($0) },
116 | debugDescription: "Could not convert to \(T.self): \(data)"
| `- warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
117 | ))
118 | }
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:248:45: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
246 |
247 | func decode<T>(_ type: T.Type) throws -> T where T : Decodable {
248 | if let convertible = T.self as? PostgresDataConvertible.Type {
| `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
249 | guard let value = convertible.init(postgresData: data) else {
250 | throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:252:77: warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
250 | throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
251 | codingPath: [],
252 | debugDescription: "Could not convert to \(T.self): \(data)"
| `- warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
253 | ))
254 | }
[2001/2001] Compiling PostgresBridge PostgresDataDecoder.swift
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:37:1: warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
35 | }
36 |
37 | extension PostgresConnection: ConnectionPoolItem {}
| |- warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:18:35: warning: 'connect(to:tlsConfiguration:serverHostname:logger:on:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
16 | return eventLoop.makeFailedFuture(error)
17 | }
18 | return PostgresConnection.connect(
| |- warning: 'connect(to:tlsConfiguration:serverHostname:logger:on:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
| `- note: use 'connect(on:configuration:id:logger:)' instead
19 | to: address,
20 | tlsConfiguration: self.db.host.tlsConfiguration,
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:24:18: warning: 'authenticate(username:database:password:logger:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
22 | on: eventLoop
23 | ).flatMap { conn in
24 | conn.authenticate(
| |- warning: 'authenticate(username:database:password:logger:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
| `- note: use 'connect(on:configuration:id:logger:)' instead
25 | username: self.db.host.username,
26 | database: self.db.name,
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:25:27: warning: capture of 'self' with non-sendable type 'PostgresConnectionSource' in a '@Sendable' closure
2 | import Bridges
3 |
4 | public struct PostgresConnectionSource: BridgesPoolSource {
| `- note: consider making struct 'PostgresConnectionSource' conform to the 'Sendable' protocol
5 | public let db: DatabaseIdentifier
6 |
:
23 | ).flatMap { conn in
24 | conn.authenticate(
25 | username: self.db.host.username,
| `- warning: capture of 'self' with non-sendable type 'PostgresConnectionSource' in a '@Sendable' closure
26 | database: self.db.name,
27 | password: self.db.host.password,
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:107:73: warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
105 | throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
106 | codingPath: columns.map { PostgresCodingKey($0) },
107 | debugDescription: "Could not convert to \(T.self): \(data)"
| `- warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
108 | ))
109 | }
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:112:41: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
110 | return value as! T
111 | }
112 | if let convertible = T.self as? PostgresDataConvertible.Type {
| `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
113 | guard let value = convertible.init(postgresData: data) else {
114 | throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:116:73: warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
114 | throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
115 | codingPath: columns.map { PostgresCodingKey($0) },
116 | debugDescription: "Could not convert to \(T.self): \(data)"
| `- warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
117 | ))
118 | }
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:248:45: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
246 |
247 | func decode<T>(_ type: T.Type) throws -> T where T : Decodable {
248 | if let convertible = T.self as? PostgresDataConvertible.Type {
| `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
249 | guard let value = convertible.init(postgresData: data) else {
250 | throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:252:77: warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
250 | throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
251 | codingPath: [],
252 | debugDescription: "Could not convert to \(T.self): \(data)"
| `- warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
253 | ))
254 | }
Build complete! (287.54s)
Build complete.
{
"dependencies" : [
{
"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"
},
{
"identity" : "bridges",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-rc",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwifQL/Bridges.git"
}
],
"manifest_display_name" : "PostgresBridge",
"name" : "PostgresBridge",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "PostgresBridge",
"targets" : [
"PostgresBridge"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PostgresBridgeTests",
"module_type" : "SwiftTarget",
"name" : "PostgresBridgeTests",
"path" : "Tests/PostgresBridgeTests",
"sources" : [
"PostgresBridgeTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"PostgresBridge"
],
"type" : "test"
},
{
"c99name" : "PostgresBridge",
"module_type" : "SwiftTarget",
"name" : "PostgresBridge",
"path" : "Sources/PostgresBridge",
"product_dependencies" : [
"PostgresNIO",
"Bridges"
],
"product_memberships" : [
"PostgresBridge"
],
"sources" : [
"Exports.swift",
"Extensions/Bridges+Application.swift",
"Extensions/DatabaseHost+Initialization.swift",
"Extensions/DatabaseIdentifier+Initialization.swift",
"Extensions/PostgresConnection+Bridge.swift",
"Extensions/Row+Decode.swift",
"Extensions/SwifQLable+Execute.swift",
"PostgresBridge.swift",
"PostgresConnectionSource.swift",
"PostgresDataDecoder.swift",
"PostgresDataEncoder.swift",
"PostgresMigration.swift",
"PostgresRow+SQL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.