Build Information
Failed to build PGExtras, reference main (c6dad1
), with Swift 6.1 for Android on 28 May 2025 06:51:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/finestructure/swift-pg-extras.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/finestructure/swift-pg-extras
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c6dad10 Fix sorting
Cloned https://github.com/finestructure/swift-pg-extras.git
Revision (git rev-parse @):
c6dad10b4fecaf9be81f36b87d2f0117d3ba6009
SUCCESS checkout https://github.com/finestructure/swift-pg-extras.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/finestructure/swift-pg-extras.git
https://github.com/finestructure/swift-pg-extras.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "postgres-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-nio.git"
},
{
"identity" : "texttable",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/cfilipov/texttable.git"
}
],
"manifest_display_name" : "PGExtras",
"name" : "PGExtras",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "pg-extras",
"targets" : [
"pg-extras"
],
"type" : {
"executable" : null
}
},
{
"name" : "PGExtras",
"targets" : [
"PGExtras"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "pg_extrasTests",
"module_type" : "SwiftTarget",
"name" : "pg-extrasTests",
"path" : "Tests/pg-extrasTests",
"sources" : [
"swift_pg_extrasTests.swift"
],
"target_dependencies" : [
"pg-extras"
],
"type" : "test"
},
{
"c99name" : "pg_extras",
"module_type" : "SwiftTarget",
"name" : "pg-extras",
"path" : "Sources/pg-extras",
"product_memberships" : [
"pg-extras"
],
"sources" : [
"pg-extras.swift"
],
"target_dependencies" : [
"PGExtras"
],
"type" : "executable"
},
{
"c99name" : "PGExtras",
"module_type" : "SwiftTarget",
"name" : "PGExtras",
"path" : "Sources/PGExtras",
"product_dependencies" : [
"ArgumentParser",
"PostgresNIO",
"TextTable"
],
"product_memberships" : [
"pg-extras",
"PGExtras"
],
"sources" : [
"Commands/Bloat.swift",
"Commands/Blocking.swift",
"Commands/CacheHit.swift",
"Commands/IndexSize.swift",
"Commands/IndexUsage.swift",
"Commands/Locks.swift",
"Commands/LongRunningQueries.swift",
"Commands/RecordsRank.swift",
"Commands/SeqScans.swift",
"Commands/StatReset.swift",
"Commands/TableIndexesSize.swift",
"Commands/TableSize.swift",
"Commands/TotalIndexSize.swift",
"Commands/TotalTableSize.swift",
"Commands/UnusedIndexes.swift",
"Commands/VacuumStats.swift",
"Credentials.swift",
"Options.swift",
"PGExtras.swift",
"PGExtrasCommand.swift",
"PostgresConnect+ext.swift",
"TableRow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/cfilipov/texttable.git
[1/210] Fetching texttable
Fetched https://github.com/cfilipov/texttable.git from cache (0.24s)
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/12271] Fetching postgres-nio
[12272/27622] Fetching postgres-nio, swift-argument-parser
Fetched https://github.com/vapor/postgres-nio.git from cache (0.97s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.97s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.53s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (0.56s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.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-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2206] Fetching swift-metrics
[1391/6042] Fetching swift-metrics, swift-log
[3780/8709] Fetching swift-metrics, swift-log, swift-nio-transport-services
[4295/11135] Fetching swift-metrics, swift-log, swift-nio-transport-services, swift-service-lifecycle
[9115/25071] Fetching swift-metrics, swift-log, swift-nio-transport-services, swift-service-lifecycle, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.50s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.50s)
[7297/19978] Fetching swift-metrics, swift-log, swift-crypto
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
[7576/34821] Fetching swift-metrics, swift-log, swift-crypto, swift-nio-ssl
[12933/51412] Fetching swift-metrics, swift-log, swift-crypto, swift-nio-ssl, swift-collections
[21276/127467] Fetching swift-metrics, swift-log, swift-crypto, swift-nio-ssl, swift-collections, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (2.51s)
[91797/125261] Fetching swift-log, swift-crypto, swift-nio-ssl, swift-collections, swift-nio
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-log.git from cache (2.83s)
[94047/123135] Fetching swift-crypto, swift-nio-ssl, swift-collections, swift-nio, swift-atomics
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.86s)
[79665/108292] Fetching swift-crypto, swift-collections, swift-nio, swift-atomics
Fetched https://github.com/apple/swift-crypto.git from cache (2.86s)
[65815/94356] Fetching swift-collections, swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
[66788/92646] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (6.10s)
Fetched https://github.com/apple/swift-nio.git from cache (6.15s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.21s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.73s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.04s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.09s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.95s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.68s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.85s)
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.89s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.82s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.51s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.07s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.06s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.43s)
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/cfilipov/texttable.git
Working copy of https://github.com/cfilipov/texttable.git resolved at master (e032892)
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/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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.8.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/839] Write sources
[8/839] Write swift-version-24593BA9C3E375BF.txt
[8/839] Write sources
[13/839] Compiling _AtomicsShims.c
[14/843] Compiling asn_pack.cc
[15/845] Compiling a_strex.cc
[16/845] Compiling a_d2i_fp.cc
[17/845] Compiling a_type.cc
[18/845] Write sources
[23/845] Compiling tasn_new.cc
[23/845] Write sources
[40/845] Compiling a_time.cc
[41/845] Compiling CNIOWindows shim.c
[42/845] Compiling a_strnid.cc
[44/898] Emitting module ArgumentParserToolInfo
[45/898] Compiling ArgumentParserToolInfo ToolInfo.swift
[47/899] Compiling _NIODataStructures _TinyArray.swift
[48/899] Compiling _NIOBase64 Base64.swift
[49/899] Emitting module _NIOBase64
[50/900] Compiling _NIODataStructures PriorityQueue.swift
[51/900] Emitting module _NIODataStructures
[53/900] Compiling _NIODataStructures Heap.swift
[54/900] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[55/900] Compiling InternalCollectionsUtilities Integer rank.swift
[56/900] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/900] Compiling InternalCollectionsUtilities Debugging.swift
[58/900] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[59/900] Compiling InternalCollectionsUtilities UInt+reversed.swift
[60/900] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/900] Compiling InternalCollectionsUtilities Descriptions.swift
[62/900] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/900] Emitting module InternalCollectionsUtilities
[64/902] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/902] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/902] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/902] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/905] Compiling CoreMetrics Metrics.swift
[70/905] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/905] Wrapping AST for _NIOBase64 for debugging
[72/924] Compiling ConcurrencyHelpers LockedValueBox.swift
[72/944] Wrapping AST for _NIODataStructures for debugging
[73/944] Compiling CNIOWindows WSAStartup.c
[75/944] Compiling CNIOWASI CNIOWASI.c
[76/944] Compiling CNIOLinux shim.c
[78/1014] Compiling DequeModule Deque+Equatable.swift
[79/1014] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/1016] Compiling DequeModule Deque+CustomReflectable.swift
[81/1016] Compiling DequeModule Deque+Descriptions.swift
[82/1016] Compiling DequeModule _DequeBuffer.swift
[83/1016] Compiling DequeModule _DequeBufferHeader.swift
[84/1016] Compiling DequeModule Deque+Codable.swift
[85/1016] Compiling DequeModule Deque+Collection.swift
[86/1018] Compiling DequeModule Deque._UnsafeHandle.swift
[87/1018] Compiling DequeModule Deque.swift
[88/1018] Compiling DequeModule Deque+Extras.swift
[89/1018] Compiling DequeModule Deque+Hashable.swift
[91/1023] Compiling ArgumentParser StringExtensions.swift
[92/1023] Compiling ArgumentParser Tree.swift
[93/1023] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[94/1023] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[95/1023] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[96/1023] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[97/1023] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[100/1030] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[101/1030] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[102/1030] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[103/1030] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[104/1030] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[105/1030] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[106/1030] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[107/1030] Compiling DequeModule _DequeSlot.swift
[108/1030] Compiling DequeModule _UnsafeWrappedBuffer.swift
[112/1030] Compiling DequeModule Deque+Testing.swift
[113/1030] Compiling DequeModule Deque._Storage.swift
[128/1030] Compiling OrderedCollections OrderedDictionary.swift
[129/1030] Compiling OrderedCollections OrderedSet+Codable.swift
[130/1030] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[131/1030] Compiling OrderedCollections OrderedSet+Descriptions.swift
[132/1030] Compiling OrderedCollections OrderedSet+Diffing.swift
[133/1030] Compiling ArgumentParser CollectionExtensions.swift
[134/1030] Compiling ArgumentParser Platform.swift
[135/1030] Compiling ArgumentParser SequenceExtensions.swift
[136/1030] Compiling SwiftASN1 DER.swift
[137/1030] Compiling SwiftASN1 Errors.swift
[138/1030] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[139/1030] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[140/1030] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[141/1030] Compiling OrderedCollections OrderedDictionary+Elements.swift
[142/1030] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[143/1030] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[144/1030] Compiling OrderedCollections OrderedSet+Initializers.swift
[145/1030] Compiling OrderedCollections OrderedSet+Insertions.swift
[146/1030] Compiling OrderedCollections OrderedSet+Invariants.swift
[147/1030] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[148/1030] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[149/1030] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[150/1030] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[151/1030] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[154/1030] Emitting module DequeModule
[155/1031] Wrapping AST for InternalCollectionsUtilities for debugging
[157/1031] Emitting module SwiftASN1
[157/1031] Wrapping AST for DequeModule for debugging
[158/1031] Compiling CNIOLinux liburing_shims.c
[161/1031] Compiling CNIODarwin shim.c
[166/1031] Emitting module CoreMetrics
[167/1031] Compiling CoreMetrics Locks.swift
[168/1032] Emitting module ConcurrencyHelpers
[169/1032] Compiling ConcurrencyHelpers Lock.swift
[170/1032] Compiling Logging MetadataProvider.swift
[171/1032] Emitting module Logging
[172/1032] Compiling Logging Locks.swift
[181/1033] Emitting module OrderedCollections
[188/1033] Emitting module ArgumentParser
[205/1033] Compiling Logging LogHandler.swift
[206/1033] Compiling Logging Logging.swift
[211/1035] Compiling OrderedCollections OrderedSet+Sendable.swift
[212/1035] Compiling OrderedCollections OrderedSet+SubSequence.swift
[213/1035] Compiling OrderedCollections OrderedSet+Testing.swift
[214/1035] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[215/1035] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[216/1035] Compiling OrderedCollections OrderedSet.swift
[217/1035] Compiling OrderedCollections _UnsafeBitset.swift
[231/1036] Compiling fiat_p256_adx_sqr.S
[238/1037] Emitting module TextTable
[239/1037] Compiling TextTable String+Util.swift
[244/1037] Compiling TextTable RstFormat.swift
[245/1037] Compiling TextTable SimpleFormat.swift
[245/1039] Compiling CNIOBoringSSLShims shims.c
[246/1042] Wrapping AST for Logging for debugging
[247/1042] Wrapping AST for SwiftASN1 for debugging
[248/1042] Wrapping AST for CoreMetrics for debugging
[249/1079] Wrapping AST for OrderedCollections for debugging
[250/1087] Wrapping AST for ConcurrencyHelpers for debugging
[252/1087] Compiling UnixSignals UnixSignal.swift
[252/1087] Compiling fiat_p256_adx_mul.S
[253/1087] Compiling fiat_curve25519_adx_square.S
[255/1087] Compiling Metrics Metrics.swift
[256/1087] Emitting module Metrics
[256/1088] Compiling fiat_curve25519_adx_mul.S
[258/1088] Compiling TextTable TextTable.swift
[260/1089] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[261/1089] Compiling AsyncAlgorithms DebounceStateMachine.swift
[262/1089] Compiling AsyncAlgorithms DebounceStorage.swift
[263/1089] Compiling AsyncAlgorithms Dictionary.swift
[264/1089] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[265/1090] Emitting module UnixSignals
[266/1090] Compiling UnixSignals UnixSignalsSequence.swift
[269/1091] Wrapping AST for Metrics for debugging
[270/1091] Wrapping AST for TextTable for debugging
[271/1091] Wrapping AST for UnixSignals for debugging
[273/1091] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[274/1091] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[275/1091] Compiling AsyncAlgorithms MergeStateMachine.swift
[276/1091] Compiling AsyncAlgorithms MergeStorage.swift
[277/1091] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[278/1091] Compiling AsyncAlgorithms Rethrow.swift
[279/1097] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[280/1097] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[281/1097] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[282/1097] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[283/1097] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[284/1097] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[285/1097] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[286/1097] Emitting module AsyncAlgorithms
[287/1097] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[288/1097] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[289/1097] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[290/1097] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[291/1097] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[292/1097] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[293/1097] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[294/1097] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[295/1097] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[296/1097] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[297/1097] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[298/1097] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[299/1097] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[305/1097] Compiling AsyncAlgorithms Locking.swift
[306/1097] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[307/1097] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[308/1097] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[309/1097] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[310/1097] Compiling AsyncAlgorithms AsyncChannel.swift
[311/1097] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[312/1097] Compiling AsyncAlgorithms ChannelStateMachine.swift
[313/1097] Compiling AsyncAlgorithms ChannelStorage.swift
[314/1097] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[315/1097] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[316/1097] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[317/1097] Compiling AsyncAlgorithms CombineLatestStorage.swift
[317/1097] Compiling tls_method.cc
[317/1097] Compiling tls13_server.cc
[318/1097] Compiling tls_record.cc
[320/1097] Compiling tls13_enc.cc
[321/1097] Compiling tls13_client.cc
[322/1097] Compiling tls13_both.cc
[323/1097] Compiling t1_enc.cc
[325/1097] Compiling AsyncAlgorithms SetAlgebra.swift
[326/1097] Compiling AsyncAlgorithms UnsafeTransfer.swift
[327/1097] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[328/1097] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[329/1097] Compiling AsyncAlgorithms ZipStateMachine.swift
[330/1097] Compiling AsyncAlgorithms ZipStorage.swift
[331/1098] Compiling ssl_versions.cc
[332/1098] Compiling ssl_stat.cc
[333/1098] Compiling ssl_transcript.cc
[334/1100] Compiling ssl_privkey.cc
[335/1106] Compiling ssl_x509.cc
[337/1106] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[337/1107] Compiling ssl_session.cc
[339/1107] Emitting module ServiceLifecycle
[340/1107] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[341/1107] Compiling ServiceLifecycle ServiceRunnerError.swift
[341/1107] Compiling ssl_key_share.cc
[343/1107] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[344/1107] Compiling ServiceLifecycle GracefulShutdown.swift
[344/1107] Compiling ssl_lib.cc
[345/1107] Compiling ssl_cert.cc
[347/1107] Compiling ServiceLifecycle CancellationWaiter.swift
[348/1107] Compiling ServiceLifecycle Service.swift
[349/1107] Compiling ServiceLifecycle ServiceGroup.swift
[350/1108] Compiling ssl_credential.cc
[351/1108] Compiling ssl_file.cc
[352/1108] Compiling ssl_buffer.cc
[353/1108] Wrapping AST for ServiceLifecycle for debugging
[354/1108] Compiling ssl_asn1.cc
[355/1108] Compiling ssl_cipher.cc
[356/1108] Compiling s3_pkt.cc
[357/1108] Compiling ssl_aead_ctx.cc
[358/1108] Compiling s3_lib.cc
[359/1108] Compiling handshake.cc
[360/1108] Compiling s3_both.cc
[361/1108] Compiling handoff.cc
[362/1108] Compiling handshake_client.cc
[363/1108] Compiling handshake_server.cc
[364/1108] Compiling dtls_record.cc
[365/1108] Compiling encrypted_client_hello.cc
[366/1108] Compiling md5-x86_64-linux.S
[367/1108] Compiling extensions.cc
[368/1108] Compiling d1_srtp.cc
[369/1108] Compiling md5-x86_64-apple.S
[370/1108] Compiling md5-586-apple.S
[371/1108] Compiling md5-586-linux.S
[372/1108] Compiling d1_lib.cc
[373/1108] Compiling dtls_method.cc
[374/1108] Compiling chacha20_poly1305_x86_64-linux.S
[375/1108] Compiling chacha20_poly1305_x86_64-apple.S
[376/1108] Compiling chacha20_poly1305_armv8-win.S
[377/1108] Compiling chacha20_poly1305_armv8-apple.S
[378/1108] Compiling chacha20_poly1305_armv8-linux.S
[379/1108] Compiling chacha-x86_64-linux.S
[380/1108] Compiling chacha-x86_64-apple.S
[381/1108] Compiling chacha-armv8-win.S
[382/1108] Compiling chacha-x86-linux.S
[383/1108] Compiling d1_pkt.cc
[384/1108] Compiling chacha-x86-apple.S
[385/1108] Compiling chacha-armv8-apple.S
[386/1108] Compiling chacha-armv8-linux.S
[387/1108] Compiling chacha-armv4-linux.S
[388/1108] Compiling aes128gcmsiv-x86_64-apple.S
[389/1108] Compiling aes128gcmsiv-x86_64-linux.S
[390/1108] Compiling x86_64-mont5-linux.S
[391/1108] Compiling x86_64-mont5-apple.S
[392/1108] Compiling x86_64-mont-apple.S
[393/1108] Compiling x86_64-mont-linux.S
[394/1108] Compiling x86-mont-linux.S
[395/1108] Compiling x86-mont-apple.S
[396/1108] Compiling vpaes-x86_64-linux.S
[397/1108] Compiling vpaes-x86_64-apple.S
[398/1108] Compiling vpaes-x86-apple.S
[399/1108] Compiling err_data.cc
[400/1108] Compiling vpaes-x86-linux.S
[401/1108] Compiling bio_ssl.cc
[402/1108] Compiling vpaes-armv8-win.S
[403/1108] Compiling d1_both.cc
[404/1108] Compiling vpaes-armv8-linux.S
[405/1108] Compiling vpaes-armv7-linux.S
[406/1108] Compiling sha512-x86_64-apple.S
[407/1108] Compiling sha512-x86_64-linux.S
[408/1108] Compiling vpaes-armv8-apple.S
[409/1108] Compiling sha512-armv8-win.S
[410/1108] Compiling sha512-armv8-apple.S
[411/1108] Compiling sha512-armv4-linux.S
[412/1108] Compiling sha512-586-linux.S
[413/1108] Compiling sha512-586-apple.S
[414/1108] Compiling sha512-armv8-linux.S
[415/1108] Compiling sha256-x86_64-apple.S
[416/1108] Compiling sha256-armv8-win.S
[417/1108] Compiling sha256-x86_64-linux.S
[418/1108] Compiling sha256-armv8-apple.S
[419/1108] Compiling sha256-armv4-linux.S
[420/1108] Compiling sha256-armv8-linux.S
[421/1108] Compiling sha256-586-linux.S
[422/1108] Compiling sha256-586-apple.S
[423/1108] Compiling sha1-x86_64-linux.S
[424/1108] Compiling sha1-x86_64-apple.S
[425/1108] Compiling sha1-armv8-win.S
[426/1108] Compiling sha1-armv4-large-linux.S
[427/1108] Compiling sha1-586-linux.S
[428/1108] Compiling sha1-armv8-apple.S
[429/1108] Compiling sha1-armv8-linux.S
[430/1108] Compiling rsaz-avx2-linux.S
[431/1108] Compiling sha1-586-apple.S
[432/1108] Compiling rdrand-x86_64-linux.S
[433/1108] Compiling rsaz-avx2-apple.S
[434/1108] Compiling rdrand-x86_64-apple.S
[435/1108] Compiling p256_beeu-x86_64-asm-linux.S
[436/1108] Compiling p256_beeu-x86_64-asm-apple.S
[437/1108] Compiling p256_beeu-armv8-asm-win.S
[438/1108] Compiling p256_beeu-armv8-asm-linux.S
[439/1108] Compiling p256-x86_64-asm-linux.S
[440/1108] Compiling p256_beeu-armv8-asm-apple.S
[441/1108] Compiling p256-x86_64-asm-apple.S
[442/1108] Compiling p256-armv8-asm-win.S
[443/1108] Compiling p256-armv8-asm-apple.S
[444/1108] Compiling ghashv8-armv8-linux.S
[445/1108] Compiling ghashv8-armv8-win.S
[446/1108] Compiling ghashv8-armv7-linux.S
[447/1108] Compiling p256-armv8-asm-linux.S
[448/1108] Compiling ghashv8-armv8-apple.S
[449/1108] Compiling ghash-x86_64-linux.S
[450/1108] Compiling ghash-x86_64-apple.S
[451/1108] Compiling ghash-x86-linux.S
[452/1108] Compiling ghash-ssse3-x86_64-apple.S
[453/1108] Compiling ghash-ssse3-x86-linux.S
[454/1108] Compiling ghash-ssse3-x86_64-linux.S
[455/1108] Compiling ghash-x86-apple.S
[456/1108] Compiling ghash-ssse3-x86-apple.S
[457/1108] Compiling ghash-neon-armv8-win.S
[458/1108] Compiling ghash-neon-armv8-linux.S
[459/1108] Compiling ghash-neon-armv8-apple.S
[460/1108] Compiling co-586-linux.S
[461/1108] Compiling ghash-armv4-linux.S
[462/1108] Compiling co-586-apple.S
[463/1108] Compiling bn-armv8-win.S
[464/1108] Compiling bsaes-armv7-linux.S
[465/1108] Compiling bn-armv8-linux.S
[466/1108] Compiling bn-armv8-apple.S
[467/1108] Compiling bn-586-linux.S
[468/1108] Compiling bn-586-apple.S
[469/1108] Compiling armv8-mont-apple.S
[470/1108] Compiling armv8-mont-win.S
[471/1108] Compiling aesv8-gcm-armv8-win.S
[472/1108] Compiling armv8-mont-linux.S
[473/1108] Compiling armv4-mont-linux.S
[474/1108] Compiling aesv8-gcm-armv8-apple.S
[475/1108] Compiling aesv8-armv8-apple.S
[476/1108] Compiling aesv8-armv8-linux.S
[477/1108] Compiling aesv8-armv8-win.S
[478/1108] Compiling aesv8-gcm-armv8-linux.S
[479/1108] Compiling aesv8-armv7-linux.S
[480/1108] Compiling aesni-x86_64-linux.S
[481/1108] Compiling aesni-x86_64-apple.S
[482/1108] Compiling aesni-x86-linux.S
[483/1108] Compiling aesni-x86-apple.S
[484/1108] Compiling aesni-gcm-x86_64-linux.S
[485/1108] Compiling aesni-gcm-x86_64-apple.S
[486/1108] Compiling aes-gcm-avx2-x86_64-apple.S
[487/1108] Compiling aes-gcm-avx10-x86_64-apple.S
[488/1108] Compiling aes-gcm-avx2-x86_64-linux.S
[489/1108] Compiling aes-gcm-avx10-x86_64-linux.S
[490/1108] Compiling x_x509a.cc
[491/1108] Compiling x_spki.cc
[492/1108] Compiling x_x509.cc
[493/1108] Compiling x_val.cc
[494/1108] Compiling x_req.cc
[495/1108] Compiling x_sig.cc
[496/1108] Compiling x_name.cc
[497/1108] Compiling x_pubkey.cc
[498/1108] Compiling x_exten.cc
[499/1108] Compiling x_crl.cc
[500/1108] Compiling x509spki.cc
[501/1108] Compiling x_all.cc
[502/1108] Compiling x_algor.cc
[503/1108] Compiling x_attrib.cc
[504/1108] Compiling x509rset.cc
[505/1108] Compiling x509name.cc
[506/1108] Compiling x509_trs.cc
[507/1108] Compiling x509cset.cc
[508/1108] Compiling x509_vpm.cc
[509/1108] Compiling x509_v3.cc
[510/1108] Compiling x509_vfy.cc
[511/1108] Compiling x509_txt.cc
[512/1108] Compiling x509_set.cc
[513/1108] Compiling x509_req.cc
[514/1108] Compiling x509_d2.cc
[515/1108] Compiling x509_lu.cc
[516/1108] Compiling x509_obj.cc
[517/1108] Compiling x509_cmp.cc
[518/1108] Compiling x509_ext.cc
[519/1108] Compiling x509_att.cc
[520/1108] Compiling x509_def.cc
[521/1108] Compiling x509.cc
[522/1108] Compiling v3_utl.cc
[523/1108] Compiling v3_skey.cc
[524/1108] Compiling v3_purp.cc
[525/1108] Compiling v3_pmaps.cc
[526/1108] Compiling v3_prn.cc
[527/1108] Compiling v3_pcons.cc
[528/1108] Compiling v3_ncons.cc
[529/1108] Compiling v3_ocsp.cc
[530/1108] Compiling v3_int.cc
[531/1108] Compiling v3_lib.cc
[532/1108] Compiling v3_info.cc
[533/1108] Compiling v3_enum.cc
[534/1108] Compiling v3_ia5.cc
[535/1108] Compiling v3_genn.cc
[536/1108] Compiling v3_extku.cc
[537/1108] Compiling v3_crld.cc
[538/1108] Compiling v3_cpols.cc
[539/1108] Compiling v3_bitst.cc
[540/1108] Compiling v3_conf.cc
[541/1108] Compiling v3_bcons.cc
[542/1108] Compiling v3_akey.cc
[543/1108] Compiling v3_alt.cc
[544/1108] Compiling t_x509a.cc
[545/1108] Compiling v3_akeya.cc
[546/1108] Compiling t_x509.cc
[547/1108] Compiling i2d_pr.cc
[548/1108] Compiling t_req.cc
[549/1108] Compiling t_crl.cc
[550/1108] Compiling rsa_pss.cc
[551/1108] Compiling policy.cc
[552/1108] Compiling name_print.cc
[553/1108] Compiling by_dir.cc
[553/1108] Compiling by_file.cc
[555/1108] Compiling asn1_gen.cc
[556/1108] Compiling algorithm.cc
[557/1108] Compiling a_digest.cc
[558/1108] Compiling a_verify.cc
[559/1108] Compiling voprf.cc
[560/1108] Compiling thread_win.cc
[561/1108] Compiling a_sign.cc
[562/1108] Compiling trust_token.cc
[563/1108] Compiling thread_pthread.cc
[564/1108] Compiling thread_none.cc
[565/1108] Compiling thread.cc
[566/1108] Compiling pmbtoken.cc
[567/1108] Compiling stack.cc
[568/1108] Compiling siphash.cc
[569/1108] Compiling sha512.cc
[570/1108] Compiling sha1.cc
[571/1108] Compiling sha256.cc
[572/1108] Compiling slhdsa.cc
[573/1108] Compiling rsa_print.cc
[574/1108] Compiling spake2plus.cc
[575/1108] Compiling rsa_extra.cc
[576/1108] Compiling rsa_crypt.cc
[577/1108] Compiling windows.cc
[578/1108] Compiling refcount.cc
[579/1108] Compiling rc4.cc
[580/1108] Compiling trusty.cc
[581/1108] Compiling urandom.cc
[582/1108] Compiling rsa_asn1.cc
[583/1108] Compiling ios.cc
[584/1108] Compiling passive.cc
[585/1108] Compiling rand.cc
[586/1108] Compiling poly1305_arm_asm.S
[587/1108] Compiling getentropy.cc
[588/1108] Compiling forkunsafe.cc
[589/1108] Compiling fork_detect.cc
[590/1108] Compiling deterministic.cc
[591/1108] Compiling poly1305_vec.cc
[592/1108] Compiling poly1305_arm.cc
[593/1108] Compiling poly1305.cc
[594/1108] Compiling pool.cc
[595/1108] Compiling p5_pbev2.cc
[596/1108] Compiling pkcs7.cc
[597/1108] Compiling pkcs8.cc
[598/1108] Compiling pkcs8_x509.cc
[599/1108] Compiling pem_xaux.cc
[600/1108] Compiling pkcs7_x509.cc
[601/1108] Compiling pem_x509.cc
[602/1108] Compiling pem_pkey.cc
[603/1108] Compiling pem_pk8.cc
[604/1108] Compiling obj_xref.cc
[605/1108] Compiling mlkem.cc
[606/1108] Compiling pem_oth.cc
[607/1108] Compiling pem_info.cc
[608/1108] Compiling mem.cc
[609/1108] Compiling mldsa.cc
[610/1108] Compiling pem_all.cc
[611/1108] Compiling pem_lib.cc
[612/1108] Compiling obj.cc
[613/1108] Compiling fips_shared_support.cc
[614/1108] Compiling poly_rq_mul.S
[615/1108] Compiling md4.cc
[616/1108] Compiling md5.cc
[617/1108] Compiling lhash.cc
[618/1108] Compiling ex_data.cc
[619/1108] Compiling kyber.cc
[620/1108] Compiling sign.cc
[621/1108] Compiling hpke.cc
[622/1108] Compiling scrypt.cc
[623/1108] Compiling hrss.cc
[624/1108] Compiling print.cc
[625/1108] Compiling pbkdf.cc
[626/1108] Compiling p_x25519.cc
[627/1108] Compiling p_x25519_asn1.cc
[628/1108] Compiling p_rsa.cc
[629/1108] Compiling p_ed25519_asn1.cc
[630/1108] Compiling p_rsa_asn1.cc
[631/1108] Compiling p_ed25519.cc
[632/1108] Compiling p_hkdf.cc
[633/1108] Compiling p_ec.cc
[634/1108] Compiling p_ec_asn1.cc
[635/1108] Compiling p_dh_asn1.cc
[636/1108] Compiling p_dsa_asn1.cc
[637/1108] Compiling p_dh.cc
[638/1108] Compiling evp_ctx.cc
[639/1108] Compiling evp.cc
[640/1108] Compiling err.cc
[641/1108] Compiling engine.cc
[642/1108] Compiling evp_asn1.cc
[643/1108] Compiling ecdh.cc
[644/1108] Compiling hash_to_curve.cc
[645/1108] Compiling ec_derive.cc
[646/1108] Compiling ecdsa_asn1.cc
[647/1108] Compiling dsa.cc
[648/1108] Compiling dsa_asn1.cc
[649/1108] Compiling ec_asn1.cc
[650/1108] Compiling params.cc
[651/1108] Compiling bcm.cc
[652/1108] Compiling digest_extra.cc
[653/1108] Compiling x25519-asm-arm.S
[654/1108] Compiling des.cc
[655/1108] Compiling curve25519_64_adx.cc
[656/1108] Compiling dh_asn1.cc
[657/1108] Compiling spake25519.cc
[658/1108] Compiling curve25519.cc
[659/1108] Compiling cpu_intel.cc
[660/1108] Compiling cpu_arm_linux.cc
[661/1108] Compiling crypto.cc
[662/1108] Compiling cpu_arm_freebsd.cc
[663/1108] Compiling cpu_aarch64_win.cc
[664/1108] Compiling cpu_aarch64_apple.cc
[665/1108] Compiling cpu_aarch64_sysreg.cc
[666/1108] Compiling cpu_aarch64_openbsd.cc
[667/1108] Compiling cpu_aarch64_linux.cc
[668/1108] Compiling conf.cc
[668/1108] Compiling cpu_aarch64_fuchsia.cc
[670/1108] Compiling get_cipher.cc
[671/1108] Compiling tls_cbc.cc
[672/1108] Compiling e_rc4.cc
[673/1108] Compiling e_des.cc
[674/1108] Compiling e_tls.cc
[675/1108] Compiling e_null.cc
[676/1108] Compiling e_rc2.cc
[677/1108] Compiling e_aesgcmsiv.cc
[678/1108] Compiling e_chacha20poly1305.cc
[679/1108] Compiling derive_key.cc
[680/1108] Compiling e_aesctrhmac.cc
[681/1108] Compiling chacha.cc
[682/1108] Compiling buf.cc
[683/1108] Compiling cbs.cc
[684/1108] Compiling asn1_compat.cc
[685/1108] Compiling unicode.cc
[686/1108] Compiling blake2.cc
[687/1108] Compiling cbb.cc
[688/1108] Compiling ber.cc
[689/1108] Compiling socket.cc
[690/1108] Compiling bn_asn1.cc
[691/1108] Compiling convert.cc
[692/1108] Compiling socket_helper.cc
[693/1108] Compiling printf.cc
[694/1108] Compiling pair.cc
[695/1108] Compiling hexdump.cc
[696/1108] Compiling file.cc
[697/1108] Compiling errno.cc
[698/1108] Compiling fd.cc
[699/1108] Compiling connect.cc
[700/1108] Compiling bio_mem.cc
[701/1108] Compiling base64.cc
[702/1108] Compiling bio.cc
[703/1108] Compiling tasn_typ.cc
[704/1108] Compiling f_string.cc
[705/1108] Compiling tasn_utl.cc
[706/1108] Compiling tasn_enc.cc
[707/1108] Compiling tasn_fre.cc
[708/1108] Compiling tasn_new.cc
[709/1108] Compiling asn1_par.cc
[710/1108] Compiling posix_time.cc
[711/1108] Compiling f_int.cc
[712/1108] Compiling tasn_dec.cc
[713/1108] Compiling asn_pack.cc
[714/1108] Compiling a_strex.cc
[715/1108] Compiling a_octet.cc
[716/1108] Compiling asn1_lib.cc
[717/1108] Compiling a_utctm.cc
[718/1108] Compiling a_type.cc
[719/1108] Compiling a_mbstr.cc
[720/1108] Compiling a_strnid.cc
[721/1108] Compiling a_time.cc
[722/1108] Compiling a_object.cc
[723/1108] Compiling a_i2d_fp.cc
[724/1108] Compiling a_int.cc
[725/1108] Compiling a_gentm.cc
[726/1108] Compiling a_dup.cc
[727/1108] Compiling a_d2i_fp.cc
[728/1108] Compiling fiat_p256_adx_sqr.S
[729/1108] Compiling fiat_p256_adx_mul.S
[730/1108] Compiling fiat_curve25519_adx_mul.S
[731/1108] Compiling fiat_curve25519_adx_square.S
[732/1108] Compiling md5-x86_64-linux.S
[733/1108] Compiling md5-x86_64-apple.S
[734/1108] Compiling md5-586-linux.S
[735/1108] Compiling md5-586-apple.S
[736/1108] Compiling a_bitstr.cc
[737/1108] Compiling chacha20_poly1305_x86_64-apple.S
[738/1108] Compiling chacha20_poly1305_x86_64-linux.S
[739/1108] Compiling chacha20_poly1305_armv8-win.S
[740/1108] Compiling CCryptoBoringSSLShims shims.c
[741/1108] Compiling err_data.cc
[742/1108] Compiling chacha20_poly1305_armv8-apple.S
[743/1108] Compiling chacha-x86_64-linux.S
[744/1108] Compiling chacha-x86_64-apple.S
[745/1108] Compiling chacha20_poly1305_armv8-linux.S
[746/1108] Compiling a_bool.cc
[747/1108] Compiling chacha-x86-linux.S
[748/1108] Compiling chacha-x86-apple.S
[749/1108] Compiling chacha-armv8-win.S
[750/1108] Compiling chacha-armv8-apple.S
[751/1108] Compiling chacha-armv8-linux.S
[752/1108] Compiling aes128gcmsiv-x86_64-linux.S
[753/1108] Compiling aes128gcmsiv-x86_64-apple.S
[754/1108] Compiling chacha-armv4-linux.S
[755/1108] Compiling x86_64-mont-apple.S
[756/1108] Compiling x86_64-mont-linux.S
[757/1108] Compiling x86_64-mont5-linux.S
[758/1108] Compiling x86_64-mont5-apple.S
[759/1108] Compiling x86-mont-apple.S
[760/1108] Compiling x86-mont-linux.S
[761/1108] Compiling vpaes-x86_64-apple.S
[762/1108] Compiling vpaes-x86-linux.S
[762/1108] Compiling vpaes-x86_64-linux.S
[764/1108] Compiling vpaes-armv8-win.S
[765/1108] Compiling vpaes-x86-apple.S
[766/1108] Compiling vpaes-armv8-linux.S
[767/1108] Compiling vpaes-armv8-apple.S
[768/1108] Compiling sha512-x86_64-linux.S
[769/1108] Compiling vpaes-armv7-linux.S
[770/1108] Compiling sha512-x86_64-apple.S
[771/1108] Compiling sha512-armv8-win.S
[772/1108] Compiling sha512-armv8-apple.S
[773/1108] Compiling sha512-armv4-linux.S
[774/1108] Compiling sha512-586-linux.S
[775/1108] Compiling sha512-586-apple.S
[776/1108] Compiling sha512-armv8-linux.S
[777/1108] Compiling sha256-x86_64-linux.S
[778/1108] Compiling sha256-armv8-win.S
[779/1108] Compiling sha256-x86_64-apple.S
[780/1108] Compiling sha256-armv4-linux.S
[781/1108] Compiling sha256-armv8-linux.S
[782/1108] Compiling sha256-armv8-apple.S
[783/1108] Compiling sha1-x86_64-linux.S
[784/1108] Compiling sha256-586-apple.S
[785/1108] Compiling sha256-586-linux.S
[786/1108] Compiling sha1-x86_64-apple.S
[787/1108] Compiling sha1-armv8-apple.S
[788/1108] Compiling sha1-armv8-win.S
[789/1108] Compiling sha1-armv8-linux.S
[790/1108] Compiling sha1-armv4-large-linux.S
[791/1108] Compiling sha1-586-linux.S
[792/1108] Compiling sha1-586-apple.S
[793/1108] Compiling rsaz-avx2-apple.S
[794/1108] Compiling rsaz-avx2-linux.S
[795/1108] Compiling rdrand-x86_64-apple.S
[796/1108] Compiling rdrand-x86_64-linux.S
[797/1108] Compiling p256_beeu-x86_64-asm-apple.S
[798/1108] Compiling p256_beeu-x86_64-asm-linux.S
[799/1108] Compiling p256_beeu-armv8-asm-win.S
[800/1108] Compiling p256_beeu-armv8-asm-linux.S
[801/1108] Compiling p256-x86_64-asm-linux.S
[802/1108] Compiling p256_beeu-armv8-asm-apple.S
[803/1108] Compiling p256-armv8-asm-win.S
[804/1108] Compiling p256-x86_64-asm-apple.S
[805/1108] Compiling p256-armv8-asm-apple.S
[806/1108] Compiling ghashv8-armv8-win.S
[807/1108] Compiling ghashv8-armv8-apple.S
[808/1108] Compiling p256-armv8-asm-linux.S
[809/1108] Compiling ghashv8-armv8-linux.S
[810/1108] Compiling ghashv8-armv7-linux.S
[811/1108] Compiling ghash-x86_64-apple.S
[812/1108] Compiling ghash-x86_64-linux.S
[813/1108] Compiling ghash-x86-apple.S
[814/1108] Compiling ghash-x86-linux.S
[815/1108] Compiling ghash-ssse3-x86_64-linux.S
[816/1108] Compiling ghash-ssse3-x86-apple.S
[817/1108] Compiling ghash-ssse3-x86-linux.S
[818/1108] Compiling ghash-ssse3-x86_64-apple.S
[819/1108] Compiling ghash-neon-armv8-win.S
[820/1108] Compiling ghash-neon-armv8-linux.S
[821/1108] Compiling ghash-armv4-linux.S
[822/1108] Compiling ghash-neon-armv8-apple.S
[823/1108] Compiling co-586-apple.S
[823/1108] Compiling bsaes-armv7-linux.S
[825/1108] Compiling co-586-linux.S
[826/1108] Compiling bn-armv8-win.S
[827/1108] Compiling bn-armv8-linux.S
[828/1108] Compiling bn-586-linux.S
[829/1108] Compiling armv8-mont-win.S
[829/1108] Compiling armv8-mont-apple.S
[831/1108] Compiling bn-armv8-apple.S
[831/1108] Compiling armv8-mont-linux.S
[833/1108] Compiling armv4-mont-linux.S
[834/1108] Compiling bn-586-apple.S
[835/1108] Compiling c-nioatomics.c
[836/1108] Compiling aesv8-gcm-armv8-win.S
[837/1108] Compiling aesv8-gcm-armv8-linux.S
[838/1108] Compiling aesv8-gcm-armv8-apple.S
[839/1108] Compiling aesv8-armv8-linux.S
[840/1108] Compiling aesv8-armv8-win.S
[841/1108] Compiling aesv8-armv7-linux.S
[842/1108] Compiling aesv8-armv8-apple.S
[843/1108] Compiling aesni-x86_64-apple.S
[844/1108] Compiling aesni-x86-apple.S
[845/1108] Compiling aesni-x86_64-linux.S
[846/1108] Compiling aesni-x86-linux.S
[847/1108] Compiling aesni-gcm-x86_64-linux.S
[848/1108] Compiling aesni-gcm-x86_64-apple.S
[849/1108] Compiling aes-gcm-avx10-x86_64-linux.S
[850/1108] Compiling aes-gcm-avx10-x86_64-apple.S
[851/1108] Compiling c-atomics.c
[852/1108] Compiling x_x509a.cc
[853/1114] Compiling x_x509.cc
[855/1114] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[855/1114] Compiling x_pubkey.cc
[856/1114] Compiling x_req.cc
[858/1114] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[858/1114] Compiling x_spki.cc
[860/1114] Compiling NIOConcurrencyHelpers NIOLock.swift
[860/1114] Compiling x_sig.cc
[861/1114] Compiling x_val.cc
[863/1114] Emitting module NIOConcurrencyHelpers
[864/1114] Compiling NIOConcurrencyHelpers lock.swift
[865/1114] Compiling NIOConcurrencyHelpers atomics.swift
[865/1115] Compiling x_name.cc
[866/1115] Compiling x_all.cc
[868/1115] Compiling x_exten.cc
[869/1115] Compiling x_attrib.cc
[870/1115] Compiling x_crl.cc
[871/1115] Wrapping AST for NIOConcurrencyHelpers for debugging
[872/1115] Compiling x509spki.cc
[873/1115] Compiling x509_vpm.cc
[874/1115] Compiling x_algor.cc
[875/1115] Compiling x509rset.cc
[876/1115] Compiling x509cset.cc
[877/1115] Compiling x509name.cc
[878/1115] Compiling x509_v3.cc
[879/1115] Compiling x509_txt.cc
[880/1115] Compiling x509_vfy.cc
[881/1115] Compiling x509_trs.cc
[882/1115] Compiling x509_lu.cc
[883/1115] Compiling x509_obj.cc
[884/1115] Compiling x509_set.cc
[885/1115] Compiling x509_req.cc
[886/1115] Compiling x509_def.cc
[887/1115] Compiling x509_ext.cc
[888/1115] Compiling x509_d2.cc
[889/1115] Compiling x509_cmp.cc
[890/1115] Compiling v3_skey.cc
[890/1115] Compiling x509_att.cc
[892/1115] Compiling x509.cc
[893/1115] Compiling v3_utl.cc
[894/1115] Compiling v3_purp.cc
[895/1115] Compiling v3_prn.cc
[896/1115] Compiling v3_pmaps.cc
[897/1115] Compiling v3_pcons.cc
[898/1115] Compiling v3_ocsp.cc
[899/1115] Compiling v3_ncons.cc
[900/1115] Compiling v3_int.cc
[901/1115] Compiling v3_lib.cc
[902/1115] Compiling v3_genn.cc
[903/1115] Compiling v3_info.cc
[904/1115] Compiling v3_ia5.cc
[905/1115] Compiling v3_extku.cc
[906/1115] Compiling v3_enum.cc
[907/1115] Compiling v3_bitst.cc
[908/1115] Compiling v3_crld.cc
[909/1115] Compiling v3_cpols.cc
[910/1115] Compiling v3_conf.cc
[911/1115] Compiling v3_bcons.cc
[912/1115] Compiling v3_alt.cc
[913/1115] Compiling v3_akey.cc
[914/1115] Compiling v3_akeya.cc
[915/1115] Compiling t_req.cc
[916/1115] Compiling t_x509a.cc
[917/1115] Compiling t_x509.cc
[918/1115] Compiling t_crl.cc
[919/1115] Compiling rsa_pss.cc
[920/1115] Compiling name_print.cc
[921/1115] Compiling policy.cc
[922/1115] Compiling i2d_pr.cc
[923/1115] Compiling by_file.cc
[924/1115] Compiling by_dir.cc
[925/1115] Compiling algorithm.cc
[926/1115] Compiling asn1_gen.cc
[927/1115] Compiling a_digest.cc
[928/1115] Compiling trust_token.cc
[929/1115] Compiling a_verify.cc
[930/1115] Compiling voprf.cc
[931/1115] Compiling a_sign.cc
[932/1115] Compiling thread_pthread.cc
[933/1115] Compiling thread_win.cc
[934/1115] Compiling thread.cc
[935/1115] Compiling thread_none.cc
[936/1115] Compiling stack.cc
[937/1115] Compiling wots.cc
[938/1115] Compiling thash.cc
[939/1115] Compiling pmbtoken.cc
[940/1115] Compiling merkle.cc
[941/1115] Compiling siphash.cc
[942/1115] Compiling fors.cc
[943/1115] Compiling sha256.cc
[944/1115] Compiling sha512.cc
[945/1115] Compiling sha1.cc
[946/1115] Compiling rsa_print.cc
[947/1115] Compiling slhdsa.cc
[948/1115] Compiling urandom.cc
[949/1115] Compiling rsa_asn1.cc
[950/1115] Compiling rsa_extra.cc
[951/1115] Compiling trusty.cc
[952/1115] Compiling rc4.cc
[953/1115] Compiling windows.cc
[954/1115] Compiling rsa_crypt.cc
[955/1115] Compiling refcount.cc
[956/1115] Compiling rand_extra.cc
[957/1115] Compiling getentropy.cc
[958/1115] Compiling poly1305_arm_asm.S
[959/1115] Compiling ios.cc
[960/1115] Compiling passive.cc
[961/1115] Compiling forkunsafe.cc
[962/1115] Compiling fork_detect.cc
[963/1115] Compiling deterministic.cc
[964/1115] Compiling poly1305_arm.cc
[965/1115] Compiling poly1305_vec.cc
[966/1115] Compiling poly1305.cc
[967/1115] Compiling pool.cc
[968/1115] Compiling pkcs7.cc
[969/1115] Compiling pkcs8_x509.cc
[970/1115] Compiling p5_pbev2.cc
[971/1115] Compiling pkcs7_x509.cc
[972/1115] Compiling pkcs8.cc
[973/1115] Compiling pem_x509.cc
[974/1115] Compiling pem_xaux.cc
[975/1115] Compiling pem_pkey.cc
[976/1115] Compiling pem_oth.cc
[977/1115] Compiling pem_lib.cc
[978/1115] Compiling obj_xref.cc
[979/1115] Compiling pem_info.cc
[980/1115] Compiling pem_pk8.cc
[981/1115] Compiling pem_all.cc
[982/1115] Compiling mlkem.cc
[983/1115] Compiling obj.cc
[984/1115] Compiling mldsa.cc
[985/1115] Compiling poly_rq_mul.S
[986/1115] Compiling fips_shared_support.cc
[987/1115] Compiling mem.cc
[988/1115] Compiling md4.cc
[989/1115] Compiling md5.cc
[990/1115] Compiling lhash.cc
[991/1115] Compiling kyber.cc
[992/1115] Compiling ex_data.cc
[993/1115] Compiling hpke.cc
[994/1115] Compiling sign.cc
[995/1115] Compiling hrss.cc
[996/1115] Compiling scrypt.cc
[997/1115] Compiling print.cc
[998/1115] Compiling pbkdf.cc
[999/1115] Compiling p_x25519.cc
[1000/1115] Compiling p_x25519_asn1.cc
[1001/1115] Compiling p_hkdf.cc
[1002/1115] Compiling p_rsa_asn1.cc
[1003/1115] Compiling p_rsa.cc
[1004/1115] Compiling p_ed25519_asn1.cc
[1005/1115] Compiling p_ed25519.cc
[1006/1115] Compiling p_ec.cc
[1007/1115] Compiling p_ec_asn1.cc
[1008/1115] Compiling p_dsa_asn1.cc
[1009/1115] Compiling p_dh_asn1.cc
[1010/1115] Compiling p_dh.cc
[1011/1115] Compiling engine.cc
[1012/1115] Compiling evp_ctx.cc
[1013/1115] Compiling evp_asn1.cc
[1014/1115] Compiling evp.cc
[1015/1115] Compiling err.cc
[1016/1115] Compiling hash_to_curve.cc
[1017/1115] Compiling ecdh_extra.cc
[1018/1115] Compiling ecdsa_asn1.cc
[1019/1115] Compiling ec_derive.cc
[1020/1115] Compiling bcm.cc
[1021/1115] Compiling dsa.cc
[1022/1115] Compiling dsa_asn1.cc
[1023/1115] Compiling ec_asn1.cc
[1024/1115] Compiling spake25519.cc
[1025/1115] Compiling x25519-asm-arm.S
[1026/1115] Compiling params.cc
[1027/1115] Compiling curve25519_64_adx.cc
[1028/1115] Compiling des.cc
[1029/1115] Compiling digest_extra.cc
[1030/1115] Compiling dh_asn1.cc
[1031/1115] Compiling cpu_intel.cc
[1032/1115] Compiling crypto.cc
[1033/1115] Compiling cpu_arm_linux.cc
[1034/1115] Compiling cpu_aarch64_linux.cc
[1035/1115] Compiling cpu_aarch64_openbsd.cc
[1036/1115] Compiling curve25519.cc
[1037/1115] Compiling cpu_arm_freebsd.cc
[1038/1115] Compiling cpu_aarch64_sysreg.cc
[1039/1115] Compiling cpu_aarch64_win.cc
[1040/1115] Compiling cpu_aarch64_fuchsia.cc
[1041/1115] Compiling cpu_aarch64_apple.cc
[1042/1115] Compiling tls_cbc.cc
[1043/1115] Compiling e_rc4.cc
[1044/1115] Compiling conf.cc
[1045/1115] Compiling e_rc2.cc
[1046/1115] Compiling e_null.cc
[1047/1115] Compiling e_tls.cc
[1048/1115] Compiling e_chacha20poly1305.cc
[1049/1115] Compiling e_des.cc
[1050/1115] Compiling e_aesctrhmac.cc
[1051/1115] Compiling e_aesgcmsiv.cc
[1052/1115] Compiling cipher_extra.cc
[1053/1115] Compiling derive_key.cc
[1054/1115] Compiling chacha.cc
[1055/1115] Compiling unicode.cc
[1056/1115] Compiling cbs.cc
[1057/1115] Compiling asn1_compat.cc
[1058/1115] Compiling cbb.cc
[1059/1115] Compiling ber.cc
[1060/1115] Compiling buf.cc
[1061/1115] Compiling convert.cc
[1062/1115] Compiling bn_asn1.cc
[1063/1115] Compiling blake2.cc
[1064/1115] Compiling printf.cc
[1065/1115] Compiling hexdump.cc
[1066/1115] Compiling errno.cc
[1067/1115] Compiling pair.cc
[1068/1115] Compiling fd.cc
[1069/1115] Compiling file.cc
[1070/1115] Compiling bio_mem.cc
[1071/1115] Compiling bio.cc
[1072/1115] Compiling base64.cc
[1073/1115] Compiling tasn_typ.cc
[1074/1115] Compiling tasn_fre.cc
[1075/1115] Compiling tasn_utl.cc
[1076/1115] Compiling posix_time.cc
[1077/1115] Compiling tasn_enc.cc
[1078/1115] Compiling asn1_par.cc
[1079/1115] Compiling f_int.cc
[1080/1115] Compiling f_string.cc
[1081/1115] Compiling tasn_dec.cc
[1082/1115] Compiling a_mbstr.cc
[1083/1115] Compiling a_octet.cc
[1084/1115] Compiling a_utctm.cc
[1085/1115] Compiling a_i2d_fp.cc
[1086/1115] Write sources
[1087/1115] Compiling asn1_lib.cc
[1088/1115] Compiling a_gentm.cc
[1089/1115] Compiling a_object.cc
[1090/1115] Wrapping AST for ArgumentParser for debugging
[1091/1115] Wrapping AST for ArgumentParserToolInfo for debugging
[1092/1115] Compiling a_bitstr.cc
[1093/1115] Wrapping AST for AsyncAlgorithms for debugging
[1094/1115] Compiling a_dup.cc
[1095/1132] Compiling a_int.cc
[1097/1134] Compiling Atomics Primitives.shims.swift
[1098/1134] Compiling Atomics AtomicInteger.swift
[1099/1134] Compiling Atomics AtomicOptionalWrappable.swift
[1100/1136] Compiling Atomics UnsafeAtomic.swift
[1101/1136] Compiling Atomics UnsafeAtomicLazyReference.swift
[1101/1136] Compiling a_bool.cc
[1103/1136] Compiling Atomics AtomicMemoryOrderings.swift
[1104/1136] Compiling Atomics DoubleWord.swift
[1105/1136] Compiling Atomics ManagedAtomic.swift
[1106/1136] Compiling Atomics ManagedAtomicLazyReference.swift
[1107/1144] Compiling Atomics IntegerOperations.swift
[1108/1144] Compiling Atomics Unmanaged extensions.swift
[1109/1144] Compiling Atomics AtomicReference.swift
[1110/1144] Compiling Atomics AtomicStorage.swift
[1111/1144] Compiling Atomics AtomicValue.swift
[1112/1144] Compiling CryptoBoringWrapper RandomBytes.swift
[1113/1144] Compiling CryptoBoringWrapper EllipticCurve.swift
[1114/1144] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1115/1144] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1116/1144] Emitting module CryptoBoringWrapper
[1117/1144] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1118/1144] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1119/1144] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1121/1145] Emitting module Atomics
[1121/1145] Wrapping AST for CryptoBoringWrapper for debugging
[1123/1145] Compiling Atomics OptionalRawRepresentable.swift
[1124/1145] Compiling Atomics RawRepresentable.swift
[1125/1145] Compiling Atomics AtomicBool.swift
[1126/1145] Compiling Atomics IntegerConformances.swift
[1127/1145] Compiling Atomics PointerConformances.swift
[1128/1145] Compiling Atomics Primitives.native.swift
[1129/1217] Wrapping AST for Atomics for debugging
[1131/1291] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[1132/1292] Compiling _ConnectionPoolModule NIOLock.swift
[1133/1292] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[1134/1292] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[1135/1292] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[1136/1292] Compiling _ConnectionPoolModule ConnectionRequest.swift
[1137/1292] Compiling _ConnectionPoolModule Max2Sequence.swift
[1138/1292] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1139/1292] Compiling NIOCore MulticastChannel.swift
[1140/1292] Compiling NIOCore NIOAny.swift
[1141/1292] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1142/1292] Compiling NIOCore NIOLoopBound.swift
[1143/1292] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1144/1292] Compiling NIOCore NIOScheduledCallback.swift
[1145/1292] Compiling NIOCore NIOSendable.swift
[1146/1292] Compiling NIOCore RecvByteBufferAllocator.swift
[1147/1300] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[1148/1300] Compiling _ConnectionPoolModule ConnectionPool.swift
[1149/1300] Compiling NIOCore SocketAddresses.swift
[1150/1300] Compiling NIOCore SocketOptionProvider.swift
[1151/1300] Compiling NIOCore SystemCallHelpers.swift
[1152/1300] Compiling NIOCore TimeAmount+Duration.swift
[1153/1300] Compiling NIOCore TypeAssistedChannelHandler.swift
[1154/1300] Compiling NIOCore UniversalBootstrapSupport.swift
[1155/1300] Compiling NIOCore Utilities.swift
[1156/1300] Compiling Crypto EdDSA_boring.swift
[1157/1300] Compiling Crypto ECDSA.swift
[1158/1300] Compiling Crypto Ed25519.swift
[1159/1309] Emitting module _ConnectionPoolModule
[1160/1309] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[1161/1309] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[1162/1309] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[1163/1309] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[1164/1309] Compiling NIOCore FileHandle.swift
[1165/1309] Compiling NIOCore FileRegion.swift
[1166/1309] Compiling NIOCore GlobalSingletons.swift
[1174/1309] Compiling NIOCore AsyncChannelInboundStream.swift
[1175/1309] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1176/1309] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1177/1309] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1178/1309] Compiling NIOCore NIOAsyncWriter.swift
[1179/1309] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1180/1309] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1181/1309] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1182/1309] Compiling NIOCore EventLoopFuture.swift
[1183/1309] Compiling NIOCore FileDescriptor.swift
[1186/1309] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1187/1309] Compiling NIOCore ByteBuffer-conversions.swift
[1188/1309] Compiling NIOCore ByteBuffer-core.swift
[1189/1309] Compiling NIOCore ByteBuffer-hex.swift
[1190/1309] Compiling NIOCore ByteBuffer-int.swift
[1191/1309] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1192/1309] Compiling NIOCore CircularBuffer.swift
[1193/1309] Compiling NIOCore Codec.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/37] Write swift-version-24593BA9C3E375BF.txt
[3/85] Compiling Logging MetadataProvider.swift
[4/85] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/86] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/86] Compiling InternalCollectionsUtilities Debugging.swift
[7/86] Compiling InternalCollectionsUtilities Descriptions.swift
[8/86] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/86] Emitting module Logging
[10/86] Compiling Logging Locks.swift
[11/86] Compiling _NIODataStructures PriorityQueue.swift
[12/86] Compiling TextTable PlainFormat.swift
[13/86] Compiling TextTable PsqlFormat.swift
[14/87] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[15/87] Compiling NIOConcurrencyHelpers NIOLock.swift
[16/87] Compiling TextTable RstFormat.swift
[17/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/87] Compiling TextTable SimpleFormat.swift
[19/87] Compiling TextTable String+Util.swift
[20/87] Emitting module TextTable
[21/87] Compiling TextTable FancyGridFormat.swift
[22/87] Compiling TextTable GridFormat.swift
[23/87] Compiling TextTable OrgFormat.swift
[24/87] Compiling TextTable PipeFormat.swift
[25/87] Compiling NIOConcurrencyHelpers lock.swift
[26/87] Compiling _NIODataStructures Heap.swift
[27/87] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[28/87] Compiling NIOConcurrencyHelpers atomics.swift
[29/87] Emitting module _NIOBase64
[30/87] Compiling _NIOBase64 Base64.swift
[31/87] Emitting module CoreMetrics
[34/88] Emitting module _NIODataStructures
[35/88] Compiling _NIODataStructures _TinyArray.swift
[36/88] Emitting module NIOConcurrencyHelpers
[38/89] Compiling ArgumentParserToolInfo ToolInfo.swift
[39/89] Emitting module ArgumentParserToolInfo
[41/90] Emitting module InternalCollectionsUtilities
[43/90] Compiling TextTable TextTable.swift
[45/106] Compiling SwiftASN1 ASN1Any.swift
[46/106] Compiling SwiftASN1 ASN1BitString.swift
[47/106] Compiling SwiftASN1 ASN1Boolean.swift
[48/106] Compiling SwiftASN1 ASN1Identifier.swift
[49/106] Compiling SwiftASN1 ASN1.swift
[50/106] Compiling SwiftASN1 BER.swift
[55/132] Compiling Logging Logging.swift
[56/132] Compiling Logging LogHandler.swift
[57/174] Compiling CoreMetrics Metrics.swift
[58/174] Compiling CoreMetrics Locks.swift
[60/174] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[61/175] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[62/175] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[63/175] Compiling CryptoBoringWrapper RandomBytes.swift
[64/175] Compiling ArgumentParser EnumerableFlag.swift
[65/175] Compiling ArgumentParser ArgumentVisibility.swift
[66/177] Compiling ArgumentParser ZshCompletionsGenerator.swift
[67/177] Compiling ArgumentParser Argument.swift
[68/177] Compiling ArgumentParser ArgumentHelp.swift
[69/179] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[71/199] Emitting module CryptoBoringWrapper
[72/234] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[73/234] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[74/234] Compiling ConcurrencyHelpers LockedValueBox.swift
[75/234] Compiling OrderedCollections OrderedDictionary+Elements.swift
[76/234] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[77/234] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[78/234] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[78/234] Wrapping AST for Logging for debugging
[80/249] Compiling ConcurrencyHelpers Lock.swift
[81/249] Emitting module ConcurrencyHelpers
[82/250] Compiling DequeModule Deque+Collection.swift
[83/250] Compiling DequeModule Deque+Equatable.swift
[84/250] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/250] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[87/250] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[88/250] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[90/250] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[91/250] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[93/251] Compiling DequeModule Deque+CustomReflectable.swift
[94/251] Compiling DequeModule Deque+Descriptions.swift
[97/253] Compiling DequeModule _DequeBuffer.swift
[98/253] Compiling DequeModule _DequeBufferHeader.swift
[99/253] Compiling CryptoBoringWrapper EllipticCurve.swift
[100/253] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[100/254] Wrapping AST for InternalCollectionsUtilities for debugging
[103/254] Compiling Metrics Metrics.swift
[104/254] Compiling DequeModule Deque+Testing.swift
[105/254] Compiling DequeModule Deque._Storage.swift
[107/254] Wrapping AST for CoreMetrics for debugging
[109/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[110/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[111/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[112/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[113/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[114/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[115/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[116/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[117/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[118/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[119/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[120/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[121/254] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[122/254] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[123/261] Emitting module Metrics
[124/262] Compiling DequeModule Deque._UnsafeHandle.swift
[125/262] Compiling DequeModule Deque.swift
[126/265] Compiling DequeModule _DequeSlot.swift
[127/265] Compiling DequeModule _UnsafeWrappedBuffer.swift
[129/265] Emitting module ArgumentParser
[130/340] Emitting module UnixSignals
[130/340] Wrapping AST for CryptoBoringWrapper for debugging
[132/340] Compiling UnixSignals UnixSignalsSequence.swift
[133/340] Compiling UnixSignals UnixSignal.swift
[134/341] Emitting module OrderedCollections
[136/341] Compiling Crypto ASN1Identifier.swift
[137/341] Compiling Crypto ASN1Integer.swift
[138/341] Compiling Crypto ASN1BitString.swift
[139/341] Compiling Crypto ASN1Boolean.swift
[140/341] Compiling Crypto ASN1.swift
[141/341] Compiling Crypto ASN1Any.swift
[142/340] Compiling Crypto HPKE-Utils.swift
[143/340] Compiling Crypto DHKEM.swift
[144/340] Compiling Crypto HPKE-KEM-Curve25519.swift
[145/340] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[146/340] Compiling Crypto HPKE-KEM.swift
[147/340] Compiling Crypto HPKE-Errors.swift
[148/340] Compiling Crypto PKCS8PrivateKey.swift
[149/340] Compiling Crypto SEC1PrivateKey.swift
[150/340] Compiling Crypto HPKE-AEAD.swift
[151/340] Compiling Crypto HPKE.swift
[152/340] Compiling Crypto HPKE-Context.swift
[153/340] Compiling Crypto HPKE-KeySchedule.swift
[154/340] Compiling Crypto HPKE-Modes.swift
[155/340] Compiling Crypto Insecure.swift
[156/340] Compiling Crypto Insecure_HashFunctions.swift
[157/340] Compiling Crypto KEM.swift
[158/340] Emitting module SwiftASN1
[159/340] Compiling Crypto AES-GCM.swift
[160/340] Compiling Crypto AES-GCM_boring.swift
[161/340] Compiling Crypto ChaChaPoly_boring.swift
[162/340] Emitting module DequeModule
[164/340] Compiling Crypto ChaChaPoly.swift
[165/340] Emitting module Atomics
[166/340] Compiling Crypto GeneralizedTime.swift
[167/341] Compiling Crypto ObjectIdentifier.swift
[168/341] Compiling Crypto ECDSASignature.swift
[169/341] Compiling Crypto PEMDocument.swift
[170/341] Compiling Crypto HPKE-Ciphersuite.swift
[171/341] Compiling Crypto HPKE-KDF.swift
[172/341] Compiling Crypto HPKE-KexKeyDerivation.swift
[173/341] Compiling Crypto HPKE-LabeledExtract.swift
[178/342] Emitting module Crypto
[183/351] Compiling Crypto ASN1Null.swift
[184/351] Compiling Crypto ASN1OctetString.swift
[185/351] Compiling Crypto ASN1Strings.swift
[186/351] Compiling Crypto ArraySliceBigint.swift
[191/351] Compiling Crypto Cipher.swift
[192/351] Compiling Crypto Nonces.swift
[194/351] Wrapping AST for DequeModule for debugging
[195/351] Wrapping AST for SwiftASN1 for debugging
[203/351] Compiling Crypto NISTCurvesKeys_boring.swift
[204/351] Compiling Crypto X25519Keys_boring.swift
[205/351] Compiling Crypto Curve25519.swift
[206/351] Compiling Crypto Ed25519Keys.swift
[207/351] Compiling Crypto NISTCurvesKeys.swift
[208/351] Compiling Crypto X25519Keys.swift
[209/351] Compiling Crypto SymmetricKeys.swift
[211/367] Wrapping AST for Atomics for debugging
[212/367] Wrapping AST for OrderedCollections for debugging
[215/367] Compiling Crypto HMAC.swift
[216/367] Compiling Crypto MACFunctions.swift
[217/367] Compiling Crypto MessageAuthenticationCode.swift
[218/367] Compiling Crypto AES.swift
[219/367] Compiling Crypto ECDSASignature_boring.swift
[220/367] Compiling Crypto ECDSA_boring.swift
[221/367] Compiling Crypto EdDSA_boring.swift
[222/367] Compiling Crypto ECDSA.swift
[223/367] Compiling Crypto Ed25519.swift
[224/472] Compiling NIOCore MarkedCircularBuffer.swift
[225/472] Compiling NIOCore MulticastChannel.swift
[226/472] Compiling NIOCore NIOAny.swift
[227/472] Compiling NIOCore NIOCloseOnErrorHandler.swift
[228/472] Compiling NIOCore NIOLoopBound.swift
[229/472] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[230/472] Compiling NIOCore NIOScheduledCallback.swift
[231/472] Compiling NIOCore NIOSendable.swift
[232/472] Compiling NIOCore RecvByteBufferAllocator.swift
[234/472] Emitting module AsyncAlgorithms
[235/478] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[236/479] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[237/479] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[238/479] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[239/479] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[240/479] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[241/479] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[242/479] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[247/479] Emitting module _ConnectionPoolModule
[250/479] Compiling AsyncAlgorithms Locking.swift
[251/479] Compiling AsyncAlgorithms ChannelStateMachine.swift
[252/479] Compiling AsyncAlgorithms ChannelStorage.swift
[253/479] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[254/479] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[255/479] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[256/479] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[257/479] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[258/479] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[259/479] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[260/479] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[262/479] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[263/479] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[264/479] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[265/479] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[266/479] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[267/479] Compiling AsyncAlgorithms MergeStateMachine.swift
[268/479] Compiling AsyncAlgorithms MergeStorage.swift
[269/479] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[270/479] Compiling AsyncAlgorithms Rethrow.swift
[274/479] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[275/479] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[276/479] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[277/479] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[282/479] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[283/479] Compiling AsyncAlgorithms CombineLatestStorage.swift
[284/479] Compiling AsyncAlgorithms SetAlgebra.swift
[285/479] Compiling AsyncAlgorithms UnsafeTransfer.swift
[286/479] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[287/479] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[288/479] Compiling AsyncAlgorithms ZipStateMachine.swift
[289/479] Compiling AsyncAlgorithms ZipStorage.swift
[292/479] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[293/479] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[294/479] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[295/479] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[296/479] Compiling AsyncAlgorithms AsyncChannel.swift
[297/479] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[298/479] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[299/479] Compiling AsyncAlgorithms DebounceStateMachine.swift
[300/479] Compiling AsyncAlgorithms DebounceStorage.swift
[301/479] Compiling AsyncAlgorithms Dictionary.swift
[302/479] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[349/488] Compiling Crypto Signature.swift
[350/488] Compiling Crypto CryptoKitErrors_boring.swift
[351/488] Compiling Crypto RNG_boring.swift
[352/488] Compiling Crypto SafeCompare_boring.swift
[353/488] Compiling Crypto Zeroization_boring.swift
[354/488] Compiling Crypto PrettyBytes.swift
[355/488] Compiling Crypto SafeCompare.swift
[356/488] Compiling Crypto SecureBytes.swift
[357/488] Compiling Crypto Zeroization.swift
[388/488] Compiling _ConnectionPoolModule TinyFastSequence.swift
BUILD FAILURE 6.1 android