Build Information
Failed to build MongoKitten, reference main (fe4364
), with Swift 6.1 for Android on 31 Aug 2025 21:31:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/MongoKitten.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/orlandos-nl/MongoKitten
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fe4364c Remove logo
Cloned https://github.com/orlandos-nl/MongoKitten.git
Revision (git rev-parse @):
fe4364cfffb2f44f1c2994dc20c7614caeaa0ad5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/MongoKitten.git at main
========================================
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-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/orlandos-nl/BSON.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/orlandos-nl/DNSClient.git
[1/1312] Fetching dnsclient
[15/6455] Fetching dnsclient, swift-distributed-tracing
[341/8263] Fetching dnsclient, swift-distributed-tracing, swift-atomics
[1875/14267] Fetching dnsclient, swift-distributed-tracing, swift-atomics, bson
[4437/29342] Fetching dnsclient, swift-distributed-tracing, swift-atomics, bson, swift-nio-ssl
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (0.67s)
Fetching https://github.com/apple/swift-metrics.git
[10348/28030] Fetching swift-distributed-tracing, swift-atomics, bson, swift-nio-ssl
[14765/105963] Fetching swift-distributed-tracing, swift-atomics, bson, swift-nio-ssl, swift-nio
[16777/108304] Fetching swift-distributed-tracing, swift-atomics, bson, swift-nio-ssl, swift-nio, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.83s)
Fetching https://github.com/apple/swift-log.git
[21400/105963] Fetching swift-distributed-tracing, swift-atomics, bson, swift-nio-ssl, swift-nio
[30777/109860] Fetching swift-distributed-tracing, swift-atomics, bson, swift-nio-ssl, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.84s)
[52016/105963] Fetching swift-distributed-tracing, swift-atomics, bson, swift-nio-ssl, swift-nio
Fetched https://github.com/orlandos-nl/BSON.git from cache (4.18s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (4.18s)
[71437/94816] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.25s)
[57141/79741] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (9.45s)
Fetched https://github.com/apple/swift-nio.git from cache (9.61s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.4.4 (13.24s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2698] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.59s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.93s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.38s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.26s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.2.0 (0.89s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (1.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.28s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4941] Fetching swift-system
[990/22335] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
[3827/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.73s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (2.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.15s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.83s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.91s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.95s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
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
Building for debugging...
[0/439] Write sources
[26/439] Compiling CNIOWindows WSAStartup.c
[27/439] Compiling _AtomicsShims.c
[28/439] Compiling CNIOWindows shim.c
[29/439] Compiling CNIOWASI CNIOWASI.c
[30/439] Compiling CNIOPosix event_loop_id.c
[31/439] Compiling CNIOLinux liburing_shims.c
[32/439] Compiling CNIODarwin shim.c
[33/439] Compiling fiat_p256_adx_sqr.S
[34/439] Compiling fiat_curve25519_adx_square.S
[35/439] Compiling fiat_p256_adx_mul.S
[36/439] Compiling fiat_curve25519_adx_mul.S
[37/439] Compiling CNIOLinux shim.c
[38/439] Write swift-version-24593BA9C3E375BF.txt
[39/439] Compiling CNIOBoringSSLShims shims.c
[40/443] Compiling t1_enc.cc
[41/443] Compiling tls_record.cc
[42/443] Compiling tls_method.cc
[43/443] Compiling tls13_server.cc
[44/453] Compiling tls13_both.cc
[45/453] Compiling tls13_enc.cc
[46/478] Compiling tls13_client.cc
[47/478] Compiling ssl_x509.cc
[49/478] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/479] Compiling InternalCollectionsUtilities Descriptions.swift
[51/479] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[52/479] Emitting module _NIODataStructures
[53/479] Compiling CoreMetrics Metrics.swift
[54/479] Compiling _NIODataStructures _TinyArray.swift
[55/479] Compiling ServiceContextModule ServiceContext.swift
[56/479] Emitting module _NIOBase64
[57/479] Compiling _NIOBase64 Base64.swift
[58/479] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/479] Emitting module ServiceContextModule
[60/479] Compiling InternalCollectionsUtilities Debugging.swift
[61/479] Compiling ServiceContextModule ServiceContextKey.swift
[62/481] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/481] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/481] Compiling _NIODataStructures Heap.swift
[65/481] Compiling _NIODataStructures PriorityQueue.swift
[66/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/481] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/481] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/482] Emitting module InternalCollectionsUtilities
[71/482] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/482] Compiling InternalCollectionsUtilities Integer rank.swift
[76/482] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/489] Compiling Instrumentation NoOpInstrument.swift
[79/504] Emitting module Instrumentation
[80/504] Compiling Instrumentation MultiplexInstrument.swift
[81/504] Compiling Instrumentation Instrument.swift
[82/504] Compiling _MongoKittenCrypto MD5.swift
[83/504] Compiling DequeModule _DequeBuffer.swift
[84/504] Compiling DequeModule _DequeBufferHeader.swift
[85/506] Compiling _MongoKittenCrypto SHA256.swift
[85/506] Compiling ssl_versions.cc
[87/506] Compiling DequeModule Deque+CustomReflectable.swift
[88/506] Compiling DequeModule Deque+Descriptions.swift
[89/506] Compiling DequeModule Deque+Extras.swift
[90/506] Compiling DequeModule Deque+Hashable.swift
[91/506] Compiling DequeModule Deque+Testing.swift
[92/506] Compiling DequeModule Deque._Storage.swift
[93/506] Compiling DequeModule Deque+Equatable.swift
[94/506] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[95/506] Compiling DequeModule _DequeSlot.swift
[96/506] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/506] Compiling _MongoKittenCrypto SHA1.swift
[98/506] Compiling DequeModule Deque._UnsafeHandle.swift
[99/506] Compiling DequeModule Deque.swift
[100/506] Compiling DequeModule Deque+Codable.swift
[101/506] Compiling DequeModule Deque+Collection.swift
[101/506] Compiling ssl_stat.cc
[103/506] Emitting module CoreMetrics
[104/506] Compiling CoreMetrics Locks.swift
[105/507] Compiling Logging Logging.swift
[106/507] Compiling Logging LogHandler.swift
[107/507] Compiling Logging MetadataProvider.swift
[108/507] Emitting module Logging
[109/507] Compiling Logging Locks.swift
[109/508] Compiling ssl_transcript.cc
[111/508] Compiling Instrumentation Locks.swift
[112/508] Compiling Instrumentation InstrumentationSystem.swift
[113/509] Emitting module DequeModule
[118/520] Compiling Tracing NoOpTracer.swift
[119/520] Compiling Tracing TracingTime.swift
[120/520] Emitting module Tracing
[121/520] Compiling _MongoKittenCrypto Hex.swift
[122/520] Emitting module _MongoKittenCrypto
[123/520] Compiling _MongoKittenCrypto Hash.swift
[124/520] Compiling _MongoKittenCrypto HMAC.swift
[125/520] Compiling Tracing TracerProtocol.swift
[125/520] Compiling ssl_session.cc
[127/520] Compiling _MongoKittenCrypto PBKDF2.swift
[128/521] Compiling Tracing Tracer.swift
[129/521] Compiling Tracing TracerProtocol+Legacy.swift
[131/521] Compiling Tracing InstrumentationSystem+Tracing.swift
[132/521] Compiling Tracing SpanProtocol.swift
[133/522] Compiling ssl_file.cc
[134/522] Compiling ssl_privkey.cc
[135/522] Compiling ssl_key_share.cc
[137/522] Emitting module Metrics
[138/522] Compiling Metrics Metrics.swift
[138/523] Compiling ssl_lib.cc
[140/523] Compiling ssl_credential.cc
[141/523] Compiling ssl_cipher.cc
[142/523] Compiling ssl_buffer.cc
[143/523] Compiling ssl_cert.cc
[144/523] Compiling ssl_asn1.cc
[145/523] Compiling ssl_aead_ctx.cc
[146/523] Compiling s3_pkt.cc
[147/523] Compiling s3_lib.cc
[148/523] Compiling s3_both.cc
[149/523] Compiling handshake_server.cc
[150/523] Compiling handshake_client.cc
[151/523] Compiling handoff.cc
[152/523] Compiling handshake.cc
[153/523] Compiling extensions.cc
[154/523] Compiling dtls_record.cc
[155/523] Compiling encrypted_client_hello.cc
[156/523] Compiling md5-x86_64-linux.S
[157/523] Compiling md5-x86_64-apple.S
[158/523] Compiling md5-586-apple.S
[159/523] Compiling md5-586-linux.S
[160/523] Compiling dtls_method.cc
[161/523] Compiling chacha20_poly1305_x86_64-linux.S
[162/523] Compiling chacha20_poly1305_x86_64-apple.S
[163/523] Compiling chacha20_poly1305_armv8-win.S
[164/523] Compiling chacha20_poly1305_armv8-apple.S
[165/523] Compiling chacha20_poly1305_armv8-linux.S
[166/523] Compiling chacha-x86_64-linux.S
[167/523] Compiling d1_srtp.cc
[168/523] Compiling err_data.cc
[169/523] Compiling chacha-x86_64-apple.S
[170/523] Compiling chacha-x86-apple.S
[171/523] Compiling chacha-x86-linux.S
[172/523] Compiling d1_lib.cc
[173/523] Compiling chacha-armv8-win.S
[174/523] Compiling d1_pkt.cc
[175/523] Compiling chacha-armv8-apple.S
[176/523] Compiling x86_64-mont5-linux.S
[177/523] Compiling chacha-armv4-linux.S
[178/523] Compiling aes128gcmsiv-x86_64-apple.S
[179/523] Compiling aes128gcmsiv-x86_64-linux.S
[180/523] Compiling chacha-armv8-linux.S
[181/523] Compiling x86_64-mont5-apple.S
[182/523] Compiling x86_64-mont-linux.S
[183/523] Compiling x86_64-mont-apple.S
[184/523] Compiling x86-mont-apple.S
[185/523] Compiling x86-mont-linux.S
[186/523] Compiling vpaes-x86_64-linux.S
[187/523] Compiling vpaes-x86_64-apple.S
[188/523] Compiling vpaes-x86-apple.S
[189/523] Compiling vpaes-x86-linux.S
[190/523] Compiling vpaes-armv8-linux.S
[191/523] Compiling vpaes-armv8-win.S
[192/523] Compiling vpaes-armv7-linux.S
[193/523] Compiling vpaes-armv8-apple.S
[194/523] Compiling sha512-x86_64-linux.S
[195/523] Compiling sha512-x86_64-apple.S
[196/523] Compiling sha512-armv8-apple.S
[197/523] Compiling sha512-armv8-win.S
[198/523] Compiling sha512-armv4-linux.S
[199/523] Compiling sha512-586-linux.S
[200/523] Compiling sha512-586-apple.S
[201/523] Compiling sha512-armv8-linux.S
[202/523] Compiling sha256-x86_64-apple.S
[203/523] Compiling sha256-x86_64-linux.S
[204/523] Compiling sha256-armv8-win.S
[205/523] Compiling sha256-armv4-linux.S
[206/523] Compiling sha256-armv8-apple.S
[207/523] Compiling sha256-586-linux.S
[208/523] Compiling sha256-586-apple.S
[209/523] Compiling sha256-armv8-linux.S
[210/523] Compiling sha1-x86_64-linux.S
[211/523] Compiling sha1-x86_64-apple.S
[212/523] Compiling sha1-armv8-win.S
[213/523] Compiling sha1-armv4-large-linux.S
[214/523] Compiling sha1-586-linux.S
[215/523] Compiling sha1-armv8-apple.S
[216/523] Compiling sha1-586-apple.S
[217/523] Compiling sha1-armv8-linux.S
[218/523] Compiling rsaz-avx2-linux.S
[219/523] Compiling rsaz-avx2-apple.S
[220/523] Compiling rdrand-x86_64-apple.S
[221/523] Compiling rdrand-x86_64-linux.S
[222/523] Compiling p256_beeu-x86_64-asm-linux.S
[223/523] Compiling p256_beeu-x86_64-asm-apple.S
[224/523] Compiling d1_both.cc
[225/523] Compiling p256_beeu-armv8-asm-win.S
[225/523] Compiling p256_beeu-armv8-asm-linux.S
[227/523] Compiling p256_beeu-armv8-asm-apple.S
[228/523] Compiling p256-x86_64-asm-apple.S
[229/523] Compiling p256-x86_64-asm-linux.S
[230/523] Compiling p256-armv8-asm-win.S
[231/523] Compiling p256-armv8-asm-apple.S
[232/523] Compiling bio_ssl.cc
[233/523] Compiling ghashv8-armv8-win.S
[234/523] Compiling p256-armv8-asm-linux.S
[235/523] Compiling ghashv8-armv8-linux.S
[236/523] Compiling ghashv8-armv8-apple.S
[237/523] Compiling ghash-x86_64-linux.S
[238/523] Compiling ghashv8-armv7-linux.S
[239/523] Compiling ghash-x86_64-apple.S
[240/523] Compiling ghash-x86-linux.S
[240/523] Compiling ghash-x86-apple.S
[242/523] Compiling ghash-ssse3-x86_64-linux.S
[243/523] Compiling ghash-ssse3-x86_64-apple.S
[244/523] Compiling ghash-ssse3-x86-linux.S
[245/523] Compiling ghash-ssse3-x86-apple.S
[246/523] Compiling ghash-neon-armv8-win.S
[247/523] Compiling ghash-neon-armv8-apple.S
[248/523] Compiling co-586-linux.S
[249/523] Compiling ghash-armv4-linux.S
[250/523] Compiling bn-armv8-win.S
[251/523] Compiling co-586-apple.S
[251/523] Compiling ghash-neon-armv8-linux.S
[253/523] Compiling bsaes-armv7-linux.S
[254/523] Compiling bn-armv8-linux.S
[255/523] Compiling bn-586-linux.S
[256/523] Compiling bn-armv8-apple.S
[257/523] Compiling armv8-mont-apple.S
[258/523] Compiling bn-586-apple.S
[259/523] Compiling armv8-mont-win.S
[260/523] Compiling armv4-mont-linux.S
[261/523] Compiling armv8-mont-linux.S
[262/523] Compiling aesv8-armv8-linux.S
[263/523] Compiling aesv8-gcm-armv8-win.S
[264/523] Compiling aesv8-armv8-win.S
[265/523] Compiling aesv8-armv7-linux.S
[266/523] Compiling aesv8-gcm-armv8-apple.S
[267/523] Compiling aesv8-gcm-armv8-linux.S
[268/523] Compiling aesni-x86_64-linux.S
[269/523] Compiling aesv8-armv8-apple.S
[270/523] Compiling aesni-x86_64-apple.S
[271/523] Compiling aesni-x86-linux.S
[272/523] Compiling aesni-x86-apple.S
[273/523] Compiling aesni-gcm-x86_64-linux.S
[274/523] Compiling aes-gcm-avx2-x86_64-linux.S
[275/523] Compiling aesni-gcm-x86_64-apple.S
[276/523] Compiling aes-gcm-avx10-x86_64-linux.S
[277/523] Compiling aes-gcm-avx2-x86_64-apple.S
[278/523] Compiling aes-gcm-avx10-x86_64-apple.S
[279/523] Compiling x_spki.cc
[280/523] Compiling x_name.cc
[281/523] Compiling x_x509.cc
[282/523] Compiling x_x509a.cc
[283/523] Compiling x_sig.cc
[284/523] Compiling x_val.cc
[285/523] Compiling x_req.cc
[286/523] Compiling x_pubkey.cc
[287/523] Compiling x509spki.cc
[288/523] Compiling x_attrib.cc
[289/523] Compiling x_exten.cc
[290/523] Compiling x_crl.cc
[291/523] Compiling x509rset.cc
[292/523] Compiling x_all.cc
[293/523] Compiling x509name.cc
[294/523] Compiling x_algor.cc
[295/523] Compiling x509cset.cc
[296/523] Compiling x509_vpm.cc
[297/523] Compiling x509_v3.cc
[298/523] Compiling x509_txt.cc
[299/523] Compiling x509_vfy.cc
[300/523] Compiling x509_req.cc
[301/523] Compiling x509_trs.cc
[302/523] Compiling x509_set.cc
[303/523] Compiling x509_obj.cc
[304/523] Compiling x509_lu.cc
[305/523] Compiling x509_d2.cc
[306/523] Compiling x509_def.cc
[307/523] Compiling x509_att.cc
[308/523] Compiling x509_cmp.cc
[309/523] Compiling x509_ext.cc
[310/523] Compiling x509.cc
[311/523] Compiling v3_utl.cc
[312/523] Compiling v3_skey.cc
[313/523] Compiling v3_prn.cc
[314/523] Compiling v3_ocsp.cc
[315/523] Compiling v3_pmaps.cc
[316/523] Compiling v3_pcons.cc
[317/523] Compiling v3_purp.cc
[318/523] Compiling v3_ncons.cc
[319/523] Compiling v3_lib.cc
[320/523] Compiling v3_int.cc
[321/523] Compiling v3_genn.cc
[322/523] Compiling v3_info.cc
[323/523] Compiling v3_ia5.cc
[324/523] Compiling v3_extku.cc
[325/523] Compiling v3_enum.cc
[326/523] Compiling v3_crld.cc
[327/523] Compiling v3_cpols.cc
[328/523] Compiling v3_conf.cc
[329/523] Compiling v3_bitst.cc
[330/523] Compiling v3_bcons.cc
[331/523] Compiling v3_akeya.cc
[332/523] Compiling v3_alt.cc
[333/523] Compiling v3_akey.cc
[334/523] Compiling t_x509a.cc
[335/523] Compiling i2d_pr.cc
[336/523] Compiling t_x509.cc
[337/523] Compiling t_req.cc
[338/523] Compiling t_crl.cc
[339/523] Compiling name_print.cc
[340/523] Compiling rsa_pss.cc
[341/523] Compiling policy.cc
[342/523] Compiling by_file.cc
[343/523] Compiling by_dir.cc
[344/523] Compiling asn1_gen.cc
[345/523] Compiling algorithm.cc
[346/523] Compiling a_verify.cc
[347/523] Compiling a_digest.cc
[348/523] Compiling trust_token.cc
[349/523] Compiling voprf.cc
[350/523] Compiling a_sign.cc
[351/523] Compiling thread_none.cc
[352/523] Compiling thread_win.cc
[353/523] Compiling thread_pthread.cc
[354/523] Compiling thread.cc
[355/523] Compiling stack.cc
[356/523] Compiling pmbtoken.cc
[357/523] Compiling siphash.cc
[358/523] Compiling slhdsa.cc
[359/523] Compiling sha256.cc
[360/523] Compiling sha512.cc
[361/523] Compiling spake2plus.cc
[362/523] Compiling sha1.cc
[363/523] Compiling rsa_print.cc
[364/523] Compiling rsa_extra.cc
[365/523] Compiling rc4.cc
[366/523] Compiling windows.cc
[367/523] Compiling refcount.cc
[368/523] Compiling rsa_crypt.cc
[369/523] Compiling rsa_asn1.cc
[369/523] Compiling urandom.cc
[371/523] Compiling trusty.cc
[372/523] Compiling rand.cc
[373/523] Compiling getentropy.cc
[374/523] Compiling ios.cc
[375/523] Compiling passive.cc
[376/523] Compiling poly1305_arm_asm.S
[377/523] Compiling forkunsafe.cc
[378/523] Compiling deterministic.cc
[379/523] Compiling fork_detect.cc
[380/523] Compiling poly1305_vec.cc
[381/523] Compiling poly1305_arm.cc
[382/523] Compiling poly1305.cc
[383/523] Compiling pool.cc
[384/523] Compiling pkcs7.cc
[385/523] Compiling pkcs8_x509.cc
[386/523] Compiling pkcs8.cc
[387/523] Compiling pkcs7_x509.cc
[388/523] Compiling p5_pbev2.cc
[389/523] Compiling pem_x509.cc
[390/523] Compiling pem_pkey.cc
[391/523] Compiling pem_xaux.cc
[392/523] Compiling pem_pk8.cc
[393/523] Compiling pem_oth.cc
[394/523] Compiling pem_info.cc
[395/523] Compiling mlkem.cc
[396/523] Compiling pem_lib.cc
[397/523] Compiling obj_xref.cc
[398/523] Compiling pem_all.cc
[399/523] Compiling mldsa.cc
[400/523] Compiling poly_rq_mul.S
[401/523] Compiling obj.cc
[402/523] Compiling fips_shared_support.cc
[403/523] Compiling mem.cc
[404/523] Compiling md5.cc
[405/523] Compiling lhash.cc
[406/523] Compiling md4.cc
[407/523] Compiling kyber.cc
[408/523] Compiling ex_data.cc
[409/523] Compiling sign.cc
[410/523] Compiling print.cc
[411/523] Compiling scrypt.cc
[412/523] Compiling hrss.cc
[413/523] Compiling hpke.cc
[414/523] Compiling pbkdf.cc
[415/523] Compiling p_x25519.cc
[416/523] Compiling p_x25519_asn1.cc
[417/523] Compiling p_hkdf.cc
[418/523] Compiling p_rsa_asn1.cc
[418/523] Compiling p_ed25519_asn1.cc
[420/523] Compiling p_rsa.cc
[421/523] Compiling p_ed25519.cc
[422/523] Compiling p_ec.cc
[423/523] Compiling p_dh_asn1.cc
[424/523] Compiling p_ec_asn1.cc
[425/523] Compiling p_dh.cc
[426/523] Compiling evp_ctx.cc
[427/523] Compiling p_dsa_asn1.cc
[428/523] Compiling evp.cc
[429/523] Compiling evp_asn1.cc
[430/523] Compiling engine.cc
[431/523] Compiling err.cc
[432/523] Compiling hash_to_curve.cc
[433/523] Compiling ecdsa_asn1.cc
[434/523] Compiling ecdh.cc
[435/523] Compiling ec_derive.cc
[436/523] Compiling params.cc
[437/523] Compiling dsa.cc
[438/523] Compiling bcm.cc
[439/523] Compiling dsa_asn1.cc
[440/523] Compiling x25519-asm-arm.S
[441/523] Compiling ec_asn1.cc
[442/523] Compiling dh_asn1.cc
[443/523] Compiling digest_extra.cc
[444/523] Compiling des.cc
[445/523] Compiling curve25519_64_adx.cc
[446/523] Compiling crypto.cc
[447/523] Compiling cpu_intel.cc
[448/523] Compiling cpu_arm_freebsd.cc
[449/523] Compiling curve25519.cc
[450/523] Compiling spake25519.cc
[451/523] Compiling cpu_arm_linux.cc
[452/523] Compiling cpu_aarch64_win.cc
[453/523] Compiling cpu_aarch64_sysreg.cc
[454/523] Compiling cpu_aarch64_openbsd.cc
[455/523] Compiling cpu_aarch64_linux.cc
[456/523] Compiling cpu_aarch64_apple.cc
[457/523] Compiling cpu_aarch64_fuchsia.cc
[458/523] Compiling conf.cc
[459/523] Compiling tls_cbc.cc
[460/523] Compiling get_cipher.cc
[461/523] Compiling e_rc4.cc
[462/523] Compiling e_tls.cc
[463/523] Compiling e_rc2.cc
[464/523] Compiling e_chacha20poly1305.cc
[465/523] Compiling e_null.cc
[466/523] Compiling e_des.cc
[467/523] Compiling e_aesgcmsiv.cc
[468/523] Compiling e_aesctrhmac.cc
[469/523] Compiling chacha.cc
[470/523] Compiling derive_key.cc
[471/523] Compiling unicode.cc
[472/523] Compiling buf.cc
[473/523] Compiling cbb.cc
[474/523] Compiling ber.cc
[475/523] Compiling cbs.cc
[476/523] Compiling asn1_compat.cc
[477/523] Compiling convert.cc
[478/523] Compiling bn_asn1.cc
[479/523] Compiling socket.cc
[480/523] Compiling blake2.cc
[481/523] Compiling socket_helper.cc
[482/523] Compiling printf.cc
[483/523] Compiling pair.cc
[484/523] Compiling hexdump.cc
[485/523] Compiling file.cc
[486/523] Compiling fd.cc
[487/523] Compiling errno.cc
[488/523] Compiling bio_mem.cc
[489/523] Compiling connect.cc
[490/523] Compiling base64.cc
[491/523] Compiling bio.cc
[492/523] Compiling tasn_fre.cc
[493/523] Compiling tasn_typ.cc
[494/523] Compiling tasn_utl.cc
[495/523] Compiling tasn_enc.cc
[496/523] Compiling f_string.cc
[497/523] Compiling tasn_new.cc
[498/523] Compiling posix_time.cc
[499/523] Compiling f_int.cc
[500/523] Compiling tasn_dec.cc
[501/523] Compiling asn_pack.cc
[502/523] Compiling asn1_par.cc
[503/523] Compiling asn1_lib.cc
[504/523] Compiling a_utctm.cc
[505/523] Compiling a_type.cc
[506/523] Compiling a_time.cc
[507/523] Compiling a_octet.cc
[508/523] Compiling a_strnid.cc
[509/523] Compiling a_object.cc
[510/523] Compiling a_strex.cc
[511/523] Compiling a_i2d_fp.cc
[512/523] Compiling a_dup.cc
[513/523] Compiling a_mbstr.cc
[514/523] Write sources
[516/541] Compiling a_int.cc
[517/541] Compiling a_d2i_fp.cc
[518/541] Compiling a_bitstr.cc
[520/541] Compiling Atomics AtomicStorage.swift
[521/541] Compiling Atomics AtomicValue.swift
[522/543] Compiling Atomics UnsafeAtomic.swift
[523/543] Compiling Atomics UnsafeAtomicLazyReference.swift
[523/543] Compiling a_gentm.cc
[525/543] Compiling Atomics ManagedAtomic.swift
[526/543] Compiling Atomics ManagedAtomicLazyReference.swift
[527/543] Compiling Atomics AtomicMemoryOrderings.swift
[528/543] Compiling Atomics DoubleWord.swift
[528/543] Compiling a_bool.cc
[530/543] Compiling Atomics OptionalRawRepresentable.swift
[531/543] Compiling Atomics RawRepresentable.swift
[532/543] Compiling Atomics AtomicBool.swift
[533/543] Compiling Atomics IntegerOperations.swift
[534/543] Compiling Atomics Unmanaged extensions.swift
[534/543] Compiling c-nioatomics.c
[536/543] Compiling Atomics AtomicInteger.swift
[537/543] Compiling Atomics AtomicOptionalWrappable.swift
[538/543] Compiling Atomics AtomicReference.swift
[539/543] Compiling Atomics IntegerConformances.swift
[540/543] Compiling Atomics PointerConformances.swift
[541/543] Compiling Atomics Primitives.native.swift
[542/543] Emitting module Atomics
[543/544] Compiling c-atomics.c
[545/550] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[546/550] Compiling NIOConcurrencyHelpers lock.swift
[547/550] Emitting module NIOConcurrencyHelpers
[548/550] Compiling NIOConcurrencyHelpers atomics.swift
[549/550] Compiling NIOConcurrencyHelpers NIOLock.swift
[550/550] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[552/612] Compiling NIOCore NIOAny.swift
[553/612] Compiling NIOCore NIOCloseOnErrorHandler.swift
[554/612] Compiling NIOCore NIOCoreSendableMetatype.swift
[555/612] Compiling NIOCore NIOLoopBound.swift
[556/612] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[557/612] Compiling NIOCore NIOScheduledCallback.swift
[558/612] Compiling NIOCore NIOSendable.swift
[559/612] Compiling NIOCore RecvByteBufferAllocator.swift
[560/620] Compiling NIOCore IOData.swift
[561/620] Compiling NIOCore IPProtocol.swift
[562/620] Compiling NIOCore IntegerBitPacking.swift
[563/620] Compiling NIOCore IntegerTypes.swift
[564/620] Compiling NIOCore Interfaces.swift
[565/620] Compiling NIOCore Linux.swift
[566/620] Compiling NIOCore MarkedCircularBuffer.swift
[567/620] Compiling NIOCore MulticastChannel.swift
[568/620] Compiling NIOCore EventLoopFuture+Deprecated.swift
[569/620] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[570/620] Compiling NIOCore EventLoopFuture.swift
[571/620] Compiling NIOCore FileDescriptor.swift
[572/620] Compiling NIOCore FileHandle.swift
[573/620] Compiling NIOCore FileRegion.swift
[574/620] Compiling NIOCore GlobalSingletons.swift
[575/620] Compiling NIOCore IO.swift
[576/620] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[577/620] Compiling NIOCore SocketAddresses.swift
[578/620] Compiling NIOCore SocketOptionProvider.swift
[579/620] Compiling NIOCore SystemCallHelpers.swift
[580/620] Compiling NIOCore TimeAmount+Duration.swift
[581/620] Compiling NIOCore TypeAssistedChannelHandler.swift
[582/620] Compiling NIOCore UniversalBootstrapSupport.swift
[583/620] Compiling NIOCore Utilities.swift
[584/620] Emitting module NIOCore
[585/620] Compiling NIOCore ByteBuffer-multi-int.swift
[586/620] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[587/620] Compiling NIOCore ByteBuffer-views.swift
[588/620] Compiling NIOCore Channel.swift
[589/620] Compiling NIOCore ChannelHandler.swift
[590/620] Compiling NIOCore ChannelHandlers.swift
[591/620] Compiling NIOCore ChannelInvoker.swift
[592/620] Compiling NIOCore ChannelOption.swift
[593/620] Compiling NIOCore ChannelPipeline.swift
[594/620] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[595/620] Compiling NIOCore BSDSocketAPI.swift
[596/620] Compiling NIOCore ByteBuffer-aux.swift
[597/620] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[598/620] Compiling NIOCore ByteBuffer-conversions.swift
[599/620] Compiling NIOCore ByteBuffer-core.swift
[600/620] Compiling NIOCore ByteBuffer-hex.swift
[601/620] Compiling NIOCore ByteBuffer-int.swift
[602/620] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[603/620] Compiling NIOCore CircularBuffer.swift
[604/620] Compiling NIOCore Codec.swift
[605/620] Compiling NIOCore ConvenienceOptionSupport.swift
[606/620] Compiling NIOCore DeadChannel.swift
[607/620] Compiling NIOCore DispatchQueue+WithFuture.swift
[608/620] Compiling NIOCore EventLoop+Deprecated.swift
[609/620] Compiling NIOCore EventLoop+SerialExecutor.swift
[610/620] Compiling NIOCore EventLoop.swift
[611/620] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[612/620] Compiling NIOCore AddressedEnvelope.swift
[613/620] Compiling NIOCore AsyncAwaitSupport.swift
[614/620] Compiling NIOCore AsyncChannel.swift
[615/620] Compiling NIOCore AsyncChannelHandler.swift
[616/620] Compiling NIOCore AsyncChannelInboundStream.swift
[617/620] Compiling NIOCore AsyncChannelOutboundWriter.swift
[618/620] Compiling NIOCore NIOAsyncSequenceProducer.swift
[619/620] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[620/620] Compiling NIOCore NIOAsyncWriter.swift
[622/707] Compiling BSON Document+Subscripts.swift
[623/707] Compiling BSON Document+Validation.swift
[624/707] Compiling BSON Document.swift
[625/707] Compiling BSON DocumentSlice.swift
[626/707] Compiling BSON ByteBuffer+Helpers.swift
[627/711] Compiling BSON AnyPrimitive.swift
[628/711] Compiling BSON Binary.swift
[629/711] Compiling BSON Decimal128.swift
[630/711] Compiling BSON JavaScript.swift
[631/711] Compiling BSON Null.swift
[632/711] Compiling BSON ObjectId.swift
[633/711] Compiling BSON Optional.swift
[634/711] Compiling BSON PrimitiveConvertible.swift
[635/711] Compiling BSON Document+Dictionary.swift
[636/711] Compiling BSON Document+Equatable.swift
[637/711] Compiling BSON Document+Helpers.swift
[638/711] Compiling BSON Document+Mutations.swift
[639/711] Compiling BSON Document+Serialization.swift
[640/711] Compiling NIOEmbedded AsyncTestingChannel.swift
[641/711] Emitting module NIOEmbedded
[642/711] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[643/711] Compiling NIOEmbedded Embedded.swift
[644/712] Compiling BSON PrimitiveEncoding.swift
[645/712] Compiling BSON CustomDebugStringConvertible.swift
[646/712] Compiling BSON Document+Array.swift
[647/712] Compiling BSON Document+Cache.swift
[648/712] Compiling BSON Document+Collection.swift
[649/712] Compiling BSON PrimitiveDecoding.swift
[650/712] Compiling BSON SingleValueBSONDecodingContainer.swift
[651/712] Compiling BSON UnkeyedBSONDecodingContainer.swift
[652/712] Compiling BSON BSONEncoder.swift
[653/712] Compiling BSON BSONEncoderStrategies.swift
[655/712] Emitting module NIOPosix
[656/718] Compiling BSON Primitives.swift
[657/718] Compiling BSON RegularExpression.swift
[658/718] Compiling BSON Timestamp.swift
[659/718] Compiling BSON TypeIdentifier.swift
[660/718] Compiling NIOPosix ThreadPosix.swift
[661/718] Compiling NIOPosix ThreadWindows.swift
[662/718] Compiling NIOPosix UnsafeTransfer.swift
[663/718] Compiling NIOPosix Utilities.swift
[664/718] Compiling NIOPosix VsockAddress.swift
[665/718] Compiling NIOPosix VsockChannelEvents.swift
[668/718] Compiling NIOPosix SocketProtocols.swift
[669/718] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[670/718] Compiling NIOPosix System.swift
[671/718] Compiling NIOPosix Thread.swift
[672/718] Compiling BSON Codable.swift
[673/718] Compiling BSON BSONDecoder.swift
[674/718] Compiling BSON BSONDecoderSettings.swift
[675/718] Compiling BSON FastBSONDecoder.swift
[676/718] Compiling BSON KeyedBSONDecodingContainer.swift
[677/718] Emitting module BSON
[686/719] Compiling NIOPosix SelectableEventLoop.swift
[687/719] Compiling NIOPosix SelectorEpoll.swift
[688/719] Compiling NIOPosix SelectorGeneric.swift
[689/719] Compiling NIOPosix SelectorKqueue.swift
[690/719] Compiling NIOPosix SelectorUring.swift
[691/719] Compiling NIOPosix ServerSocket.swift
[721/722] Compiling NIO Exports.swift
[722/722] Emitting module NIO
[724/734] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[725/734] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[726/734] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[727/734] Compiling NIOTLS TLSEvents.swift
[728/734] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[729/734] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[730/734] Compiling NIOTLS SNIHandler.swift
[731/734] Emitting module NIOTLS
[732/734] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[734/735] Emitting module NIOFoundationCompat
[735/735] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[737/787] Compiling NIOTransportServices StateManagedChannel.swift
[738/787] Compiling NIOTransportServices StateManagedListenerChannel.swift
[739/787] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[740/789] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[741/789] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[742/789] Compiling NIOTransportServices NIOTSListenerChannel.swift
[743/789] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[744/789] Compiling NIOTransportServices NIOTSSingletons.swift
[745/789] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[746/789] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[747/789] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[748/789] Compiling NIOTransportServices NIOTSBootstraps.swift
[749/789] Compiling NIOTransportServices NIOTSChannelOptions.swift
[750/789] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[751/789] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[752/789] Compiling NIOTransportServices NIOTSErrors.swift
[753/789] Compiling NIOTransportServices NIOTSEventLoop.swift
[754/789] Compiling NIOTransportServices AcceptHandler.swift
[755/789] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[756/789] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[757/789] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[758/789] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[759/789] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[760/789] Emitting module NIOTransportServices
[762/802] Compiling DNSClient ConfigParser.swift
[763/803] 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)" }
[764/803] 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 |
[765/803] 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 |
[766/803] Compiling DNSClient MessageOptions.swift
[767/803] Emitting module NIOSSL
[768/807] Compiling DNSClient Client.swift
[769/807] Compiling DNSClient DNSClient+Connect.swift
[770/807] Compiling DNSClient SRV.swift
[771/807] 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 |
[772/807] 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 |
[773/807] Compiling DNSClient DNSEncoder.swift
[774/807] Compiling DNSClient Errors.swift
[775/807] Emitting module DNSClient
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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/46] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[3/46] Compiling InternalCollectionsUtilities Debugging.swift
[4/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/47] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[6/47] Compiling ServiceContextModule ServiceContextKey.swift
[7/47] Compiling InternalCollectionsUtilities Descriptions.swift
[8/47] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/47] Compiling Logging MetadataProvider.swift
[10/47] Emitting module ServiceContextModule
[11/47] Compiling ServiceContextModule ServiceContext.swift
[12/48] Emitting module _NIOBase64
[14/48] Compiling NIOConcurrencyHelpers lock.swift
[15/48] Emitting module _MongoKittenCrypto
[16/48] Compiling _MongoKittenCrypto HMAC.swift
[17/48] Compiling _MongoKittenCrypto Hash.swift
[18/48] Compiling NIOConcurrencyHelpers atomics.swift
[19/48] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[20/48] Emitting module InternalCollectionsUtilities
[21/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/48] Compiling NIOConcurrencyHelpers NIOLock.swift
[23/48] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/48] Compiling InternalCollectionsUtilities Integer rank.swift
[25/48] Emitting module Logging
[26/48] Compiling _NIOBase64 Base64.swift
[27/49] Emitting module _NIODataStructures
[28/51] Compiling _MongoKittenCrypto SHA256.swift
[29/55] Compiling _NIODataStructures PriorityQueue.swift
[30/55] Compiling _NIODataStructures Heap.swift
[31/55] Compiling _NIODataStructures _TinyArray.swift
[32/56] Emitting module NIOConcurrencyHelpers
[36/57] Compiling _MongoKittenCrypto Hex.swift
[37/75] Compiling Instrumentation NoOpInstrument.swift
[38/75] Compiling Atomics AtomicValue.swift
[39/75] Compiling Atomics IntegerConformances.swift
[40/75] Compiling Atomics AtomicInteger.swift
[41/75] Compiling Atomics AtomicOptionalWrappable.swift
[42/75] Compiling Atomics AtomicBool.swift
[43/75] Compiling Atomics AtomicStorage.swift
[45/76] Compiling Instrumentation MultiplexInstrument.swift
[46/76] Compiling Instrumentation Locks.swift
[47/76] Compiling _MongoKittenCrypto PBKDF2.swift
[48/76] Compiling _MongoKittenCrypto MD5.swift
[49/76] Compiling _MongoKittenCrypto SHA1.swift
[52/77] Compiling Logging Locks.swift
[53/77] Compiling Logging Logging.swift
[54/77] Compiling Logging LogHandler.swift
[55/79] Compiling Atomics ManagedAtomic.swift
[56/79] Compiling Atomics ManagedAtomicLazyReference.swift
[57/80] Compiling Atomics AtomicMemoryOrderings.swift
[58/80] Compiling Atomics DoubleWord.swift
[59/80] Compiling Atomics UnsafeAtomic.swift
[60/80] Compiling Atomics UnsafeAtomicLazyReference.swift
[63/80] Compiling Atomics AtomicReference.swift
[64/80] Compiling Instrumentation Instrument.swift
[65/80] Emitting module Instrumentation
[66/80] Compiling Instrumentation InstrumentationSystem.swift
[70/81] Compiling Atomics IntegerOperations.swift
[71/81] Compiling Atomics Unmanaged extensions.swift
[72/81] Compiling CoreMetrics Locks.swift
[73/81] Compiling CoreMetrics Metrics.swift
[74/81] Emitting module CoreMetrics
[75/82] Compiling Atomics OptionalRawRepresentable.swift
[76/82] Compiling Atomics RawRepresentable.swift
[79/82] Compiling Atomics PointerConformances.swift
[80/82] Compiling Atomics Primitives.native.swift
[82/105] Emitting module Atomics
[84/106] Compiling DequeModule Deque+Equatable.swift
[85/106] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/106] Compiling DequeModule _DequeBuffer.swift
[87/106] Compiling DequeModule _DequeBufferHeader.swift
[88/108] Compiling Tracing TracingTime.swift
[89/110] Compiling Tracing TracerProtocol.swift
[90/110] Emitting module Tracing
[91/110] Compiling DequeModule Deque+Extras.swift
[92/110] Compiling DequeModule Deque+Hashable.swift
[93/110] Compiling DequeModule Deque+Testing.swift
[94/110] Compiling DequeModule Deque._Storage.swift
[95/110] Compiling DequeModule Deque._UnsafeHandle.swift
[96/110] Compiling DequeModule Deque.swift
[97/110] Compiling Tracing Tracer.swift
[98/110] Compiling Tracing TracerProtocol+Legacy.swift
[99/110] Compiling DequeModule _DequeSlot.swift
[100/110] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/110] Emitting module Metrics
[102/110] Compiling Metrics Metrics.swift
[103/111] Compiling Tracing NoOpTracer.swift
[104/111] Compiling Tracing InstrumentationSystem+Tracing.swift
[105/111] Compiling Tracing SpanProtocol.swift
[108/112] Emitting module DequeModule
[109/112] Compiling DequeModule Deque+CustomReflectable.swift
[110/112] Compiling DequeModule Deque+Descriptions.swift
[111/112] Compiling DequeModule Deque+Codable.swift
[112/112] Compiling DequeModule Deque+Collection.swift
[114/174] Compiling NIOCore AddressedEnvelope.swift
[115/174] Compiling NIOCore AsyncAwaitSupport.swift
[116/174] Compiling NIOCore AsyncChannel.swift
[117/174] Compiling NIOCore AsyncChannelHandler.swift
[118/174] Compiling NIOCore AsyncChannelInboundStream.swift
[119/174] Compiling NIOCore AsyncChannelOutboundWriter.swift
[120/174] Compiling NIOCore NIOAsyncSequenceProducer.swift
[121/174] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[122/174] Compiling NIOCore NIOAsyncWriter.swift
[123/174] Compiling NIOCore IOData.swift
[124/174] Compiling NIOCore IPProtocol.swift
[125/174] Compiling NIOCore IntegerBitPacking.swift
[126/174] Compiling NIOCore IntegerTypes.swift
[127/174] Compiling NIOCore Interfaces.swift
[128/174] Compiling NIOCore Linux.swift
[129/174] Compiling NIOCore MarkedCircularBuffer.swift
[130/174] Compiling NIOCore MulticastChannel.swift
[131/182] Compiling NIOCore NIOAny.swift
[132/182] Compiling NIOCore NIOCloseOnErrorHandler.swift
[133/182] Compiling NIOCore NIOCoreSendableMetatype.swift
[134/182] Compiling NIOCore NIOLoopBound.swift
[135/182] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[136/182] Compiling NIOCore NIOScheduledCallback.swift
[137/182] Compiling NIOCore NIOSendable.swift
[138/182] Compiling NIOCore RecvByteBufferAllocator.swift
[139/182] Compiling NIOCore EventLoopFuture+Deprecated.swift
[140/182] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[141/182] Compiling NIOCore EventLoopFuture.swift
[142/182] Compiling NIOCore FileDescriptor.swift
[143/182] Compiling NIOCore FileHandle.swift
[144/182] Compiling NIOCore FileRegion.swift
[145/182] Compiling NIOCore GlobalSingletons.swift
[146/182] Compiling NIOCore IO.swift
[147/182] Compiling NIOCore CircularBuffer.swift
[148/182] Compiling NIOCore Codec.swift
[149/182] Compiling NIOCore ConvenienceOptionSupport.swift
[150/182] Compiling NIOCore DeadChannel.swift
[151/182] Compiling NIOCore DispatchQueue+WithFuture.swift
[152/182] Compiling NIOCore EventLoop+Deprecated.swift
[153/182] Compiling NIOCore EventLoop+SerialExecutor.swift
[154/182] Compiling NIOCore EventLoop.swift
[155/182] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[156/182] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[157/182] Compiling NIOCore SocketAddresses.swift
[158/182] Compiling NIOCore SocketOptionProvider.swift
[159/182] Compiling NIOCore SystemCallHelpers.swift
[160/182] Compiling NIOCore TimeAmount+Duration.swift
[161/182] Compiling NIOCore TypeAssistedChannelHandler.swift
[162/182] Compiling NIOCore UniversalBootstrapSupport.swift
[163/182] Compiling NIOCore Utilities.swift
[164/182] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[165/182] Compiling NIOCore BSDSocketAPI.swift
[166/182] Compiling NIOCore ByteBuffer-aux.swift
[167/182] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[168/182] Compiling NIOCore ByteBuffer-conversions.swift
[169/182] Compiling NIOCore ByteBuffer-core.swift
[170/182] Compiling NIOCore ByteBuffer-hex.swift
[171/182] Compiling NIOCore ByteBuffer-int.swift
[172/182] Compiling NIOCore ByteBuffer-lengthPrefix.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/269] Compiling NIOPosix LinuxUring.swift
[185/269] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[186/269] Compiling NIOPosix NIOPosixSendableMetatype.swift
[187/269] Compiling NIOPosix NIOThreadPool.swift
[188/273] Compiling NIOEmbedded AsyncTestingChannel.swift
[189/273] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[190/273] Compiling NIOEmbedded Embedded.swift
[191/273] Emitting module NIOEmbedded
[192/273] Emitting module BSON
[194/274] Compiling NIOPosix BSDSocketAPIWindows.swift
[195/274] Compiling NIOPosix BaseSocket.swift
[196/274] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[197/274] Compiling NIOPosix BaseSocketChannel.swift
[198/274] Compiling NIOPosix BaseStreamSocketChannel.swift
[199/274] Compiling NIOPosix Bootstrap.swift
[200/274] Compiling NIOPosix ControlMessage.swift
[201/274] Compiling NIOPosix DatagramVectorReadManager.swift
[202/274] Compiling NIOPosix Errors+Any.swift
[203/274] Compiling NIOPosix Pool.swift
[204/274] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[205/274] Compiling NIOPosix PosixSingletons.swift
[206/274] Compiling NIOPosix RawSocketBootstrap.swift
[207/274] Compiling NIOPosix Resolver.swift
[208/274] Compiling NIOPosix NonBlockingFileIO.swift
[209/274] Compiling NIOPosix PendingDatagramWritesManager.swift
[210/274] Compiling NIOPosix PendingWritesManager.swift
[211/274] Compiling NIOPosix PipeChannel.swift
[212/274] Compiling NIOPosix PipePair.swift
[213/274] Compiling BSON Primitives.swift
[214/274] Compiling BSON RegularExpression.swift
[215/274] Compiling BSON Timestamp.swift
[216/274] Compiling BSON TypeIdentifier.swift
[217/274] Compiling NIOPosix FileDescriptor.swift
[218/274] Compiling NIOPosix GetaddrinfoResolver.swift
[219/274] Compiling NIOPosix HappyEyeballs.swift
[220/274] Compiling NIOPosix BSDSocketAPICommon.swift
[221/274] Compiling NIOPosix BSDSocketAPIPosix.swift
[222/274] Compiling NIOPosix IO.swift
[223/274] Compiling NIOPosix IntegerBitPacking.swift
[224/274] Compiling NIOPosix IntegerTypes.swift
[225/274] Compiling NIOPosix Linux.swift
[226/274] Compiling NIOPosix LinuxCPUSet.swift
[228/275] Compiling NIOPosix SelectableEventLoop.swift
[229/275] Compiling NIOPosix SelectorEpoll.swift
[230/275] Compiling NIOPosix SelectorGeneric.swift
[231/275] Compiling NIOPosix SelectorKqueue.swift
[232/275] Compiling NIOPosix SelectorUring.swift
[233/275] Compiling NIOPosix ServerSocket.swift
[248/281] Emitting module NIOPosix
[251/281] Compiling NIOPosix SocketProtocols.swift
[252/281] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[253/281] Compiling NIOPosix System.swift
[254/281] Compiling NIOPosix Thread.swift
[276/281] Compiling NIOPosix ThreadPosix.swift
[277/281] Compiling NIOPosix ThreadWindows.swift
[278/281] Compiling NIOPosix UnsafeTransfer.swift
[279/281] Compiling NIOPosix Utilities.swift
[280/281] Compiling NIOPosix VsockAddress.swift
[281/281] Compiling NIOPosix VsockChannelEvents.swift
[283/284] Compiling NIO Exports.swift
[284/284] Emitting module NIO
[286/296] Compiling NIOTLS TLSEvents.swift
[287/296] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[288/296] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[289/296] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[290/296] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[291/296] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[292/296] Emitting module NIOTLS
[293/296] Compiling NIOTLS SNIHandler.swift
[295/297] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[296/297] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[297/297] Emitting module NIOFoundationCompat
[299/349] Emitting module NIOTransportServices
[300/351] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[301/351] Compiling NIOTransportServices NIOTSErrors.swift
[302/351] Compiling NIOTransportServices NIOTSEventLoop.swift
[303/351] Compiling NIOTransportServices NIOTSBootstraps.swift
[304/351] Compiling NIOTransportServices NIOTSChannelOptions.swift
[305/351] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[306/351] Compiling NIOTransportServices StateManagedChannel.swift
[307/351] Compiling NIOTransportServices StateManagedListenerChannel.swift
[308/351] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[309/351] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[310/351] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[311/351] Compiling NIOTransportServices NIOTSListenerChannel.swift
[312/351] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[313/351] Compiling NIOTransportServices NIOTSSingletons.swift
[314/351] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[315/351] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[316/351] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[317/351] Compiling NIOTransportServices AcceptHandler.swift
[318/351] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[319/351] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[320/351] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[321/351] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[322/351] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[323/351] Emitting module NIOSSL
[341/368] Compiling NIOSSL SubjectAlternativeName.swift
[342/368] Compiling NIOSSL NIOSSLSecureBytes.swift
[343/368] Compiling NIOSSL RNG.swift
[344/368] Compiling NIOSSL SafeCompare.swift
[345/368] Compiling DNSClient ConfigParser.swift
[346/368] 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)" }
[347/369] Compiling DNSClient DNSEncoder.swift
[348/369] Compiling DNSClient Errors.swift
[349/369] Compiling DNSClient Client.swift
[350/369] Compiling DNSClient DNSClient+Connect.swift
[351/369] 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 |
[352/369] 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 |
[356/369] Emitting module DNSClient
[361/369] Compiling NIOSSL SSLConnection.swift
[362/369] Compiling DNSClient MessageOptions.swift
[363/369] 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 |
[364/369] 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 |
[365/369] Compiling DNSClient SRV.swift
BUILD FAILURE 6.1 android