Build Information
Failed to build fluent-mongo-driver, reference main (79bf35
), with Swift 6.1 for Android on 29 May 2025 19:08:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/vapor/fluent-mongo-driver.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/vapor/fluent-mongo-driver
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 79bf354 Update For Swift 6 (#61)
Cloned https://github.com/vapor/fluent-mongo-driver.git
Revision (git rev-parse @):
79bf35430e72e4290b3d08ac1eb8784d4e389c32
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/fluent-mongo-driver.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/fluent-mongo-driver.git
https://github.com/vapor/fluent-mongo-driver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.49.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "mongokitten",
"requirement" : {
"range" : [
{
"lower_bound" : "6.7.13",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orlandos-nl/MongoKitten.git"
},
{
"identity" : "dnsclient",
"requirement" : {
"exact" : [
"2.3.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/orlandos-nl/DNSClient.git"
}
],
"manifest_display_name" : "fluent-mongo-driver",
"name" : "fluent-mongo-driver",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FluentMongoDriver",
"targets" : [
"FluentMongoDriver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FluentMongoDriverTests",
"module_type" : "SwiftTarget",
"name" : "FluentMongoDriverTests",
"path" : "Tests/FluentMongoDriverTests",
"product_dependencies" : [
"FluentBenchmark"
],
"sources" : [
"FluentMongoDriverTests.swift"
],
"target_dependencies" : [
"FluentMongoDriver"
],
"type" : "test"
},
{
"c99name" : "FluentMongoDriver",
"module_type" : "SwiftTarget",
"name" : "FluentMongoDriver",
"path" : "Sources/FluentMongoDriver",
"product_dependencies" : [
"FluentKit",
"MongoKitten",
"DNSClient"
],
"product_memberships" : [
"FluentMongoDriver"
],
"sources" : [
"ChangeStream.swift",
"DatabaseQuery+Mongo.swift",
"DatabaseValue+Mongo.swift",
"Document+DatabaseOutput.swift",
"Errors.swift",
"Exports.swift",
"FieldKey+Mongo.swift",
"Filter.swift",
"GridFS.swift",
"MongoDB+Aggregate.swift",
"MongoDB+Create.swift",
"MongoDB+DatabaseRow.swift",
"MongoDB+Delete.swift",
"MongoDB+Join.swift",
"MongoDB+Read.swift",
"MongoDB+Schema.swift",
"MongoDB+Transaction.swift",
"MongoDB+Update.swift",
"MongoDB.swift",
"ObjectId+RandomGeneratable.swift",
"Sort.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/orlandos-nl/DNSClient.git
Fetching https://github.com/orlandos-nl/MongoKitten.git
Fetching https://github.com/vapor/fluent-kit.git
[1/1144] Fetching dnsclient
[1043/14472] Fetching dnsclient, fluent-kit
[2643/28710] Fetching dnsclient, fluent-kit, mongokitten
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (0.70s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.90s)
Fetched https://github.com/orlandos-nl/MongoKitten.git from cache (0.90s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.3.0 (3.22s)
Fetching https://github.com/apple/swift-nio.git
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.35s)
[1/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.62s)
Computing version for https://github.com/orlandos-nl/MongoKitten.git
Computed https://github.com/orlandos-nl/MongoKitten.git at 6.7.15 (5.95s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/orlandos-nl/BSON.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
[1/6004] Fetching bson
[722/8210] Fetching bson, swift-metrics
[4868/12046] Fetching bson, swift-metrics, swift-log
[12047/26889] Fetching bson, swift-metrics, swift-log, swift-nio-ssl
Fetched https://github.com/orlandos-nl/BSON.git from cache (1.77s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.77s)
[16750/18679] Fetching swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.77s)
[13062/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.55s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 7.0.31 (5.97s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.72s)
Fetching https://github.com/vapor/sql-kit.git
[1/5983] Fetching sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.09s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.62s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (13.00s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[754/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.90s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.90s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.64s)
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.51s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.48s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.57s)
Creating working copy for https://github.com/orlandos-nl/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 7.0.31
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-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-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/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.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.83.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.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.3.0
Creating working copy for https://github.com/orlandos-nl/MongoKitten.git
Working copy of https://github.com/orlandos-nl/MongoKitten.git resolved at 6.7.15
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
Building for debugging...
[0/443] Write sources
[30/443] Compiling CNIODarwin shim.c
[31/443] Compiling CNIOWindows shim.c
[31/443] Compiling _AtomicsShims.c
[33/443] Compiling CNIOWindows WSAStartup.c
[34/443] Compiling CNIOLinux liburing_shims.c
[35/443] Compiling CNIOWASI CNIOWASI.c
[36/443] Compiling fiat_p256_adx_sqr.S
[37/443] Compiling CNIOLinux shim.c
[38/443] Compiling fiat_p256_adx_mul.S
[39/443] Compiling fiat_curve25519_adx_square.S
[40/443] Compiling fiat_curve25519_adx_mul.S
[41/443] Write swift-version-24593BA9C3E375BF.txt
[42/443] Compiling CNIOBoringSSLShims shims.c
[44/447] Emitting module _NIODataStructures
[44/447] Compiling tls_method.cc
[45/449] Compiling tls13_server.cc
[46/449] Compiling tls_record.cc
[47/449] Compiling tls13_enc.cc
[48/476] Compiling tls13_client.cc
[49/479] Compiling c-nioatomics.c
[50/479] Compiling c-atomics.c
[52/479] Emitting module Logging
[53/479] Emitting module _NIOBase64
[54/479] Compiling _NIOBase64 Base64.swift
[55/480] Compiling _NIODataStructures _TinyArray.swift
[56/480] Emitting module InternalCollectionsUtilities
[57/480] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[58/480] Compiling InternalCollectionsUtilities Integer rank.swift
[59/480] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/480] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/481] Compiling InternalCollectionsUtilities Descriptions.swift
[63/481] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/481] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/481] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/481] Compiling InternalCollectionsUtilities Debugging.swift
[67/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[68/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/481] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/481] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/481] Compiling Logging LogHandler.swift
[72/481] Compiling CoreMetrics Metrics.swift
[73/481] Compiling _NIODataStructures Heap.swift
[74/481] Compiling _NIODataStructures PriorityQueue.swift
[75/482] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/483] Compiling _MongoKittenCrypto HMAC.swift
[78/484] Emitting module _MongoKittenCrypto
[79/484] Compiling t1_enc.cc
[80/490] Compiling tls13_both.cc
[82/545] Compiling _MongoKittenCrypto SHA256.swift
[83/613] Compiling NIOConcurrencyHelpers NIOLock.swift
[84/613] Compiling _MongoKittenCrypto SHA1.swift
[85/613] Compiling NIOConcurrencyHelpers lock.swift
[86/613] Emitting module NIOConcurrencyHelpers
[87/613] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[88/613] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[89/613] Compiling NIOConcurrencyHelpers atomics.swift
[91/621] Compiling _RopeModule BigString+BidirectionalCollection.swift
[92/621] Compiling _RopeModule BigString+Append.swift
[93/621] Compiling _RopeModule BigString+Initializers.swift
[94/621] Compiling _RopeModule BigString+Insert.swift
[95/621] Compiling _RopeModule BigString+Managing Breaks.swift
[96/621] Compiling _RopeModule BigString+RemoveSubrange.swift
[97/621] Compiling _RopeModule BigString+ReplaceSubrange.swift
[98/621] Compiling _RopeModule BigString+Chunk+Counts.swift
[99/621] Compiling _RopeModule BigString+Chunk+Description.swift
[100/621] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[101/621] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[102/621] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[103/621] Compiling _RopeModule BigString+Chunk+Splitting.swift
[104/621] Compiling _RopeModule BigString+Chunk.swift
[105/628] Compiling HeapModule Heap+Descriptions.swift
[106/628] Compiling _RopeModule _RopePath.swift
[107/628] Compiling _RopeModule BigString+Comparable.swift
[108/628] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[109/628] Compiling _RopeModule BigString+CustomStringConvertible.swift
[110/628] Compiling _RopeModule BigString+Equatable.swift
[111/628] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[112/628] Compiling _RopeModule BigString+Hashing.swift
[113/628] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[114/628] Compiling _RopeModule BigString+Ingester.swift
[115/628] Compiling _RopeModule BigString+Invariants.swift
[116/628] Compiling _RopeModule BigString+Iterators.swift
[117/628] Compiling _RopeModule BigString+Metrics.swift
[118/628] Compiling _RopeModule BigString+Summary.swift
[119/628] Compiling _RopeModule BigString.swift
[120/628] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[121/628] Compiling _RopeModule BigString+Chunk+Breaks.swift
[122/628] Compiling _RopeModule Rope+Extract.swift
[123/628] Compiling _RopeModule Rope+Find.swift
[124/628] Compiling _RopeModule Rope+ForEachWhile.swift
[125/628] Compiling _RopeModule Rope+Insert.swift
[126/628] Compiling _RopeModule BigString+Builder.swift
[127/628] Compiling _RopeModule BigString+Contents.swift
[128/628] Compiling _RopeModule BigString+Debugging.swift
[129/628] Compiling _RopeModule BigString+Index.swift
[130/628] Emitting module HeapModule
[131/628] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[132/628] Compiling _RopeModule BigString+Sequence.swift
[133/628] Compiling _RopeModule BigString+TextOutputStream.swift
[134/628] Compiling _RopeModule _RopeVersion.swift
[135/628] Compiling _RopeModule Rope+Collection.swift
[136/628] Compiling _RopeModule Rope+Index.swift
[137/628] Compiling _RopeModule Rope+Sequence.swift
[138/628] Compiling _RopeModule Rope+Append.swift
[139/628] Compiling HeapModule Heap+Invariants.swift
[140/628] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[141/628] Compiling HeapModule Heap+UnsafeHandle.swift
[142/628] Compiling HeapModule Heap.swift
[143/628] Compiling HeapModule _HeapNode.swift
[143/628] Compiling ssl_versions.cc
[145/629] Emitting module CoreMetrics
[146/629] Compiling CoreMetrics Locks.swift
[147/630] Compiling Logging MetadataProvider.swift
[148/630] Compiling Logging Locks.swift
[151/630] Compiling Logging Logging.swift
[153/631] Compiling _MongoKittenCrypto PBKDF2.swift
[154/724] Compiling DequeModule Deque._Storage.swift
[155/724] Compiling DequeModule Deque._UnsafeHandle.swift
[156/724] Compiling DequeModule Deque.swift
[157/724] Compiling DequeModule _DequeBuffer.swift
[158/724] Compiling DequeModule _DequeBufferHeader.swift
[159/724] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[160/724] Compiling HashTreeCollections _HashNode+Structural filter.swift
[161/724] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[162/724] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[163/724] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[164/733] Compiling _MongoKittenCrypto MD5.swift
[165/733] Compiling _MongoKittenCrypto MongoDB-CR.swift
[166/733] Compiling _MongoKittenCrypto Hash.swift
[167/733] Compiling _MongoKittenCrypto Hex.swift
[168/734] Compiling DequeModule Deque+CustomReflectable.swift
[169/734] Compiling DequeModule Deque+Descriptions.swift
[170/736] Emitting module OrderedCollections
[171/736] Compiling DequeModule Deque+Codable.swift
[172/736] Compiling DequeModule Deque+Collection.swift
[175/736] Compiling DequeModule Deque+Equatable.swift
[176/736] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[177/736] Compiling DequeModule Deque+Extras.swift
[178/736] Compiling DequeModule Deque+Hashable.swift
[178/736] Compiling ssl_x509.cc
[182/736] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[183/736] Compiling HashTreeCollections TreeDictionary+Keys.swift
[184/736] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[185/736] Compiling HashTreeCollections TreeDictionary+Merge.swift
[186/736] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[187/736] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[188/736] Compiling HashTreeCollections TreeDictionary+Values.swift
[189/736] Compiling HashTreeCollections TreeDictionary.swift
[190/736] Compiling HashTreeCollections TreeSet+Codable.swift
[191/736] Compiling HashTreeCollections TreeSet+Collection.swift
[195/736] Emitting module Metrics
[196/736] Compiling Metrics Metrics.swift
[201/737] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[202/737] Compiling HashTreeCollections TreeSet+Debugging.swift
[203/737] Compiling HashTreeCollections TreeSet+Descriptions.swift
[214/738] Compiling DequeModule Deque+Testing.swift
[215/738] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[216/738] Compiling HashTreeCollections _HashNode.swift
[217/738] Compiling HashTreeCollections _HashNodeHeader.swift
[218/738] Compiling HashTreeCollections _HashSlot.swift
[219/738] Compiling HashTreeCollections _HashStack.swift
[220/738] Compiling HashTreeCollections _HashTreeIterator.swift
[221/738] Compiling HashTreeCollections _HashTreeStatistics.swift
[222/738] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[223/738] Compiling HashTreeCollections _RawHashNode.swift
[224/738] Compiling HashTreeCollections _UnmanagedHashNode.swift
[225/738] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[226/738] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[227/738] Compiling HashTreeCollections _HashNode+Structural merge.swift
[228/738] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[229/738] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[230/738] Compiling HashTreeCollections _HashNode+Structural union.swift
[231/738] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[232/738] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[233/738] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[240/738] Compiling HashTreeCollections TreeSet+Hashable.swift
[241/738] Compiling HashTreeCollections TreeSet+Sendable.swift
[242/738] Compiling _RopeModule Rope+Join.swift
[243/738] Compiling _RopeModule Rope+MutatingForEach.swift
[244/738] Compiling _RopeModule Rope+Remove.swift
[245/738] Compiling _RopeModule Rope+RemoveSubrange.swift
[246/738] Compiling _RopeModule Rope+Split.swift
[247/738] Compiling _RopeModule Optional Utilities.swift
[248/738] Compiling _RopeModule String Utilities.swift
[249/738] Compiling _RopeModule String.Index+ABI.swift
[250/748] Compiling DequeModule _DequeSlot.swift
[251/748] Compiling DequeModule _UnsafeWrappedBuffer.swift
[252/748] Emitting module DequeModule
[259/748] Compiling HashTreeCollections TreeSet+Equatable.swift
[260/748] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[261/748] Compiling HashTreeCollections TreeSet+Extras.swift
[262/748] Compiling HashTreeCollections TreeSet+Filter.swift
[263/748] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[264/748] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[265/748] Compiling HashTreeCollections TreeDictionary+Filter.swift
[266/748] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[274/748] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[275/748] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[276/748] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[277/748] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[278/748] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[279/748] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[280/748] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[281/748] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[282/748] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[283/748] Compiling HashTreeCollections TreeSet.swift
[286/749] Compiling ssl_stat.cc
[288/749] Emitting module _RopeModule
[294/749] Compiling HashTreeCollections _UnsafePath.swift
[295/749] Compiling HashTreeCollections TreeDictionary+Codable.swift
[296/749] Compiling HashTreeCollections TreeDictionary+Collection.swift
[297/749] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[298/749] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[299/749] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[299/749] Compiling ssl_transcript.cc
[309/749] Compiling ssl_session.cc
[310/749] Compiling ssl_privkey.cc
[363/750] Compiling ssl_file.cc
[364/750] Compiling ssl_lib.cc
[366/750] Compiling ssl_key_share.cc
[368/750] Emitting module HashTreeCollections
[368/751] Compiling ssl_credential.cc
[370/751] Compiling ssl_cipher.cc
[371/751] Compiling ssl_cert.cc
[372/751] Compiling ssl_buffer.cc
[373/751] Compiling ssl_aead_ctx.cc
[374/751] Compiling s3_lib.cc
[375/751] Compiling ssl_asn1.cc
[376/751] Compiling s3_pkt.cc
[377/751] Compiling s3_both.cc
[378/751] Compiling handshake_server.cc
[379/751] Compiling handshake_client.cc
[380/751] Compiling handshake.cc
[381/751] Compiling encrypted_client_hello.cc
[382/751] Compiling handoff.cc
[383/751] Compiling dtls_record.cc
[384/751] Compiling md5-x86_64-linux.S
[385/751] Compiling extensions.cc
[386/751] Compiling md5-x86_64-apple.S
[387/751] Compiling md5-586-linux.S
[388/751] Compiling md5-586-apple.S
[389/751] Compiling d1_srtp.cc
[390/751] Compiling chacha20_poly1305_x86_64-linux.S
[391/751] Compiling dtls_method.cc
[392/751] Compiling chacha20_poly1305_x86_64-apple.S
[393/751] Compiling chacha20_poly1305_armv8-win.S
[394/751] Compiling chacha20_poly1305_armv8-apple.S
[395/751] Compiling chacha20_poly1305_armv8-linux.S
[396/751] Compiling chacha-x86_64-linux.S
[397/751] Compiling chacha-x86-apple.S
[398/751] Compiling chacha-x86-linux.S
[399/751] Compiling chacha-x86_64-apple.S
[400/751] Compiling chacha-armv8-win.S
[401/751] Compiling chacha-armv8-apple.S
[402/751] Compiling err_data.cc
[403/751] Compiling chacha-armv8-linux.S
[404/751] Compiling chacha-armv4-linux.S
[405/751] Compiling aes128gcmsiv-x86_64-linux.S
[406/751] Compiling aes128gcmsiv-x86_64-apple.S
[407/751] Compiling x86_64-mont5-linux.S
[408/751] Compiling x86_64-mont5-apple.S
[409/751] Compiling bio_ssl.cc
[410/751] Compiling x86_64-mont-linux.S
[411/751] Compiling x86_64-mont-apple.S
[412/751] Compiling x86-mont-linux.S
[413/751] Compiling d1_lib.cc
[414/751] Compiling x86-mont-apple.S
[415/751] Compiling vpaes-x86_64-linux.S
[416/751] Compiling vpaes-x86_64-apple.S
[417/751] Compiling d1_pkt.cc
[418/751] Compiling vpaes-x86-apple.S
[419/751] Compiling vpaes-x86-linux.S
[420/751] Compiling vpaes-armv8-win.S
[421/751] Compiling vpaes-armv8-apple.S
[422/751] Compiling vpaes-armv8-linux.S
[423/751] Compiling vpaes-armv7-linux.S
[424/751] Compiling sha512-x86_64-linux.S
[425/751] Compiling sha512-armv8-win.S
[426/751] Compiling sha512-x86_64-apple.S
[427/751] Compiling sha512-armv8-linux.S
[428/751] Compiling sha512-armv8-apple.S
[429/751] Compiling sha512-586-linux.S
[430/751] Compiling sha256-x86_64-linux.S
[431/751] Compiling sha512-armv4-linux.S
[432/751] Compiling sha512-586-apple.S
[433/751] Compiling sha256-x86_64-apple.S
[434/751] Compiling sha256-armv8-win.S
[435/751] Compiling sha256-armv4-linux.S
[436/751] Compiling sha256-armv8-apple.S
[437/751] Compiling sha256-586-apple.S
[438/751] Compiling sha1-x86_64-linux.S
[439/751] Compiling sha256-586-linux.S
[440/751] Compiling sha256-armv8-linux.S
[441/751] Compiling sha1-x86_64-apple.S
[442/751] Compiling sha1-armv8-win.S
[443/751] Compiling sha1-armv8-apple.S
[444/751] Compiling sha1-armv4-large-linux.S
[445/751] Compiling sha1-586-linux.S
[446/751] Compiling sha1-586-apple.S
[447/751] Compiling sha1-armv8-linux.S
[448/751] Compiling rsaz-avx2-linux.S
[449/751] Compiling rdrand-x86_64-linux.S
[450/751] Compiling rsaz-avx2-apple.S
[451/751] Compiling rdrand-x86_64-apple.S
[452/751] Compiling p256_beeu-x86_64-asm-apple.S
[453/751] Compiling p256_beeu-x86_64-asm-linux.S
[454/751] Compiling p256_beeu-armv8-asm-win.S
[455/751] Compiling p256_beeu-armv8-asm-linux.S
[456/751] Compiling p256-x86_64-asm-apple.S
[457/751] Compiling p256-x86_64-asm-linux.S
[458/751] Compiling p256-armv8-asm-win.S
[459/751] Compiling p256_beeu-armv8-asm-apple.S
[460/751] Compiling p256-armv8-asm-apple.S
[461/751] Compiling p256-armv8-asm-linux.S
[462/751] Compiling ghashv8-armv8-win.S
[463/751] Compiling ghashv8-armv8-linux.S
[464/751] Compiling ghashv8-armv7-linux.S
[465/751] Compiling ghashv8-armv8-apple.S
[466/751] Compiling ghash-x86_64-linux.S
[467/751] Compiling d1_both.cc
[468/751] Compiling ghash-x86_64-apple.S
[469/751] Compiling ghash-x86-linux.S
[470/751] Compiling ghash-x86-apple.S
[471/751] Compiling ghash-ssse3-x86_64-apple.S
[472/751] Compiling ghash-ssse3-x86_64-linux.S
[473/751] Compiling ghash-ssse3-x86-linux.S
[474/751] Compiling ghash-ssse3-x86-apple.S
[475/751] Compiling ghash-neon-armv8-win.S
[476/751] Compiling ghash-neon-armv8-linux.S
[477/751] Compiling ghash-neon-armv8-apple.S
[478/751] Compiling co-586-apple.S
[479/751] Compiling co-586-linux.S
[480/751] Compiling bsaes-armv7-linux.S
[481/751] Compiling ghash-armv4-linux.S
[482/751] Compiling bn-armv8-win.S
[483/751] Compiling bn-armv8-linux.S
[484/751] Compiling bn-armv8-apple.S
[485/751] Compiling bn-586-apple.S
[486/751] Compiling armv8-mont-win.S
[487/751] Compiling armv4-mont-linux.S
[488/751] Compiling bn-586-linux.S
[489/751] Compiling armv8-mont-apple.S
[490/751] Compiling aesv8-gcm-armv8-win.S
[491/751] Compiling armv8-mont-linux.S
[492/751] Compiling aesv8-gcm-armv8-linux.S
[493/751] Compiling aesv8-gcm-armv8-apple.S
[493/751] Compiling aesv8-armv8-win.S
[494/751] Compiling aesv8-armv7-linux.S
[496/751] Compiling aesv8-armv8-linux.S
[497/751] Compiling aesni-x86_64-linux.S
[498/751] Compiling aesv8-armv8-apple.S
[499/751] Compiling aesni-x86_64-apple.S
[500/751] Compiling aesni-x86-linux.S
[501/751] Compiling aesni-gcm-x86_64-linux.S
[502/751] Compiling aesni-x86-apple.S
[503/751] Compiling aes-gcm-avx10-x86_64-linux.S
[504/751] Compiling aesni-gcm-x86_64-apple.S
[505/751] Compiling aes-gcm-avx10-x86_64-apple.S
[506/751] Compiling aes-gcm-avx2-x86_64-apple.S
[507/751] Compiling aes-gcm-avx2-x86_64-linux.S
[508/751] Compiling x_val.cc
[509/751] Compiling x_x509.cc
[510/751] Compiling x_spki.cc
[511/751] Compiling x_sig.cc
[512/751] Compiling x_req.cc
[513/751] Compiling x_x509a.cc
[513/751] Compiling x_pubkey.cc
[513/751] Compiling x_name.cc
[516/751] Compiling x_attrib.cc
[517/751] Compiling x_exten.cc
[518/751] Compiling x_all.cc
[519/751] Compiling x_crl.cc
[520/751] Compiling x509spki.cc
[521/751] Compiling x509rset.cc
[522/751] Compiling x_algor.cc
[523/751] Compiling x509name.cc
[524/751] Compiling x509cset.cc
[525/751] Compiling x509_v3.cc
[526/751] Compiling x509_vfy.cc
[527/751] Compiling x509_vpm.cc
[528/751] Compiling x509_txt.cc
[529/751] Compiling x509_set.cc
[530/751] Compiling x509_trs.cc
[531/751] Compiling x509_req.cc
[532/751] Compiling x509_obj.cc
[533/751] Compiling x509_ext.cc
[534/751] Compiling x509_lu.cc
[535/751] Compiling x509_cmp.cc
[536/751] Compiling x509_d2.cc
[537/751] Compiling x509_def.cc
[538/751] Compiling x509_att.cc
[539/751] Compiling x509.cc
[540/751] Compiling v3_utl.cc
[541/751] Compiling v3_purp.cc
[542/751] Compiling v3_skey.cc
[543/751] Compiling v3_prn.cc
[544/751] Compiling v3_pmaps.cc
[545/751] Compiling v3_pcons.cc
[546/751] Compiling v3_ocsp.cc
[547/751] Compiling v3_lib.cc
[548/751] Compiling v3_info.cc
[549/751] Compiling v3_int.cc
[550/751] Compiling v3_genn.cc
[551/751] Compiling v3_ncons.cc
[552/751] Compiling v3_ia5.cc
[553/751] Compiling v3_extku.cc
[554/751] Compiling v3_enum.cc
[555/751] Compiling v3_crld.cc
[556/751] Compiling v3_bcons.cc
[557/751] Compiling v3_cpols.cc
[558/751] Compiling v3_conf.cc
[559/751] Compiling v3_akeya.cc
[560/751] Compiling v3_bitst.cc
[561/751] Compiling v3_alt.cc
[562/751] Compiling v3_akey.cc
[563/751] Compiling t_crl.cc
[564/751] Compiling t_x509a.cc
[565/751] Compiling t_x509.cc
[566/751] Compiling t_req.cc
[567/751] Compiling i2d_pr.cc
[568/751] Compiling rsa_pss.cc
[569/751] Compiling name_print.cc
[570/751] Compiling policy.cc
[571/751] Compiling asn1_gen.cc
[572/751] Compiling by_dir.cc
[573/751] Compiling by_file.cc
[574/751] Compiling a_verify.cc
[575/751] Compiling voprf.cc
[576/751] Compiling a_sign.cc
[577/751] Compiling algorithm.cc
[578/751] Compiling a_digest.cc
[579/751] Compiling thread_win.cc
[580/751] Compiling thread_none.cc
[581/751] Compiling thread_pthread.cc
[582/751] Compiling thread.cc
[583/751] Compiling pmbtoken.cc
[584/751] Compiling trust_token.cc
[585/751] Compiling siphash.cc
[586/751] Compiling stack.cc
[587/751] Compiling slhdsa.cc
[588/751] Compiling sha256.cc
[589/751] Compiling sha512.cc
[590/751] Compiling rsa_print.cc
[591/751] Compiling spake2plus.cc
[592/751] Compiling sha1.cc
[593/751] Compiling rsa_extra.cc
[594/751] Compiling refcount.cc
[595/751] Compiling rc4.cc
[596/751] Compiling windows.cc
[597/751] Compiling rsa_crypt.cc
[598/751] Compiling rsa_asn1.cc
[599/751] Compiling rand.cc
[600/751] Compiling urandom.cc
[601/751] Compiling passive.cc
[602/751] Compiling trusty.cc
[603/751] Compiling poly1305_arm_asm.S
[604/751] Compiling getentropy.cc
[605/751] Compiling ios.cc
[606/751] Compiling forkunsafe.cc
[607/751] Compiling fork_detect.cc
[608/751] Compiling deterministic.cc
[609/751] Compiling pool.cc
[610/751] Compiling poly1305.cc
[611/751] Compiling poly1305_vec.cc
[612/751] Compiling poly1305_arm.cc
[613/751] Compiling pkcs7.cc
[614/751] Compiling pkcs8.cc
[615/751] Compiling pem_xaux.cc
[616/751] Compiling pkcs8_x509.cc
[617/751] Compiling pem_pk8.cc
[618/751] Compiling p5_pbev2.cc
[619/751] Compiling pkcs7_x509.cc
[620/751] Compiling pem_pkey.cc
[621/751] Compiling pem_x509.cc
[622/751] Compiling mlkem.cc
[623/751] Compiling pem_lib.cc
[624/751] Compiling obj_xref.cc
[625/751] Compiling mldsa.cc
[626/751] Compiling mem.cc
[627/751] Compiling pem_oth.cc
[628/751] Compiling md4.cc
[629/751] Compiling poly_rq_mul.S
[630/751] Compiling lhash.cc
[631/751] Compiling fips_shared_support.cc
[632/751] Compiling md5.cc
[633/751] Compiling pem_info.cc
[634/751] Compiling hrss.cc
[635/751] Compiling hpke.cc
[636/751] Compiling pem_all.cc
[637/751] Compiling obj.cc
[638/751] Compiling scrypt.cc
[639/751] Compiling sign.cc
[640/751] Compiling kyber.cc
[641/751] Compiling print.cc
[642/751] Compiling ex_data.cc
[643/751] Compiling pbkdf.cc
[644/751] Compiling p_x25519.cc
[645/751] Compiling p_x25519_asn1.cc
[646/751] Compiling p_rsa_asn1.cc
[647/751] Compiling p_rsa.cc
[648/751] Compiling p_hkdf.cc
[649/751] Compiling p_ed25519.cc
[650/751] Compiling p_ed25519_asn1.cc
[651/751] Compiling p_ec_asn1.cc
[652/751] Compiling p_ec.cc
[653/751] Compiling p_dh_asn1.cc
[654/751] Compiling p_dh.cc
[655/751] Compiling evp_ctx.cc
[656/751] Compiling p_dsa_asn1.cc
[657/751] Compiling evp.cc
[658/751] Compiling evp_asn1.cc
[659/751] Compiling ecdh.cc
[660/751] Compiling err.cc
[661/751] Compiling engine.cc
[662/751] Compiling ecdsa_asn1.cc
[663/751] Compiling ec_derive.cc
[664/751] Compiling hash_to_curve.cc
[665/751] Compiling bcm.cc
[666/751] Compiling ec_asn1.cc
[667/751] Compiling dsa_asn1.cc
[668/751] Compiling dsa.cc
[669/751] Compiling digest_extra.cc
[670/751] Compiling x25519-asm-arm.S
[671/751] Compiling params.cc
[672/751] Compiling des.cc
[673/751] Compiling dh_asn1.cc
[674/751] Compiling curve25519_64_adx.cc
[675/751] Compiling spake25519.cc
[676/751] Compiling crypto.cc
[677/751] Compiling cpu_intel.cc
[678/751] Compiling cpu_arm_linux.cc
[679/751] Compiling curve25519.cc
[680/751] Compiling cpu_arm_freebsd.cc
[681/751] Compiling cpu_aarch64_win.cc
[682/751] Compiling cpu_aarch64_sysreg.cc
[683/751] Compiling cpu_aarch64_openbsd.cc
[684/751] Compiling cpu_aarch64_linux.cc
[685/751] Compiling cpu_aarch64_fuchsia.cc
[686/751] Compiling cpu_aarch64_apple.cc
[687/751] Compiling conf.cc
[688/751] Compiling get_cipher.cc
[689/751] Compiling tls_cbc.cc
[690/751] Compiling e_tls.cc
[691/751] Compiling e_rc4.cc
[692/751] Compiling e_null.cc
[693/751] Compiling e_rc2.cc
[694/751] Compiling e_des.cc
[695/751] Compiling e_chacha20poly1305.cc
[696/751] Compiling e_aesgcmsiv.cc
[697/751] Compiling e_aesctrhmac.cc
[698/751] Compiling derive_key.cc
[699/751] Compiling chacha.cc
[700/751] Compiling unicode.cc
[701/751] Compiling buf.cc
[702/751] Compiling ber.cc
[703/751] Compiling cbs.cc
[704/751] Compiling cbb.cc
[705/751] Compiling asn1_compat.cc
[706/751] Compiling convert.cc
[707/751] Compiling bn_asn1.cc
[708/751] Compiling blake2.cc
[709/751] Compiling socket_helper.cc
[710/751] Compiling socket.cc
[711/751] Compiling printf.cc
[712/751] Compiling hexdump.cc
[713/751] Compiling pair.cc
[714/751] Compiling errno.cc
[715/751] Compiling fd.cc
[716/751] Compiling file.cc
[717/751] Compiling connect.cc
[718/751] Compiling bio_mem.cc
[719/751] Compiling base64.cc
[720/751] Compiling bio.cc
[721/751] Compiling tasn_fre.cc
[722/751] Compiling tasn_typ.cc
[723/751] Compiling tasn_utl.cc
[724/751] Compiling tasn_enc.cc
[724/751] Compiling tasn_new.cc
[726/751] Compiling posix_time.cc
[727/751] Compiling f_string.cc
[728/751] Compiling f_int.cc
[729/751] Compiling tasn_dec.cc
[730/751] Compiling asn1_par.cc
[731/751] Compiling asn_pack.cc
[732/751] Compiling a_utctm.cc
[733/751] Compiling asn1_lib.cc
[734/751] Compiling a_type.cc
[735/751] Compiling a_octet.cc
[736/751] Compiling a_strnid.cc
[737/751] Compiling a_time.cc
[738/751] Compiling a_object.cc
[739/751] Compiling a_strex.cc
[740/751] Compiling a_d2i_fp.cc
[740/751] Write sources
[743/751] Compiling a_dup.cc
[744/751] Write sources
[745/751] Compiling a_i2d_fp.cc
[746/768] Compiling a_bitstr.cc
[747/821] Compiling a_gentm.cc
[748/823] Compiling a_bool.cc
[749/823] Compiling a_mbstr.cc
[750/823] Compiling a_int.cc
[752/823] Compiling Atomics UnsafeAtomic.swift
[753/823] Compiling Atomics UnsafeAtomicLazyReference.swift
[754/825] Compiling Atomics ManagedAtomic.swift
[755/825] Compiling Atomics ManagedAtomicLazyReference.swift
[756/825] Compiling Atomics AtomicMemoryOrderings.swift
[757/825] Compiling Atomics DoubleWord.swift
[758/825] Emitting module BitCollections
[759/832] Compiling Atomics IntegerOperations.swift
[760/832] Compiling Atomics Unmanaged extensions.swift
[761/832] Compiling Atomics Primitives.shims.swift
[762/832] Compiling Atomics AtomicInteger.swift
[763/832] Compiling Atomics AtomicOptionalWrappable.swift
[764/832] Compiling Atomics AtomicReference.swift
[765/832] Compiling Atomics AtomicStorage.swift
[766/832] Compiling Atomics AtomicValue.swift
[767/832] Compiling BitCollections BitSet+Initializers.swift
[768/832] Compiling BitCollections BitSet+Invariants.swift
[769/832] Compiling BitCollections BitSet+Random.swift
[770/832] Compiling BitCollections BitSet+SetAlgebra basics.swift
[771/832] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[772/832] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[773/832] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[774/832] Compiling Atomics IntegerConformances.swift
[775/832] Compiling Atomics PointerConformances.swift
[776/832] Compiling Atomics Primitives.native.swift
[777/832] Compiling Atomics OptionalRawRepresentable.swift
[778/832] Compiling Atomics RawRepresentable.swift
[779/832] Compiling Atomics AtomicBool.swift
[782/832] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[783/832] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[784/832] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[785/832] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[786/832] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[787/832] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[788/832] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[789/832] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[790/832] Compiling BitCollections BitSet+CustomReflectable.swift
[791/832] Compiling BitCollections BitSet+CustomStringConvertible.swift
[792/832] Compiling BitCollections BitSet+Equatable.swift
[793/832] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[794/832] Compiling BitCollections BitSet+Extras.swift
[795/832] Compiling BitCollections BitSet+Hashable.swift
[796/832] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[797/832] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[798/832] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[799/832] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[800/832] Compiling BitCollections BitSet+SetAlgebra union.swift
[801/832] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[802/832] Compiling BitCollections BitSet.Counted.swift
[815/832] Compiling BitCollections BitArray._UnsafeHandle.swift
[816/832] Compiling BitCollections BitArray.swift
[817/832] Compiling BitCollections BitSet+BidirectionalCollection.swift
[818/832] Compiling BitCollections BitSet+Codable.swift
[819/832] Compiling BitCollections BitSet.Index.swift
[820/832] Compiling BitCollections BitSet._UnsafeHandle.swift
[821/832] Compiling BitCollections BitSet.swift
[822/832] Compiling BitCollections Range+Utilities.swift
[823/832] Compiling BitCollections Slice+Utilities.swift
[824/832] Compiling BitCollections UInt+Tricks.swift
[825/832] Compiling BitCollections _Word.swift
[827/835] Compiling Collections Collections.swift
[828/835] Emitting module Collections
[836/836] Emitting module Atomics
[838/897] Compiling NIOCore IO.swift
[839/897] Compiling NIOCore IOData.swift
[840/897] Compiling NIOCore IPProtocol.swift
[841/897] Compiling NIOCore IntegerBitPacking.swift
[842/897] Compiling NIOCore IntegerTypes.swift
[843/897] Compiling NIOCore Interfaces.swift
[844/897] Compiling NIOCore Linux.swift
[845/897] Compiling NIOCore MarkedCircularBuffer.swift
[846/905] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[847/905] Compiling NIOCore EventLoopFuture+Deprecated.swift
[848/905] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[849/905] Compiling NIOCore EventLoopFuture.swift
[850/905] Compiling NIOCore FileDescriptor.swift
[851/905] Compiling NIOCore FileHandle.swift
[852/905] Compiling NIOCore FileRegion.swift
[853/905] Compiling NIOCore GlobalSingletons.swift
[854/905] Compiling NIOCore CircularBuffer.swift
[855/905] Compiling NIOCore Codec.swift
[856/905] Compiling NIOCore ConvenienceOptionSupport.swift
[857/905] Compiling NIOCore DeadChannel.swift
[858/905] Compiling NIOCore DispatchQueue+WithFuture.swift
[859/905] Compiling NIOCore EventLoop+Deprecated.swift
[860/905] Compiling NIOCore EventLoop+SerialExecutor.swift
[861/905] Compiling NIOCore EventLoop.swift
[862/905] Compiling NIOCore AddressedEnvelope.swift
[863/905] Compiling NIOCore AsyncAwaitSupport.swift
[864/905] Compiling NIOCore AsyncChannel.swift
[865/905] Compiling NIOCore AsyncChannelHandler.swift
[866/905] Compiling NIOCore AsyncChannelInboundStream.swift
[867/905] Compiling NIOCore AsyncChannelOutboundWriter.swift
[868/905] Compiling NIOCore NIOAsyncSequenceProducer.swift
[869/905] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[870/905] Compiling NIOCore NIOAsyncWriter.swift
[871/905] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[872/905] Compiling NIOCore BSDSocketAPI.swift
[873/905] Compiling NIOCore ByteBuffer-aux.swift
[874/905] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[875/905] Compiling NIOCore ByteBuffer-conversions.swift
[876/905] Compiling NIOCore ByteBuffer-core.swift
[877/905] Compiling NIOCore ByteBuffer-hex.swift
[878/905] Compiling NIOCore ByteBuffer-int.swift
[879/905] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[880/905] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[881/905] Compiling NIOCore SocketAddresses.swift
[882/905] Compiling NIOCore SocketOptionProvider.swift
[883/905] Compiling NIOCore SystemCallHelpers.swift
[884/905] Compiling NIOCore TimeAmount+Duration.swift
[885/905] Compiling NIOCore TypeAssistedChannelHandler.swift
[886/905] Compiling NIOCore UniversalBootstrapSupport.swift
[887/905] Compiling NIOCore Utilities.swift
[888/905] Compiling NIOCore MulticastChannel.swift
[889/905] Compiling NIOCore NIOAny.swift
[890/905] Compiling NIOCore NIOCloseOnErrorHandler.swift
[891/905] Compiling NIOCore NIOLoopBound.swift
[892/905] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[893/905] Compiling NIOCore NIOScheduledCallback.swift
[894/905] Compiling NIOCore NIOSendable.swift
[895/905] Compiling NIOCore RecvByteBufferAllocator.swift
[896/905] Compiling NIOCore ByteBuffer-multi-int.swift
[897/905] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[898/905] Compiling NIOCore ByteBuffer-views.swift
[899/905] Compiling NIOCore Channel.swift
[900/905] Compiling NIOCore ChannelHandler.swift
[901/905] Compiling NIOCore ChannelHandlers.swift
[902/905] Compiling NIOCore ChannelInvoker.swift
[903/905] Compiling NIOCore ChannelOption.swift
[904/905] Compiling NIOCore ChannelPipeline.swift
[905/905] Emitting module NIOCore
[907/956] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[908/956] Compiling NIOEmbedded AsyncTestingChannel.swift
[909/956] Emitting module NIOEmbedded
[910/956] Compiling NIOEmbedded Embedded.swift
[912/957] Emitting module NIOPosix
[913/963] Compiling NIOPosix SelectableChannel.swift
[914/963] Compiling NIOPosix SelectableEventLoop.swift
[915/963] Compiling NIOPosix SelectorEpoll.swift
[916/963] Compiling NIOPosix SelectorGeneric.swift
[917/963] Compiling NIOPosix SelectorKqueue.swift
[918/963] Compiling NIOPosix SelectorUring.swift
[919/963] Compiling NIOPosix Pool.swift
[920/963] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[921/963] Compiling NIOPosix PosixSingletons.swift
[922/963] Compiling NIOPosix RawSocketBootstrap.swift
[923/963] Compiling NIOPosix Resolver.swift
[924/963] Compiling NIOPosix Selectable.swift
[925/963] Compiling NIOPosix ServerSocket.swift
[926/963] Compiling NIOPosix Socket.swift
[927/963] Compiling NIOPosix SocketChannel.swift
[928/963] Compiling NIOPosix SocketProtocols.swift
[929/963] Compiling NIOPosix System.swift
[930/963] Compiling NIOPosix Thread.swift
[931/963] Compiling NIOPosix ThreadPosix.swift
[932/963] Compiling NIOPosix ThreadWindows.swift
[933/963] Compiling NIOPosix UnsafeTransfer.swift
[934/963] Compiling NIOPosix Utilities.swift
[935/963] Compiling NIOPosix VsockAddress.swift
[936/963] Compiling NIOPosix VsockChannelEvents.swift
[937/963] Compiling NIOPosix BSDSocketAPICommon.swift
[938/963] Compiling NIOPosix BSDSocketAPIPosix.swift
[939/963] Compiling NIOPosix BSDSocketAPIWindows.swift
[940/963] Compiling NIOPosix BaseSocket.swift
[941/963] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[942/963] Compiling NIOPosix BaseSocketChannel.swift
[943/963] Compiling NIOPosix BaseStreamSocketChannel.swift
[944/963] Compiling NIOPosix Bootstrap.swift
[945/963] Compiling NIOPosix ControlMessage.swift
[946/963] Compiling NIOPosix DatagramVectorReadManager.swift
[947/963] Compiling NIOPosix Errors+Any.swift
[948/963] Compiling NIOPosix FileDescriptor.swift
[949/963] Compiling NIOPosix GetaddrinfoResolver.swift
[950/963] Compiling NIOPosix HappyEyeballs.swift
[951/963] Compiling NIOPosix NIOThreadPool.swift
[952/963] Compiling NIOPosix NonBlockingFileIO.swift
[953/963] Compiling NIOPosix PendingDatagramWritesManager.swift
[954/963] Compiling NIOPosix PendingWritesManager.swift
[955/963] Compiling NIOPosix PipeChannel.swift
[956/963] Compiling NIOPosix PipePair.swift
[957/963] Compiling NIOPosix IO.swift
[958/963] Compiling NIOPosix IntegerBitPacking.swift
[959/963] Compiling NIOPosix IntegerTypes.swift
[960/963] Compiling NIOPosix Linux.swift
[961/963] Compiling NIOPosix LinuxCPUSet.swift
[962/963] Compiling NIOPosix LinuxUring.swift
[963/963] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[965/966] Emitting module NIO
[966/966] Compiling NIO Exports.swift
[968/1103] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[969/1103] Compiling NIOTLS TLSEvents.swift
[970/1103] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[971/1103] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[972/1103] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[973/1103] Emitting module NIOTLS
[974/1103] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[975/1103] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[976/1103] Compiling NIOTLS SNIHandler.swift
[977/1104] Emitting module NIOFoundationCompat
[978/1104] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[981/1134] Compiling SQLKit SQLLockingClause.swift
[982/1134] Compiling SQLKit SQLOrderBy.swift
[983/1134] Compiling SQLKit SQLReturning.swift
[984/1134] Compiling SQLKit SQLSubquery.swift
[985/1134] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[986/1134] Compiling SQLKit SQLAlterEnum.swift
[987/1134] Compiling SQLKit SQLAlterTable.swift
[988/1134] Compiling SQLKit SQLCreateEnum.swift
[989/1134] Compiling SQLKit SQLCreateIndex.swift
[990/1134] Compiling SQLKit SQLCreateTable.swift
[991/1134] Compiling SQLKit SQLCreateTrigger.swift
[992/1134] Compiling SQLKit SQLDelete.swift
[993/1134] Compiling SQLKit SQLDropEnum.swift
[994/1135] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[995/1135] Compiling SQLKit SQLColumnAssignment.swift
[996/1135] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[997/1135] Compiling SQLKit SQLColumnDefinition.swift
[998/1135] Compiling SQLKit SQLCommonTableExpression.swift
[999/1135] Compiling SQLKit SQLConflictAction.swift
[1000/1135] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1001/1135] Compiling SQLKit SQLDropBehaviour.swift
[1002/1135] Compiling SQLKit SQLEnumDataType.swift
[1003/1135] Compiling SQLKit SQLExcludedColumn.swift
[1004/1135] Compiling SQLKit SQLForeignKey.swift
[1005/1135] Compiling SQLKit SQLJoin.swift
[1006/1135] Compiling SQLKit SQLJoinMethod.swift
[1007/1135] Compiling SQLKit SQLDropIndex.swift
[1008/1135] Compiling SQLKit SQLDropTable.swift
[1009/1135] Compiling SQLKit SQLDropTrigger.swift
[1010/1135] Compiling SQLKit SQLInsert.swift
[1011/1135] Compiling SQLKit SQLSelect.swift
[1012/1135] Compiling SQLKit SQLUnion.swift
[1013/1135] Compiling SQLKit SQLUpdate.swift
[1014/1135] Compiling SQLKit SQLExpression.swift
[1015/1135] Compiling SQLKit SQLSerializer.swift
[1016/1135] Compiling SQLKit SQLStatement.swift
[1017/1135] Compiling SQLKit SQLBinaryExpression.swift
[1018/1135] Compiling SQLKit SQLBinaryOperator.swift
[1019/1135] Compiling SQLKit SQLBind.swift
[1020/1153] Compiling NIOSSL CustomPrivateKey.swift
[1021/1153] Compiling NIOSSL IdentityVerification.swift
[1022/1153] Compiling SQLKit SQLAlias.swift
[1023/1153] Compiling SQLKit SQLBetween.swift
[1024/1153] Compiling SQLKit SQLColumn.swift
[1025/1153] Compiling SQLKit SQLConstraint.swift
[1026/1153] Compiling SQLKit SQLDataType.swift
[1027/1153] Compiling SQLKit SQLDirection.swift
[1028/1153] Compiling SQLKit SQLDistinct.swift
[1029/1153] Compiling SQLKit SQLForeignKeyAction.swift
[1030/1153] Compiling SQLKit SQLNestedSubpathExpression.swift
[1031/1153] Compiling SQLKit SQLQualifiedTable.swift
[1032/1153] Compiling SQLKit SQLQueryString.swift
[1033/1168] Emitting module NIOTransportServices
[1034/1170] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1035/1170] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1036/1170] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1037/1170] Compiling NIOTransportServices StateManagedChannel.swift
[1038/1170] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1039/1170] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1040/1170] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1041/1170] Compiling NIOTransportServices NIOTSSingletons.swift
[1042/1170] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1043/1170] Compiling NIOTransportServices NIOTSBootstraps.swift
[1044/1170] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1045/1170] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1046/1170] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1047/1170] Compiling NIOTransportServices NIOTSErrors.swift
[1048/1170] Compiling NIOTransportServices NIOTSEventLoop.swift
[1049/1170] Compiling NIOTransportServices AcceptHandler.swift
[1050/1170] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1051/1170] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1052/1170] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1053/1170] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1054/1170] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1055/1170] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1056/1170] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1067/1171] Compiling NIOSSL SafeCompare.swift
[1068/1171] Compiling NIOSSL AndroidCABundle.swift
[1069/1171] Compiling NIOSSL ByteBufferBIO.swift
[1070/1171] Compiling SQLKit SQLPredicateBuilder.swift
[1071/1171] Compiling SQLKit SQLQueryBuilder.swift
[1072/1171] Compiling SQLKit SQLQueryFetcher.swift
[1073/1171] Compiling SQLKit SQLReturningBuilder.swift
[1074/1171] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1075/1171] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1076/1171] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1077/1171] Compiling SQLKit SQLDatabase.swift
[1078/1171] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1079/1171] Compiling SQLKit SQLDialect.swift
[1080/1171] Compiling SQLKit SQLDatabase+Deprecated.swift
[1081/1171] Compiling SQLKit SQLError.swift
[1082/1171] Compiling SQLKit SQLExpressions+Deprecated.swift
[1097/1171] Emitting module SQLKit
[1098/1171] Emitting module NIOSSL
[1127/1175] Compiling SQLKit SQLFunction.swift
[1128/1175] Compiling SQLKit SQLGroupExpression.swift
[1129/1175] Compiling SQLKit SQLIdentifier.swift
[1130/1175] Compiling SQLKit SQLList.swift
[1131/1175] Compiling SQLKit SQLLiteral.swift
[1132/1175] Compiling SQLKit SQLRaw.swift
[1133/1175] Compiling SQLKit SQLCodingUtilities.swift
[1134/1175] Compiling SQLKit SQLQueryEncoder.swift
[1135/1175] Compiling SQLKit SQLRow.swift
[1136/1175] Compiling SQLKit SQLRowDecoder.swift
[1137/1175] Compiling SQLKit SomeCodingKey.swift
[1138/1175] Compiling SQLKit StringHandling.swift
[1140/1176] Compiling NIOSSL Zeroization.swift
[1141/1176] Compiling NIOSSL TLSConfiguration.swift
[1142/1176] Compiling NIOSSL UniversalBootstrapSupport.swift
[1143/1176] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1145/1275] Compiling DNSClient ConfigParser.swift
[1146/1276] Compiling DNSClient Helpers.swift
[1147/1276] Compiling FluentKit FluentError.swift
[1148/1276] Compiling FluentKit ModelMiddleware.swift
[1149/1276] Compiling FluentKit ModelResponder.swift
[1150/1276] Compiling FluentKit Migration.swift
[1151/1280] Compiling DNSClient MessageOptions.swift
[1152/1280] Compiling DNSClient SRV.swift
[1153/1280] Compiling DNSClient Message.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/Messages/Message.swift:337:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
335 | /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
336 | func socketAddress(port: Int) throws -> SocketAddress {
337 | let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
| `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
338 | let host = String(cString: text)
339 |
[1154/1280] Compiling FluentKit KeyPrefixingStrategy.swift
[1155/1280] Compiling FluentKit TransactionControlDatabase.swift
[1156/1280] Compiling FluentKit DatabaseEnum.swift
[1157/1280] Compiling FluentKit EnumBuilder.swift
[1158/1280] Compiling FluentKit EnumMetadata.swift
[1159/1280] Compiling FluentKit EnumProperty.swift
[1160/1280] Compiling FluentKit OptionalEnumProperty.swift
[1161/1280] Compiling FluentKit Exports.swift
[1162/1280] Compiling FluentKit Children+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:39:28: error: 'nil' is not compatible with closure result type 'SocketAddress'
37 | record.resource.address.count == 16
38 | else {
39 | return nil
| `- error: 'nil' is not compatible with closure result type 'SocketAddress'
40 | }
41 |
[1163/1280] Compiling FluentKit Database+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:39:28: error: 'nil' is not compatible with closure result type 'SocketAddress'
37 | record.resource.address.count == 16
38 | else {
39 | return nil
| `- error: 'nil' is not compatible with closure result type 'SocketAddress'
40 | }
41 |
[1164/1280] Compiling FluentKit EnumBuilder+Concurrency.swift
[1165/1280] Compiling FluentKit Model+Concurrency.swift
[1166/1280] Emitting module DNSClient
[1167/1280] Compiling FluentKit AsyncMigration.swift
[1168/1280] Compiling FluentKit AsyncModelMiddleware.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/24] Compiling Logging MetadataProvider.swift
[3/62] Compiling NIOConcurrencyHelpers lock.swift
[4/62] Compiling _NIOBase64 Base64.swift
[5/62] Compiling Atomics Primitives.shims.swift
[6/62] Compiling Atomics AtomicInteger.swift
[7/63] Emitting module _MongoKittenCrypto
[8/64] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/64] Compiling Atomics AtomicOptionalWrappable.swift
[10/64] Compiling Atomics IntegerConformances.swift
[11/64] Compiling _MongoKittenCrypto MongoDB-CR.swift
[12/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/64] Compiling Atomics UnsafeAtomic.swift
[14/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[15/64] Compiling Atomics ManagedAtomic.swift
[16/64] Compiling Atomics ManagedAtomicLazyReference.swift
[17/66] Compiling _MongoKittenCrypto SHA1.swift
[18/66] Emitting module _NIOBase64
[19/67] Compiling Atomics AtomicBool.swift
[20/67] Compiling Atomics AtomicReference.swift
[21/67] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[22/67] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[23/67] Compiling NIOConcurrencyHelpers NIOLock.swift
[24/67] Compiling NIOConcurrencyHelpers atomics.swift
[26/67] Compiling _NIODataStructures Heap.swift
[27/67] Compiling _MongoKittenCrypto HMAC.swift
[28/67] Compiling _MongoKittenCrypto Hash.swift
[29/67] Compiling _NIODataStructures PriorityQueue.swift
[30/67] Compiling _NIODataStructures _TinyArray.swift
[31/67] Compiling _MongoKittenCrypto Hex.swift
[32/67] Emitting module InternalCollectionsUtilities
[33/67] Compiling Atomics OptionalRawRepresentable.swift
[34/67] Compiling Atomics RawRepresentable.swift
[35/67] Compiling _MongoKittenCrypto MD5.swift
[36/67] Emitting module NIOConcurrencyHelpers
[37/68] Emitting module _NIODataStructures
[38/69] Compiling Atomics IntegerOperations.swift
[39/69] Compiling Atomics Unmanaged extensions.swift
[42/69] Compiling _MongoKittenCrypto PBKDF2.swift
[43/69] Emitting module Atomics
[48/69] Compiling Atomics AtomicStorage.swift
[49/69] Compiling Atomics AtomicValue.swift
[52/69] Compiling Atomics AtomicMemoryOrderings.swift
[53/69] Compiling Atomics DoubleWord.swift
[54/69] Compiling _MongoKittenCrypto SHA256.swift
[56/71] Compiling CoreMetrics Locks.swift
[57/71] Compiling CoreMetrics Metrics.swift
[58/71] Emitting module CoreMetrics
[60/72] Compiling Logging LogHandler.swift
[61/72] Compiling Logging Locks.swift
[62/72] Emitting module Logging
[63/72] Compiling Logging Logging.swift
[66/161] Compiling HeapModule Heap+Descriptions.swift
[67/163] Compiling DequeModule Deque+Codable.swift
[68/163] Compiling DequeModule Deque+Collection.swift
[69/163] Compiling DequeModule Deque+CustomReflectable.swift
[70/163] Compiling DequeModule Deque+Extras.swift
[71/163] Compiling DequeModule Deque+Hashable.swift
[72/163] Compiling DequeModule Deque.swift
[73/163] Compiling DequeModule _DequeBuffer.swift
[74/163] Compiling DequeModule _DequeBufferHeader.swift
[75/170] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[76/170] Compiling HeapModule Heap+Invariants.swift
[78/296] Compiling HeapModule _HeapNode.swift
[79/324] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[80/324] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[81/352] Compiling HeapModule Heap.swift
[82/352] Compiling OrderedCollections _HashTable+Testing.swift
[83/352] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[84/352] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[85/352] Compiling OrderedCollections OrderedDictionary+Elements.swift
[86/352] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[87/352] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[88/352] Compiling HeapModule Heap+UnsafeHandle.swift
[89/352] Emitting module HeapModule
[90/353] Compiling Metrics Metrics.swift
[91/353] Emitting module Metrics
[92/354] Compiling DequeModule _DequeSlot.swift
[93/354] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/354] Compiling OrderedCollections _HashTable+Bucket.swift
[96/354] Compiling OrderedCollections _HashTable+BucketIterator.swift
[97/354] Compiling OrderedCollections _HashTable+Constants.swift
[98/354] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[100/354] Compiling HashTreeCollections TreeDictionary.swift
[101/354] Compiling HashTreeCollections TreeSet+Codable.swift
[102/354] Compiling HashTreeCollections TreeSet+Collection.swift
[103/354] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[104/354] Compiling HashTreeCollections TreeSet+Debugging.swift
[105/354] Compiling HashTreeCollections TreeSet+Descriptions.swift
[106/354] Compiling HashTreeCollections TreeSet+Equatable.swift
[107/354] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[108/354] Compiling HashTreeCollections TreeSet+Extras.swift
[109/354] Compiling HashTreeCollections TreeSet+Filter.swift
[110/354] Compiling HashTreeCollections TreeSet+Hashable.swift
[111/354] Compiling HashTreeCollections TreeSet+Sendable.swift
[112/354] Compiling HashTreeCollections TreeSet+Sequence.swift
[113/354] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[114/354] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[115/354] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[116/354] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[117/354] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[118/354] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[119/354] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[120/364] Emitting module BitCollections
[121/371] Compiling OrderedCollections OrderedDictionary+Codable.swift
[122/371] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[123/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[124/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[125/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[126/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[127/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[128/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[129/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[130/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[131/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[132/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[133/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[134/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[135/371] Compiling BitCollections BitSet.Index.swift
[136/371] Compiling BitCollections BitSet._UnsafeHandle.swift
[137/371] Emitting module DequeModule
[139/379] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[140/379] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[141/379] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[142/379] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[143/379] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[144/379] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[145/379] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[146/379] Compiling OrderedCollections OrderedDictionary+Values.swift
[155/379] Emitting module OrderedCollections
[156/379] Emitting module HashTreeCollections
[157/379] Emitting module _RopeModule
[158/388] Compiling OrderedCollections OrderedSet+Hashable.swift
[165/388] Compiling OrderedCollections OrderedDictionary.swift
[166/388] Compiling OrderedCollections OrderedSet+Codable.swift
[167/388] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[168/388] Compiling OrderedCollections OrderedSet+Descriptions.swift
[169/388] Compiling OrderedCollections OrderedSet+Diffing.swift
[170/388] Compiling OrderedCollections OrderedSet+Equatable.swift
[171/388] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[172/448] Compiling NIOCore IOData.swift
[173/448] Compiling NIOCore IPProtocol.swift
[174/448] Compiling NIOCore IntegerBitPacking.swift
[175/448] Compiling NIOCore IntegerTypes.swift
[176/448] Compiling NIOCore Interfaces.swift
[177/448] Compiling NIOCore Linux.swift
[178/448] Compiling NIOCore MarkedCircularBuffer.swift
[179/448] Compiling NIOCore MulticastChannel.swift
[180/448] Compiling NIOCore NIOAny.swift
[181/448] Compiling NIOCore NIOCloseOnErrorHandler.swift
[182/448] Compiling NIOCore NIOLoopBound.swift
[186/448] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[187/448] Compiling NIOCore NIOScheduledCallback.swift
[188/448] Compiling NIOCore NIOSendable.swift
[189/448] Compiling NIOCore RecvByteBufferAllocator.swift
[190/448] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[191/448] Compiling NIOCore CircularBuffer.swift
[192/448] Compiling NIOCore Codec.swift
[193/448] Compiling NIOCore ConvenienceOptionSupport.swift
[194/448] Compiling NIOCore DeadChannel.swift
[195/448] Compiling NIOCore DispatchQueue+WithFuture.swift
[196/448] Compiling NIOCore EventLoop+Deprecated.swift
[197/448] Compiling NIOCore EventLoop+SerialExecutor.swift
[207/448] Compiling NIOCore FileDescriptor.swift
[208/448] Compiling NIOCore FileHandle.swift
[209/448] Compiling NIOCore FileRegion.swift
[210/448] Compiling NIOCore GlobalSingletons.swift
[211/448] Compiling NIOCore IO.swift
[216/448] Compiling OrderedCollections OrderedSet.swift
[217/448] Compiling OrderedCollections _UnsafeBitset.swift
[224/448] Compiling NIOCore ChannelOption.swift
[225/448] Compiling NIOCore ChannelPipeline.swift
[226/448] Compiling NIOCore AddressedEnvelope.swift
[227/448] Compiling NIOCore AsyncAwaitSupport.swift
[228/448] Compiling NIOCore AsyncChannel.swift
[229/448] Compiling NIOCore AsyncChannelHandler.swift
[230/448] Compiling NIOCore AsyncChannelInboundStream.swift
[231/448] Compiling NIOCore AsyncChannelOutboundWriter.swift
[232/448] Compiling _RopeModule _CharacterRecognizer.swift
[233/448] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[234/448] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[235/448] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[236/448] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[237/448] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[238/448] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[239/448] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[240/448] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[241/448] Compiling HashTreeCollections TreeSet.swift
[242/448] Compiling NIOCore EventLoopFuture.swift
[249/448] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[250/448] Compiling NIOCore NIOAsyncWriter.swift
[251/448] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[252/448] Compiling NIOCore EventLoopFuture+Deprecated.swift
[253/448] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[267/448] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[268/448] Compiling NIOCore BSDSocketAPI.swift
[269/448] Compiling NIOCore ByteBuffer-aux.swift
[270/448] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[271/448] Compiling NIOCore ByteBuffer-conversions.swift
[272/448] Compiling NIOCore ByteBuffer-core.swift
[273/448] Compiling NIOCore ByteBuffer-hex.swift
[274/448] Compiling NIOCore ByteBuffer-int.swift
[302/448] Compiling NIOCore EventLoop.swift
[303/448] Compiling NIOCore ByteBuffer-multi-int.swift
[304/448] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[305/448] Compiling NIOCore ByteBuffer-views.swift
[306/448] Compiling NIOCore Channel.swift
[307/448] Compiling NIOCore ChannelHandler.swift
[308/448] Compiling NIOCore ChannelHandlers.swift
[309/448] Compiling NIOCore ChannelInvoker.swift
[315/456] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[316/456] Compiling NIOCore SocketAddresses.swift
[338/457] Compiling NIOCore NIOAsyncSequenceProducer.swift
[368/459] Compiling _RopeModule Rope+Join.swift
[369/459] Compiling _RopeModule Rope+MutatingForEach.swift
[370/459] Compiling _RopeModule Rope+Remove.swift
[371/459] Compiling _RopeModule Rope+RemoveSubrange.swift
[372/459] Compiling _RopeModule Rope+Split.swift
[373/459] Compiling _RopeModule Optional Utilities.swift
[374/459] Compiling _RopeModule String Utilities.swift
[375/459] Compiling _RopeModule String.Index+ABI.swift
[437/460] Compiling NIOCore SocketOptionProvider.swift
[438/460] Compiling NIOCore SystemCallHelpers.swift
[439/460] Compiling NIOCore TimeAmount+Duration.swift
[440/460] Compiling NIOCore TypeAssistedChannelHandler.swift
[441/460] Compiling NIOCore UniversalBootstrapSupport.swift
[442/460] Compiling NIOCore Utilities.swift
[443/460] Emitting module NIOCore
[444/462] Emitting module Collections
[445/462] Compiling Collections Collections.swift
[465/514] Emitting module NIOEmbedded
[466/514] Compiling NIOEmbedded AsyncTestingChannel.swift
[467/514] Compiling NIOEmbedded Embedded.swift
[468/514] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[469/514] Compiling NIOPosix IO.swift
[470/514] Compiling NIOPosix IntegerBitPacking.swift
[471/514] Compiling NIOPosix IntegerTypes.swift
[472/514] Compiling NIOPosix Linux.swift
[473/514] Compiling NIOPosix LinuxCPUSet.swift
[474/514] Compiling NIOPosix LinuxUring.swift
[475/514] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[477/521] Compiling NIOPosix ThreadPosix.swift
[478/521] Compiling NIOPosix ThreadWindows.swift
[479/521] Compiling NIOPosix UnsafeTransfer.swift
[480/521] Compiling NIOPosix Utilities.swift
[481/521] Compiling NIOPosix VsockAddress.swift
[482/521] Compiling NIOPosix VsockChannelEvents.swift
[483/521] Compiling NIOPosix BSDSocketAPICommon.swift
[484/521] Compiling NIOPosix BSDSocketAPIPosix.swift
[485/521] Compiling NIOPosix BSDSocketAPIWindows.swift
[486/521] Compiling NIOPosix BaseSocket.swift
[487/521] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[488/521] Compiling NIOPosix BaseSocketChannel.swift
[489/521] Compiling NIOPosix BaseStreamSocketChannel.swift
[490/521] Emitting module NIOPosix
[491/521] Compiling NIOPosix Bootstrap.swift
[492/521] Compiling NIOPosix ControlMessage.swift
[493/521] Compiling NIOPosix DatagramVectorReadManager.swift
[494/521] Compiling NIOPosix Errors+Any.swift
[495/521] Compiling NIOPosix FileDescriptor.swift
[496/521] Compiling NIOPosix GetaddrinfoResolver.swift
[497/521] Compiling NIOPosix HappyEyeballs.swift
[498/521] Compiling NIOPosix ServerSocket.swift
[499/521] Compiling NIOPosix Socket.swift
[500/521] Compiling NIOPosix SocketChannel.swift
[501/521] Compiling NIOPosix SocketProtocols.swift
[502/521] Compiling NIOPosix System.swift
[503/521] Compiling NIOPosix Thread.swift
[504/521] Compiling NIOPosix SelectableChannel.swift
[505/521] Compiling NIOPosix SelectableEventLoop.swift
[506/521] Compiling NIOPosix SelectorEpoll.swift
[507/521] Compiling NIOPosix SelectorGeneric.swift
[508/521] Compiling NIOPosix SelectorKqueue.swift
[509/521] Compiling NIOPosix SelectorUring.swift
[510/521] Compiling NIOPosix Pool.swift
[511/521] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[512/521] Compiling NIOPosix PosixSingletons.swift
[513/521] Compiling NIOPosix RawSocketBootstrap.swift
[514/521] Compiling NIOPosix Resolver.swift
[515/521] Compiling NIOPosix Selectable.swift
[516/521] Compiling NIOPosix NIOThreadPool.swift
[517/521] Compiling NIOPosix NonBlockingFileIO.swift
[518/521] Compiling NIOPosix PendingDatagramWritesManager.swift
[519/521] Compiling NIOPosix PendingWritesManager.swift
[520/521] Compiling NIOPosix PipeChannel.swift
[521/521] Compiling NIOPosix PipePair.swift
[523/524] Compiling NIO Exports.swift
[524/524] Emitting module NIO
[526/661] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[527/661] Compiling NIOTLS TLSEvents.swift
[528/661] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[529/661] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[530/661] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[531/661] Compiling NIOTLS SNIHandler.swift
[532/661] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[533/661] Emitting module NIOTLS
[534/661] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[535/662] Compiling BSON AnyPrimitive.swift
[536/662] Compiling BSON Binary.swift
[537/662] Compiling BSON Decimal128.swift
[538/662] Compiling BSON JavaScript.swift
[540/666] Compiling BSON Null.swift
[541/666] Compiling BSON ObjectId.swift
[542/666] Compiling BSON Optional.swift
[543/666] Compiling BSON PrimitiveConvertible.swift
[544/666] Emitting module NIOFoundationCompat
[545/666] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[547/696] Compiling NIOSSL LinuxCABundle.swift
[548/696] Compiling NIOSSL NIOSSLClientHandler.swift
[549/696] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[550/696] Compiling NIOSSL NIOSSLHandler.swift
[551/696] Compiling SQLKit SQLDropIndex.swift
[552/696] Compiling SQLKit SQLDropTable.swift
[553/696] Compiling SQLKit SQLDropTrigger.swift
[554/696] Compiling SQLKit SQLInsert.swift
[555/696] Compiling SQLKit SQLSelect.swift
[556/696] Compiling SQLKit SQLUnion.swift
[557/696] Compiling SQLKit SQLUpdate.swift
[558/696] Compiling SQLKit SQLExpression.swift
[559/696] Compiling SQLKit SQLSerializer.swift
[560/696] Compiling SQLKit SQLStatement.swift
[561/696] Compiling SQLKit SQLBinaryExpression.swift
[562/696] Compiling SQLKit SQLBinaryOperator.swift
[563/696] Compiling SQLKit SQLBind.swift
[564/708] Compiling SQLKit SQLLockingClause.swift
[565/708] Compiling SQLKit SQLOrderBy.swift
[566/708] Compiling SQLKit SQLReturning.swift
[567/708] Compiling SQLKit SQLSubquery.swift
[568/708] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[569/708] Compiling SQLKit SQLAlterEnum.swift
[570/708] Compiling SQLKit SQLAlterTable.swift
[571/708] Compiling SQLKit SQLCreateEnum.swift
[572/708] Compiling SQLKit SQLCreateIndex.swift
[573/708] Compiling SQLKit SQLCreateTable.swift
[574/708] Compiling SQLKit SQLCreateTrigger.swift
[575/708] Compiling SQLKit SQLDelete.swift
[576/708] Compiling SQLKit SQLDropEnum.swift
[577/708] Compiling NIOSSL SSLCertificateExtensions.swift
[578/708] Compiling NIOSSL SSLCertificateName.swift
[579/708] Compiling NIOSSL SSLConnection.swift
[580/708] Compiling NIOSSL SSLContext.swift
[581/708] Compiling NIOSSL SSLErrors.swift
[582/708] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[583/708] Compiling SQLKit SQLColumnAssignment.swift
[584/708] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[585/708] Compiling SQLKit SQLColumnDefinition.swift
[586/708] Compiling SQLKit SQLCommonTableExpression.swift
[587/708] Compiling SQLKit SQLConflictAction.swift
[588/708] Compiling SQLKit SQLConflictResolutionStrategy.swift
[589/708] Compiling SQLKit SQLDropBehaviour.swift
[590/708] Compiling SQLKit SQLEnumDataType.swift
[591/708] Compiling SQLKit SQLExcludedColumn.swift
[592/708] Compiling SQLKit SQLForeignKey.swift
[593/708] Compiling SQLKit SQLJoin.swift
[594/708] Compiling SQLKit SQLJoinMethod.swift
[595/708] Compiling NIOSSL AndroidCABundle.swift
[596/708] Compiling NIOSSL ByteBufferBIO.swift
[597/708] Compiling NIOSSL CustomPrivateKey.swift
[598/708] Compiling NIOSSL IdentityVerification.swift
[603/708] Compiling NIOSSL NIOSSLServerHandler.swift
[604/708] Compiling NIOSSL ObjectIdentifier.swift
[605/708] Compiling NIOSSL PosixPort.swift
[606/708] Compiling NIOSSL SSLCallbacks.swift
[607/708] Compiling NIOSSL SSLCertificate.swift
[608/708] Compiling BSON Primitives.swift
[609/708] Compiling BSON RegularExpression.swift
[610/708] Compiling BSON Timestamp.swift
[611/708] Compiling BSON TypeIdentifier.swift
[617/708] Compiling NIOSSL SSLInit.swift
[618/708] Compiling NIOSSL SSLPKCS12Bundle.swift
[619/708] Compiling NIOSSL SSLPrivateKey.swift
[620/708] Compiling NIOSSL SSLPublicKey.swift
[621/708] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[622/708] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[623/708] Compiling NIOSSL SubjectAlternativeName.swift
[624/708] Compiling NIOSSL NIOSSLSecureBytes.swift
[625/708] Compiling NIOSSL RNG.swift
[626/708] Compiling NIOSSL SafeCompare.swift
[635/708] Compiling SQLKit SQLCommonUnionBuilder.swift
[636/708] Compiling SQLKit SQLJoinBuilder.swift
[637/708] Compiling SQLKit SQLPartialResultBuilder.swift
[638/708] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[639/708] Compiling SQLKit Exports.swift
[640/708] Compiling SQLKit SQLAlias.swift
[641/708] Compiling SQLKit SQLBetween.swift
[642/708] Compiling SQLKit SQLColumn.swift
[643/708] Compiling SQLKit SQLConstraint.swift
[644/708] Compiling SQLKit SQLDataType.swift
[645/708] Compiling SQLKit SQLDirection.swift
[646/708] Compiling SQLKit SQLDistinct.swift
[647/708] Compiling SQLKit SQLForeignKeyAction.swift
[648/708] Compiling SQLKit SQLNestedSubpathExpression.swift
[649/708] Compiling SQLKit SQLQualifiedTable.swift
[650/708] Compiling SQLKit SQLQueryString.swift
[651/730] Compiling NIOTransportServices StateManagedChannel.swift
[652/730] Compiling NIOTransportServices StateManagedListenerChannel.swift
[653/730] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[654/732] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[655/732] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[656/732] Compiling NIOTransportServices NIOTSListenerChannel.swift
[657/732] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[658/732] Compiling NIOTransportServices NIOTSSingletons.swift
[659/732] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[660/732] Compiling NIOTransportServices NIOTSBootstraps.swift
[661/732] Compiling NIOTransportServices NIOTSChannelOptions.swift
[662/732] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[663/732] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[664/732] Compiling NIOTransportServices NIOTSErrors.swift
[665/732] Compiling NIOTransportServices NIOTSEventLoop.swift
[666/732] Emitting module NIOTransportServices
[667/732] Compiling NIOTransportServices AcceptHandler.swift
[668/732] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[669/732] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[670/732] Compiling NIOTransportServices NIOTSDatagramListener.swift
[671/732] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[672/732] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[673/732] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[674/732] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[694/737] Emitting module BSON
[700/737] Emitting module NIOSSL
[722/749] Emitting module SQLKit
[723/769] Compiling DNSClient MessageOptions.swift
[724/770] Compiling DNSClient ConfigParser.swift
[725/770] Compiling DNSClient SRV.swift
[726/770] Compiling MongoCore CommandPrimitives.swift
[727/770] Compiling MongoCore Error.swift
[728/770] Compiling MongoCore Exports.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:39:28: error: 'nil' is not compatible with closure result type 'SocketAddress'
37 | record.resource.address.count == 16
38 | else {
39 | return nil
| `- error: 'nil' is not compatible with closure result type 'SocketAddress'
40 | }
41 |
[729/770] Compiling MongoCore ServerHandshake.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:39:28: error: 'nil' is not compatible with closure result type 'SocketAddress'
37 | record.resource.address.count == 16
38 | else {
39 | return nil
| `- error: 'nil' is not compatible with closure result type 'SocketAddress'
40 | }
41 |
[730/770] Compiling DNSClient Helpers.swift
[731/770] Compiling DNSClient Message.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/Messages/Message.swift:337:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
335 | /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
336 | func socketAddress(port: Int) throws -> SocketAddress {
337 | let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
| `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
338 | let host = String(cString: text)
339 |
[732/770] Compiling SQLKit SQLFunction.swift
[733/770] Compiling SQLKit SQLGroupExpression.swift
[734/770] Compiling SQLKit SQLIdentifier.swift
[735/770] Compiling SQLKit SQLList.swift
[736/770] Compiling SQLKit SQLLiteral.swift
[737/770] Compiling SQLKit SQLRaw.swift
[738/770] Compiling SQLKit SQLCodingUtilities.swift
[739/770] Compiling SQLKit SQLQueryEncoder.swift
[740/770] Compiling SQLKit SQLRow.swift
[741/770] Compiling SQLKit SQLRowDecoder.swift
[742/770] Compiling SQLKit SomeCodingKey.swift
[743/770] Compiling SQLKit StringHandling.swift
[744/771] Emitting module DNSClient
[745/771] Compiling MongoCore WireVersion.swift
[746/771] Compiling MongoCore WriteConcern.swift
BUILD FAILURE 6.1 android