Build Information
Failed to build MongoKitten, reference 7.9.9 (e40314
), with Swift 6.1 for Android on 30 May 2025 11:09:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/orlandos-nl/MongoKitten.git
Reference: 7.9.9
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/orlandos-nl/MongoKitten
* tag 7.9.9 -> FETCH_HEAD
HEAD is now at e403140 Fix connection sendability issues (#357)
Cloned https://github.com/orlandos-nl/MongoKitten.git
Revision (git rev-parse @):
e403140d7b59c8ba0c2b00f552933d28470d3a6e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/MongoKitten.git at 7.9.9
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/orlandos-nl/MongoKitten.git
https://github.com/orlandos-nl/MongoKitten.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "bson",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.9",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orlandos-nl/BSON.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.43.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "dnsclient",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orlandos-nl/DNSClient.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
}
],
"manifest_display_name" : "MongoKitten",
"name" : "MongoKitten",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MongoKitten",
"targets" : [
"MongoKitten"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Meow",
"targets" : [
"Meow"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MongoClient",
"targets" : [
"MongoClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MongoCore",
"targets" : [
"MongoCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_MongoKittenCrypto",
"module_type" : "SwiftTarget",
"name" : "_MongoKittenCrypto",
"path" : "Sources/_MongoKittenCrypto",
"product_memberships" : [
"MongoKitten",
"Meow",
"MongoClient"
],
"sources" : [
"HMAC.swift",
"Hash.swift",
"Hex.swift",
"MD5.swift",
"PBKDF2.swift",
"SHA1.swift",
"SHA256.swift"
],
"type" : "library"
},
{
"c99name" : "MongoKittenTests",
"module_type" : "SwiftTarget",
"name" : "MongoKittenTests",
"path" : "Tests/MongoKittenTests",
"sources" : [
"CRUDTests.swift",
"ConnectionSettingsTests.swift",
"CryptoPerformanceTests.swift",
"CryptoTests.swift",
"TransactionTests.swift"
],
"target_dependencies" : [
"MongoKitten"
],
"type" : "test"
},
{
"c99name" : "MongoKittenCore",
"module_type" : "SwiftTarget",
"name" : "MongoKittenCore",
"path" : "Sources/MongoKittenCore",
"product_memberships" : [
"MongoKitten",
"Meow"
],
"sources" : [
"Commands/Aggregate.swift",
"Commands/Count.swift",
"Commands/CreateIndexes.swift",
"Commands/Delete.swift",
"Commands/Distinct.swift",
"Commands/Drop.swift",
"Commands/Find.swift",
"Commands/FindAndModify.swift",
"Commands/Insert.swift",
"Commands/ListCollections.swift",
"Commands/ListDatabases.swift",
"Commands/Update.swift",
"Cursor.swift",
"FieldPath.swift",
"QueryPrimitives/Projection.swift",
"QueryPrimitives/QueryBuilder.swift",
"QueryPrimitives/Sorting.swift"
],
"target_dependencies" : [
"MongoClient"
],
"type" : "library"
},
{
"c99name" : "MongoKitten",
"module_type" : "SwiftTarget",
"name" : "MongoKitten",
"path" : "Sources/MongoKitten",
"product_memberships" : [
"MongoKitten",
"Meow"
],
"sources" : [
"Aggregate.swift",
"AggregateBuilder.swift",
"AggregateStage.swift",
"AsyncSequence.swift",
"BSON2JSON.swift",
"CLI+Helpers.swift",
"ChangeStream.swift",
"CollectionHelpers/Collection+Count.swift",
"CollectionHelpers/Collection+Delete.swift",
"CollectionHelpers/Collection+Distinct.swift",
"CollectionHelpers/Collection+Find.swift",
"CollectionHelpers/Collection+FindAndModify.swift",
"CollectionHelpers/Collection+Indexes.swift",
"CollectionHelpers/Collection+Insert.swift",
"CollectionHelpers/Collection+Update.swift",
"Cursor.swift",
"Date+ISO8601Format.swift",
"Error.swift",
"Exports.swift",
"GridFS/GridFSBucket.swift",
"GridFS/GridFSChunk.swift",
"GridFS/GridFSError.swift",
"GridFS/GridFSFile.swift",
"GridFS/GridFSFileWriter.swift",
"GridFS/GridFSReader.swift",
"IndexBuilder.swift",
"MongoCollection.swift",
"MongoDatabase.swift",
"MongoTransactionDatabase.swift"
],
"target_dependencies" : [
"MongoClient",
"MongoKittenCore"
],
"type" : "library"
},
{
"c99name" : "MongoCoreTests",
"module_type" : "SwiftTarget",
"name" : "MongoCoreTests",
"path" : "Tests/MongoCoreTests",
"sources" : [
"ProtocolTests.swift"
],
"target_dependencies" : [
"MongoCore"
],
"type" : "test"
},
{
"c99name" : "MongoCore",
"module_type" : "SwiftTarget",
"name" : "MongoCore",
"path" : "Sources/MongoCore",
"product_dependencies" : [
"BSON",
"NIO",
"NIOSSL",
"NIOFoundationCompat",
"Logging",
"Metrics",
"Atomics"
],
"product_memberships" : [
"MongoKitten",
"Meow",
"MongoClient",
"MongoCore"
],
"sources" : [
"CommandPrimitives.swift",
"Error.swift",
"MongoReplyDeserializer.swift",
"Primitives/Collation.swift",
"Primitives/ConnectionSettings.swift",
"Primitives/Namespace.swift",
"Primitives/ReadConcern.swift",
"Primitives/ServerHandshake.swift",
"Primitives/WireVersion.swift",
"Primitives/WriteConcern.swift",
"Protocol/MessageHeader.swift",
"Protocol/MongoReply.swift",
"Protocol/MongoRequest.swift",
"Protocol/OpMessage.swift",
"Protocol/OpQuery.swift",
"Protocol/OpReply.swift",
"Protocol/ProtocolHelpers.swift",
"Sessions.swift",
"Tansaction.swift"
],
"type" : "library"
},
{
"c99name" : "MongoClient",
"module_type" : "SwiftTarget",
"name" : "MongoClient",
"path" : "Sources/MongoClient",
"product_dependencies" : [
"DNSClient",
"Tracing"
],
"product_memberships" : [
"MongoKitten",
"Meow",
"MongoClient"
],
"sources" : [
"Authenticate+ChallengeResponse.swift",
"Authenticate+SASL.swift",
"Authenticate.swift",
"Channel+Connection.swift",
"Cluster.swift",
"Connection+Execute.swift",
"Connection.swift",
"ConnectionContext.swift",
"ConnectionPool.swift",
"Cursor.swift",
"Error.swift",
"Exports.swift",
"Helpers.swift",
"InternalCommands/GetMore.swift",
"InternalCommands/IsMaster.swift",
"InternalCommands/KillCursors.swift",
"MongoSingleConnectionPool.swift",
"Responses/MongoCursorResponse.swift",
"Responses/OK.swift",
"SASL.swift"
],
"target_dependencies" : [
"MongoCore",
"_MongoKittenCrypto"
],
"type" : "library"
},
{
"c99name" : "MeowTests",
"module_type" : "SwiftTarget",
"name" : "MeowTests",
"path" : "Tests/MeowTests",
"sources" : [
"MeowTests.swift"
],
"target_dependencies" : [
"Meow"
],
"type" : "test"
},
{
"c99name" : "Meow",
"module_type" : "SwiftTarget",
"name" : "Meow",
"path" : "Sources/Meow",
"product_memberships" : [
"Meow"
],
"sources" : [
"Aggregates.swift",
"Database.swift",
"Error.swift",
"Exports.swift",
"Indexes.swift",
"KeyPathModel/FindHelpers.swift",
"KeyPathModel/KeyPathModels.swift",
"KeyPathModel/MeowCollection+KeyPath.swift",
"KeyPathModel/TestDecoder.swift",
"MeowCollection.swift",
"Migrations.swift",
"Model.swift",
"Operators.swift",
"PartialModel.swift",
"Reference.swift"
],
"target_dependencies" : [
"MongoKitten"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 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/orlandos-nl/BSON.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/orlandos-nl/DNSClient.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/4974] Fetching swift-distributed-tracing
[250/6118] Fetching swift-distributed-tracing, dnsclient
[579/12122] Fetching swift-distributed-tracing, dnsclient, bson
[6460/13832] Fetching swift-distributed-tracing, dnsclient, bson, swift-atomics
[8547/28675] Fetching swift-distributed-tracing, dnsclient, bson, swift-atomics, swift-nio-ssl
Fetched https://github.com/orlandos-nl/BSON.git from cache (1.13s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.11s)
[4784/17697] Fetching dnsclient, swift-atomics, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.38s)
[3816/15987] Fetching dnsclient, swift-nio-ssl
[4559/19823] Fetching dnsclient, swift-nio-ssl, swift-log
[4751/22029] Fetching dnsclient, swift-nio-ssl, swift-log, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.87s)
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
[6191/15987] Fetching dnsclient, swift-nio-ssl
[6637/92098] Fetching dnsclient, swift-nio-ssl, swift-nio
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (4.55s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.62s)
[50234/76111] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.65s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.4.4 (15.10s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.42s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.89s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.41s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.63s)
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.93s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.47s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2153/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.11s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (3.09s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.22s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.2.0 (1.37s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.12s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.05s)
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.13s)
Creating working copy for https://github.com/orlandos-nl/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 8.2.0
Creating working copy for https://github.com/orlandos-nl/DNSClient.git
Working copy of https://github.com/orlandos-nl/DNSClient.git resolved at 2.4.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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-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-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-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.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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Building for debugging...
[0/438] Write sources
[27/438] Compiling CNIOWindows WSAStartup.c
[28/438] Compiling CNIOWindows shim.c
[29/438] Compiling CNIOWASI CNIOWASI.c
[29/438] Compiling CNIOLinux liburing_shims.c
[31/438] Compiling _AtomicsShims.c
[32/438] Compiling CNIODarwin shim.c
[33/438] Compiling fiat_p256_adx_sqr.S
[34/438] Compiling CNIOLinux shim.c
[35/438] Compiling fiat_p256_adx_mul.S
[36/438] Compiling fiat_curve25519_adx_square.S
[37/438] Write swift-version-24593BA9C3E375BF.txt
[38/438] Compiling fiat_curve25519_adx_mul.S
[39/438] Compiling CNIOBoringSSLShims shims.c
[40/444] Compiling tls13_enc.cc
[41/452] Compiling tls_record.cc
[42/452] Compiling tls_method.cc
[43/452] Compiling tls13_server.cc
[44/460] Compiling tls13_client.cc
[45/460] Compiling tls13_both.cc
[47/477] Emitting module CoreMetrics
[47/477] Compiling t1_enc.cc
[49/477] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[50/477] Compiling InternalCollectionsUtilities UInt+reversed.swift
[51/478] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[52/478] Compiling InternalCollectionsUtilities Integer rank.swift
[53/478] Emitting module InternalCollectionsUtilities
[54/478] Compiling _NIODataStructures _TinyArray.swift
[55/478] Compiling _NIODataStructures PriorityQueue.swift
[56/478] Emitting module _NIOBase64
[57/478] Compiling _NIOBase64 Base64.swift
[58/479] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/479] Compiling ServiceContextModule ServiceContextKey.swift
[60/479] Compiling CoreMetrics Metrics.swift
[61/479] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/479] Compiling InternalCollectionsUtilities Debugging.swift
[63/479] Emitting module ServiceContextModule
[64/479] Compiling ServiceContextModule ServiceContext.swift
[65/479] Compiling InternalCollectionsUtilities Descriptions.swift
[66/479] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/480] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[68/480] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/480] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/480] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/480] Compiling _NIODataStructures Heap.swift
[73/480] Emitting module _NIODataStructures
[76/481] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/482] Compiling _MongoKittenCrypto MD5.swift
[79/482] Compiling _MongoKittenCrypto SHA256.swift
[79/482] Compiling ssl_x509.cc
[81/482] Compiling _MongoKittenCrypto SHA1.swift
[82/482] Compiling Logging MetadataProvider.swift
[83/482] Emitting module Logging
[84/482] Compiling Logging Locks.swift
[85/482] Compiling CoreMetrics Locks.swift
[86/483] Compiling Logging Logging.swift
[87/483] Compiling Logging LogHandler.swift
[90/484] Compiling _MongoKittenCrypto Hex.swift
[91/484] Compiling _MongoKittenCrypto HMAC.swift
[92/484] Compiling _MongoKittenCrypto Hash.swift
[93/484] Emitting module _MongoKittenCrypto
[94/484] Compiling _MongoKittenCrypto PBKDF2.swift
[95/485] Compiling ssl_versions.cc
[96/500] Compiling ssl_transcript.cc
[98/500] Compiling DequeModule _DequeBuffer.swift
[99/500] Compiling DequeModule _DequeBufferHeader.swift
[100/504] Compiling DequeModule Deque+CustomReflectable.swift
[101/504] Compiling DequeModule Deque+Descriptions.swift
[102/504] Compiling DequeModule Deque+Equatable.swift
[103/504] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[104/504] Compiling DequeModule Deque+Extras.swift
[105/504] Compiling DequeModule Deque+Hashable.swift
[106/504] Compiling DequeModule Deque+Testing.swift
[107/504] Compiling DequeModule Deque._Storage.swift
[108/504] Compiling DequeModule Deque._UnsafeHandle.swift
[109/504] Compiling DequeModule Deque.swift
[110/504] Compiling DequeModule _DequeSlot.swift
[111/504] Compiling DequeModule _UnsafeWrappedBuffer.swift
[112/504] Compiling DequeModule Deque+Codable.swift
[113/504] Compiling DequeModule Deque+Collection.swift
[113/504] Compiling ssl_file.cc
[114/504] Compiling ssl_stat.cc
[116/510] Emitting module DequeModule
[116/511] Compiling ssl_privkey.cc
[117/511] Compiling ssl_key_share.cc
[120/511] Compiling Instrumentation Instrument.swift
[121/511] Compiling Instrumentation NoOpInstrument.swift
[122/511] Compiling Instrumentation MultiplexInstrument.swift
[123/511] Emitting module Instrumentation
[123/511] Compiling ssl_session.cc
[125/511] Compiling Instrumentation InstrumentationSystem.swift
[126/511] Compiling Instrumentation Locks.swift
[127/512] Compiling ssl_lib.cc
[129/520] Emitting module Metrics
[130/520] Compiling Metrics Metrics.swift
[130/521] Compiling ssl_cert.cc
[133/521] Compiling Tracing InstrumentationSystem+Tracing.swift
[134/521] Compiling Tracing NoOpTracer.swift
[135/521] Emitting module Tracing
[136/521] Compiling Tracing TracingTime.swift
[137/521] Compiling Tracing TracerProtocol.swift
[137/521] Compiling ssl_asn1.cc
[139/521] Compiling Tracing TracerProtocol+Legacy.swift
[140/521] Compiling Tracing Tracer.swift
[140/521] Compiling ssl_aead_ctx.cc
[141/521] Compiling ssl_buffer.cc
[142/521] Compiling ssl_credential.cc
[144/521] Compiling Tracing SpanProtocol.swift
[144/522] Compiling ssl_cipher.cc
[146/522] Compiling s3_pkt.cc
[147/522] Compiling s3_lib.cc
[148/522] Compiling handoff.cc
[149/522] Compiling s3_both.cc
[150/522] Compiling handshake_server.cc
[151/522] Compiling handshake.cc
[152/522] Compiling handshake_client.cc
[153/522] Compiling encrypted_client_hello.cc
[154/522] Compiling extensions.cc
[155/522] Compiling md5-x86_64-linux.S
[156/522] Compiling md5-x86_64-apple.S
[157/522] Compiling md5-586-linux.S
[158/522] Compiling md5-586-apple.S
[159/522] Compiling dtls_record.cc
[160/522] Compiling chacha20_poly1305_x86_64-linux.S
[161/522] Compiling chacha20_poly1305_x86_64-apple.S
[162/522] Compiling chacha20_poly1305_armv8-win.S
[163/522] Compiling chacha20_poly1305_armv8-linux.S
[164/522] Compiling err_data.cc
[165/522] Compiling d1_srtp.cc
[166/522] Compiling chacha-x86_64-linux.S
[167/522] Compiling chacha20_poly1305_armv8-apple.S
[168/522] Compiling chacha-x86_64-apple.S
[169/522] Compiling chacha-x86-linux.S
[170/522] Compiling dtls_method.cc
[171/522] Compiling chacha-x86-apple.S
[172/522] Compiling chacha-armv8-win.S
[173/522] Compiling chacha-armv8-apple.S
[174/522] Compiling aes128gcmsiv-x86_64-linux.S
[175/522] Compiling chacha-armv4-linux.S
[176/522] Compiling chacha-armv8-linux.S
[177/522] Compiling aes128gcmsiv-x86_64-apple.S
[178/522] Compiling x86_64-mont5-linux.S
[179/522] Compiling x86_64-mont-linux.S
[180/522] Compiling x86_64-mont5-apple.S
[181/522] Compiling bio_ssl.cc
[182/522] Compiling x86_64-mont-apple.S
[183/522] Compiling x86-mont-linux.S
[184/522] Compiling vpaes-x86_64-linux.S
[185/522] Compiling vpaes-x86-linux.S
[186/522] Compiling vpaes-x86_64-apple.S
[187/522] Compiling x86-mont-apple.S
[188/522] Compiling vpaes-x86-apple.S
[189/522] Compiling vpaes-armv8-win.S
[190/522] Compiling vpaes-armv8-linux.S
[191/522] Compiling vpaes-armv8-apple.S
[192/522] Compiling vpaes-armv7-linux.S
[193/522] Compiling sha512-x86_64-linux.S
[194/522] Compiling sha512-armv8-win.S
[195/522] Compiling sha512-x86_64-apple.S
[196/522] Compiling sha512-armv4-linux.S
[197/522] Compiling sha512-armv8-apple.S
[198/522] Compiling sha512-586-linux.S
[199/522] Compiling sha512-armv8-linux.S
[200/522] Compiling sha256-x86_64-linux.S
[201/522] Compiling sha512-586-apple.S
[202/522] Compiling sha256-x86_64-apple.S
[203/522] Compiling d1_lib.cc
[204/522] Compiling sha256-armv8-win.S
[205/522] Compiling sha256-armv8-apple.S
[206/522] Compiling sha256-armv4-linux.S
[207/522] Compiling sha256-armv8-linux.S
[208/522] Compiling sha256-586-linux.S
[209/522] Compiling sha256-586-apple.S
[210/522] Compiling sha1-x86_64-linux.S
[211/522] Compiling sha1-armv8-win.S
[212/522] Compiling sha1-armv8-apple.S
[213/522] Compiling sha1-x86_64-apple.S
[214/522] Compiling sha1-armv4-large-linux.S
[215/522] Compiling sha1-armv8-linux.S
[216/522] Compiling sha1-586-linux.S
[217/522] Compiling rsaz-avx2-linux.S
[218/522] Compiling sha1-586-apple.S
[219/522] Compiling d1_pkt.cc
[220/522] Compiling rsaz-avx2-apple.S
[221/522] Compiling d1_both.cc
[222/522] Compiling rdrand-x86_64-linux.S
[223/522] Compiling p256_beeu-x86_64-asm-linux.S
[224/522] Compiling p256_beeu-x86_64-asm-apple.S
[225/522] Compiling rdrand-x86_64-apple.S
[226/522] Compiling p256_beeu-armv8-asm-linux.S
[227/522] Compiling p256_beeu-armv8-asm-win.S
[228/522] Compiling p256_beeu-armv8-asm-apple.S
[229/522] Compiling p256-x86_64-asm-linux.S
[230/522] Compiling p256-x86_64-asm-apple.S
[231/522] Compiling p256-armv8-asm-win.S
[232/522] Compiling p256-armv8-asm-apple.S
[233/522] Compiling p256-armv8-asm-linux.S
[234/522] Compiling ghashv8-armv8-win.S
[235/522] Compiling ghash-x86_64-apple.S
[236/522] Compiling ghashv8-armv8-apple.S
[237/522] Compiling ghashv8-armv8-linux.S
[238/522] Compiling ghash-x86_64-linux.S
[239/522] Compiling ghashv8-armv7-linux.S
[240/522] Compiling ghash-x86-apple.S
[241/522] Compiling ghash-x86-linux.S
[242/522] Compiling ghash-ssse3-x86_64-apple.S
[243/522] Compiling ghash-ssse3-x86_64-linux.S
[244/522] Compiling ghash-neon-armv8-win.S
[245/522] Compiling ghash-ssse3-x86-linux.S
[246/522] Compiling ghash-ssse3-x86-apple.S
[247/522] Compiling ghash-neon-armv8-linux.S
[248/522] Compiling ghash-neon-armv8-apple.S
[249/522] Compiling ghash-armv4-linux.S
[249/522] Compiling co-586-linux.S
[251/522] Compiling co-586-apple.S
[252/522] Compiling bsaes-armv7-linux.S
[253/522] Compiling bn-armv8-win.S
[254/522] Compiling bn-armv8-linux.S
[255/522] Compiling bn-armv8-apple.S
[256/522] Compiling bn-586-linux.S
[257/522] Compiling bn-586-apple.S
[258/522] Compiling armv8-mont-win.S
[259/522] Compiling armv8-mont-linux.S
[260/522] Compiling armv8-mont-apple.S
[261/522] Compiling armv4-mont-linux.S
[262/522] Compiling aesv8-gcm-armv8-win.S
[263/522] Compiling aesv8-gcm-armv8-apple.S
[264/522] Compiling aesv8-gcm-armv8-linux.S
[265/522] Compiling aesv8-armv8-linux.S
[266/522] Compiling aesv8-armv8-win.S
[267/522] Compiling aesv8-armv8-apple.S
[268/522] Compiling aesni-x86_64-linux.S
[269/522] Compiling aesni-x86_64-apple.S
[270/522] Compiling aesv8-armv7-linux.S
[271/522] Compiling aesni-x86-linux.S
[272/522] Compiling aes-gcm-avx2-x86_64-linux.S
[273/522] Compiling aesni-x86-apple.S
[274/522] Compiling aesni-gcm-x86_64-linux.S
[274/522] Compiling aesni-gcm-x86_64-apple.S
[276/522] Compiling aes-gcm-avx10-x86_64-linux.S
[277/522] Compiling aes-gcm-avx2-x86_64-apple.S
[277/522] Compiling aes-gcm-avx10-x86_64-apple.S
[279/522] Compiling x_x509.cc
[280/522] Compiling x_x509a.cc
[280/522] Compiling x_sig.cc
[282/522] Compiling x_pubkey.cc
[283/522] Compiling x_name.cc
[284/522] Compiling x_spki.cc
[285/522] Compiling x_req.cc
[286/522] Compiling x_val.cc
[287/522] Compiling x_attrib.cc
[288/522] Compiling x_crl.cc
[289/522] Compiling x_exten.cc
[290/522] Compiling x509rset.cc
[291/522] Compiling x_algor.cc
[292/522] Compiling x509spki.cc
[293/522] Compiling x_all.cc
[294/522] Compiling x509name.cc
[295/522] Compiling x509_v3.cc
[296/522] Compiling x509cset.cc
[297/522] Compiling x509_txt.cc
[298/522] Compiling x509_vpm.cc
[299/522] Compiling x509_req.cc
[300/522] Compiling x509_trs.cc
[301/522] Compiling x509_vfy.cc
[302/522] Compiling x509_set.cc
[303/522] Compiling x509_obj.cc
[304/522] Compiling x509_def.cc
[305/522] Compiling x509_lu.cc
[306/522] Compiling x509_cmp.cc
[307/522] Compiling x509_ext.cc
[308/522] Compiling x509_att.cc
[309/522] Compiling x509_d2.cc
[310/522] Compiling x509.cc
[311/522] Compiling v3_skey.cc
[312/522] Compiling v3_purp.cc
[313/522] Compiling v3_utl.cc
[314/522] Compiling v3_prn.cc
[315/522] Compiling v3_pmaps.cc
[316/522] Compiling v3_pcons.cc
[317/522] Compiling v3_ocsp.cc
[318/522] Compiling v3_ncons.cc
[319/522] Compiling v3_lib.cc
[320/522] Compiling v3_info.cc
[321/522] Compiling v3_int.cc
[322/522] Compiling v3_ia5.cc
[323/522] Compiling v3_genn.cc
[324/522] Compiling v3_crld.cc
[325/522] Compiling v3_extku.cc
[326/522] Compiling v3_enum.cc
[327/522] Compiling v3_conf.cc
[328/522] Compiling v3_cpols.cc
[329/522] Compiling v3_bcons.cc
[330/522] Compiling v3_alt.cc
[331/522] Compiling v3_bitst.cc
[332/522] Compiling t_x509a.cc
[333/522] Compiling v3_akeya.cc
[334/522] Compiling t_x509.cc
[335/522] Compiling v3_akey.cc
[336/522] Compiling t_req.cc
[337/522] Compiling t_crl.cc
[338/522] Compiling rsa_pss.cc
[339/522] Compiling by_file.cc
[340/522] Compiling i2d_pr.cc
[341/522] Compiling policy.cc
[342/522] Compiling by_dir.cc
[343/522] Compiling name_print.cc
[344/522] Compiling a_verify.cc
[345/522] Compiling asn1_gen.cc
[346/522] Compiling algorithm.cc
[347/522] Compiling a_digest.cc
[348/522] Compiling a_sign.cc
[349/522] Compiling voprf.cc
[350/522] Compiling trust_token.cc
[351/522] Compiling thread_win.cc
[352/522] Compiling pmbtoken.cc
[353/522] Compiling thread.cc
[354/522] Compiling thread_pthread.cc
[355/522] Compiling thread_none.cc
[356/522] Compiling stack.cc
[357/522] Compiling sha512.cc
[358/522] Compiling siphash.cc
[359/522] Compiling slhdsa.cc
[360/522] Compiling spake2plus.cc
[361/522] Compiling sha256.cc
[362/522] Compiling rsa_print.cc
[363/522] Compiling sha1.cc
[364/522] Compiling rsa_crypt.cc
[365/522] Compiling rsa_extra.cc
[366/522] Compiling rc4.cc
[367/522] Compiling refcount.cc
[368/522] Compiling windows.cc
[369/522] Compiling rsa_asn1.cc
[370/522] Compiling trusty.cc
[371/522] Compiling passive.cc
[372/522] Compiling urandom.cc
[373/522] Compiling rand.cc
[374/522] Compiling ios.cc
[375/522] Compiling poly1305_arm_asm.S
[376/522] Compiling forkunsafe.cc
[377/522] Compiling getentropy.cc
[378/522] Compiling deterministic.cc
[379/522] Compiling fork_detect.cc
[380/522] Compiling poly1305_vec.cc
[381/522] Compiling poly1305_arm.cc
[382/522] Compiling poly1305.cc
[383/522] Compiling pool.cc
[384/522] Compiling pkcs8.cc
[385/522] Compiling p5_pbev2.cc
[386/522] Compiling pkcs7.cc
[386/522] Compiling pkcs7_x509.cc
[388/522] Compiling pkcs8_x509.cc
[389/522] Compiling pem_xaux.cc
[390/522] Compiling pem_x509.cc
[391/522] Compiling pem_pkey.cc
[392/522] Compiling pem_pk8.cc
[393/522] Compiling pem_oth.cc
[394/522] Compiling obj_xref.cc
[395/522] Compiling mlkem.cc
[396/522] Compiling pem_lib.cc
[397/522] Compiling pem_info.cc
[398/522] Compiling pem_all.cc
[399/522] Compiling obj.cc
[400/522] Compiling mldsa.cc
[401/522] Compiling md4.cc
[402/522] Compiling md5.cc
[402/522] Compiling mem.cc
[404/522] Compiling poly_rq_mul.S
[405/522] Compiling fips_shared_support.cc
[406/522] Compiling lhash.cc
[407/522] Compiling kyber.cc
[408/522] Compiling ex_data.cc
[409/522] Compiling sign.cc
[410/522] Compiling scrypt.cc
[411/522] Compiling hrss.cc
[412/522] Compiling print.cc
[413/522] Compiling hpke.cc
[414/522] Compiling pbkdf.cc
[415/522] Compiling p_x25519.cc
[416/522] Compiling p_x25519_asn1.cc
[417/522] Compiling p_hkdf.cc
[418/522] Compiling p_ed25519.cc
[419/522] Compiling p_rsa_asn1.cc
[419/522] Compiling p_ed25519_asn1.cc
[421/522] Compiling p_rsa.cc
[422/522] Compiling p_ec_asn1.cc
[423/522] Compiling p_ec.cc
[424/522] Compiling p_dh.cc
[425/522] Compiling p_dh_asn1.cc
[426/522] Compiling evp_ctx.cc
[427/522] Compiling evp.cc
[428/522] Compiling p_dsa_asn1.cc
[429/522] Compiling evp_asn1.cc
[430/522] Compiling ecdh.cc
[431/522] Compiling err.cc
[432/522] Compiling engine.cc
[433/522] Compiling hash_to_curve.cc
[434/522] Compiling ecdsa_asn1.cc
[435/522] Compiling ec_derive.cc
[436/522] Compiling dsa.cc
[437/522] Compiling params.cc
[438/522] Compiling ec_asn1.cc
[439/522] Compiling bcm.cc
[440/522] Compiling digest_extra.cc
[441/522] Compiling dsa_asn1.cc
[442/522] Compiling x25519-asm-arm.S
[443/522] Compiling dh_asn1.cc
[444/522] Compiling des.cc
[445/522] Compiling cpu_intel.cc
[446/522] Compiling curve25519_64_adx.cc
[447/522] Compiling crypto.cc
[448/522] Compiling cpu_arm_freebsd.cc
[449/522] Compiling cpu_arm_linux.cc
[449/522] Compiling curve25519.cc
[451/522] Compiling spake25519.cc
[452/522] Compiling cpu_aarch64_sysreg.cc
[453/522] Compiling cpu_aarch64_win.cc
[454/522] Compiling cpu_aarch64_openbsd.cc
[455/522] Compiling cpu_aarch64_linux.cc
[456/522] Compiling cpu_aarch64_fuchsia.cc
[457/522] Compiling conf.cc
[457/522] Compiling get_cipher.cc
[458/522] Compiling cpu_aarch64_apple.cc
[458/522] Compiling e_tls.cc
[458/522] Compiling tls_cbc.cc
[462/522] Compiling e_rc4.cc
[463/522] Compiling e_null.cc
[464/522] Compiling e_rc2.cc
[465/522] Compiling e_aesctrhmac.cc
[465/522] Compiling e_des.cc
[467/522] Compiling e_aesgcmsiv.cc
[468/522] Compiling e_chacha20poly1305.cc
[469/522] Compiling derive_key.cc
[470/522] Compiling chacha.cc
[471/522] Compiling buf.cc
[472/522] Compiling ber.cc
[473/522] Compiling asn1_compat.cc
[474/522] Compiling unicode.cc
[475/522] Compiling cbs.cc
[476/522] Compiling cbb.cc
[477/522] Compiling convert.cc
[478/522] Compiling blake2.cc
[479/522] Compiling bn_asn1.cc
[480/522] Compiling socket_helper.cc
[481/522] Compiling socket.cc
[482/522] Compiling printf.cc
[483/522] Compiling hexdump.cc
[484/522] Compiling file.cc
[485/522] Compiling pair.cc
[486/522] Compiling errno.cc
[487/522] Compiling fd.cc
[488/522] Compiling bio_mem.cc
[489/522] Compiling connect.cc
[490/522] Compiling base64.cc
[491/522] Compiling bio.cc
[492/522] Compiling tasn_typ.cc
[493/522] Compiling tasn_fre.cc
[494/522] Compiling posix_time.cc
[495/522] Compiling tasn_utl.cc
[496/522] Compiling tasn_enc.cc
[497/522] Compiling tasn_new.cc
[498/522] Compiling asn_pack.cc
[499/522] Compiling f_string.cc
[500/522] Compiling tasn_dec.cc
[501/522] Compiling f_int.cc
[502/522] Compiling asn1_par.cc
[503/522] Compiling a_utctm.cc
[504/522] Compiling a_octet.cc
[505/522] Compiling a_type.cc
[506/522] Compiling a_time.cc
[507/522] Compiling asn1_lib.cc
[508/522] Compiling a_object.cc
[509/522] Compiling a_strex.cc
[510/522] Compiling a_strnid.cc
[511/522] Compiling a_i2d_fp.cc
[512/522] Compiling a_int.cc
[513/522] Compiling a_mbstr.cc
[514/522] Write sources
[515/522] Compiling a_dup.cc
[516/522] Compiling a_gentm.cc
[517/541] Compiling a_d2i_fp.cc
[518/541] Compiling a_bool.cc
[519/541] Compiling a_bitstr.cc
[521/541] Compiling Atomics ManagedAtomic.swift
[522/541] Compiling Atomics ManagedAtomicLazyReference.swift
[523/541] Compiling Atomics UnsafeAtomic.swift
[524/541] Compiling Atomics UnsafeAtomicLazyReference.swift
[525/543] Compiling Atomics AtomicMemoryOrderings.swift
[526/543] Compiling Atomics DoubleWord.swift
[527/543] Compiling Atomics Primitives.shims.swift
[528/543] Compiling Atomics AtomicInteger.swift
[529/543] Compiling Atomics AtomicOptionalWrappable.swift
[530/543] Compiling Atomics AtomicReference.swift
[531/543] Compiling Atomics AtomicStorage.swift
[532/543] Compiling Atomics AtomicValue.swift
[533/543] Compiling Atomics IntegerOperations.swift
[534/543] Compiling Atomics Unmanaged extensions.swift
[535/543] Emitting module Atomics
[536/543] Compiling Atomics IntegerConformances.swift
[537/543] Compiling Atomics PointerConformances.swift
[538/543] Compiling Atomics Primitives.native.swift
[539/543] Compiling Atomics OptionalRawRepresentable.swift
[540/543] Compiling Atomics RawRepresentable.swift
[541/543] Compiling Atomics AtomicBool.swift
[541/544] Compiling c-nioatomics.c
[543/544] Compiling c-atomics.c
[545/550] Compiling NIOConcurrencyHelpers NIOLock.swift
[546/550] Compiling NIOConcurrencyHelpers lock.swift
[547/550] Emitting module NIOConcurrencyHelpers
[548/550] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[549/550] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[550/550] Compiling NIOConcurrencyHelpers atomics.swift
[552/611] Compiling NIOCore MulticastChannel.swift
[553/611] Compiling NIOCore NIOAny.swift
[554/611] Compiling NIOCore NIOCloseOnErrorHandler.swift
[555/611] Compiling NIOCore NIOLoopBound.swift
[556/611] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[557/611] Compiling NIOCore NIOScheduledCallback.swift
[558/611] Compiling NIOCore NIOSendable.swift
[559/611] Compiling NIOCore RecvByteBufferAllocator.swift
[560/619] Compiling NIOCore IO.swift
[561/619] Compiling NIOCore IOData.swift
[562/619] Compiling NIOCore IPProtocol.swift
[563/619] Compiling NIOCore IntegerBitPacking.swift
[564/619] Compiling NIOCore IntegerTypes.swift
[565/619] Compiling NIOCore Interfaces.swift
[566/619] Compiling NIOCore Linux.swift
[567/619] Compiling NIOCore MarkedCircularBuffer.swift
[568/619] Compiling NIOCore CircularBuffer.swift
[569/619] Compiling NIOCore Codec.swift
[570/619] Compiling NIOCore ConvenienceOptionSupport.swift
[571/619] Compiling NIOCore DeadChannel.swift
[572/619] Compiling NIOCore DispatchQueue+WithFuture.swift
[573/619] Compiling NIOCore EventLoop+Deprecated.swift
[574/619] Compiling NIOCore EventLoop+SerialExecutor.swift
[575/619] Compiling NIOCore EventLoop.swift
[576/619] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[577/619] Compiling NIOCore SocketAddresses.swift
[578/619] Compiling NIOCore SocketOptionProvider.swift
[579/619] Compiling NIOCore SystemCallHelpers.swift
[580/619] Compiling NIOCore TimeAmount+Duration.swift
[581/619] Compiling NIOCore TypeAssistedChannelHandler.swift
[582/619] Compiling NIOCore UniversalBootstrapSupport.swift
[583/619] Compiling NIOCore Utilities.swift
[584/619] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[585/619] Compiling NIOCore EventLoopFuture+Deprecated.swift
[586/619] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[587/619] Compiling NIOCore EventLoopFuture.swift
[588/619] Compiling NIOCore FileDescriptor.swift
[589/619] Compiling NIOCore FileHandle.swift
[590/619] Compiling NIOCore FileRegion.swift
[591/619] Compiling NIOCore GlobalSingletons.swift
[592/619] Compiling NIOCore AddressedEnvelope.swift
[593/619] Compiling NIOCore AsyncAwaitSupport.swift
[594/619] Compiling NIOCore AsyncChannel.swift
[595/619] Compiling NIOCore AsyncChannelHandler.swift
[596/619] Compiling NIOCore AsyncChannelInboundStream.swift
[597/619] Compiling NIOCore AsyncChannelOutboundWriter.swift
[598/619] Compiling NIOCore NIOAsyncSequenceProducer.swift
[599/619] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[600/619] Compiling NIOCore NIOAsyncWriter.swift
[601/619] Emitting module NIOCore
[602/619] Compiling NIOCore ByteBuffer-multi-int.swift
[603/619] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[604/619] Compiling NIOCore ByteBuffer-views.swift
[605/619] Compiling NIOCore Channel.swift
[606/619] Compiling NIOCore ChannelHandler.swift
[607/619] Compiling NIOCore ChannelHandlers.swift
[608/619] Compiling NIOCore ChannelInvoker.swift
[609/619] Compiling NIOCore ChannelOption.swift
[610/619] Compiling NIOCore ChannelPipeline.swift
[611/619] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[612/619] Compiling NIOCore BSDSocketAPI.swift
[613/619] Compiling NIOCore ByteBuffer-aux.swift
[614/619] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[615/619] Compiling NIOCore ByteBuffer-conversions.swift
[616/619] Compiling NIOCore ByteBuffer-core.swift
[617/619] Compiling NIOCore ByteBuffer-hex.swift
[618/619] Compiling NIOCore ByteBuffer-int.swift
[619/619] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[621/704] Compiling NIOPosix PendingDatagramWritesManager.swift
[622/704] Compiling NIOPosix PendingWritesManager.swift
[623/704] Compiling NIOPosix PipeChannel.swift
[624/704] Compiling NIOPosix PipePair.swift
[625/708] Emitting module NIOEmbedded
[626/708] Compiling NIOEmbedded AsyncTestingChannel.swift
[627/708] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[628/708] Compiling NIOPosix Pool.swift
[629/708] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[630/708] Compiling NIOPosix PosixSingletons.swift
[631/708] Compiling NIOPosix RawSocketBootstrap.swift
[632/708] Compiling NIOPosix Resolver.swift
[633/708] Compiling NIOPosix Selectable.swift
[634/708] Compiling NIOPosix NIOThreadPool.swift
[635/708] Compiling NIOPosix NonBlockingFileIO.swift
[636/708] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[637/708] Compiling NIOEmbedded Embedded.swift
[639/709] Compiling NIOPosix Errors+Any.swift
[640/709] Compiling NIOPosix FileDescriptor.swift
[641/709] Compiling NIOPosix GetaddrinfoResolver.swift
[642/709] Compiling NIOPosix HappyEyeballs.swift
[643/709] Compiling NIOPosix IO.swift
[644/709] Compiling NIOPosix IntegerBitPacking.swift
[645/709] Compiling NIOPosix IntegerTypes.swift
[646/709] Compiling NIOPosix Linux.swift
[647/709] Compiling NIOPosix LinuxCPUSet.swift
[648/709] Compiling NIOPosix LinuxUring.swift
[649/709] Compiling BSON Primitives.swift
[650/709] Compiling BSON RegularExpression.swift
[651/709] Compiling BSON Timestamp.swift
[652/709] Compiling BSON TypeIdentifier.swift
[653/709] Compiling NIOPosix BaseSocketChannel.swift
[654/709] Compiling NIOPosix BaseStreamSocketChannel.swift
[655/709] Compiling NIOPosix Bootstrap.swift
[656/709] Compiling NIOPosix ControlMessage.swift
[657/709] Compiling NIOPosix DatagramVectorReadManager.swift
[664/715] Emitting module NIOPosix
[669/715] Compiling NIOPosix SelectorKqueue.swift
[670/715] Compiling NIOPosix SelectorUring.swift
[671/715] Compiling NIOPosix ServerSocket.swift
[672/715] Compiling NIOPosix Socket.swift
[673/715] Compiling NIOPosix SocketChannel.swift
[674/715] Compiling NIOPosix SocketProtocols.swift
[675/715] Compiling NIOPosix System.swift
[676/715] Compiling NIOPosix Thread.swift
[677/715] Compiling NIOPosix BSDSocketAPICommon.swift
[678/715] Compiling NIOPosix BSDSocketAPIPosix.swift
[679/715] Compiling NIOPosix BSDSocketAPIWindows.swift
[680/715] Compiling NIOPosix BaseSocket.swift
[681/715] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[682/715] Emitting module BSON
[684/716] Compiling NIOPosix ThreadPosix.swift
[685/716] Compiling NIOPosix ThreadWindows.swift
[686/716] Compiling NIOPosix UnsafeTransfer.swift
[687/716] Compiling NIOPosix Utilities.swift
[688/716] Compiling NIOPosix VsockAddress.swift
[689/716] Compiling NIOPosix VsockChannelEvents.swift
[718/719] Emitting module NIO
[719/719] Compiling NIO Exports.swift
[721/731] Compiling NIOTLS TLSEvents.swift
[722/731] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[723/731] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[724/731] Emitting module NIOTLS
[725/731] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[726/731] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[727/731] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[728/731] Compiling NIOTLS SNIHandler.swift
[729/731] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[731/732] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[732/732] Emitting module NIOFoundationCompat
[734/784] Compiling NIOTransportServices StateManagedChannel.swift
[735/784] Compiling NIOTransportServices StateManagedListenerChannel.swift
[736/784] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[737/784] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[738/784] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[739/784] Compiling NIOTransportServices NIOTSListenerChannel.swift
[740/784] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[741/784] Compiling NIOTransportServices NIOTSSingletons.swift
[742/784] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[743/786] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[744/786] Compiling NIOTransportServices NIOTSErrors.swift
[745/786] Compiling NIOTransportServices NIOTSEventLoop.swift
[746/786] Compiling NIOTransportServices NIOTSBootstraps.swift
[747/786] Compiling NIOTransportServices NIOTSChannelOptions.swift
[748/786] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[749/786] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[750/786] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[751/786] Emitting module NIOTransportServices
[752/786] Compiling NIOTransportServices NIOTSDatagramListener.swift
[753/786] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[754/786] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[755/786] Compiling NIOTransportServices AcceptHandler.swift
[756/786] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[757/786] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[759/799] Compiling DNSClient ConfigParser.swift
[760/800] Compiling DNSClient MessageOptions.swift
[761/800] Compiling DNSClient PTR.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:127:32: error: value of type 'in6_addr' has no member '__u6_addr'
125 | #else
126 | let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
127 | ipv6Addr.__u6_addr.__u6_addr8.0,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
128 | ipv6Addr.__u6_addr.__u6_addr8.1,
129 | ipv6Addr.__u6_addr.__u6_addr8.2,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:128:32: error: value of type 'in6_addr' has no member '__u6_addr'
126 | let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
127 | ipv6Addr.__u6_addr.__u6_addr8.0,
128 | ipv6Addr.__u6_addr.__u6_addr8.1,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
129 | ipv6Addr.__u6_addr.__u6_addr8.2,
130 | ipv6Addr.__u6_addr.__u6_addr8.3,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:129:32: error: value of type 'in6_addr' has no member '__u6_addr'
127 | ipv6Addr.__u6_addr.__u6_addr8.0,
128 | ipv6Addr.__u6_addr.__u6_addr8.1,
129 | ipv6Addr.__u6_addr.__u6_addr8.2,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
130 | ipv6Addr.__u6_addr.__u6_addr8.3,
131 | ipv6Addr.__u6_addr.__u6_addr8.4,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:130:32: error: value of type 'in6_addr' has no member '__u6_addr'
128 | ipv6Addr.__u6_addr.__u6_addr8.1,
129 | ipv6Addr.__u6_addr.__u6_addr8.2,
130 | ipv6Addr.__u6_addr.__u6_addr8.3,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
131 | ipv6Addr.__u6_addr.__u6_addr8.4,
132 | ipv6Addr.__u6_addr.__u6_addr8.5,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:131:32: error: value of type 'in6_addr' has no member '__u6_addr'
129 | ipv6Addr.__u6_addr.__u6_addr8.2,
130 | ipv6Addr.__u6_addr.__u6_addr8.3,
131 | ipv6Addr.__u6_addr.__u6_addr8.4,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
132 | ipv6Addr.__u6_addr.__u6_addr8.5,
133 | ipv6Addr.__u6_addr.__u6_addr8.6,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:132:32: error: value of type 'in6_addr' has no member '__u6_addr'
130 | ipv6Addr.__u6_addr.__u6_addr8.3,
131 | ipv6Addr.__u6_addr.__u6_addr8.4,
132 | ipv6Addr.__u6_addr.__u6_addr8.5,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
133 | ipv6Addr.__u6_addr.__u6_addr8.6,
134 | ipv6Addr.__u6_addr.__u6_addr8.7,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:133:32: error: value of type 'in6_addr' has no member '__u6_addr'
131 | ipv6Addr.__u6_addr.__u6_addr8.4,
132 | ipv6Addr.__u6_addr.__u6_addr8.5,
133 | ipv6Addr.__u6_addr.__u6_addr8.6,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
134 | ipv6Addr.__u6_addr.__u6_addr8.7,
135 | ipv6Addr.__u6_addr.__u6_addr8.8,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:134:32: error: value of type 'in6_addr' has no member '__u6_addr'
132 | ipv6Addr.__u6_addr.__u6_addr8.5,
133 | ipv6Addr.__u6_addr.__u6_addr8.6,
134 | ipv6Addr.__u6_addr.__u6_addr8.7,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
135 | ipv6Addr.__u6_addr.__u6_addr8.8,
136 | ipv6Addr.__u6_addr.__u6_addr8.9,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:135:32: error: value of type 'in6_addr' has no member '__u6_addr'
133 | ipv6Addr.__u6_addr.__u6_addr8.6,
134 | ipv6Addr.__u6_addr.__u6_addr8.7,
135 | ipv6Addr.__u6_addr.__u6_addr8.8,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
136 | ipv6Addr.__u6_addr.__u6_addr8.9,
137 | ipv6Addr.__u6_addr.__u6_addr8.10,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:136:32: error: value of type 'in6_addr' has no member '__u6_addr'
134 | ipv6Addr.__u6_addr.__u6_addr8.7,
135 | ipv6Addr.__u6_addr.__u6_addr8.8,
136 | ipv6Addr.__u6_addr.__u6_addr8.9,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
137 | ipv6Addr.__u6_addr.__u6_addr8.10,
138 | ipv6Addr.__u6_addr.__u6_addr8.11,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:137:32: error: value of type 'in6_addr' has no member '__u6_addr'
135 | ipv6Addr.__u6_addr.__u6_addr8.8,
136 | ipv6Addr.__u6_addr.__u6_addr8.9,
137 | ipv6Addr.__u6_addr.__u6_addr8.10,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
138 | ipv6Addr.__u6_addr.__u6_addr8.11,
139 | ipv6Addr.__u6_addr.__u6_addr8.12,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:138:32: error: value of type 'in6_addr' has no member '__u6_addr'
136 | ipv6Addr.__u6_addr.__u6_addr8.9,
137 | ipv6Addr.__u6_addr.__u6_addr8.10,
138 | ipv6Addr.__u6_addr.__u6_addr8.11,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
139 | ipv6Addr.__u6_addr.__u6_addr8.12,
140 | ipv6Addr.__u6_addr.__u6_addr8.13,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:139:32: error: value of type 'in6_addr' has no member '__u6_addr'
137 | ipv6Addr.__u6_addr.__u6_addr8.10,
138 | ipv6Addr.__u6_addr.__u6_addr8.11,
139 | ipv6Addr.__u6_addr.__u6_addr8.12,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
140 | ipv6Addr.__u6_addr.__u6_addr8.13,
141 | ipv6Addr.__u6_addr.__u6_addr8.14,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:140:32: error: value of type 'in6_addr' has no member '__u6_addr'
138 | ipv6Addr.__u6_addr.__u6_addr8.11,
139 | ipv6Addr.__u6_addr.__u6_addr8.12,
140 | ipv6Addr.__u6_addr.__u6_addr8.13,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
141 | ipv6Addr.__u6_addr.__u6_addr8.14,
142 | ipv6Addr.__u6_addr.__u6_addr8.15
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:141:32: error: value of type 'in6_addr' has no member '__u6_addr'
139 | ipv6Addr.__u6_addr.__u6_addr8.12,
140 | ipv6Addr.__u6_addr.__u6_addr8.13,
141 | ipv6Addr.__u6_addr.__u6_addr8.14,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
142 | ipv6Addr.__u6_addr.__u6_addr8.15
143 | ).reversed()
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:142:32: error: value of type 'in6_addr' has no member '__u6_addr'
140 | ipv6Addr.__u6_addr.__u6_addr8.13,
141 | ipv6Addr.__u6_addr.__u6_addr8.14,
142 | ipv6Addr.__u6_addr.__u6_addr8.15
| `- error: value of type 'in6_addr' has no member '__u6_addr'
143 | ).reversed()
144 | .map { "\($0)" }
[762/800] Compiling DNSClient Helpers.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/Messages/Message.swift:402:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
400 | /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
401 | func socketAddress(port: Int) throws -> SocketAddress {
402 | let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
| `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
403 | let host = String(cString: text)
404 |
[763/800] Compiling DNSClient Message.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/Messages/Message.swift:402:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
400 | /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
401 | func socketAddress(port: Int) throws -> SocketAddress {
402 | let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
| `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
403 | let host = String(cString: text)
404 |
[764/800] Compiling DNSClient DNSEncoder.swift
[765/800] Compiling DNSClient Errors.swift
[766/800] Compiling DNSClient DNSClient+Query.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
| `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
61 | }
62 | let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
57 | let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
| `- error: generic parameter 'R' could not be inferred
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
61 | }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
| `- note: in call to function 'withUnsafeBytes'
3 |
[767/800] Compiling DNSClient DNSDecoder.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
| `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
61 | }
62 | let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
57 | let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
| `- error: generic parameter 'R' could not be inferred
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
61 | }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
| `- note: in call to function 'withUnsafeBytes'
3 |
[768/800] Compiling DNSClient Client.swift
[769/800] Compiling DNSClient DNSClient+Connect.swift
[770/800] Compiling DNSClient SRV.swift
[771/800] Emitting module NIOSSL
[772/804] Emitting module DNSClient
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/59] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[4/60] Compiling ServiceContextModule ServiceContextKey.swift
[5/60] Compiling Logging MetadataProvider.swift
[6/60] Compiling Atomics UnsafeAtomic.swift
[7/60] Compiling Atomics UnsafeAtomicLazyReference.swift
[8/62] Compiling Atomics AtomicValue.swift
[9/62] Compiling Atomics Primitives.shims.swift
[10/62] Compiling Atomics AtomicInteger.swift
[11/62] Compiling Atomics AtomicOptionalWrappable.swift
[12/62] Emitting module ServiceContextModule
[13/62] Compiling ServiceContextModule ServiceContext.swift
[14/62] Compiling _MongoKittenCrypto HMAC.swift
[15/62] Compiling _NIODataStructures Heap.swift
[19/63] Compiling Atomics AtomicReference.swift
[20/63] Compiling Atomics AtomicStorage.swift
[22/63] Compiling Atomics AtomicMemoryOrderings.swift
[23/63] Compiling Atomics DoubleWord.swift
[24/63] Compiling Atomics ManagedAtomic.swift
[25/63] Compiling Atomics ManagedAtomicLazyReference.swift
[26/63] Emitting module _MongoKittenCrypto
[28/63] Compiling _MongoKittenCrypto Hash.swift
[29/63] Emitting module _NIOBase64
[30/63] Compiling _NIOBase64 Base64.swift
[31/64] Compiling Atomics IntegerOperations.swift
[32/64] Compiling Atomics Unmanaged extensions.swift
[33/64] Compiling _NIODataStructures PriorityQueue.swift
[35/64] Compiling _MongoKittenCrypto SHA256.swift
[36/64] Compiling _NIODataStructures _TinyArray.swift
[37/64] Compiling CoreMetrics Locks.swift
[38/64] Compiling Atomics OptionalRawRepresentable.swift
[39/64] Emitting module _NIODataStructures
[40/64] Compiling Atomics RawRepresentable.swift
[41/64] Compiling _MongoKittenCrypto SHA1.swift
[42/68] Compiling _MongoKittenCrypto MD5.swift
[43/68] Compiling _MongoKittenCrypto Hex.swift
[44/68] Compiling _MongoKittenCrypto PBKDF2.swift
[49/72] Compiling Atomics AtomicBool.swift
[50/72] Compiling Atomics IntegerConformances.swift
[51/72] Compiling Atomics PointerConformances.swift
[52/72] Compiling Atomics Primitives.native.swift
[53/72] Emitting module InternalCollectionsUtilities
[54/73] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[55/73] Emitting module CoreMetrics
[56/73] Compiling CoreMetrics Metrics.swift
[59/74] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[60/74] Compiling Logging LogHandler.swift
[61/74] Compiling Logging Locks.swift
[62/74] Compiling Logging Logging.swift
[63/74] Emitting module Logging
[64/74] Compiling NIOConcurrencyHelpers atomics.swift
[65/74] Compiling NIOConcurrencyHelpers lock.swift
[66/74] Compiling NIOConcurrencyHelpers NIOLock.swift
[67/75] Emitting module NIOConcurrencyHelpers
[76/76] Emitting module Atomics
[78/100] Compiling Instrumentation NoOpInstrument.swift
[79/100] Compiling Metrics Metrics.swift
[80/100] Emitting module Metrics
[81/101] Compiling Instrumentation Locks.swift
[82/101] Compiling Instrumentation Instrument.swift
[83/101] Compiling Instrumentation InstrumentationSystem.swift
[84/101] Emitting module Instrumentation
[85/101] Compiling Instrumentation MultiplexInstrument.swift
[86/102] Compiling DequeModule _DequeBuffer.swift
[87/102] Compiling DequeModule _DequeBufferHeader.swift
[89/104] Compiling DequeModule Deque+Testing.swift
[90/104] Compiling DequeModule Deque._Storage.swift
[91/104] Compiling DequeModule Deque+Equatable.swift
[92/104] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/104] Compiling DequeModule Deque+Extras.swift
[94/104] Compiling DequeModule Deque+Hashable.swift
[95/104] Compiling DequeModule Deque+CustomReflectable.swift
[96/104] Compiling DequeModule Deque+Descriptions.swift
[98/104] Compiling DequeModule Deque+Codable.swift
[99/104] Compiling DequeModule Deque+Collection.swift
[100/104] Compiling DequeModule Deque._UnsafeHandle.swift
[101/104] Compiling DequeModule Deque.swift
[102/104] Compiling DequeModule _DequeSlot.swift
[103/104] Compiling DequeModule _UnsafeWrappedBuffer.swift
[104/112] Emitting module DequeModule
[106/113] Emitting module Tracing
[107/113] Compiling Tracing TracerProtocol+Legacy.swift
[108/113] Compiling Tracing Tracer.swift
[109/113] Compiling Tracing TracerProtocol.swift
[110/113] Compiling Tracing TracingTime.swift
[111/113] Compiling Tracing NoOpTracer.swift
[112/113] Compiling Tracing InstrumentationSystem+Tracing.swift
[113/113] Compiling Tracing SpanProtocol.swift
[115/174] Compiling NIOCore AddressedEnvelope.swift
[116/174] Compiling NIOCore AsyncAwaitSupport.swift
[117/174] Compiling NIOCore AsyncChannel.swift
[118/174] Compiling NIOCore AsyncChannelHandler.swift
[119/174] Compiling NIOCore AsyncChannelInboundStream.swift
[120/174] Compiling NIOCore AsyncChannelOutboundWriter.swift
[121/174] Compiling NIOCore NIOAsyncSequenceProducer.swift
[122/174] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[123/174] Compiling NIOCore NIOAsyncWriter.swift
[124/182] Compiling NIOCore MulticastChannel.swift
[125/182] Compiling NIOCore NIOAny.swift
[126/182] Compiling NIOCore NIOCloseOnErrorHandler.swift
[127/182] Compiling NIOCore NIOLoopBound.swift
[128/182] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[129/182] Compiling NIOCore NIOScheduledCallback.swift
[130/182] Compiling NIOCore NIOSendable.swift
[131/182] Compiling NIOCore RecvByteBufferAllocator.swift
[132/182] Compiling NIOCore CircularBuffer.swift
[133/182] Compiling NIOCore Codec.swift
[134/182] Compiling NIOCore ConvenienceOptionSupport.swift
[135/182] Compiling NIOCore DeadChannel.swift
[136/182] Compiling NIOCore DispatchQueue+WithFuture.swift
[137/182] Compiling NIOCore EventLoop+Deprecated.swift
[138/182] Compiling NIOCore EventLoop+SerialExecutor.swift
[139/182] Compiling NIOCore EventLoop.swift
[140/182] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[141/182] Compiling NIOCore BSDSocketAPI.swift
[142/182] Compiling NIOCore ByteBuffer-aux.swift
[143/182] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[144/182] Compiling NIOCore ByteBuffer-conversions.swift
[145/182] Compiling NIOCore ByteBuffer-core.swift
[146/182] Compiling NIOCore ByteBuffer-hex.swift
[147/182] Compiling NIOCore ByteBuffer-int.swift
[148/182] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[149/182] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[150/182] Compiling NIOCore SocketAddresses.swift
[151/182] Compiling NIOCore SocketOptionProvider.swift
[152/182] Compiling NIOCore SystemCallHelpers.swift
[153/182] Compiling NIOCore TimeAmount+Duration.swift
[154/182] Compiling NIOCore TypeAssistedChannelHandler.swift
[155/182] Compiling NIOCore UniversalBootstrapSupport.swift
[156/182] Compiling NIOCore Utilities.swift
[157/182] Compiling NIOCore IO.swift
[158/182] Compiling NIOCore IOData.swift
[159/182] Compiling NIOCore IPProtocol.swift
[160/182] Compiling NIOCore IntegerBitPacking.swift
[161/182] Compiling NIOCore IntegerTypes.swift
[162/182] Compiling NIOCore Interfaces.swift
[163/182] Compiling NIOCore Linux.swift
[164/182] Compiling NIOCore MarkedCircularBuffer.swift
[165/182] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[166/182] Compiling NIOCore EventLoopFuture+Deprecated.swift
[167/182] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[168/182] Compiling NIOCore EventLoopFuture.swift
[169/182] Compiling NIOCore FileDescriptor.swift
[170/182] Compiling NIOCore FileHandle.swift
[171/182] Compiling NIOCore FileRegion.swift
[172/182] Compiling NIOCore GlobalSingletons.swift
[173/182] Compiling NIOCore ByteBuffer-multi-int.swift
[174/182] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[175/182] Compiling NIOCore ByteBuffer-views.swift
[176/182] Compiling NIOCore Channel.swift
[177/182] Compiling NIOCore ChannelHandler.swift
[178/182] Compiling NIOCore ChannelHandlers.swift
[179/182] Compiling NIOCore ChannelInvoker.swift
[180/182] Compiling NIOCore ChannelOption.swift
[181/182] Compiling NIOCore ChannelPipeline.swift
[182/182] Emitting module NIOCore
[184/267] Compiling NIOEmbedded Embedded.swift
[185/267] Emitting module BSON
[186/271] Compiling BSON PrimitiveDecoding.swift
[187/271] Compiling BSON SingleValueBSONDecodingContainer.swift
[188/271] Compiling BSON UnkeyedBSONDecodingContainer.swift
[189/271] Compiling BSON BSONEncoder.swift
[190/271] Compiling BSON BSONEncoderStrategies.swift
[191/271] Compiling NIOEmbedded AsyncTestingChannel.swift
[192/271] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[193/271] Emitting module NIOEmbedded
[194/272] Compiling BSON AnyPrimitive.swift
[195/272] Compiling BSON Binary.swift
[196/272] Compiling BSON Decimal128.swift
[197/272] Compiling BSON JavaScript.swift
[198/272] Compiling BSON Null.swift
[199/272] Compiling BSON ObjectId.swift
[200/272] Compiling BSON Optional.swift
[201/272] Compiling BSON PrimitiveConvertible.swift
[203/272] Compiling BSON Primitives.swift
[204/272] Compiling BSON RegularExpression.swift
[205/272] Compiling BSON Timestamp.swift
[206/272] Compiling BSON TypeIdentifier.swift
[207/272] Compiling BSON Document+Subscripts.swift
[208/272] Compiling BSON Document+Validation.swift
[209/272] Compiling BSON Document.swift
[210/272] Compiling BSON DocumentSlice.swift
[211/272] Compiling BSON ByteBuffer+Helpers.swift
[217/272] Compiling BSON Codable.swift
[218/272] Compiling BSON BSONDecoder.swift
[219/278] Compiling BSON PrimitiveEncoding.swift
[220/278] Compiling BSON CustomDebugStringConvertible.swift
[221/278] Compiling BSON Document+Array.swift
[222/278] Compiling BSON Document+Cache.swift
[223/278] Compiling BSON Document+Collection.swift
[224/278] Compiling BSON Document+Dictionary.swift
[225/278] Compiling BSON Document+Equatable.swift
[226/278] Compiling BSON Document+Helpers.swift
[227/278] Compiling BSON Document+Mutations.swift
[228/278] Compiling BSON Document+Serialization.swift
[229/278] Compiling NIOPosix SelectableChannel.swift
[230/278] Compiling NIOPosix SelectableEventLoop.swift
[231/278] Compiling NIOPosix SelectorEpoll.swift
[232/278] Compiling NIOPosix SelectorGeneric.swift
[233/278] Compiling NIOPosix SelectorKqueue.swift
[234/278] Compiling NIOPosix SelectorUring.swift
[237/278] Compiling BSON BSONDecoderSettings.swift
[238/278] Compiling BSON FastBSONDecoder.swift
[239/278] Compiling BSON KeyedBSONDecodingContainer.swift
[240/279] Compiling NIOPosix ThreadPosix.swift
[241/279] Compiling NIOPosix ThreadWindows.swift
[242/279] Compiling NIOPosix UnsafeTransfer.swift
[243/279] Compiling NIOPosix Utilities.swift
[244/279] Compiling NIOPosix VsockAddress.swift
[245/279] Compiling NIOPosix VsockChannelEvents.swift
[246/279] Emitting module NIOPosix
[258/279] Compiling NIOPosix System.swift
[259/279] Compiling NIOPosix Thread.swift
[281/282] Compiling NIO Exports.swift
[282/282] Emitting module NIO
[284/294] Compiling NIOTLS TLSEvents.swift
[285/294] Emitting module NIOTLS
[286/294] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[287/294] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[288/294] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[289/294] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[290/294] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[291/294] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[292/294] Compiling NIOTLS SNIHandler.swift
[293/295] Emitting module NIOFoundationCompat
[294/295] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[297/347] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[298/347] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[299/347] Compiling NIOTransportServices NIOTSListenerChannel.swift
[300/349] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[301/349] Compiling NIOTransportServices NIOTSErrors.swift
[302/349] Compiling NIOTransportServices NIOTSEventLoop.swift
[303/349] Compiling NIOTransportServices NIOTSDatagramListener.swift
[304/349] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[305/349] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[306/349] Emitting module NIOTransportServices
[307/349] Compiling NIOTransportServices AcceptHandler.swift
[308/349] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[309/349] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[310/349] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[311/349] Compiling NIOTransportServices NIOTSSingletons.swift
[312/349] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[313/349] Compiling NIOTransportServices NIOTSBootstraps.swift
[314/349] Compiling NIOTransportServices NIOTSChannelOptions.swift
[315/349] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[316/349] Compiling NIOTransportServices StateManagedChannel.swift
[317/349] Compiling NIOTransportServices StateManagedListenerChannel.swift
[318/349] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[319/349] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[320/349] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[330/365] Emitting module NIOSSL
[335/366] Compiling NIOSSL SubjectAlternativeName.swift
[336/366] Compiling NIOSSL NIOSSLSecureBytes.swift
[337/366] Compiling NIOSSL RNG.swift
[338/366] Compiling NIOSSL SafeCompare.swift
[339/366] Compiling DNSClient PTR.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:127:32: error: value of type 'in6_addr' has no member '__u6_addr'
125 | #else
126 | let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
127 | ipv6Addr.__u6_addr.__u6_addr8.0,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
128 | ipv6Addr.__u6_addr.__u6_addr8.1,
129 | ipv6Addr.__u6_addr.__u6_addr8.2,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:128:32: error: value of type 'in6_addr' has no member '__u6_addr'
126 | let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
127 | ipv6Addr.__u6_addr.__u6_addr8.0,
128 | ipv6Addr.__u6_addr.__u6_addr8.1,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
129 | ipv6Addr.__u6_addr.__u6_addr8.2,
130 | ipv6Addr.__u6_addr.__u6_addr8.3,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:129:32: error: value of type 'in6_addr' has no member '__u6_addr'
127 | ipv6Addr.__u6_addr.__u6_addr8.0,
128 | ipv6Addr.__u6_addr.__u6_addr8.1,
129 | ipv6Addr.__u6_addr.__u6_addr8.2,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
130 | ipv6Addr.__u6_addr.__u6_addr8.3,
131 | ipv6Addr.__u6_addr.__u6_addr8.4,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:130:32: error: value of type 'in6_addr' has no member '__u6_addr'
128 | ipv6Addr.__u6_addr.__u6_addr8.1,
129 | ipv6Addr.__u6_addr.__u6_addr8.2,
130 | ipv6Addr.__u6_addr.__u6_addr8.3,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
131 | ipv6Addr.__u6_addr.__u6_addr8.4,
132 | ipv6Addr.__u6_addr.__u6_addr8.5,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:131:32: error: value of type 'in6_addr' has no member '__u6_addr'
129 | ipv6Addr.__u6_addr.__u6_addr8.2,
130 | ipv6Addr.__u6_addr.__u6_addr8.3,
131 | ipv6Addr.__u6_addr.__u6_addr8.4,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
132 | ipv6Addr.__u6_addr.__u6_addr8.5,
133 | ipv6Addr.__u6_addr.__u6_addr8.6,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:132:32: error: value of type 'in6_addr' has no member '__u6_addr'
130 | ipv6Addr.__u6_addr.__u6_addr8.3,
131 | ipv6Addr.__u6_addr.__u6_addr8.4,
132 | ipv6Addr.__u6_addr.__u6_addr8.5,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
133 | ipv6Addr.__u6_addr.__u6_addr8.6,
134 | ipv6Addr.__u6_addr.__u6_addr8.7,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:133:32: error: value of type 'in6_addr' has no member '__u6_addr'
131 | ipv6Addr.__u6_addr.__u6_addr8.4,
132 | ipv6Addr.__u6_addr.__u6_addr8.5,
133 | ipv6Addr.__u6_addr.__u6_addr8.6,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
134 | ipv6Addr.__u6_addr.__u6_addr8.7,
135 | ipv6Addr.__u6_addr.__u6_addr8.8,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:134:32: error: value of type 'in6_addr' has no member '__u6_addr'
132 | ipv6Addr.__u6_addr.__u6_addr8.5,
133 | ipv6Addr.__u6_addr.__u6_addr8.6,
134 | ipv6Addr.__u6_addr.__u6_addr8.7,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
135 | ipv6Addr.__u6_addr.__u6_addr8.8,
136 | ipv6Addr.__u6_addr.__u6_addr8.9,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:135:32: error: value of type 'in6_addr' has no member '__u6_addr'
133 | ipv6Addr.__u6_addr.__u6_addr8.6,
134 | ipv6Addr.__u6_addr.__u6_addr8.7,
135 | ipv6Addr.__u6_addr.__u6_addr8.8,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
136 | ipv6Addr.__u6_addr.__u6_addr8.9,
137 | ipv6Addr.__u6_addr.__u6_addr8.10,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:136:32: error: value of type 'in6_addr' has no member '__u6_addr'
134 | ipv6Addr.__u6_addr.__u6_addr8.7,
135 | ipv6Addr.__u6_addr.__u6_addr8.8,
136 | ipv6Addr.__u6_addr.__u6_addr8.9,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
137 | ipv6Addr.__u6_addr.__u6_addr8.10,
138 | ipv6Addr.__u6_addr.__u6_addr8.11,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:137:32: error: value of type 'in6_addr' has no member '__u6_addr'
135 | ipv6Addr.__u6_addr.__u6_addr8.8,
136 | ipv6Addr.__u6_addr.__u6_addr8.9,
137 | ipv6Addr.__u6_addr.__u6_addr8.10,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
138 | ipv6Addr.__u6_addr.__u6_addr8.11,
139 | ipv6Addr.__u6_addr.__u6_addr8.12,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:138:32: error: value of type 'in6_addr' has no member '__u6_addr'
136 | ipv6Addr.__u6_addr.__u6_addr8.9,
137 | ipv6Addr.__u6_addr.__u6_addr8.10,
138 | ipv6Addr.__u6_addr.__u6_addr8.11,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
139 | ipv6Addr.__u6_addr.__u6_addr8.12,
140 | ipv6Addr.__u6_addr.__u6_addr8.13,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:139:32: error: value of type 'in6_addr' has no member '__u6_addr'
137 | ipv6Addr.__u6_addr.__u6_addr8.10,
138 | ipv6Addr.__u6_addr.__u6_addr8.11,
139 | ipv6Addr.__u6_addr.__u6_addr8.12,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
140 | ipv6Addr.__u6_addr.__u6_addr8.13,
141 | ipv6Addr.__u6_addr.__u6_addr8.14,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:140:32: error: value of type 'in6_addr' has no member '__u6_addr'
138 | ipv6Addr.__u6_addr.__u6_addr8.11,
139 | ipv6Addr.__u6_addr.__u6_addr8.12,
140 | ipv6Addr.__u6_addr.__u6_addr8.13,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
141 | ipv6Addr.__u6_addr.__u6_addr8.14,
142 | ipv6Addr.__u6_addr.__u6_addr8.15
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:141:32: error: value of type 'in6_addr' has no member '__u6_addr'
139 | ipv6Addr.__u6_addr.__u6_addr8.12,
140 | ipv6Addr.__u6_addr.__u6_addr8.13,
141 | ipv6Addr.__u6_addr.__u6_addr8.14,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
142 | ipv6Addr.__u6_addr.__u6_addr8.15
143 | ).reversed()
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:142:32: error: value of type 'in6_addr' has no member '__u6_addr'
140 | ipv6Addr.__u6_addr.__u6_addr8.13,
141 | ipv6Addr.__u6_addr.__u6_addr8.14,
142 | ipv6Addr.__u6_addr.__u6_addr8.15
| `- error: value of type 'in6_addr' has no member '__u6_addr'
143 | ).reversed()
144 | .map { "\($0)" }
[340/366] Compiling DNSClient MessageOptions.swift
[341/366] Compiling DNSClient ConfigParser.swift
[342/367] Compiling DNSClient DNSEncoder.swift
[343/367] Compiling DNSClient Errors.swift
[344/367] Compiling DNSClient Helpers.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/Messages/Message.swift:402:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
400 | /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
401 | func socketAddress(port: Int) throws -> SocketAddress {
402 | let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
| `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
403 | let host = String(cString: text)
404 |
[345/367] Compiling DNSClient Message.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/Messages/Message.swift:402:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
400 | /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
401 | func socketAddress(port: Int) throws -> SocketAddress {
402 | let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
| `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
403 | let host = String(cString: text)
404 |
[346/367] Compiling DNSClient DNSClient+Query.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
| `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
61 | }
62 | let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
57 | let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
| `- error: generic parameter 'R' could not be inferred
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
61 | }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
| `- note: in call to function 'withUnsafeBytes'
3 |
[347/367] Compiling DNSClient DNSDecoder.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
| `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
61 | }
62 | let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
57 | let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
| `- error: generic parameter 'R' could not be inferred
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
61 | }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
| `- note: in call to function 'withUnsafeBytes'
3 |
[348/367] Compiling DNSClient Client.swift
[349/367] Compiling DNSClient DNSClient+Connect.swift
[354/367] Compiling DNSClient SRV.swift
[355/367] Emitting module DNSClient
BUILD FAILURE 6.1 android