The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build fluent-mongo-driver, reference 1.4.0 (79bf35), with Swift 6.1 for Android on 29 May 2025 19:09:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/fluent-mongo-driver.git
Reference: 1.4.0
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
 * tag               1.4.0      -> FETCH_HEAD
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 1.4.0
========================================
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-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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/vapor/fluent-kit.git
Fetching https://github.com/orlandos-nl/MongoKitten.git
Fetching https://github.com/orlandos-nl/DNSClient.git
[1/1144] Fetching dnsclient
[1145/14472] Fetching dnsclient, fluent-kit
[1279/28710] Fetching dnsclient, fluent-kit, mongokitten
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (1.94s)
Fetched https://github.com/vapor/fluent-kit.git from cache (2.93s)
Fetched https://github.com/orlandos-nl/MongoKitten.git from cache (2.92s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.3.0 (7.57s)
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
[2668/78775] Fetching swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.70s)
[762/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.20s)
Computing version for https://github.com/orlandos-nl/MongoKitten.git
Computed https://github.com/orlandos-nl/MongoKitten.git at 6.7.15 (9.29s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/orlandos-nl/BSON.git
Fetching https://github.com/apple/swift-log.git
[1/2206] Fetching swift-metrics
[222/6042] Fetching swift-metrics, swift-log
[850/12046] Fetching swift-metrics, swift-log, bson
[12047/26889] Fetching swift-metrics, swift-log, bson, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.75s)
[10286/24683] Fetching swift-log, bson, swift-nio-ssl
Fetched https://github.com/orlandos-nl/BSON.git from cache (0.92s)
Fetched https://github.com/apple/swift-log.git from cache (0.93s)
[1782/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.84s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 7.0.31 (7.60s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.94s)
Fetching https://github.com/vapor/sql-kit.git
[1/5983] Fetching sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (0.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.72s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.96s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.26s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2197/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.81s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.91s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.89s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.20s)
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.90s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.98s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.08s)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/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/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-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/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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/443] Write sources
[22/443] Compiling CNIOWindows shim.c
[23/443] Write sources
[24/443] Compiling CNIOWASI CNIOWASI.c
[25/443] Write sources
[32/443] Compiling CNIOWindows WSAStartup.c
[33/443] Compiling CNIODarwin shim.c
[33/443] Compiling CNIOLinux liburing_shims.c
[35/443] Compiling _AtomicsShims.c
[36/443] Compiling CNIOLinux shim.c
[37/443] Compiling aesni-x86_64-apple.S
[38/443] Compiling fiat_p256_adx_sqr.S
[39/443] Compiling fiat_p256_adx_mul.S
[40/443] Write swift-version-24593BA9C3E375BF.txt
[41/443] Compiling fiat_curve25519_adx_mul.S
[42/443] Compiling fiat_curve25519_adx_square.S
[43/443] Compiling CNIOBoringSSLShims shims.c
[44/457] Compiling tls_record.cc
[45/457] Compiling tls_method.cc
[46/462] Compiling tls13_client.cc
[47/462] Compiling tls13_server.cc
[48/476] Compiling tls13_enc.cc
[50/479] Emitting module InternalCollectionsUtilities
[51/480] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[52/480] Emitting module _NIOBase64
[53/480] Compiling _NIOBase64 Base64.swift
[54/481] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[55/481] Compiling InternalCollectionsUtilities UInt+reversed.swift
[56/481] Compiling _NIODataStructures _TinyArray.swift
[57/481] Compiling _NIODataStructures PriorityQueue.swift
[58/481] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/481] Compiling InternalCollectionsUtilities Integer rank.swift
[60/481] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/481] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/481] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/481] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/481] Compiling InternalCollectionsUtilities Debugging.swift
[67/481] Compiling InternalCollectionsUtilities Descriptions.swift
[68/481] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/482] Compiling _NIODataStructures Heap.swift
[70/482] Emitting module _NIODataStructures
[73/483] Compiling tls13_both.cc
[75/483] Compiling CoreMetrics Metrics.swift
[75/483] Compiling t1_enc.cc
[77/551] Compiling _MongoKittenCrypto HMAC.swift
[78/552] Emitting module _MongoKittenCrypto
[79/552] Compiling _MongoKittenCrypto MD5.swift
[80/552] Compiling _MongoKittenCrypto SHA256.swift
[80/552] Compiling ssl_versions.cc
[82/552] Emitting module CoreMetrics
[83/552] Compiling CoreMetrics Locks.swift
[84/553] Compiling Logging LogHandler.swift
[85/553] Compiling Logging Locks.swift
[86/553] Emitting module Logging
[87/553] Compiling Logging Logging.swift
[89/553] Compiling _MongoKittenCrypto SHA1.swift
[90/553] Compiling Logging MetadataProvider.swift
[92/554] Compiling _RopeModule BigString+Comparable.swift
[93/554] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[94/554] Compiling _RopeModule BigString+CustomStringConvertible.swift
[95/554] Compiling _RopeModule BigString+Equatable.swift
[96/554] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[97/554] Compiling _RopeModule BigString+Hashing.swift
[98/554] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[99/554] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[100/554] Compiling _RopeModule BigString+Sequence.swift
[101/554] Compiling _RopeModule BigString+TextOutputStream.swift
[101/563] Compiling ssl_x509.cc
[102/618] Compiling ssl_stat.cc
[103/703] Compiling ssl_transcript.cc
[105/703] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[106/718] Compiling HeapModule Heap+Descriptions.swift
[107/718] Compiling _MongoKittenCrypto Hash.swift
[108/718] Compiling _MongoKittenCrypto Hex.swift
[109/718] Compiling DequeModule _DequeBuffer.swift
[110/718] Compiling DequeModule _DequeBufferHeader.swift
[111/720] Compiling _MongoKittenCrypto MongoDB-CR.swift
[112/720] Compiling _MongoKittenCrypto PBKDF2.swift
[113/721] Emitting module HeapModule
[114/721] Compiling DequeModule Deque+Equatable.swift
[115/721] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[116/721] Compiling DequeModule Deque+CustomReflectable.swift
[117/721] Compiling DequeModule Deque+Descriptions.swift
[118/721] Compiling HeapModule _HeapNode.swift
[119/721] Emitting module Metrics
[120/721] Compiling Metrics Metrics.swift
[122/722] Compiling HeapModule Heap.swift
[123/722] Compiling HeapModule Heap+Invariants.swift
[124/722] Compiling HeapModule Heap+UnsafeHandle.swift
[125/723] Compiling HashTreeCollections TreeSet+Hashable.swift
[126/723] Compiling HashTreeCollections TreeSet+Sendable.swift
[127/723] Compiling HashTreeCollections TreeSet+Sequence.swift
[128/723] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[129/723] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[130/723] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[131/723] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[132/723] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[133/723] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[134/723] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[135/733] Compiling DequeModule Deque+Extras.swift
[136/733] Compiling DequeModule Deque+Hashable.swift
[138/733] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[139/733] Compiling HashTreeCollections _HashNode+Structural merge.swift
[140/733] Compiling HashTreeCollections _HashTreeIterator.swift
[141/733] Compiling HashTreeCollections _HashTreeStatistics.swift
[142/733] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[143/733] Compiling HashTreeCollections _RawHashNode.swift
[144/733] Compiling HashTreeCollections _UnmanagedHashNode.swift
[145/733] Compiling HashTreeCollections _UnsafePath.swift
[146/733] Compiling HashTreeCollections TreeDictionary+Codable.swift
[147/733] Compiling HashTreeCollections TreeDictionary+Collection.swift
[149/733] Compiling HashTreeCollections _HashNode+Initializers.swift
[150/733] Compiling HashTreeCollections _HashNode+Invariants.swift
[151/733] Compiling HashTreeCollections _HashNode+Lookups.swift
[152/733] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[153/733] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[154/733] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[155/733] Compiling HashTreeCollections TreeDictionary+Filter.swift
[156/733] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[157/733] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[158/733] Compiling HashTreeCollections TreeDictionary+Keys.swift
[159/733] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[160/733] Compiling HashTreeCollections TreeDictionary+Merge.swift
[161/733] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[162/733] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[163/740] Compiling OrderedCollections OrderedSet+SubSequence.swift
[164/740] Compiling OrderedCollections OrderedSet+Testing.swift
[165/740] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[166/740] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[167/740] Compiling OrderedCollections OrderedSet.swift
[168/740] Compiling OrderedCollections _UnsafeBitset.swift
[169/740] Compiling HashTreeCollections TreeSet+Equatable.swift
[170/740] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[171/740] Compiling HashTreeCollections TreeSet+Extras.swift
[172/740] Compiling HashTreeCollections TreeSet+Filter.swift
[183/740] Compiling OrderedCollections OrderedSet+Sendable.swift
[184/740] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[185/740] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[186/740] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[187/740] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[207/740] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[208/740] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[209/740] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[210/740] Compiling HashTreeCollections _AncestorHashSlots.swift
[211/740] Compiling HashTreeCollections _Bitmap.swift
[212/740] Compiling HashTreeCollections _Bucket.swift
[213/740] Compiling HashTreeCollections _Hash.swift
[214/740] Compiling HashTreeCollections _HashLevel.swift
[215/740] Compiling HashTreeCollections _HashNode+Builder.swift
[216/740] Compiling HashTreeCollections _HashNode+Debugging.swift
[217/740] Compiling DequeModule _DequeSlot.swift
[218/740] Compiling DequeModule _UnsafeWrappedBuffer.swift
[219/740] Compiling DequeModule Deque+Testing.swift
[220/740] Compiling DequeModule Deque._Storage.swift
[221/740] Compiling DequeModule Deque._UnsafeHandle.swift
[222/740] Compiling DequeModule Deque.swift
[227/740] Compiling DequeModule Deque+Codable.swift
[228/740] Compiling DequeModule Deque+Collection.swift
[242/740] Compiling ssl_privkey.cc
[244/740] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[245/740] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[246/740] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[247/740] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[248/740] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[249/740] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[250/740] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[251/740] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[252/740] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[253/740] Compiling HashTreeCollections TreeSet.swift
[265/740] Emitting module _RopeModule
[276/740] Compiling ssl_session.cc
[294/740] Emitting module DequeModule
[303/741] Compiling ssl_lib.cc
[305/741] Emitting module HashTreeCollections
[306/741] Emitting module OrderedCollections
[335/742] Compiling ssl_file.cc
[336/742] Compiling ssl_key_share.cc
[361/744] Compiling ssl_credential.cc
[362/744] Compiling ssl_cipher.cc
[363/744] Compiling ssl_cert.cc
[364/744] Compiling ssl_asn1.cc
[365/744] Compiling ssl_aead_ctx.cc
[366/744] Compiling ssl_buffer.cc
[367/744] Compiling s3_both.cc
[368/744] Compiling s3_pkt.cc
[369/744] Compiling s3_lib.cc
[370/744] Compiling handshake_server.cc
[371/744] Compiling handshake_client.cc
[372/744] Compiling handshake.cc
[373/744] Compiling dtls_record.cc
[374/744] Compiling handoff.cc
[375/744] Compiling dtls_method.cc
[376/744] Compiling encrypted_client_hello.cc
[377/744] Compiling md5-x86_64-linux.S
[378/744] Compiling md5-586-linux.S
[379/744] Compiling md5-x86_64-apple.S
[380/744] Compiling md5-586-apple.S
[381/744] Compiling extensions.cc
[382/744] Compiling chacha20_poly1305_x86_64-apple.S
[383/744] Compiling chacha20_poly1305_x86_64-linux.S
[384/744] Compiling chacha20_poly1305_armv8-win.S
[385/744] Compiling chacha20_poly1305_armv8-apple.S
[386/744] Compiling chacha-x86_64-linux.S
[387/744] Compiling chacha20_poly1305_armv8-linux.S
[388/744] Compiling err_data.cc
[389/744] Compiling d1_srtp.cc
[390/744] Compiling chacha-x86_64-apple.S
[391/744] Compiling chacha-x86-linux.S
[392/744] Compiling chacha-armv8-win.S
[393/744] Compiling chacha-x86-apple.S
[394/744] Compiling d1_lib.cc
[395/744] Compiling chacha-armv8-linux.S
[396/744] Compiling d1_pkt.cc
[397/744] Compiling chacha-armv8-apple.S
[398/744] Compiling aes128gcmsiv-x86_64-linux.S
[399/744] Compiling chacha-armv4-linux.S
[400/744] Compiling aes128gcmsiv-x86_64-apple.S
[401/744] Compiling x86_64-mont5-apple.S
[402/744] Compiling x86_64-mont5-linux.S
[403/744] Compiling x86_64-mont-linux.S
[404/744] Compiling x86_64-mont-apple.S
[405/744] Compiling x86-mont-linux.S
[406/744] Compiling x86-mont-apple.S
[407/744] Compiling vpaes-x86_64-linux.S
[408/744] Compiling vpaes-x86-linux.S
[409/744] Compiling vpaes-armv8-win.S
[410/744] Compiling vpaes-x86_64-apple.S
[411/744] Compiling vpaes-x86-apple.S
[412/744] Compiling vpaes-armv8-linux.S
[413/744] Compiling vpaes-armv8-apple.S
[414/744] Compiling vpaes-armv7-linux.S
[415/744] Compiling sha512-x86_64-linux.S
[416/744] Compiling sha512-armv8-win.S
[417/744] Compiling sha512-x86_64-apple.S
[418/744] Compiling sha512-armv4-linux.S
[419/744] Compiling sha512-armv8-apple.S
[420/744] Compiling sha256-x86_64-apple.S
[421/744] Compiling sha512-586-linux.S
[422/744] Compiling sha256-x86_64-linux.S
[423/744] Compiling sha512-armv8-linux.S
[424/744] Compiling sha256-armv8-win.S
[425/744] Compiling sha512-586-apple.S
[426/744] Compiling sha256-armv4-linux.S
[427/744] Compiling sha256-armv8-linux.S
[428/744] Compiling sha256-armv8-apple.S
[429/744] Compiling bio_ssl.cc
[430/744] Compiling sha256-586-linux.S
[431/744] Compiling sha1-x86_64-linux.S
[432/744] Compiling d1_both.cc
[433/744] Compiling sha256-586-apple.S
[434/744] Compiling sha1-x86_64-apple.S
[435/744] Compiling sha1-armv8-win.S
[436/744] Compiling sha1-armv8-apple.S
[437/744] Compiling sha1-armv4-large-linux.S
[438/744] Compiling sha1-586-linux.S
[439/744] Compiling sha1-armv8-linux.S
[440/744] Compiling sha1-586-apple.S
[441/744] Compiling rdrand-x86_64-apple.S
[442/744] Compiling rsaz-avx2-apple.S
[443/744] Compiling rdrand-x86_64-linux.S
[444/744] Compiling p256_beeu-x86_64-asm-apple.S
[444/744] Compiling rsaz-avx2-linux.S
[444/744] Compiling p256_beeu-armv8-asm-win.S
[447/744] Compiling p256_beeu-x86_64-asm-linux.S
[448/744] Compiling p256_beeu-armv8-asm-linux.S
[449/744] Compiling p256_beeu-armv8-asm-apple.S
[450/744] Compiling p256-x86_64-asm-linux.S
[451/744] Compiling p256-armv8-asm-win.S
[452/744] Compiling p256-x86_64-asm-apple.S
[453/744] Compiling p256-armv8-asm-apple.S
[454/744] Compiling ghashv8-armv8-linux.S
[455/744] Compiling ghashv8-armv8-win.S
[456/744] Compiling ghashv8-armv8-apple.S
[457/744] Compiling p256-armv8-asm-linux.S
[458/744] Compiling ghash-x86_64-apple.S
[459/744] Compiling ghashv8-armv7-linux.S
[460/744] Compiling ghash-x86_64-linux.S
[461/744] Compiling ghash-x86-linux.S
[462/744] Compiling ghash-x86-apple.S
[463/744] Compiling ghash-ssse3-x86_64-linux.S
[463/744] Compiling ghash-ssse3-x86_64-apple.S
[465/744] Compiling ghash-ssse3-x86-linux.S
[466/744] Compiling ghash-ssse3-x86-apple.S
[467/744] Compiling ghash-neon-armv8-win.S
[468/744] Compiling ghash-armv4-linux.S
[469/744] Compiling ghash-neon-armv8-linux.S
[470/744] Compiling ghash-neon-armv8-apple.S
[471/744] Compiling bn-armv8-win.S
[472/744] Compiling co-586-linux.S
[473/744] Compiling bn-armv8-apple.S
[474/744] Compiling co-586-apple.S
[475/744] Compiling bn-armv8-linux.S
[476/744] Compiling bn-586-apple.S
[477/744] Compiling bsaes-armv7-linux.S
[478/744] Compiling bn-586-linux.S
[479/744] Compiling armv8-mont-win.S
[480/744] Compiling aesv8-gcm-armv8-win.S
[481/744] Compiling armv8-mont-apple.S
[482/744] Compiling aesv8-gcm-armv8-apple.S
[482/744] Compiling armv8-mont-linux.S
[484/744] Compiling armv4-mont-linux.S
[484/744] Compiling aesv8-armv8-win.S
[486/744] Compiling aesv8-gcm-armv8-linux.S
[487/744] Compiling aesv8-armv8-linux.S
[488/744] Compiling aesni-x86-linux.S
[489/744] Compiling aesv8-armv8-apple.S
[490/744] Compiling aesv8-armv7-linux.S
[491/744] Compiling aesni-x86_64-linux.S
[492/744] Compiling aesni-gcm-x86_64-linux.S
[493/744] Compiling aesni-x86-apple.S
[493/744] Compiling aesni-gcm-x86_64-apple.S
[495/744] Compiling aes-gcm-avx2-x86_64-linux.S
[495/744] Compiling aes-gcm-avx2-x86_64-apple.S
[497/744] Compiling aes-gcm-avx10-x86_64-linux.S
[498/744] Compiling aes-gcm-avx10-x86_64-apple.S
[499/744] Compiling x_x509a.cc
[500/744] Compiling x_val.cc
[501/744] Compiling x_spki.cc
[502/744] Compiling x_name.cc
[503/744] Compiling x_sig.cc
[504/744] Compiling x_x509.cc
[505/744] Compiling x_req.cc
[505/744] Compiling x_pubkey.cc
[507/744] Compiling x_exten.cc
[508/744] Compiling x_all.cc
[509/744] Compiling x509spki.cc
[509/744] Compiling x_crl.cc
[511/744] Compiling x_attrib.cc
[512/744] Compiling x509rset.cc
[513/744] Compiling x509name.cc
[514/744] Compiling x_algor.cc
[515/744] Compiling x509cset.cc
[516/744] Compiling x509_vfy.cc
[517/744] Compiling x509_v3.cc
[518/744] Compiling x509_txt.cc
[519/744] Compiling x509_vpm.cc
[520/744] Compiling x509_trs.cc
[521/744] Compiling x509_set.cc
[522/744] Compiling x509_req.cc
[523/744] Compiling x509_def.cc
[524/744] Compiling x509_lu.cc
[525/744] Compiling x509_ext.cc
[526/744] Compiling x509_obj.cc
[527/744] Compiling x509_d2.cc
[528/744] Compiling x509_cmp.cc
[529/744] Compiling x509_att.cc
[530/744] Compiling x509.cc
[531/744] Compiling v3_purp.cc
[532/744] Compiling v3_prn.cc
[533/744] Compiling v3_pmaps.cc
[534/744] Compiling v3_utl.cc
[535/744] Compiling v3_skey.cc
[536/744] Compiling v3_pcons.cc
[537/744] Compiling v3_ocsp.cc
[538/744] Compiling v3_ncons.cc
[539/744] Compiling v3_lib.cc
[540/744] Compiling v3_int.cc
[541/744] Compiling v3_info.cc
[542/744] Compiling v3_genn.cc
[543/744] Compiling v3_ia5.cc
[544/744] Compiling v3_extku.cc
[545/744] Compiling v3_enum.cc
[546/744] Compiling v3_crld.cc
[547/744] Compiling v3_bitst.cc
[548/744] Compiling v3_conf.cc
[549/744] Compiling v3_cpols.cc
[550/744] Compiling v3_bcons.cc
[551/744] Compiling v3_akeya.cc
[552/744] Compiling v3_alt.cc
[553/744] Compiling v3_akey.cc
[554/744] Compiling t_x509a.cc
[555/744] Compiling t_req.cc
[556/744] Compiling t_crl.cc
[557/744] Compiling t_x509.cc
[558/744] Compiling rsa_pss.cc
[559/744] Compiling policy.cc
[560/744] Compiling i2d_pr.cc
[561/744] Compiling name_print.cc
[562/744] Compiling by_file.cc
[563/744] Compiling by_dir.cc
[564/744] Compiling asn1_gen.cc
[565/744] Compiling a_verify.cc
[566/744] Compiling a_digest.cc
[567/744] Compiling voprf.cc
[568/744] Compiling a_sign.cc
[569/744] Compiling algorithm.cc
[570/744] Compiling trust_token.cc
[571/744] Compiling thread_win.cc
[572/744] Compiling thread_pthread.cc
[573/744] Compiling thread_none.cc
[574/744] Compiling pmbtoken.cc
[575/744] Compiling thread.cc
[576/744] Compiling stack.cc
[577/744] Compiling siphash.cc
[578/744] Compiling slhdsa.cc
[579/744] Compiling spake2plus.cc
[580/744] Compiling sha512.cc
[581/744] Compiling sha256.cc
[582/744] Compiling sha1.cc
[583/744] Compiling rsa_print.cc
[584/744] Compiling rsa_extra.cc
[585/744] Compiling rc4.cc
[586/744] Compiling rsa_crypt.cc
[587/744] Compiling refcount.cc
[588/744] Compiling windows.cc
[589/744] Compiling urandom.cc
[590/744] Compiling trusty.cc
[591/744] Compiling rsa_asn1.cc
[592/744] Compiling rand.cc
[593/744] Compiling passive.cc
[594/744] Compiling poly1305_arm_asm.S
[594/744] Compiling fork_detect.cc
[596/744] Compiling ios.cc
[597/744] Compiling forkunsafe.cc
[598/744] Compiling deterministic.cc
[599/744] Compiling getentropy.cc
[600/744] Compiling poly1305_vec.cc
[601/744] Compiling pool.cc
[602/744] Compiling poly1305_arm.cc
[603/744] Compiling poly1305.cc
[604/744] Compiling pkcs8.cc
[605/744] Compiling pkcs7.cc
[606/744] Compiling pkcs8_x509.cc
[607/744] Compiling p5_pbev2.cc
[608/744] Compiling pkcs7_x509.cc
[609/744] Compiling pem_xaux.cc
[610/744] Compiling pem_x509.cc
[611/744] Compiling pem_pkey.cc
[612/744] Compiling pem_oth.cc
[613/744] Compiling pem_all.cc
[614/744] Compiling pem_pk8.cc
[615/744] Compiling obj_xref.cc
[616/744] Compiling mlkem.cc
[617/744] Compiling pem_info.cc
[618/744] Compiling obj.cc
[619/744] Compiling mem.cc
[620/744] Compiling mldsa.cc
[621/744] Compiling pem_lib.cc
[622/744] Compiling poly_rq_mul.S
[623/744] Compiling fips_shared_support.cc
[624/744] Compiling md5.cc
[625/744] Compiling lhash.cc
[626/744] Compiling md4.cc
[627/744] Compiling kyber.cc
[628/744] Compiling hpke.cc
[629/744] Compiling ex_data.cc
[630/744] Compiling sign.cc
[631/744] Compiling print.cc
[632/744] Compiling scrypt.cc
[633/744] Compiling hrss.cc
[634/744] Compiling pbkdf.cc
[635/744] Compiling p_x25519.cc
[636/744] Compiling p_rsa.cc
[637/744] Compiling p_x25519_asn1.cc
[638/744] Compiling p_ed25519_asn1.cc
[639/744] Compiling p_ed25519.cc
[640/744] Compiling p_rsa_asn1.cc
[641/744] Compiling p_hkdf.cc
[642/744] Compiling p_ec_asn1.cc
[643/744] Compiling p_dh_asn1.cc
[644/744] Compiling p_ec.cc
[645/744] Compiling p_dh.cc
[646/744] Compiling evp_ctx.cc
[647/744] Compiling p_dsa_asn1.cc
[648/744] Compiling engine.cc
[649/744] Compiling evp.cc
[650/744] Compiling evp_asn1.cc
[651/744] Compiling err.cc
[652/744] Compiling bcm.cc
[653/744] Compiling ecdsa_asn1.cc
[654/744] Compiling ecdh.cc
[655/744] Compiling ec_derive.cc
[656/744] Compiling hash_to_curve.cc
[657/744] Compiling dsa.cc
[658/744] Compiling ec_asn1.cc
[659/744] Compiling digest_extra.cc
[660/744] Compiling x25519-asm-arm.S
[661/744] Compiling des.cc
[662/744] Compiling params.cc
[663/744] Compiling curve25519_64_adx.cc
[664/744] Compiling cpu_arm_linux.cc
[665/744] Compiling dsa_asn1.cc
[666/744] Compiling spake25519.cc
[667/744] Compiling dh_asn1.cc
[668/744] Compiling crypto.cc
[669/744] Compiling cpu_intel.cc
[670/744] Compiling curve25519.cc
[671/744] Compiling cpu_arm_freebsd.cc
[672/744] Compiling cpu_aarch64_win.cc
[673/744] Compiling cpu_aarch64_sysreg.cc
[674/744] Compiling cpu_aarch64_openbsd.cc
[675/744] Compiling cpu_aarch64_fuchsia.cc
[676/744] Compiling cpu_aarch64_linux.cc
[677/744] Compiling conf.cc
[678/744] Compiling tls_cbc.cc
[679/744] Compiling cpu_aarch64_apple.cc
[680/744] Compiling e_rc4.cc
[681/744] Compiling e_tls.cc
[682/744] Compiling get_cipher.cc
[683/744] Compiling e_null.cc
[684/744] Compiling e_des.cc
[685/744] Compiling e_rc2.cc
[686/744] Compiling e_chacha20poly1305.cc
[687/744] Compiling e_aesgcmsiv.cc
[688/744] Compiling e_aesctrhmac.cc
[689/744] Compiling chacha.cc
[690/744] Compiling derive_key.cc
[691/744] Compiling ber.cc
[692/744] Compiling cbb.cc
[693/744] Compiling unicode.cc
[694/744] Compiling asn1_compat.cc
[695/744] Compiling buf.cc
[696/744] Compiling cbs.cc
[697/744] Compiling convert.cc
[698/744] Compiling bn_asn1.cc
[699/744] Compiling printf.cc
[700/744] Compiling socket.cc
[701/744] Compiling blake2.cc
[702/744] Compiling pair.cc
[703/744] Compiling socket_helper.cc
[704/744] Compiling hexdump.cc
[705/744] Compiling file.cc
[706/744] Compiling fd.cc
[707/744] Compiling connect.cc
[708/744] Compiling errno.cc
[709/744] Compiling bio_mem.cc
[710/744] Compiling bio.cc
[711/744] Compiling base64.cc
[712/744] Compiling tasn_typ.cc
[713/744] Compiling tasn_enc.cc
[714/744] Compiling tasn_fre.cc
[715/744] Compiling tasn_new.cc
[716/744] Compiling posix_time.cc
[717/744] Compiling f_string.cc
[718/744] Compiling tasn_utl.cc
[719/744] Compiling f_int.cc
[720/744] Compiling tasn_dec.cc
[721/744] Compiling asn_pack.cc
[722/744] Compiling asn1_par.cc
[723/744] Compiling asn1_lib.cc
[724/744] Compiling a_utctm.cc
[725/744] Compiling a_strex.cc
[726/744] Compiling a_octet.cc
[727/744] Compiling a_type.cc
[728/744] Compiling a_object.cc
[729/744] Compiling a_time.cc
[730/744] Compiling a_strnid.cc
[731/744] Compiling a_i2d_fp.cc
[732/744] Compiling a_gentm.cc
[733/744] Compiling a_mbstr.cc
[733/744] Write sources
[737/744] Compiling a_d2i_fp.cc
[738/744] Compiling a_dup.cc
[739/763] Compiling a_int.cc
[740/816] Compiling a_bitstr.cc
[742/816] Compiling BitCollections BitArray+Fill.swift
[743/816] Compiling BitCollections BitArray+Hashable.swift
[744/816] Compiling BitCollections BitArray+Initializers.swift
[744/818] Compiling a_bool.cc
[746/818] Compiling BitCollections BitArray+Collection.swift
[747/818] Compiling BitCollections BitArray+Copy.swift
[748/818] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[749/818] Compiling BitCollections BitSet+CustomReflectable.swift
[750/818] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[751/818] Compiling BitCollections BitArray+Codable.swift
[752/818] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[753/818] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[754/818] Compiling BitCollections BitArray+Extras.swift
[758/818] Compiling BitCollections BitArray+Invariants.swift
[759/818] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[760/825] Compiling Atomics IntegerOperations.swift
[761/825] Compiling Atomics Unmanaged extensions.swift
[762/825] Compiling BitCollections BitArray+CustomReflectable.swift
[763/825] Compiling BitCollections BitArray+Descriptions.swift
[764/825] Compiling BitCollections BitArray+Equatable.swift
[769/825] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[770/825] Compiling BitCollections BitSet+Extras.swift
[771/825] Compiling BitCollections BitSet+Hashable.swift
[772/825] Compiling BitCollections BitSet+Initializers.swift
[773/825] Compiling BitCollections BitSet+Invariants.swift
[774/825] Compiling BitCollections BitSet+Random.swift
[775/825] Compiling BitCollections BitSet+SetAlgebra basics.swift
[776/825] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[777/825] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[778/825] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[779/825] Emitting module BitCollections
[780/825] Compiling BitCollections BitArray+RandomBits.swift
[781/825] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[782/825] Compiling BitCollections BitArray+Shifts.swift
[783/825] Compiling BitCollections BitArray+Testing.swift
[784/825] Compiling BitCollections BitArray._UnsafeHandle.swift
[785/825] Compiling BitCollections BitArray.swift
[786/825] Compiling BitCollections BitSet+BidirectionalCollection.swift
[787/825] Compiling BitCollections BitSet+Codable.swift
[788/825] Compiling BitCollections BitArray+BitwiseOperations.swift
[796/825] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[797/825] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[798/825] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[799/825] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[800/825] Compiling BitCollections BitSet+SetAlgebra union.swift
[801/825] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[802/825] Compiling BitCollections BitSet.Counted.swift
[803/825] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[804/825] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[805/825] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[806/825] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[807/825] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[808/825] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[809/825] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[810/825] Compiling BitCollections BitSet.Index.swift
[811/825] Compiling BitCollections BitSet._UnsafeHandle.swift
[812/825] Compiling BitCollections BitSet.swift
[813/825] Compiling BitCollections Range+Utilities.swift
[814/825] Compiling BitCollections Slice+Utilities.swift
[815/825] Compiling BitCollections UInt+Tricks.swift
[816/825] Compiling BitCollections _Word.swift
[818/826] Emitting module Atomics
[818/828] Compiling c-nioatomics.c
[820/828] Emitting module Collections
[821/828] Compiling Collections Collections.swift
[829/830] Compiling c-atomics.c
[831/836] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[832/836] Compiling NIOConcurrencyHelpers NIOLock.swift
[833/836] Compiling NIOConcurrencyHelpers lock.swift
[834/836] Emitting module NIOConcurrencyHelpers
[835/836] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[836/836] Compiling NIOConcurrencyHelpers atomics.swift
[838/897] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[839/897] Compiling NIOCore EventLoopFuture+Deprecated.swift
[840/897] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[841/897] Compiling NIOCore EventLoopFuture.swift
[842/897] Compiling NIOCore FileDescriptor.swift
[843/897] Compiling NIOCore FileHandle.swift
[844/897] Compiling NIOCore FileRegion.swift
[845/897] Compiling NIOCore GlobalSingletons.swift
[846/905] Compiling NIOCore AddressedEnvelope.swift
[847/905] Compiling NIOCore AsyncAwaitSupport.swift
[848/905] Compiling NIOCore AsyncChannel.swift
[849/905] Compiling NIOCore AsyncChannelHandler.swift
[850/905] Compiling NIOCore AsyncChannelInboundStream.swift
[851/905] Compiling NIOCore AsyncChannelOutboundWriter.swift
[852/905] Compiling NIOCore NIOAsyncSequenceProducer.swift
[853/905] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[854/905] Compiling NIOCore NIOAsyncWriter.swift
[855/905] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[856/905] Compiling NIOCore BSDSocketAPI.swift
[857/905] Compiling NIOCore ByteBuffer-aux.swift
[858/905] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[859/905] Compiling NIOCore ByteBuffer-conversions.swift
[860/905] Compiling NIOCore ByteBuffer-core.swift
[861/905] Compiling NIOCore ByteBuffer-hex.swift
[862/905] Compiling NIOCore ByteBuffer-int.swift
[863/905] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[864/905] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[865/905] Compiling NIOCore SocketAddresses.swift
[866/905] Compiling NIOCore SocketOptionProvider.swift
[867/905] Compiling NIOCore SystemCallHelpers.swift
[868/905] Compiling NIOCore TimeAmount+Duration.swift
[869/905] Compiling NIOCore TypeAssistedChannelHandler.swift
[870/905] Compiling NIOCore UniversalBootstrapSupport.swift
[871/905] Compiling NIOCore Utilities.swift
[872/905] Compiling NIOCore MulticastChannel.swift
[873/905] Compiling NIOCore NIOAny.swift
[874/905] Compiling NIOCore NIOCloseOnErrorHandler.swift
[875/905] Compiling NIOCore NIOLoopBound.swift
[876/905] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[877/905] Compiling NIOCore NIOScheduledCallback.swift
[878/905] Compiling NIOCore NIOSendable.swift
[879/905] Compiling NIOCore RecvByteBufferAllocator.swift
[880/905] Compiling NIOCore IO.swift
[881/905] Compiling NIOCore IOData.swift
[882/905] Compiling NIOCore IPProtocol.swift
[883/905] Compiling NIOCore IntegerBitPacking.swift
[884/905] Compiling NIOCore IntegerTypes.swift
[885/905] Compiling NIOCore Interfaces.swift
[886/905] Compiling NIOCore Linux.swift
[887/905] Compiling NIOCore MarkedCircularBuffer.swift
[888/905] Compiling NIOCore CircularBuffer.swift
[889/905] Compiling NIOCore Codec.swift
[890/905] Compiling NIOCore ConvenienceOptionSupport.swift
[891/905] Compiling NIOCore DeadChannel.swift
[892/905] Compiling NIOCore DispatchQueue+WithFuture.swift
[893/905] Compiling NIOCore EventLoop+Deprecated.swift
[894/905] Compiling NIOCore EventLoop+SerialExecutor.swift
[895/905] Compiling NIOCore EventLoop.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] Emitting module NIOEmbedded
[908/956] Compiling NIOEmbedded AsyncTestingChannel.swift
[909/956] Compiling NIOEmbedded Embedded.swift
[910/956] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[912/957] Emitting module NIOPosix
[913/963] Compiling NIOPosix ThreadPosix.swift
[914/963] Compiling NIOPosix ThreadWindows.swift
[915/963] Compiling NIOPosix UnsafeTransfer.swift
[916/963] Compiling NIOPosix Utilities.swift
[917/963] Compiling NIOPosix VsockAddress.swift
[918/963] Compiling NIOPosix VsockChannelEvents.swift
[919/963] Compiling NIOPosix ServerSocket.swift
[920/963] Compiling NIOPosix Socket.swift
[921/963] Compiling NIOPosix SocketChannel.swift
[922/963] Compiling NIOPosix SocketProtocols.swift
[923/963] Compiling NIOPosix System.swift
[924/963] Compiling NIOPosix Thread.swift
[925/963] Compiling NIOPosix Pool.swift
[926/963] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[927/963] Compiling NIOPosix PosixSingletons.swift
[928/963] Compiling NIOPosix RawSocketBootstrap.swift
[929/963] Compiling NIOPosix Resolver.swift
[930/963] Compiling NIOPosix Selectable.swift
[931/963] Compiling NIOPosix SelectableChannel.swift
[932/963] Compiling NIOPosix SelectableEventLoop.swift
[933/963] Compiling NIOPosix SelectorEpoll.swift
[934/963] Compiling NIOPosix SelectorGeneric.swift
[935/963] Compiling NIOPosix SelectorKqueue.swift
[936/963] Compiling NIOPosix SelectorUring.swift
[937/963] Compiling NIOPosix Bootstrap.swift
[938/963] Compiling NIOPosix ControlMessage.swift
[939/963] Compiling NIOPosix DatagramVectorReadManager.swift
[940/963] Compiling NIOPosix Errors+Any.swift
[941/963] Compiling NIOPosix FileDescriptor.swift
[942/963] Compiling NIOPosix GetaddrinfoResolver.swift
[943/963] Compiling NIOPosix HappyEyeballs.swift
[944/963] Compiling NIOPosix BSDSocketAPICommon.swift
[945/963] Compiling NIOPosix BSDSocketAPIPosix.swift
[946/963] Compiling NIOPosix BSDSocketAPIWindows.swift
[947/963] Compiling NIOPosix BaseSocket.swift
[948/963] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[949/963] Compiling NIOPosix BaseSocketChannel.swift
[950/963] Compiling NIOPosix BaseStreamSocketChannel.swift
[951/963] Compiling NIOPosix IO.swift
[952/963] Compiling NIOPosix IntegerBitPacking.swift
[953/963] Compiling NIOPosix IntegerTypes.swift
[954/963] Compiling NIOPosix Linux.swift
[955/963] Compiling NIOPosix LinuxCPUSet.swift
[956/963] Compiling NIOPosix LinuxUring.swift
[957/963] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[958/963] Compiling NIOPosix NIOThreadPool.swift
[959/963] Compiling NIOPosix NonBlockingFileIO.swift
[960/963] Compiling NIOPosix PendingDatagramWritesManager.swift
[961/963] Compiling NIOPosix PendingWritesManager.swift
[962/963] Compiling NIOPosix PipeChannel.swift
[963/963] Compiling NIOPosix PipePair.swift
[965/966] Compiling NIO Exports.swift
[966/966] Emitting module NIO
[968/1062] Emitting module NIOTLS
[969/1103] Compiling NIOTLS TLSEvents.swift
[970/1103] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[971/1103] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[972/1103] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[973/1103] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[974/1103] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[975/1103] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[976/1103] Compiling NIOTLS SNIHandler.swift
[978/1104] Emitting module NIOFoundationCompat
[979/1104] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[981/1105] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[982/1105] Compiling SQLKit SQLColumnAssignment.swift
[983/1105] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[984/1105] Compiling SQLKit SQLColumnDefinition.swift
[985/1105] Compiling SQLKit SQLCommonTableExpression.swift
[986/1105] Compiling SQLKit SQLConflictAction.swift
[987/1105] Compiling SQLKit SQLConflictResolutionStrategy.swift
[988/1105] Compiling SQLKit SQLDropBehaviour.swift
[989/1105] Compiling SQLKit SQLEnumDataType.swift
[990/1105] Compiling SQLKit SQLExcludedColumn.swift
[991/1105] Compiling SQLKit SQLForeignKey.swift
[992/1105] Compiling SQLKit SQLJoin.swift
[993/1105] Compiling SQLKit SQLJoinMethod.swift
[994/1117] Compiling SQLKit SQLDropIndex.swift
[995/1117] Compiling SQLKit SQLDropTable.swift
[996/1117] Compiling SQLKit SQLDropTrigger.swift
[997/1117] Compiling SQLKit SQLInsert.swift
[998/1117] Compiling SQLKit SQLSelect.swift
[999/1117] Compiling SQLKit SQLUnion.swift
[1000/1117] Compiling SQLKit SQLUpdate.swift
[1001/1117] Compiling SQLKit SQLExpression.swift
[1002/1117] Compiling SQLKit SQLSerializer.swift
[1003/1117] Compiling SQLKit SQLStatement.swift
[1004/1117] Compiling SQLKit SQLBinaryExpression.swift
[1005/1117] Compiling SQLKit SQLBinaryOperator.swift
[1006/1117] Compiling SQLKit SQLBind.swift
[1007/1117] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1008/1117] Compiling SQLKit SQLRawBuilder.swift
[1009/1117] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1010/1117] Compiling SQLKit SQLSelectBuilder.swift
[1011/1117] Compiling SQLKit SQLSubqueryBuilder.swift
[1012/1117] Compiling SQLKit SQLUnionBuilder.swift
[1013/1117] Compiling SQLKit SQLUpdateBuilder.swift
[1014/1117] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1015/1117] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1016/1117] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1017/1117] Compiling SQLKit SQLCommonUnionBuilder.swift
[1018/1117] Compiling SQLKit SQLJoinBuilder.swift
[1019/1117] Compiling SQLKit SQLPartialResultBuilder.swift
[1020/1117] Compiling SQLKit SQLPredicateBuilder.swift
[1021/1117] Compiling SQLKit SQLQueryBuilder.swift
[1022/1117] Compiling SQLKit SQLQueryFetcher.swift
[1023/1117] Compiling SQLKit SQLReturningBuilder.swift
[1024/1117] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1025/1117] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1026/1117] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1027/1117] Compiling SQLKit SQLDatabase.swift
[1028/1117] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1029/1117] Compiling SQLKit SQLDialect.swift
[1030/1117] Compiling SQLKit SQLDatabase+Deprecated.swift
[1031/1117] Compiling SQLKit SQLError.swift
[1032/1117] Compiling SQLKit SQLExpressions+Deprecated.swift
[1033/1117] Compiling SQLKit SQLAlterEnumBuilder.swift
[1034/1117] Compiling SQLKit SQLAlterTableBuilder.swift
[1035/1117] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1036/1117] Compiling SQLKit SQLCreateEnumBuilder.swift
[1037/1117] Compiling SQLKit SQLCreateIndexBuilder.swift
[1038/1117] Compiling SQLKit SQLCreateTableBuilder.swift
[1039/1117] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1040/1117] Compiling SQLKit SQLDeleteBuilder.swift
[1041/1117] Compiling SQLKit SQLDropEnumBuilder.swift
[1042/1117] Compiling SQLKit SQLDropIndexBuilder.swift
[1043/1117] Compiling SQLKit SQLDropTableBuilder.swift
[1044/1117] Compiling SQLKit SQLDropTriggerBuilder.swift
[1045/1117] Compiling SQLKit SQLInsertBuilder.swift
[1046/1117] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1047/1117] Compiling SQLKit Exports.swift
[1048/1117] Compiling SQLKit SQLAlias.swift
[1049/1117] Compiling SQLKit SQLBetween.swift
[1050/1117] Compiling SQLKit SQLColumn.swift
[1051/1117] Compiling SQLKit SQLConstraint.swift
[1052/1117] Compiling SQLKit SQLDataType.swift
[1053/1117] Compiling SQLKit SQLDirection.swift
[1054/1117] Compiling SQLKit SQLDistinct.swift
[1055/1117] Compiling SQLKit SQLForeignKeyAction.swift
[1056/1117] Compiling SQLKit SQLNestedSubpathExpression.swift
[1057/1117] Compiling SQLKit SQLQualifiedTable.swift
[1058/1117] Compiling SQLKit SQLQueryString.swift
[1059/1117] Compiling SQLKit SQLLockingClause.swift
[1060/1117] Compiling SQLKit SQLOrderBy.swift
[1061/1117] Compiling SQLKit SQLReturning.swift
[1062/1117] Compiling SQLKit SQLSubquery.swift
[1063/1117] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1064/1117] Compiling SQLKit SQLAlterEnum.swift
[1065/1117] Compiling SQLKit SQLAlterTable.swift
[1066/1117] Compiling SQLKit SQLCreateEnum.swift
[1067/1117] Compiling SQLKit SQLCreateIndex.swift
[1068/1117] Compiling SQLKit SQLCreateTable.swift
[1069/1117] Compiling SQLKit SQLCreateTrigger.swift
[1070/1117] Compiling SQLKit SQLDelete.swift
[1071/1117] Compiling SQLKit SQLDropEnum.swift
[1072/1117] Emitting module SQLKit
[1073/1168] Compiling NIOTransportServices NIOTSBootstraps.swift
[1074/1168] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1075/1168] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1076/1170] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1077/1170] Compiling NIOTransportServices NIOTSErrors.swift
[1078/1170] Compiling NIOTransportServices NIOTSEventLoop.swift
[1079/1170] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1080/1170] Compiling NIOTransportServices NIOTSSingletons.swift
[1081/1170] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1082/1170] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1083/1170] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1084/1170] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1085/1170] Compiling NIOTransportServices StateManagedChannel.swift
[1086/1170] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1087/1170] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1088/1170] Emitting module NIOTransportServices
[1089/1170] Compiling NIOTransportServices AcceptHandler.swift
[1090/1170] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1091/1170] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1092/1170] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1093/1170] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1094/1170] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1095/1170] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1096/1170] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1098/1171] Compiling SQLKit SQLFunction.swift
[1099/1171] Compiling SQLKit SQLGroupExpression.swift
[1100/1171] Compiling SQLKit SQLIdentifier.swift
[1101/1171] Compiling SQLKit SQLList.swift
[1102/1171] Compiling SQLKit SQLLiteral.swift
[1103/1171] Compiling SQLKit SQLRaw.swift
[1104/1171] Compiling SQLKit SQLCodingUtilities.swift
[1105/1171] Compiling SQLKit SQLQueryEncoder.swift
[1106/1171] Compiling SQLKit SQLRow.swift
[1107/1171] Compiling SQLKit SQLRowDecoder.swift
[1108/1171] Compiling SQLKit SomeCodingKey.swift
[1109/1171] Compiling SQLKit StringHandling.swift
[1111/1183] Compiling DNSClient DNSClient+Query.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 |
[1112/1183] Compiling DNSClient DNSDecoder.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 |
[1113/1184] Compiling DNSClient MessageOptions.swift
[1114/1184] Compiling DNSClient ConfigParser.swift
[1115/1184] Compiling DNSClient Client.swift
[1116/1184] Compiling DNSClient DNSClient+Connect.swift
[1117/1184] 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 |
[1118/1184] Compiling DNSClient SRV.swift
[1119/1253] Compiling DNSClient Helpers.swift
[1120/1271] Compiling FluentKit ModelResponder.swift
[1121/1271] Compiling FluentKit Migration.swift
[1122/1271] Emitting module NIOSSL
[1123/1275] Emitting module DNSClient
[1124/1275] Compiling FluentKit EnumProperty.swift
[1125/1275] Compiling FluentKit Fields.swift
[1126/1275] Compiling FluentKit MirrorBypass.swift
[1127/1275] Compiling FluentKit Model+CRUD.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/62] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/63] Compiling Atomics UnsafeAtomic.swift
[4/63] Compiling Atomics UnsafeAtomicLazyReference.swift
[5/65] Compiling Atomics ManagedAtomic.swift
[6/65] Compiling Atomics ManagedAtomicLazyReference.swift
[7/65] Compiling Atomics AtomicMemoryOrderings.swift
[8/65] Compiling Atomics DoubleWord.swift
[9/65] Compiling NIOConcurrencyHelpers NIOLock.swift
[10/65] Compiling Atomics PointerConformances.swift
[11/65] Compiling Atomics Primitives.native.swift
[12/65] Compiling Atomics AtomicValue.swift
[13/65] Compiling Atomics IntegerConformances.swift
[14/65] Compiling Logging MetadataProvider.swift
[15/65] Compiling NIOConcurrencyHelpers lock.swift
[16/65] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[17/65] Emitting module _MongoKittenCrypto
[18/65] Compiling _MongoKittenCrypto HMAC.swift
[19/65] Emitting module InternalCollectionsUtilities
[20/66] Compiling _MongoKittenCrypto Hex.swift
[21/66] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[22/66] Compiling NIOConcurrencyHelpers atomics.swift
[23/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/66] Compiling _MongoKittenCrypto Hash.swift
[25/66] Emitting module Logging
[26/66] Compiling Logging Locks.swift
[27/66] Compiling _MongoKittenCrypto MongoDB-CR.swift
[28/66] Emitting module _NIOBase64
[29/66] Compiling _NIOBase64 Base64.swift
[30/66] Emitting module NIOConcurrencyHelpers
[31/66] Emitting module _NIODataStructures
[32/68] Compiling Atomics Primitives.shims.swift
[33/68] Compiling Atomics AtomicInteger.swift
[34/68] Compiling Atomics AtomicOptionalWrappable.swift
[35/68] Compiling Atomics OptionalRawRepresentable.swift
[36/68] Compiling Atomics RawRepresentable.swift
[37/68] Compiling Atomics AtomicBool.swift
[38/68] Compiling Atomics AtomicReference.swift
[39/68] Compiling Atomics AtomicStorage.swift
[43/68] Compiling _NIODataStructures Heap.swift
[44/68] Compiling _NIODataStructures PriorityQueue.swift
[45/68] Compiling _NIODataStructures _TinyArray.swift
[53/69] Compiling Atomics IntegerOperations.swift
[54/69] Compiling Atomics Unmanaged extensions.swift
[58/70] Compiling _MongoKittenCrypto PBKDF2.swift
[59/70] Compiling _MongoKittenCrypto MD5.swift
[60/70] Compiling _MongoKittenCrypto SHA1.swift
[61/70] Compiling _MongoKittenCrypto SHA256.swift
[63/127] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[64/180] Compiling CoreMetrics Locks.swift
[65/180] Emitting module CoreMetrics
[66/180] Compiling CoreMetrics Metrics.swift
[67/261] Compiling HeapModule Heap+Descriptions.swift
[68/278] Compiling Logging LogHandler.swift
[69/278] Compiling Logging Logging.swift
[71/279] Emitting module Atomics
[73/294] Compiling HeapModule _HeapNode.swift
[74/294] Compiling HeapModule Heap.swift
[75/296] Compiling HeapModule Heap+UnsafeHandle.swift
[76/296] Compiling HeapModule Heap+Invariants.swift
[77/296] Compiling DequeModule Deque+Equatable.swift
[78/296] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[79/296] Compiling DequeModule Deque+CustomReflectable.swift
[80/296] Compiling DequeModule Deque+Descriptions.swift
[81/298] Compiling DequeModule _DequeBuffer.swift
[82/298] Compiling DequeModule _DequeBufferHeader.swift
[83/298] Emitting module HeapModule
[84/352] Compiling _RopeModule Rope+ForEachWhile.swift
[85/352] Compiling _RopeModule Rope+Insert.swift
[86/352] Compiling HashTreeCollections TreeSet+Sequence.swift
[87/352] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[88/352] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[89/352] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[90/352] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[91/352] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[92/352] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[93/352] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[94/352] Compiling Metrics Metrics.swift
[95/362] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[96/362] Compiling BitCollections BitArray+Extras.swift
[97/362] Compiling BitCollections BitArray+Fill.swift
[99/363] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[100/363] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[101/363] Compiling BitCollections BitSet+SetAlgebra union.swift
[102/363] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[103/363] Compiling BitCollections BitSet.Counted.swift
[104/363] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[105/363] Compiling _RopeModule BigString+Hashing.swift
[106/363] Compiling BitCollections BitSet+CustomStringConvertible.swift
[107/363] Compiling BitCollections BitSet+Equatable.swift
[108/363] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[109/363] Compiling BitCollections BitSet+Extras.swift
[110/363] Compiling BitCollections BitSet+Hashable.swift
[111/363] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[112/363] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[113/370] Emitting module Metrics
[115/371] Compiling BitCollections BitArray+Descriptions.swift
[116/371] Compiling BitCollections BitArray+Equatable.swift
[127/371] Compiling OrderedCollections OrderedSet+Sendable.swift
[128/371] Compiling OrderedCollections OrderedSet+SubSequence.swift
[129/371] Compiling OrderedCollections OrderedSet+Testing.swift
[130/371] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[131/371] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[132/371] Compiling OrderedCollections OrderedSet.swift
[133/371] Compiling OrderedCollections _UnsafeBitset.swift
[134/371] Compiling _RopeModule Rope+Sequence.swift
[135/371] Compiling _RopeModule Rope+Append.swift
[136/371] Compiling _RopeModule Rope+Extract.swift
[137/371] Compiling _RopeModule Rope+Find.swift
[138/371] Compiling BitCollections BitArray+BitwiseOperations.swift
[139/371] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[140/371] Compiling BitCollections BitArray+Codable.swift
[141/371] Compiling BitCollections BitArray+Collection.swift
[142/371] Compiling BitCollections BitArray+Copy.swift
[143/371] Compiling BitCollections BitArray+CustomReflectable.swift
[147/371] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[148/371] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[149/371] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[150/371] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[151/371] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[152/371] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[153/371] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[154/371] Compiling BitCollections BitSet+CustomReflectable.swift
[155/371] Compiling BitCollections BitArray+RandomBits.swift
[156/371] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[157/371] Compiling BitCollections BitArray+Shifts.swift
[158/371] Compiling BitCollections BitArray+Testing.swift
[159/371] Compiling BitCollections BitArray._UnsafeHandle.swift
[160/371] Compiling BitCollections BitArray.swift
[161/371] Compiling BitCollections BitSet+BidirectionalCollection.swift
[162/371] Compiling BitCollections BitSet+Codable.swift
[163/371] Compiling BitCollections BitSet+Initializers.swift
[164/371] Compiling BitCollections BitSet+Invariants.swift
[165/371] Compiling BitCollections BitSet+Random.swift
[166/371] Compiling BitCollections BitSet+SetAlgebra basics.swift
[167/371] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[168/371] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[169/371] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[170/371] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[171/371] Compiling BitCollections BitArray+Invariants.swift
[172/371] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[181/371] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[191/380] Compiling _RopeModule _CharacterRecognizer.swift
[192/380] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[193/380] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[194/380] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[195/380] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[196/380] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[197/380] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[198/380] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[199/380] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[200/380] Compiling HashTreeCollections TreeSet.swift
[218/380] Emitting module BitCollections
[259/387] Compiling BitCollections BitArray+Hashable.swift
[260/387] Compiling BitCollections BitArray+Initializers.swift
[263/387] Compiling BitCollections BitSet.swift
[264/387] Compiling BitCollections Range+Utilities.swift
[265/387] Compiling BitCollections Slice+Utilities.swift
[266/387] Compiling BitCollections UInt+Tricks.swift
[267/387] Compiling BitCollections _Word.swift
[270/387] Emitting module DequeModule
[310/388] Emitting module OrderedCollections
[322/389] Compiling BitCollections BitSet.Index.swift
[323/389] Compiling BitCollections BitSet._UnsafeHandle.swift
[331/433] Compiling _RopeModule Rope+Join.swift
[332/433] Compiling _RopeModule Rope+MutatingForEach.swift
[333/433] Compiling _RopeModule Rope+Remove.swift
[334/433] Compiling _RopeModule Rope+RemoveSubrange.swift
[335/433] Compiling _RopeModule Rope+Split.swift
[336/433] Compiling _RopeModule Optional Utilities.swift
[337/433] Compiling _RopeModule String Utilities.swift
[338/433] Compiling _RopeModule String.Index+ABI.swift
[340/450] Emitting module _RopeModule
[341/450] Emitting module HashTreeCollections
[343/451] Compiling NIOCore MulticastChannel.swift
[344/451] Compiling NIOCore NIOAny.swift
[345/451] Compiling NIOCore NIOCloseOnErrorHandler.swift
[346/451] Compiling NIOCore NIOLoopBound.swift
[347/451] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[348/451] Compiling NIOCore NIOScheduledCallback.swift
[349/451] Compiling NIOCore NIOSendable.swift
[350/451] Compiling NIOCore RecvByteBufferAllocator.swift
[351/459] Compiling NIOCore CircularBuffer.swift
[352/459] Compiling NIOCore Codec.swift
[353/459] Compiling NIOCore ConvenienceOptionSupport.swift
[354/459] Compiling NIOCore DeadChannel.swift
[355/459] Compiling NIOCore DispatchQueue+WithFuture.swift
[356/459] Compiling NIOCore EventLoop+Deprecated.swift
[357/459] Compiling NIOCore EventLoop+SerialExecutor.swift
[358/459] Compiling NIOCore EventLoop.swift
[359/459] Compiling NIOCore AddressedEnvelope.swift
[360/459] Compiling NIOCore AsyncAwaitSupport.swift
[361/459] Compiling NIOCore AsyncChannel.swift
[362/459] Compiling NIOCore AsyncChannelHandler.swift
[363/459] Compiling NIOCore AsyncChannelInboundStream.swift
[364/459] Compiling NIOCore AsyncChannelOutboundWriter.swift
[365/459] Compiling NIOCore NIOAsyncSequenceProducer.swift
[366/459] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[367/459] Compiling NIOCore NIOAsyncWriter.swift
[368/459] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[369/459] Compiling NIOCore EventLoopFuture+Deprecated.swift
[370/459] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[371/459] Compiling NIOCore Interfaces.swift
[372/459] Compiling NIOCore Linux.swift
[373/459] Compiling NIOCore MarkedCircularBuffer.swift
[381/459] Compiling NIOCore EventLoopFuture.swift
[382/459] Compiling NIOCore FileDescriptor.swift
[383/459] Compiling NIOCore FileHandle.swift
[384/459] Compiling NIOCore FileRegion.swift
[385/459] Compiling NIOCore GlobalSingletons.swift
[386/459] Compiling NIOCore IO.swift
[387/459] Compiling NIOCore IOData.swift
[388/459] Compiling NIOCore IPProtocol.swift
[389/459] Compiling NIOCore IntegerBitPacking.swift
[390/459] Compiling NIOCore IntegerTypes.swift
[391/459] Compiling NIOCore ByteBuffer-multi-int.swift
[392/459] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[393/459] Compiling NIOCore ByteBuffer-views.swift
[394/459] Compiling NIOCore Channel.swift
[395/459] Compiling NIOCore ChannelHandler.swift
[396/459] Compiling NIOCore ChannelHandlers.swift
[397/459] Compiling NIOCore ChannelInvoker.swift
[398/459] Compiling NIOCore ChannelOption.swift
[399/459] Compiling NIOCore ChannelPipeline.swift
[409/462] Emitting module Collections
[410/462] Compiling Collections Collections.swift
[428/463] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[429/463] Compiling NIOCore SocketAddresses.swift
[430/463] Compiling NIOCore SocketOptionProvider.swift
[431/463] Compiling NIOCore SystemCallHelpers.swift
[432/463] Compiling NIOCore TimeAmount+Duration.swift
[433/463] Compiling NIOCore TypeAssistedChannelHandler.swift
[434/463] Compiling NIOCore UniversalBootstrapSupport.swift
[435/463] Compiling NIOCore Utilities.swift
[454/463] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[455/463] Compiling NIOCore BSDSocketAPI.swift
[456/463] Compiling NIOCore ByteBuffer-aux.swift
[457/463] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[458/463] Compiling NIOCore ByteBuffer-conversions.swift
[459/463] Compiling NIOCore ByteBuffer-core.swift
[460/463] Compiling NIOCore ByteBuffer-hex.swift
[461/463] Compiling NIOCore ByteBuffer-int.swift
[462/463] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[463/463] Emitting module NIOCore
[465/514] Emitting module NIOEmbedded
[466/514] Compiling NIOEmbedded AsyncTestingChannel.swift
[467/514] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[468/514] Compiling NIOEmbedded Embedded.swift
[470/515] Compiling NIOPosix IO.swift
[471/515] Compiling NIOPosix IntegerBitPacking.swift
[472/515] Compiling NIOPosix IntegerTypes.swift
[473/515] Compiling NIOPosix Linux.swift
[474/515] Compiling NIOPosix LinuxCPUSet.swift
[475/515] Compiling NIOPosix LinuxUring.swift
[476/515] 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 Pool.swift
[484/521] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[485/521] Compiling NIOPosix PosixSingletons.swift
[486/521] Compiling NIOPosix RawSocketBootstrap.swift
[487/521] Compiling NIOPosix Resolver.swift
[488/521] Compiling NIOPosix Selectable.swift
[489/521] Emitting module NIOPosix
[490/521] Compiling NIOPosix Bootstrap.swift
[491/521] Compiling NIOPosix ControlMessage.swift
[492/521] Compiling NIOPosix DatagramVectorReadManager.swift
[493/521] Compiling NIOPosix Errors+Any.swift
[494/521] Compiling NIOPosix FileDescriptor.swift
[495/521] Compiling NIOPosix GetaddrinfoResolver.swift
[496/521] Compiling NIOPosix HappyEyeballs.swift
[497/521] Compiling NIOPosix SelectableChannel.swift
[498/521] Compiling NIOPosix SelectableEventLoop.swift
[499/521] Compiling NIOPosix SelectorEpoll.swift
[500/521] Compiling NIOPosix SelectorGeneric.swift
[501/521] Compiling NIOPosix SelectorKqueue.swift
[502/521] Compiling NIOPosix SelectorUring.swift
[503/521] Compiling NIOPosix ServerSocket.swift
[504/521] Compiling NIOPosix Socket.swift
[505/521] Compiling NIOPosix SocketChannel.swift
[506/521] Compiling NIOPosix SocketProtocols.swift
[507/521] Compiling NIOPosix System.swift
[508/521] Compiling NIOPosix Thread.swift
[509/521] Compiling NIOPosix BSDSocketAPICommon.swift
[510/521] Compiling NIOPosix BSDSocketAPIPosix.swift
[511/521] Compiling NIOPosix BSDSocketAPIWindows.swift
[512/521] Compiling NIOPosix BaseSocket.swift
[513/521] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[514/521] Compiling NIOPosix BaseSocketChannel.swift
[515/521] Compiling NIOPosix BaseStreamSocketChannel.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] Emitting module NIO
[524/524] Compiling NIO Exports.swift
[526/661] Compiling NIOTLS TLSEvents.swift
[527/661] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[528/661] Emitting module NIOTLS
[529/661] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[530/661] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[531/661] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[532/661] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[533/661] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[534/661] Emitting module NIOFoundationCompat
[535/661] Compiling NIOTLS SNIHandler.swift
[537/662] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[538/662] Emitting module BSON
[540/667] Compiling SQLKit SQLAlias.swift
[541/667] Compiling SQLKit SQLBetween.swift
[542/667] Compiling SQLKit SQLColumn.swift
[543/667] Compiling SQLKit SQLConstraint.swift
[544/667] Compiling SQLKit SQLJoinBuilder.swift
[545/667] Compiling SQLKit SQLPartialResultBuilder.swift
[546/667] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[547/667] Compiling SQLKit Exports.swift
[548/667] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[549/667] Compiling SQLKit SQLSelectBuilder.swift
[550/667] Compiling SQLKit SQLSubqueryBuilder.swift
[551/667] Compiling SQLKit SQLUnionBuilder.swift
[552/667] Compiling SQLKit SQLLockingClause.swift
[553/667] Compiling SQLKit SQLOrderBy.swift
[554/667] Compiling SQLKit SQLReturning.swift
[555/667] Compiling SQLKit SQLSubquery.swift
[556/667] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[557/667] Compiling SQLKit SQLAlterEnum.swift
[558/667] Compiling SQLKit SQLAlterTable.swift
[559/667] Compiling SQLKit SQLCreateEnum.swift
[560/667] Compiling SQLKit SQLCreateIndex.swift
[561/667] Compiling SQLKit SQLCreateTable.swift
[562/667] Compiling SQLKit SQLCreateTrigger.swift
[563/667] Compiling SQLKit SQLDelete.swift
[564/667] Compiling SQLKit SQLDropEnum.swift
[565/708] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[566/708] Compiling SQLKit SQLColumnAssignment.swift
[567/708] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[568/708] Compiling SQLKit SQLColumnDefinition.swift
[569/708] Compiling SQLKit SQLCommonTableExpression.swift
[570/708] Compiling SQLKit SQLConflictAction.swift
[571/708] Compiling SQLKit SQLConflictResolutionStrategy.swift
[572/708] Compiling SQLKit SQLDropBehaviour.swift
[573/708] Compiling SQLKit SQLEnumDataType.swift
[574/708] Compiling SQLKit SQLExcludedColumn.swift
[575/708] Compiling SQLKit SQLForeignKey.swift
[576/708] Compiling SQLKit SQLJoin.swift
[577/708] Compiling SQLKit SQLJoinMethod.swift
[578/708] Compiling SQLKit SQLDropIndex.swift
[579/708] Compiling SQLKit SQLDropTable.swift
[580/708] Compiling SQLKit SQLDropTrigger.swift
[581/708] Compiling SQLKit SQLInsert.swift
[582/708] Compiling SQLKit SQLSelect.swift
[583/708] Compiling SQLKit SQLUnion.swift
[584/708] Compiling SQLKit SQLUpdate.swift
[585/708] Compiling SQLKit SQLExpression.swift
[586/708] Compiling SQLKit SQLSerializer.swift
[587/708] Compiling SQLKit SQLStatement.swift
[588/708] Compiling SQLKit SQLBinaryExpression.swift
[589/708] Compiling SQLKit SQLBinaryOperator.swift
[590/708] Compiling SQLKit SQLBind.swift
[591/708] Compiling NIOSSL SSLPKCS12Bundle.swift
[592/708] Compiling NIOSSL SSLPrivateKey.swift
[593/708] Compiling NIOSSL SSLPublicKey.swift
[594/708] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[595/708] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[596/708] Compiling NIOSSL SSLCertificateExtensions.swift
[597/708] Compiling NIOSSL SSLCertificateName.swift
[598/708] Compiling NIOSSL SSLConnection.swift
[599/708] Compiling NIOSSL SSLContext.swift
[600/708] Compiling NIOSSL SSLErrors.swift
[601/708] Compiling NIOSSL SSLInit.swift
[607/708] Compiling NIOSSL SubjectAlternativeName.swift
[608/708] Compiling NIOSSL NIOSSLSecureBytes.swift
[609/730] Emitting module NIOTransportServices
[610/732] Compiling NIOTransportServices AcceptHandler.swift
[611/732] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[612/732] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[613/732] Compiling NIOTransportServices NIOTSBootstraps.swift
[614/732] Compiling NIOTransportServices NIOTSChannelOptions.swift
[615/732] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[616/732] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[617/732] Compiling NIOTransportServices NIOTSErrors.swift
[618/732] Compiling NIOTransportServices NIOTSEventLoop.swift
[619/732] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[620/732] Compiling NIOTransportServices NIOTSSingletons.swift
[621/732] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[622/732] Compiling NIOTransportServices StateManagedChannel.swift
[627/732] Compiling NIOTransportServices StateManagedListenerChannel.swift
[628/732] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[635/732] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[636/732] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[637/732] Compiling NIOTransportServices NIOTSListenerChannel.swift
[638/732] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[639/732] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[643/732] Compiling NIOTransportServices NIOTSDatagramListener.swift
[644/732] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[645/732] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[646/733] Compiling BSON Primitives.swift
[647/733] Compiling BSON RegularExpression.swift
[648/733] Compiling BSON Timestamp.swift
[649/733] Compiling BSON TypeIdentifier.swift
[660/737] Emitting module SQLKit
[677/738] Compiling NIOSSL RNG.swift
[678/738] Compiling NIOSSL SafeCompare.swift
[681/738] Compiling NIOSSL Zeroization.swift
[682/738] Compiling NIOSSL TLSConfiguration.swift
[683/738] Compiling NIOSSL UniversalBootstrapSupport.swift
[684/738] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[689/738] Compiling SQLKit SQLNestedSubpathExpression.swift
[690/738] Compiling SQLKit SQLQualifiedTable.swift
[691/738] Compiling SQLKit SQLQueryString.swift
[692/738] Compiling SQLKit SQLPredicateBuilder.swift
[693/738] Compiling SQLKit SQLQueryBuilder.swift
[694/738] Compiling SQLKit SQLQueryFetcher.swift
[695/738] Compiling SQLKit SQLReturningBuilder.swift
[696/738] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[697/738] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[698/738] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[699/738] Compiling SQLKit SQLDatabase.swift
[700/738] Compiling SQLKit SQLDatabaseReportedVersion.swift
[701/738] Compiling SQLKit SQLDialect.swift
[702/738] Compiling SQLKit SQLDatabase+Deprecated.swift
[703/738] Compiling SQLKit SQLError.swift
[704/738] Compiling SQLKit SQLExpressions+Deprecated.swift
[705/738] Emitting module NIOSSL
[719/749] Compiling SQLKit SQLFunction.swift
[720/749] Compiling SQLKit SQLGroupExpression.swift
[721/749] Compiling SQLKit SQLIdentifier.swift
[722/749] Compiling SQLKit SQLList.swift
[723/749] Compiling SQLKit SQLLiteral.swift
[724/749] Compiling SQLKit SQLRaw.swift
[725/749] Compiling SQLKit SQLCodingUtilities.swift
[726/749] Compiling SQLKit SQLQueryEncoder.swift
[727/749] Compiling SQLKit SQLRow.swift
[728/749] Compiling SQLKit SQLRowDecoder.swift
[729/749] Compiling SQLKit SomeCodingKey.swift
[730/749] Compiling SQLKit StringHandling.swift
[732/770] Compiling DNSClient ConfigParser.swift
[733/770] Compiling DNSClient MessageOptions.swift
[734/771] 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 |
[735/771] Compiling MongoCore MongoReplyDeserializer.swift
[736/771] Compiling MongoCore Collation.swift
[737/771] Compiling MongoCore Exports.swift
[738/771] Compiling MongoCore Logger.swift
[739/771] Emitting module DNSClient
[740/771] Compiling DNSClient Helpers.swift
[741/771] Compiling MongoCore CommandPrimitives.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 |
[742/771] Compiling MongoCore Error.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 |
[743/771] Compiling DNSClient SRV.swift
BUILD FAILURE 6.1 android